Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionEntryResponse

Response expected from a TransactionEntryRequest.

Hierarchy

  • BaseResponse
    • TransactionEntryResponse

Index

Properties

Optional api_version

api_version?: number

Optional forwarded

forwarded?: boolean

id

id: string | number

result

result: { ledger_hash: string; ledger_index: number; metadata: TransactionMetadata; tx_json: Transaction }

Type declaration

  • ledger_hash: string

    The identifying hash of the ledger version the transaction was found in; this is the same as the one from the request.

  • ledger_index: number

    The ledger index of the ledger version the transaction was found in; this is the same as the one from the request.

  • metadata: TransactionMetadata

    The transaction metadata, which shows the exact results of the transaction in detail.

  • tx_json: Transaction

    JSON representation of the Transaction object.

Optional status

status?: string

type

type: string

Optional warning

warning?: "load"

Optional warnings

warnings?: Warning[]

Generated using TypeDoc