parallelTransactionProcessorProps: {
    batchSize?: number;
    connection: Connection;
    maxRetryNumber?: number;
    transactionInstructionsWithSigners: TransactionInstructionWithSigners[];
    wallet: WalletSigner;
}

Type declaration

Generated using TypeDoc