# Functions
AssertDependenciesCorrect asserts that all dependencies of contracts are correct.
GetContract gets a contract from the registry and casts it to the correct type.
NewDeployerManager creates a new deployment helper.
# Structs
DeployerManager is responsible for wrapping contract registry with easy to use getters that correctly cast the handles.
# Interfaces
IDeployManager is responsible for deploying contracts.
# Type aliases
DeployerFunc defines a deployer we can use.
DeployManagerFactory is a factory for a deploy manager.