Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [address, block parameter]. Block parameter defaults to “latest” when omitted.Positional parameters for
kaia_accountCreated:params[0]: The address.params[1]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.
Returns
True if the account has been created, otherwise false. Example:
true.