Interface GetAccountStateResponse

Hierarchy

  • GetAccountStateResponse

Properties

Properties

account_state: {
    account_type: number;
    balance: string;
    balance_formatted: string;
    nonce: number;
}

Type declaration

  • account_type: number
  • balance: string
  • balance_formatted: string
  • nonce: number

Generated using TypeDoc