Class Common.IssuedCurrency
currency with issuer
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class Common.IssuedCurrency
Properties
| Edit this page View SourceCurrency
currency code
Declaration
[JsonPropertyName("currency")]
public string Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CurrencyName
Readable assert name
Declaration
[JsonIgnore]
public string CurrencyName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Issuer
currency issuer
Declaration
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 SourceIsMpt()
Returns true if this represents an MPT issue.
Declaration
public bool IsMpt()
Returns
| Type | Description |
|---|---|
| bool |
IsXrp()
Declaration
public bool IsXrp()
Returns
| Type | Description |
|---|---|
| bool |
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()