executeTransactionBlock

Submits a pre-signed transaction block to the Sui network for execution.

Return

A Result which is either:

Parameters

txBytes

The base64-encoded, BCS-serialized transaction data.

signatures

A list of base64-encoded signatures corresponding to the signers.

option

The response options to specify which details of the executed transaction to return (e.g., effects, object changes).