Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Execute a signed transaction and optionally wait for effects or local execution.Positional parameters for
sui_executeTransactionBlock:params[0]: Base64-encoded BCS serialized transaction data (without type tag).params[1]: Array of base64-encoded signatures.params[2]: Optional transaction response options.params[3]: Execution mode indicating how long to wait for confirmation.
Returns
Result of executing a transaction block.