Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Create an unsigned transaction to publish a Move package.Positional parameters for
unsafe_publish:params[0]: The Sui address of the transaction signer.params[1]: List of base64-encoded compiled module bytes for the Move package.params[2]: List of ObjectIDs representing transitive dependencies.params[3]: Optional gas object ID to be used. If not provided, one will be selected from signer’s coins.params[4]: Gas budget to be used by this transaction.
Returns
The unsigned transaction block representing the publish operation.