state_get_account_info
Last updated
Was this helpful?
Last updated
Was this helpful?
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
.
public_key
- string
- hex-encoded cryptographic public key, including the algorithm tag prefix
block_identifier
- object
the block identifier hash or height []
api_version
- string
RPC API version
account_hash
- 32-byte hash derived from a supported PublicKey. Its role is to standardize keys that can vary in length
action_thresholds
- hresholds that have to be met when executing an action of a certain type
deployment
- integer
key_management
- integer
associated_keys
- list of keys granted limited permissions to an Account, for purposes such as multisig
account_hash
- 32-byte hash derived from a supported PublicKey. Its role is to standardize keys that can vary in length
weight
- integer
merkle_proof
- string
A merkle proof is a construction created using a merkle trie that allows verification of the associated hashes
account
- object
[]