verify_signature
Validate a digital signature by comparing it with a Hive public key and message hash to ensure data integrity and authenticity on the Hive blockchain.
Instructions
Verify a digital signature against a Hive public key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message_hash | Yes | The SHA-256 hash of the message in hex format (64 characters) | |
public_key | Yes | Public key to verify against (with or without the STM prefix) | |
signature | Yes | Signature string to verify |