Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxExtension
Interface TxExtension
interface
TxExtension
{
tx
:
{
getTx
:
(
(
txId
:
string
)
=>
Promise
<
GetTxResponse
>
)
;
simulate
:
(
(
messages
:
readonly
Any
[]
,
memo
:
undefined
|
string
,
signer
:
Pubkey
,
sequence
:
number
)
=>
Promise
<
SimulateResponse
>
)
;
}
;
}
Index
Properties
tx
Properties
Readonly
tx
tx
:
{
getTx
:
(
(
txId
:
string
)
=>
Promise
<
GetTxResponse
>
)
;
simulate
:
(
(
messages
:
readonly
Any
[]
,
memo
:
undefined
|
string
,
signer
:
Pubkey
,
sequence
:
number
)
=>
Promise
<
SimulateResponse
>
)
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tx
@crownfi/sei-js-proto
Loading...