Interface GetContractNameByEventOptions

interface GetContractNameByEventOptions {
    contractAddressToName?: { [key: `ct_${string}`]: string };
}

Properties

contractAddressToName?: { [key: `ct_${string}`]: string }