Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentConfig ¶ added in v0.1.4
type DeploymentConfig struct { Owner common.Address Manager common.Address // manager is the address that can set fee parameters (gas price, conversion rates) Deployer common.Address ProxyAdminOwner common.Address BaseGasLimit uint64 ProtocolFee *big.Int }
func (DeploymentConfig) Validate ¶ added in v0.1.4
func (cfg DeploymentConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.