decode_uint64
Convert hexadecimal bytes into a uint64 integer for Algorand blockchain data interpretation. Specify network and pagination for accurate decoding.
Instructions
Decode bytes to a uint64
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | Yes | Bytes in hexadecimal format to decode into a uint64 | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |