Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubmitResponse

Hierarchy

  • BaseResponse
    • SubmitResponse

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: { accepted: boolean; account_sequence_available: number; account_sequence_next: number; applied: boolean; broadcast: boolean; engine_result: string; engine_result_code: number; engine_result_message: string; kept: boolean; open_ledger_cost: string; queued: boolean; tx_blob: string; tx_json: Transaction; validated_ledger_index: number }

Type declaration

  • accepted: boolean
  • account_sequence_available: number
  • account_sequence_next: number
  • applied: boolean
  • broadcast: boolean
  • engine_result: string
  • engine_result_code: number
  • engine_result_message: string
  • kept: boolean
  • open_ledger_cost: string
  • queued: boolean
  • tx_blob: string
  • tx_json: Transaction
  • validated_ledger_index: number

status

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc