sign_bytes
Sign hexadecimal bytes using a secret key for Algorand blockchain transactions. This tool generates cryptographic signatures required for network authentication and secure operations.
Instructions
Sign bytes with a secret key
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | Yes | Bytes in hexadecimal format to sign | |
| sk | Yes | Secret key in hexadecimal format to sign the bytes with | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |