state_get_account_info
This method returns a JSON representation of an Account from the network. The block_identifier must refer to a Block after the Account's creation, or the method will return an empty response.
This method will use 15
Compute Units.
Reference: Here
Parameters
public_key
-string
- hex-encoded cryptographic public key, including the algorithm tag prefixblock_identifier
-object
the block identifier hash or height [BlockIdentifier]
Returns
api_version
-string
RPC API versionaccount
-object
[Account]account_hash
- 32-byte hash derived from a supported PublicKey. Its role is to standardize keys that can vary in lengthaction_thresholds
- hresholds that have to be met when executing an action of a certain typedeployment
-integer
key_management
-integer
associated_keys
- list of keys granted limited permissions to an Account, for purposes such as multisigaccount_hash
- 32-byte hash derived from a supported PublicKey. Its role is to standardize keys that can vary in lengthweight
-integer
merkle_proof
-string
A merkle proof is a construction created using a merkle trie that allows verification of the associated hashes
Last updated