UNPKG

lisk-framework

Version:

Lisk blockchain application platform

11 lines 852 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.genesisAuthStoreSchema = exports.multisigRegMsgSchema = exports.AuthMethod = exports.AuthModule = void 0; var module_1 = require("./module"); Object.defineProperty(exports, "AuthModule", { enumerable: true, get: function () { return module_1.AuthModule; } }); var method_1 = require("./method"); Object.defineProperty(exports, "AuthMethod", { enumerable: true, get: function () { return method_1.AuthMethod; } }); var schemas_1 = require("./schemas"); Object.defineProperty(exports, "multisigRegMsgSchema", { enumerable: true, get: function () { return schemas_1.multisigRegMsgSchema; } }); Object.defineProperty(exports, "genesisAuthStoreSchema", { enumerable: true, get: function () { return schemas_1.genesisAuthStoreSchema; } }); //# sourceMappingURL=index.js.map