Type Alias zksync_web3_rs::contract::ContractDeployer
source · pub type ContractDeployer<M, C> = ContractDeploymentTx<Arc<M, Global>, M, C>;Expand description
ContractDeployer is a ContractDeploymentTx object with an
Arc middleware. This type alias exists to preserve backwards
compatibility with less-abstract Contracts.
For full usage docs, see ContractDeploymentTx.