Skip to main content

ParallelTransactionExecutor

@iota/iota-sdk


@iota/iota-sdk / transactions / ParallelTransactionExecutor

Class: ParallelTransactionExecutor

Defined in: sdk/typescript/src/transactions/executor/parallel.ts:58

Constructors

Constructor

new ParallelTransactionExecutor(options): ParallelTransactionExecutor

Defined in: sdk/typescript/src/transactions/executor/parallel.ts:81

Parameters

options

ParallelTransactionExecutorOptions

Returns

ParallelTransactionExecutor

Methods

executeTransaction()

executeTransaction(transaction, options?, additionalSignatures?): Promise<{ data: IotaTransactionBlockResponse; digest: string; effects: string; }>

Defined in: sdk/typescript/src/transactions/executor/parallel.ts:112

Parameters

transaction

Transaction

options?

IotaTransactionBlockResponseOptions

additionalSignatures?

string[] = []

Returns

Promise<{ data: IotaTransactionBlockResponse; digest: string; effects: string; }>


resetCache()

resetCache(): Promise<void>

Defined in: sdk/typescript/src/transactions/executor/parallel.ts:103

Returns

Promise<void>


waitForLastTransaction()

waitForLastTransaction(): Promise<void>

Defined in: sdk/typescript/src/transactions/executor/parallel.ts:108

Returns

Promise<void>