xrpl
    Preparing search index...

    Interface MPToken

    interface MPToken {
        AuditorEncryptedBalance?: string;
        ConfidentialBalanceInbox?: string;
        ConfidentialBalanceSpending?: string;
        ConfidentialBalanceVersion?: number;
        Flags: number;
        HolderEncryptionKey?: string;
        index: string;
        IssuerEncryptedBalance?: string;
        LedgerEntryType: "MPToken";
        LockedAmount?: string;
        MPTAmount: string;
        MPTokenIssuanceID: string;
        OwnerNode?: string;
        PreviousTxnID: string;
        PreviousTxnLgrSeq: number;
        Sponsor?: string;
    }

    Hierarchy

    • BaseLedgerEntry
    • HasPreviousTxnID
      • MPToken
    Index

    Properties

    AuditorEncryptedBalance?: string

    ElGamal ciphertext of the holder's confidential balance under the auditor's key.

    ConfidentialBalanceInbox?: string

    ElGamal ciphertext of the holder's pending confidential inbox balance.

    ConfidentialBalanceSpending?: string

    ElGamal ciphertext of the holder's spendable confidential balance.

    ConfidentialBalanceVersion?: number

    Version counter for the holder's confidential balance state.

    Flags: number
    HolderEncryptionKey?: string

    The holder's registered compressed ElGamal encryption key.

    index: string
    IssuerEncryptedBalance?: string

    ElGamal ciphertext of the holder's confidential balance under the issuer's key.

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

    Sponsor?: string

    (Optional) The account sponsoring the reserve for this MPToken. If present, the sponsor is responsible for the reserve requirement of this object instead of the owner.