pub trait AppDeployer<Chain: CwEnv>: Sized + Uploadable + ContractInstance<Chain> {
    // Provided method
    fn deploy(&self, version: Version) -> Result<(), AbstractInterfaceError> { ... }
}
Expand description

Trait for deploying APPs

Provided Methods§

Implementors§