Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LedgerEntryResponse

Response expected from a LedgerEntryRequest.

Hierarchy

  • BaseResponse
    • LedgerEntryResponse

Index

Properties

Optional api_version

api_version: number

Optional forwarded

forwarded: boolean

id

id: string | number

result

result: { index: string; ledger_index: number; node?: LedgerEntry; node_binary?: string }

Type declaration

  • index: string

    The unique ID of this ledger object.

  • ledger_index: number

    The ledger index of the ledger that was used when retrieving this data.

  • Optional node?: LedgerEntry

    Object containing the data of this ledger object, according to the. ledger format.

  • Optional node_binary?: string

    The binary representation of the ledger object, as hexadecimal.

status

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc