preflight_transaction
Read-only Solana financial-action firewall. Compare an unsigned transaction's simulated effects with declared intent and principal policy. Returns PASS, FAIL, or REVIEW plus a signed verification receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Declared action, assets, amountAtomic, recipient, and protocol intent. | |
| policy | Yes | Principal policy: allowedPrograms, allowedAccounts, maxSpendAtomic, maxFeeAtomic, and strictness. | |
| unsignedTransaction | Yes | Base64 legacy or v0 Solana transaction. Preflight never signs it. |