Class AccountCurrencies
The expected response from an AccountCurrenciesRequest.
Inheritance
System.Object
AccountCurrencies
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class AccountCurrencies : object
Properties
| Improve this Doc View SourceLedgerHash
The identifying hash of the ledger version used to retrieve this data as hex.
Declaration
public string LedgerHash { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LedgerIndex
The ledger index of the ledger version used to retrieve this data.
Declaration
public int LedgerIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ReceiveCurrencies
Array of Currency Codes for currencies that this account can receive.
Declaration
public List<string> ReceiveCurrencies { get; set; }
Property Value
| Type | Description |
|---|---|
| List<System.String> |
SendCurrencies
Array of Currency Codes for currencies that this account can send.
Declaration
public List<string> SendCurrencies { get; set; }
Property Value
| Type | Description |
|---|---|
| List<System.String> |
Validated
If true, this data comes from a validated ledger.
Declaration
public bool Validated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |