personal_sign
Sign a message with a specified wallet. Optionally set encoding to utf-8 or hex for the message input.
Instructions
Sign a message using the personal_sign method with a specified wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to sign | |
| encoding | No | Message encoding (utf-8 or hex) | utf-8 |
| walletId | Yes | ID of the wallet to use for signing. |