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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Hive MCP Server
Related Tools
- @gluneau/hive-mcp-server
- @dcSpark/mcp-cryptowallet-evm
- @nearai/near-mcp
- @gluneau/hive-mcp-server
- @gluneau/hive-mcp-server