Interface NFTokenPage

interface NFTokenPage {
    index: string;
    LedgerEntryType: "NFTokenPage";
    NextPageMin?: string;
    NFTokens: LedgerEntry.NFToken[];
    PreviousPageMin?: string;
    PreviousTxnID: string;
    PreviousTxnLgrSeq: number;
}

Hierarchy

  • BaseLedgerEntry
  • HasPreviousTxnID
    • NFTokenPage

Properties

index: string
LedgerEntryType: "NFTokenPage"
NextPageMin?: string
NFTokens: LedgerEntry.NFToken[]
PreviousPageMin?: string
PreviousTxnID: string

The identifying hash of the transaction that most recently modified this object.

PreviousTxnLgrSeq: number

The index of the ledger that contains the transaction that most recently modified this object.