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.
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.