Last updated
Edit

MPTokenIssuanceDestroy

[Source]

Delete a Multi-purpose Token (MPT) issuance. Only the issuer can delete an MPT issuance, and only if there are no holders of the MPT.

Requires the MPTokensV1 amendment. Loading...

Example MPTokenIssuanceDestroy JSON

{
    "TransactionType": "MPTokenIssuanceDestroy",
    "Account": "rNFta7UKwcoiCpxEYbhH2v92numE3cceB6",
    "MPTokenIssuanceID": "05EECEBC97A7D635DE2393068691A015FED5A89AD203F5AA",
    "Fee": "10",
    "Flags": 0,
    "Sequence": 99536573
}
Query example transaction

MPTokenIssuanceDestroy Fields

In addition to the common fields, MPTokenIssuanceDestroy transactions use the following fields:

FieldJSON TypeInternal TypeDescription
MPTokenIssuanceIDStringUInt192Identifies the MPTokenIssuance object to be removed by the transaction.

See Also