ugf_vault_build_tx
Create an unsigned EIP-1559 vault payment transaction. Outputs transaction fields as BigInt strings for local signing and subsequent submission.
Instructions
Build unsigned EIP-1559 vault payment tx for local signing + broadcast. Returns {to, data, value, chainId, gasLimit, nonce, type, maxFeePerGas, maxPriorityFeePerGas} — all BigInts as strings. Agent signs + broadcasts, then calls ugf_vault_submit_signed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | Yes | ||
| payer_address | Yes | EVM address of the payer |