sign_message
Sign a message using a Hive private key for blockchain verification. Choose key type: posting, active, memo, or owner.
Instructions
Sign a message using a Hive private key from environment variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to sign (must not be empty) | |
| key_type | No | Type of key to use: 'posting', 'active', or 'memo'. Defaults to 'posting' if not specified. | posting |