Export

TxStatusResponse

interface TxStatusResponse {
    out_txs?: Tx[];
    planned_out_txs?: TxStatusResponsePlannedOutTxsInner[];
    stages: TxStagesResponse;
    tx?: Tx;
}

Properties

out_txs?: Tx[]

Memberof

TxStatusResponse

Memberof

TxStatusResponse

Memberof

TxStatusResponse

tx?: Tx

Memberof

TxStatusResponse

Generated using TypeDoc