solana_signTransaction
Sign a Solana transaction using a specified wallet ID and base64-encoded transaction, without broadcasting it to the network.
Instructions
Sign a transaction with a Solana wallet without broadcasting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoding | No | Transaction encoding | base64 |
| walletId | Yes | ID of the wallet to use for signing. | |
| transaction | Yes | Base64 encoded serialized transaction to sign |