encode_uint64
Convert uint64 values to bytes for Algorand blockchain transactions, supporting mainnet, testnet, and localnet networks.
Instructions
Encode a uint64 to bytes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Uint64 value as a string to encode into bytes | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |