Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountInfoResponse

Response expected from an AccountInfoRequest.

Hierarchy

  • BaseResponse
    • AccountInfoResponse

Index

Properties

Optional api_version

api_version: number

Optional forwarded

forwarded: boolean

id

id: string | number

result

result: { account_data: default; ledger_current_index?: number; ledger_index?: number; queue_data?: QueueData; signer_lists?: default[]; validated?: boolean }

Type declaration

  • account_data: default

    The AccountRoot ledger object with this account's information, as stored. in the ledger.

  • Optional ledger_current_index?: number

    The ledger index of the current in-progress ledger, which was used when. retrieving this information.

  • Optional ledger_index?: number

    The ledger index of the ledger version used when retrieving this information. The information does not contain any changes from ledger. versions newer than this one.

  • Optional queue_data?: QueueData

    Information about queued transactions sent by this account. This information describes the state of the local rippled server, which may be different from other servers in the peer-to-peer XRP Ledger network. Some fields may be omitted because the values are calculated "lazily" by the. queuing mechanism.

  • Optional signer_lists?: default[]

    Array of SignerList ledger objects associated with this account for Multi-Signing. Since an account can own at most one SignerList, this. array must have exactly one member if it is present.

  • Optional validated?: boolean

    True if this data is from a validated ledger version; if omitted or set. to false, this data is not final.

status

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc