Class SourceCurrency
A currency that the source account might want to spend.
Inheritance
object
SourceCurrency
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class SourceCurrency
Properties
| Edit this page View SourceCurrency
Currency code (3-letter or 40-char hex).
Declaration
[JsonPropertyName("currency")]
public string Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issuer
(Optional) The issuer address for this currency.
Declaration
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |