Type Definition ethers_contract::ContractFactory

source ·
pub type ContractFactory<M> = DeploymentTxFactory<Arc<M>, M>;
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.