This is the layouts file: https://github.com/SuperteamDAO/solathon/blob/master/solathon/core/layouts.py
It is using the construct library which vastly represents low level language data types and structures. It would be nice to have Pythonic alternative to this, which is more readable and flexible, resulting in same output.
This is the layouts file: https://github.com/SuperteamDAO/solathon/blob/master/solathon/core/layouts.py
It is using the
constructlibrary which vastly represents low level language data types and structures. It would be nice to have Pythonic alternative to this, which is more readable and flexible, resulting in same output.