@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
12 lines • 485 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegistryModulesNames = void 0;
class RegistryModulesNames {
constructor(batchMintingModule, lazyMintingModule, merkleDropModule) {
this.batchMintingModule = batchMintingModule;
this.lazyMintingModule = lazyMintingModule;
this.merkleDropModule = merkleDropModule;
}
}
exports.RegistryModulesNames = RegistryModulesNames;
//# sourceMappingURL=RegistryModulesNames.js.map