Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
BroadcastTxCommitResponse
Interface BroadcastTxCommitResponse
interface
BroadcastTxCommitResponse
{
checkTx
:
TxData
;
deliverTx
?:
TxData
;
hash
:
Uint8Array
;
height
:
number
;
txResult
?:
TxData
;
}
Index
Properties
check
Tx
deliver
Tx?
hash
height
tx
Result?
Properties
Readonly
check
Tx
check
Tx
:
TxData
Optional
Readonly
deliver
Tx
deliver
Tx
?:
TxData
Deprecated
use txResult. Containes the same data as txResult for now
Readonly
hash
hash
:
Uint8Array
Readonly
height
height
:
number
Optional
Readonly
tx
Result
tx
Result
?:
TxData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
check
Tx
deliver
Tx
hash
height
tx
Result
@crownfi/sei-js-proto
Loading...
Deprecated
use txResult. Containes the same data as txResult for now