zetrix_crypto_sign
Sign messages with a private key on the Zetrix blockchain to authenticate transactions and verify data integrity.
Instructions
Sign a message with a private key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message to sign (hex string) | |
| privateKey | Yes | The private key to sign with |