@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
7 lines • 329 B
TypeScript
export declare class RegistryModulesNames {
batchMintingModule: string | null;
lazyMintingModule: string | null;
merkleDropModule: string | null;
constructor(batchMintingModule: string | null, lazyMintingModule: string | null, merkleDropModule: string | null);
}
//# sourceMappingURL=RegistryModulesNames.d.ts.map