solana_signMessage
Sign a message with a Solana wallet by providing wallet ID and message, with optional encoding (utf-8, base64, hex).
Instructions
Sign a message with a Solana wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to sign | |
| encoding | No | Message encoding | base64 |
| walletId | Yes | ID of the wallet to use for signing. |