SimulateTransaction
Parameters:
checks - TransactionChecks Specify whether checks should be ENABLED (default) or DISABLED while executing the transaction
do_gas_selection - bool Perform gas selection based on a budget estimation and include the selected gas payment and budget in the response. This option will be ignored if checks
is DISABLED
.
read_mask - FieldMask
transaction - Transaction
Returns:
outputs - CommandResult
transaction - ExecutedTransaction
Example:
grpcurl -proto .sui/rpc/v2beta2/live_data_service.proto
-H "x-token: YOUR_TOKEN_VALUE"
-d
'{
"transaction": [ ... ]
}'
sui.blockpi.network sui.rpc.v2beta.LiveDataService/SimulateTransaction
Last updated
Was this helpful?