• Sign passed BatchItems with wallet request or KeyPair

    Parameters

    • connection: Connection

      Solana web3 connection object.

    • batchItem: BatchItem

      Signed transaction ready to be send.

    • confirmationParams: ConfirmationParams

      Confirmation Params that will be used for execution

    • throttleParams: ThrottleParams

      rate or throttler instance to throttle TX sending - to not spam the blockchain too much

    Returns Promise<BatchItemResult>

    • Returns settled transaction item