algorand-devrel / community

11 stars 3 forks source link

PyTEAL - Complex Types #7

Closed barnjamin closed 2 years ago

barnjamin commented 3 years ago

When building an application using PyTEAL, often the need arises for some higher level types and structures. This is not straight forward to do yet and requires some creativity on the authors behalf.

Type list might include lists, sets, maps and structs

For Structures It would be nice to provide a way in PyTEAL to define the structure of a type that can handle SerDe like functionality with getters/setters for the individual fields.

barnjamin commented 2 years ago

Partially addressed here: https://github.com/algorand/pyteal/pull/263

barnjamin commented 2 years ago

https://github.com/algorand/pyteal/issues/180

barnjamin commented 2 years ago

Addressed in pyteal 0.14.0