xrpl
    Preparing search index...

    Interface MPToken

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

    Hierarchy

    • BaseLedgerEntry
    • HasPreviousTxnID
      • MPToken
    Index

    Properties

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