Interface MPToken

interface MPToken {
    Flags: number;
    index: string;
    LedgerEntryType: "MPToken";
    MPTAmount?: MPTAmount;
    MPTokenIssuanceID: string;
    OwnerNode?: string;
    PreviousTxnID: string;
    PreviousTxnLgrSeq: number;
}

Hierarchy

  • BaseLedgerEntry
  • HasPreviousTxnID
    • MPToken

Properties

Flags: number
index: string
LedgerEntryType: "MPToken"
MPTAmount?: MPTAmount
MPTokenIssuanceID: 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.