Interface NFTokenOffer

interface NFTokenOffer {
    Amount: Amount;
    Destination?: string;
    Expiration: number;
    Flags: number;
    index: string;
    LedgerEntryType: "NFTokenOffer";
    NFTokenOfferNode?: string;
    Owner: string;
    OwnerNode?: string;
    PreviousTxnID: string;
    PreviousTxnLgrSeq: number;
}

Hierarchy

  • BaseLedgerEntry
  • HasPreviousTxnID
    • NFTokenOffer

Properties

Amount: Amount
Destination?: string
Expiration: number
Flags: number
index: string
LedgerEntryType: "NFTokenOffer"
NFTokenOfferNode?: string
Owner: string
OwnerNode?: 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.