Interface MintOrLinkModuleConfig

interface MintOrLinkModuleConfig {
    address: `0x${string}`;
    data: any[];
}

Properties

Properties

address: `0x${string}`

The contract address of this module

data: any[]

The init data

Generated using TypeDoc