ExecuteTransaction
Parameters:
Returns:
Example:
grpcurl -proto .sui/rpc/v2/transaction_execution_service.proto
-H "x-token: YOUR_TOKEN_VALUE"
-d '{
"transaction": { ... },
"options": {
"show_input": true,
"show_effects": true,
"show_events": true,
"show_object_changes": true,
"show_balance_changes": true
}
}'
sui.blockpi.network:443 sui.rpc.v2.TransactionExecutionService/ExecuteTransactionLast updated
Was this helpful?