Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Create an unsigned batched transaction.Positional parameters for
unsafe_batchTransaction:params[0]: The transaction signer’s Sui address.params[1]: List of transaction request parameters.params[2]: Optional gas object ID to be used. If not provided, one will be chosen by the node.params[3]: Gas budget (maximum gas units that can be used).params[4]: Transaction builder mode. Optional.
Returns
Unsigned batched transaction block.