Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubmitMultisignedResponse

Response expected from a SubmitMultisignedRequest.

Hierarchy

  • BaseResponse
    • SubmitMultisignedResponse

Index

Properties

Optional api_version

api_version: number

Optional forwarded

forwarded: boolean

id

id: string | number

result

result: { engine_result: string; engine_result_code: number; engine_result_message: string; tx_blob: string; tx_json: Transaction }

Type declaration

  • engine_result: string

    Code indicating the preliminary result of the transaction, for example. tesSUCCESS

  • engine_result_code: number

    Numeric code indicating the preliminary result of the transaction,. directly correlated to engine_result.

  • engine_result_message: string

    Human-readable explanation of the preliminary transaction result.

  • tx_blob: string

    The complete transaction in hex string format.

  • tx_json: Transaction

    The complete transaction in JSON format.

status

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc