Interface MPTokenIssuance

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

Hierarchy

  • BaseLedgerEntry
  • HasPreviousTxnID
    • MPTokenIssuance

Properties

AssetScale?: number
Flags: number
index: string
Issuer: string
LedgerEntryType: "MPTokenIssuance"
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