Crate ethbind_gen
source ·Expand description
This crate provide core types of ethbind generation system
Structs
- Generated contract files archive
Ethbindexecutor- Generated codes and file name
- A
RuntimeBinderimplementation which load runtime types mapping metadata from json.
Enums
- Typed bind error
Traits
Ethbindcode generation systemContextinstance- ABI data structure that can be generated into arbitrary programming language supported by
Ethbind. - Programming language code generator supported by
Ethbind. - Binder for mapping contract type system to
targetprogramming language runtime type system.