Request Solana transaction approval
request_solana_transactionSimulate and queue a Solana transaction for explicit wallet extension approval, requiring a plain-ASCII explanation of outcome, assets, and risks.
Instructions
Simulate and queue a serialized Solana transaction for explicit approval with a Wallet Standard browser extension. asciiExplanation is mandatory, ASCII-only, and must explain instructions, assets, destination, outcome, and risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| title | Yes | ||
| network | Yes | ||
| expectedSigner | No | ||
| asciiExplanation | Yes | Required plain-ASCII explanation of what the transaction does. Use a small ASCII diagram or table, name assets/amounts/recipients, and state the expected outcome and main risk. | |
| expiresInMinutes | No | ||
| transactionBase64 | Yes | Base64-encoded, unsigned or partially signed Solana wire transaction |