Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxResult
Interface TxResult
TxResult contains results of executing the transaction.
One usage is indexing transaction results.
interface
TxResult
{
height
:
bigint
;
index
:
number
;
result
:
undefined
|
ResponseDeliverTx
;
tx
:
Uint8Array
;
}
Index
Properties
height
index
result
tx
Properties
height
height
:
bigint
index
index
:
number
result
result
:
undefined
|
ResponseDeliverTx
tx
tx
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
index
result
tx
@crownfi/sei-js-proto
Loading...
TxResult contains results of executing the transaction.
One usage is indexing transaction results.