klay_accountCreated
Returns true if the account associated with the address is created. It returns false otherwise.
Parameters
Name
Type
Description
account
20-byte DATA
Address
block number or hash
QUANTITY | TAG | HASH
Integer or hexadecimal block number, or the string "earliest"
, "latest"
or "pending"
, or block hash.
Return Value
Type
Description
Boolean
The existence of an input address
Example
Last updated