solana_signAndSendTransaction
Sign and broadcast a Solana transaction from a designated wallet, with optional gas sponsorship.
Instructions
Sign and broadcast a transaction with a Solana wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caip2 | Yes | Solana network identifier in CAIP-2 format | |
| sponsor | No | Enable gas sponsorship (requires Privy Dashboard config) | |
| encoding | No | Transaction encoding | base64 |
| walletId | Yes | ID of the wallet to use for signing and sending. | |
| transaction | Yes | Base64 encoded serialized transaction to sign and send |