Interface LedgerHashes

The LedgerHashes objects exist to make it possible to look up a previous ledger's hash with only the current ledger version and at most one lookup of a previous ledger version.

Hierarchy

  • BaseLedgerEntry
  • MissingPreviousTxnID
    • LedgerHashes

Properties

Flags: number

A bit-map of boolean flags for this object. No flags are defined for this type.

Hashes: string[]

An array of up to 256 ledger hashes. The contents depend on which sub-type of LedgerHashes object this is.

LastLedgerSequence?: number

The Ledger Index of the last entry in this object's Hashes array.

LedgerEntryType: "LedgerHashes"
PreviousTxnID: never

This field is missing on this object but is present on most other returned objects.

PreviousTxnLgrSeq: never

This field is missing on this object but is present on most other returned objects.

index: string

Generated using TypeDoc