Class ParallelTransactionExecutor
Constructors
constructor
- new ParallelTransactionExecutor(options): ParallelTransactionExecutor
 
Methods
executeTransaction
- executeTransaction(transaction): Promise<{ 
    digest: string; 
    effects: string; 
}> Returns Promise<{ 
    digest: string; 
    effects: string; 
}>
resetCache
- resetCache(): Promise<void>
 Returns Promise<void>