Type Alias ethers_contract::Contract
source · pub type Contract<M> = ContractInstance<Arc<M>, M>;
Available on crate feature
providers
only.Expand description
Contract
is a ContractInstance
object with an Arc
middleware.
This type alias exists to preserve backwards compatibility with
less-abstract Contracts.
For full usage docs, see ContractInstance
.
Aliased Type§
struct Contract<M> { /* private fields */ }