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