Show / Hide Table of Contents

Class Common.IssuedCurrency

currency with issuer

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

Properties

| Edit this page View Source

Currency

currency code

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

CurrencyName

Readable assert name

Declaration
[JsonIgnore]
public string CurrencyName { get; }
Property Value
Type Description
string
| Edit this page View Source

Issuer

currency issuer

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

MptIssuanceId

MPT issuance identifier (XLS-33). When set, Currency and Issuer are ignored.

Declaration
[JsonPropertyName("mpt_issuance_id")]
public string MptIssuanceId { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

IsMpt()

Returns true if this represents an MPT issue.

Declaration
public bool IsMpt()
Returns
Type Description
bool
| Edit this page View Source

IsXrp()

Declaration
public bool IsXrp()
Returns
Type Description
bool
| Edit this page View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX