• Launches a PromisePool with all transaction being executed at the same time, allows to throttle all TXs through one Queue

    Parameters

    • connection: Connection

      Solana client connection

    • txs: (VersionedTransaction | Transaction)[]

      Transactions

    • confirmationParams: ConfirmationParams

      Confirmation Params that will be used for execution

    • params: TransactionExecutionParams

      execution params: sendRate, sendThrottler, skipSimulation

    Returns Promise<PromiseSettledResult<string>[]>

    Raw Promise Results - should be handled by the consumer and unwrapped accordingly