Expand description
This crate provide core types of ethbind generation system
Structs§
- Binding
Builder - Contract
- Generated contract files archive
- Executor
Ethbindexecutor- File
- Generated codes and file name
- Json
Runtime Binder - A
RuntimeBinderimplementation which load runtime types mapping metadata from json.
Enums§
- Bind
Error - Typed bind error
Traits§
- Context
Ethbindcode generation systemContextinstance- Generatable
- ABI data structure that can be generated into arbitrary programming language supported by
Ethbind. - Generator
- Programming language code generator supported by
Ethbind. - Runtime
Binder - Binder for mapping contract type system to
targetprogramming language runtime type system. - SaveTo