Show / Hide Table of Contents

Class Common.MPTCurrency

Represents a Multi-Purpose Token (MPT) currency identifier.

Inheritance
object
Common.MPTCurrency
Common.MPTAmount
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class Common.MPTCurrency

Properties

| Edit this page View Source

MptIssuanceId

The unique identifier for the MPT issuance.

Declaration
[JsonPropertyName("mpt_issuance_id")]
public string MptIssuanceId { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX