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