QueryAccountResponse is the response type for the Query/Account RPC method.

Hierarchy

  • V1QueryAccountResponse

Properties

balance?: string

balance is the balance of the EVM denomination.

code_hash?: string

code hash is the hex-formatted code bytes from the EOA.

nonce?: string

nonce is the account's sequence number.

Format

uint64

Generated using TypeDoc