# Packages
No description provided by the author
# Functions
NewContractRegistry creates a new contract registry.
NewDeployedContract creates a new deployed contract.
NewFunctionalDeployer creates a new functional deployer.
NewSimpleDeployer creates a new base deployer.
# Structs
BaseDeployer is a basic deployment contract.
DeployedContract represents a deployed contract.
FunctionalDeployer is a new functional deployer.
# Interfaces
ContractDeployer is a contract deployer for a single contract type.
ContractRegistry handles contract deployment/storage for a specific chain.
GetOnlyContractRegistry is a contract registry that only allows gets.
IFunctionalDeployer is an interface for a functional deployer.
# Type aliases
DeployerFunc defines a deployer we can use.
DeployFunc is the deploy function.
FunctionalDeployFunc is a function that deploys a contract.
HandleFunc gets the ref function.
WrapFunc is a function that wraps a contract.