Class MPTokenQuery
Object specifying the MPToken object to retrieve.
The mpt_issuance_id and account sub-fields are required.
Inheritance
object
MPTokenQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class MPTokenQuery
Properties
| Edit this page View SourceAccount
The account address of the MPT holder.
Declaration
[JsonPropertyName("account")]
public string Account { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MPTokenIssuanceID
The MPTokenIssuanceID of the MPT.
Declaration
[JsonPropertyName("mpt_issuance_id")]
public string MPTokenIssuanceID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |