Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathFindResponse

Hierarchy

  • BaseResponse
    • PathFindResponse

Index

Properties

Optional api_version

api_version: number

Optional error

error: string

Optional error_message

error_message: string

Optional forwarded

forwarded: boolean

id

id: string | number

Optional request

request: unknown

result

result: { alternatives: PathOption[]; closed?: true; destination_account: string; destination_amount: Amount; full_reply: boolean; id?: string | number; source_account: string; status?: true }

Type declaration

  • alternatives: PathOption[]
  • Optional closed?: true
  • destination_account: string
  • destination_amount: Amount
  • full_reply: boolean
  • Optional id?: string | number
  • source_account: string
  • Optional status?: true

status

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc