verify_bytes
Verify digital signatures against hexadecimal bytes using an Algorand account address to authenticate blockchain transactions and data integrity.
Instructions
Verify a signature against bytes with an Algorand address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | Yes | Bytes in hexadecimal format to verify | |
| signature | Yes | Base64-encoded signature to verify | |
| address | Yes | Algorand account address | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |