ContractFactory

Type Alias 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.

Aliased Typeยง

pub struct ContractFactory<M> { /* private fields */ }