Crate ethers_contract_abigen[−][src]
Expand description
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
Modules
Contains types to generate rust bindings for solidity contracts
This is a basic representation of a contract ABI that does no post processing but contains the raw content of the ABI.
Structs
Builder struct for generating type-safe bindings from a contract’s ABI
Type-safe contract bindings generated by a Builder
. This type can be
either written to file or into a token stream for use in a procedural macro.
Generates bindings for a series of contracts
Enums
A source of a Truffle artifact JSON.
Functions
Parses the given address string