Skip to main content

PrebuiltContractsInstances type

Signature:

export type PrebuiltContractsInstances = {
[K in keyof PrebuiltContractsMap]: Awaited<ReturnType<typeof PREBUILT_CONTRACTS_MAP[K]["initialize"]>>;
};

References: PrebuiltContractsMap