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 |
Issuer
currency issuer
Declaration
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceIsXrp()
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()