verify_signature
Confirm that a digital signature matches a Hive public key by providing the message hash, signature, and public key.
Instructions
Verify a digital signature against a Hive public key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | Signature string to verify | |
| public_key | Yes | Public key to verify against (with or without the STM prefix) | |
| message_hash | Yes | The SHA-256 hash of the message in hex format (64 characters) |