Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
transactions
ParallelTransactionExecutor
Class ParallelTransactionExecutor
Index
Constructors
constructor
Methods
execute
Transaction
reset
Cache
wait
For
Last
Transaction
Constructors
constructor
new
ParallelTransactionExecutor
(
options
:
ParallelTransactionExecutorOptions
,
)
:
ParallelTransactionExecutor
Parameters
options
:
ParallelTransactionExecutorOptions
Returns
ParallelTransactionExecutor
Methods
execute
Transaction
executeTransaction
(
transaction
:
Transaction
,
options
?:
SuiTransactionBlockResponseOptions
,
)
:
Promise
<
{
data
:
SuiTransactionBlockResponse
;
digest
:
string
;
effects
:
string
}
,
>
Parameters
transaction
:
Transaction
Optional
options
:
SuiTransactionBlockResponseOptions
Returns
Promise
<
{
data
:
SuiTransactionBlockResponse
;
digest
:
string
;
effects
:
string
}
>
reset
Cache
resetCache
()
:
Promise
<
void
>
Returns
Promise
<
void
>
wait
For
Last
Transaction
waitForLastTransaction
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
execute
Transaction
reset
Cache
wait
For
Last
Transaction
Documentation
Loading...