Module ethers_contract_abigen::multi
source · Expand description
Generate bindings for multiple Abigen
Structs§
- Collects Abigen structs for a series of contracts, pending generation of the contract bindings.
- Output of the
MultiAbigen
build process.MultiBindings
wraps a group of built contract bindings that have yet to be written to disk. - Represents a collection of
Abigen::expand()
- Represents an intermediary result of
MultiExpansion::expand()