DeployerDiscoverableMetaV3ConstructionConfig

Git Source

Construction config for DeployerDiscoverableMetaV3.

struct DeployerDiscoverableMetaV3ConstructionConfig {
    address deployer;
    bytes meta;
}

Properties

NameTypeDescription
deployeraddressDeployer the calling contract will be discoverable under.
metabytesMetaV1 data to emit before touching the deployer.