Interface AccountCurrenciesResponse

The expected response from an AccountCurrenciesRequest.

Hierarchy

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: {
    ledger_hash?: string;
    ledger_index: number;
    receive_currencies: string[];
    send_currencies: string[];
    validated: boolean;
}

Type declaration

  • Optional ledger_hash?: string

    The identifying hash of the ledger version used to retrieve this data, as hex.

  • ledger_index: number

    The ledger index of the ledger version used to retrieve this data.

  • receive_currencies: string[]

    Array of Currency Codes for currencies that this account can receive.

  • send_currencies: string[]

    Array of Currency Codes for currencies that this account can send.

  • validated: boolean

    If true, this data comes from a validated ledger.

status?: string
type: string
warning?: "load"
warnings?: ResponseWarning[]

Generated using TypeDoc