An array of Transactions.
An array of indexes for the transactions corresponding to the relevant session. If not provided, the last {transaction.length} sessions are used.
SessionSearchParam The session data that contains the sessionID and sessionSigner. If not provided, The default session storage (localStorage in browser, fileStorage in node backend) is used to fetch the sessionIDInfo
The chain.
Promise<BatchSessionParamsPayload> - session parameters.
getBatchSessionTxParams
Retrieves the transaction parameters for a batched session.