iroha-python icon indicating copy to clipboard operation
iroha-python copied to clipboard

Refactor codegen for Enum

Open QuentinI opened this issue 3 years ago • 0 comments

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.

QuentinI avatar Oct 27 '22 14:10 QuentinI