Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LedgerDataResponse

The response expected from a LedgerDataRequest.

Hierarchy

  • BaseResponse
    • LedgerDataResponse

Index

Properties

Optional api_version

api_version: number

Optional forwarded

forwarded: boolean

id

id: string | number

result

result: { ledger_hash: string; ledger_index: number; marker?: unknown; state: State[] }

Type declaration

  • ledger_hash: string

    Unique identifying hash of this ledger version.

  • ledger_index: number

    The ledger index of this ledger version.

  • Optional marker?: unknown

    Server-defined value indicating the response is paginated. Pass this to. the next call to resume where this call left off.

  • state: State[]

    Array of JSON objects containing data from the ledger's state tree,. as defined below.

status

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc