Interface SubmitMultisignedResponse

Response expected from a SubmitMultisignedRequest.

Hierarchy

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: {
    engine_result: string;
    engine_result_code: number;
    engine_result_message: string;
    tx_blob: string;
    tx_json: Object;
}

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: Object

    The complete transaction in JSON format.

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

Generated using TypeDoc