xrpl
    Preparing search index...

    Interface MPTokenIssuance

    interface MPTokenIssuance {
        AssetScale?: number;
        Flags: number;
        index: string;
        Issuer: string;
        LedgerEntryType: "MPTokenIssuance";
        LockedAmount?: string;
        MaximumAmount?: string;
        MPTokenMetadata?: string;
        OutstandingAmount: string;
        OwnerNode?: string;
        PreviousTxnID: string;
        PreviousTxnLgrSeq: number;
        TransferFee?: number;
    }

    Hierarchy

    • BaseLedgerEntry
    • HasPreviousTxnID
      • MPTokenIssuance
    Index

    Properties

    AssetScale?: number
    Flags: number
    index: string
    Issuer: string
    LedgerEntryType: "MPTokenIssuance"
    LockedAmount?: string
    MaximumAmount?: string
    MPTokenMetadata?: string
    OutstandingAmount: 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.

    TransferFee?: number