Show / Hide Table of Contents

Class MPTokenIssuanceIdData

Decoded components of an MPTokenIssuanceID (XLS-33).

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

Constructors

| Edit this page View Source

MPTokenIssuanceIdData(uint, string)

Declaration
public MPTokenIssuanceIdData(uint sequence, string issuer)
Parameters
Type Name Description
uint sequence
string issuer

Properties

| Edit this page View Source

Issuer

Issuer classic r-address.

Declaration
public string Issuer { get; set; }
Property Value
Type Description
string
| Edit this page View Source

MPTokenIssuanceID

48-hex uppercase MPTokenIssuanceID.

Declaration
public string MPTokenIssuanceID { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Sequence

Transaction sequence (or ticket) that created the issuance.

Declaration
public uint Sequence { get; set; }
Property Value
Type Description
uint

Methods

| Edit this page View Source

ParseMPTokenIssuanceId(string)

Declaration
public static MPTokenIssuanceIdData ParseMPTokenIssuanceId(string mptIssuanceId)
Parameters
Type Name Description
string mptIssuanceId
Returns
Type Description
MPTokenIssuanceIdData
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX