Preparing search index...
The search index is not available
@xchainjs/xchain-thornode
@xchainjs/xchain-thornode
TxStatusResponse
Interface TxStatusResponse
Export
TxStatusResponse
interface
TxStatusResponse
{
out_txs
?:
Tx
[]
;
planned_out_txs
?:
TxStatusResponsePlannedOutTxsInner
[]
;
stages
:
TxStagesResponse
;
tx
?:
Tx
;
}
Index
Properties
out_
txs?
planned_
out_
txs?
stages
tx?
Properties
Optional
out_
txs
out_
txs
?:
Tx
[]
Memberof
TxStatusResponse
Optional
planned_
out_
txs
planned_
out_
txs
?:
TxStatusResponsePlannedOutTxsInner
[]
Memberof
TxStatusResponse
stages
stages
:
TxStagesResponse
Memberof
TxStatusResponse
Optional
tx
tx
?:
Tx
Memberof
TxStatusResponse
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
out_
txs
planned_
out_
txs
stages
tx
@xchainjs/xchain-thornode
Loading...
Generated using
TypeDoc
Export
TxStatusResponse