encode_obj
Convert objects to msgpack format for Algorand blockchain transactions, supporting mainnet, testnet, and localnet networks with configurable pagination.
Instructions
Encode an object to msgpack format
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj | Yes | Object to encode | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |