Can I create an object and list in pyteal

Hello, I know I have to specify the space allocated for local state. The thing is the project Im working on doesnt have a limit. Users can always append to their local state. If their is a way for me to like create a list of object and pick from it. Btw , Im using pyteal

I sounds like you’ll want to look into using boxes, as it offers unbounded storage for applications. Whilst they’re not currently available on Mainnet or Testnet, they should be available after the next consensus upgrade. You can begin using them in a local environment such as Sandbox.

Scroll down to see box_create, box_extract, etc.

1 Like