Interface AddressOptions

interface AddressOptions {
    cbt: `0x${string}`;
    entry: `0x${string}`;
    gcsb: `0x${string}`;
    linklist: `0x${string}`;
    mira: `0x${string}`;
    newbieVilla: `0x${string}`;
    periphery: `0x${string}`;
    tips: `0x${string}`;
    tipsWithConfig: `0x${string}`;
    tipsWithFee: `0x${string}`;
}

Properties

cbt: `0x${string}`
entry: `0x${string}`
gcsb: `0x${string}`
linklist: `0x${string}`
mira: `0x${string}`
newbieVilla: `0x${string}`
periphery: `0x${string}`
tips: `0x${string}`
tipsWithConfig: `0x${string}`
tipsWithFee: `0x${string}`

Generated using TypeDoc