rgb_sign_message
Sign messages using the RGB node to verify authenticity and ownership of RGB assets on the Lightning Network.
Instructions
Sign a message with the RGB node
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | The message to sign |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "The message to sign",
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}