Expand description
Generate bindings for multiple Abigen
Structsยง
- Multi
Abigen - Collects Abigen structs for a series of contracts, pending generation of the contract bindings.
- Multi
Bindings - Output of the
MultiAbigen
build process.MultiBindings
wraps a group of built contract bindings that have yet to be written to disk. - Multi
Expansion - Represents a collection of
Abigen::expand()
- Multi
Expansion Result - Represents an intermediary result of
MultiExpansion::expand()