unsafe_batchTransaction
Create an unsigned batched transaction.
Parameters:
signer< SuiAddress > - The transaction signer's Sui address
single_transaction_params<[ RPCTransactionRequestParams ]> - List of transaction request parameters
gas< ObjectID > - Gas object to be used in this transaction, node will pick one from the signer's possession if not provided
gas_budget< BigInt_for_uint64 > - The gas budget, the transaction will fail if the gas cost exceed the budget
txn_builder_mode< SuiTransactionBlockBuilderMode > - Whether this is a regular transaction or a Dev Inspect Transaction
Returns:
TransactionBlockBytes< TransactionBlockBytes >
Example:
Last updated