Crate ethbind_gen

Crate ethbind_gen 

Source
Expand description

This crate provide core types of ethbind generation system

Structs§

BindingBuilder
Contract
Generated contract files archive
Executor
Ethbind executor
File
Generated codes and file name
JsonRuntimeBinder
A RuntimeBinder implementation which load runtime types mapping metadata from json.

Enums§

BindError
Typed bind error

Traits§

Context
Ethbind code generation system Context instance
Generatable
ABI data structure that can be generated into arbitrary programming language supported by Ethbind.
Generator
Programming language code generator supported by Ethbind.
RuntimeBinder
Binder for mapping contract type system to target programming language runtime type system.
SaveTo