Show / Hide Table of Contents

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 Source

Account

The account address of the MPT holder.

Declaration
[JsonPropertyName("account")]
public string Account { get; set; }
Property Value
Type Description
string
| Edit this page View Source

MPTokenIssuanceID

The MPTokenIssuanceID of the MPT.

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