bytes_to_bigint
Convert hexadecimal bytes to BigInt values for Algorand blockchain operations, enabling numeric representation of byte data in smart contracts and transactions.
Instructions
Convert bytes to a BigInt
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | Yes | Bytes in hexadecimal format to convert to a BigInt | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |