DeployerDiscoverableMetaV3ConstructionConfig
Construction config for DeployerDiscoverableMetaV3.
struct DeployerDiscoverableMetaV3ConstructionConfig {
address deployer;
bytes meta;
}
Properties
| Name | Type | Description |
|---|---|---|
deployer | address | Deployer the calling contract will be discoverable under. |
meta | bytes | MetaV1 data to emit before touching the deployer. |