iroha-python
iroha-python copied to clipboard
Refactor codegen for Enum
Codegen for enums currently uses complex meta-class constructor, which should be simplified to be more in line with make_struct and make_tuple factories.