bigint_to_bytes
Convert BigInt values to byte arrays for Algorand blockchain operations, handling network-specific encoding requirements.
Instructions
Convert a BigInt to bytes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | BigInt value as a string to convert to bytes | |
| size | Yes | Size of the resulting byte array | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |