ugf_sui_execute_signed_block
Broadcast a dual-signed Sui transaction block to the network, combining user and sponsor signatures for gasless execution.
Instructions
Broadcast a dual-signed (user + sponsor) Sui transaction block via Sui RPC. Returns {tx_digest}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_bytes | Yes | Base64 sponsor-prepared tx bytes | |
| user_sig | Yes | User signature string from local Sui keypair | |
| sponsor_sig | Yes | Sponsor signature string from UGF gateway | |
| rpc_url | No | Optional Sui RPC URL; falls back to env SUI_RPC_URL or mainnet fullnode |