Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxResponse
Interface TxResponse
A transaction from RPC calls like search.
Try to keep this compatible to TxEvent
interface
TxResponse
{
hash
:
Uint8Array
;
height
:
number
;
index
:
number
;
proof
?:
TxProof
;
result
:
TxData
;
tx
:
Uint8Array
;
}
Index
Properties
hash
height
index
proof?
result
tx
Properties
Readonly
hash
hash
:
Uint8Array
Readonly
height
height
:
number
Readonly
index
index
:
number
Optional
Readonly
proof
proof
?:
TxProof
Readonly
result
result
:
TxData
Readonly
tx
tx
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hash
height
index
proof
result
tx
@crownfi/sei-js-proto
Loading...
A transaction from RPC calls like search.
Try to keep this compatible to TxEvent