zetrix_crypto_verify
Verify digital signatures on the Zetrix blockchain by checking a signature against a message and public key to confirm authenticity.
Instructions
Verify a signature against a message and public key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The original message (hex string) | |
| signature | Yes | The signature to verify | |
| publicKey | Yes | The public key to verify against |