sign_message
Sign messages with your VeChain wallet to verify authenticity and enable secure blockchain interactions.
Instructions
Sign a message with the wallet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}