Crate ethers_contract_abigen[−][src]
Module for generating type-safe bindings to Ethereum smart contracts. This
module is intended to be used either indirectly with the abigen procedural
macro or directly from a build script / CLI
Structs
| Abigen | Builder struct for generating type-safe bindings from a contract’s ABI |
| ContractBindings | Type-safe contract bindings generated by a |
Enums
| Source | A source of a Truffle artifact JSON. |
Functions
| parse_address | Parses the given address string |
Type Definitions
| Address |