Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountCurrenciesResponse

The expected response from an AccountCurrenciesRequest.

Hierarchy

  • BaseResponse
    • AccountCurrenciesResponse

Index

Properties

Optional api_version

api_version: number

Optional forwarded

forwarded: boolean

id

id: string | number

result

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

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc