Interface TxResponse

Response expected from a TxRequest.

Hierarchy

  • BaseResponse
    • TxResponse

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: Object
searched_all?: boolean

If true, the server was able to search all of the specified ledger versions, and the transaction was in none of them. If false, the server did not have all of the specified ledger versions available, so it is not sure. If one of them might contain the transaction.

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

Generated using TypeDoc