lisk-framework
Version:
Lisk blockchain application platform
57 lines • 6.35 kB
JavaScript
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.genesisInteroperabilitySchema = exports.terminateSidechainForLivenessParamsSchema = exports.stateRecoveryInitParamsSchema = exports.stateRecoveryParamsSchema = exports.registrationSignatureMessageSchema = exports.validatorsHashInputSchema = exports.sidechainTerminatedCCMParamsSchema = exports.registrationCCMParamsSchema = exports.messageRecoveryInitializationParamsSchema = exports.messageRecoveryParamsSchema = exports.mainchainRegParams = exports.sidechainRegParams = exports.ccuParamsSchema = exports.ccmSchema = exports.EMPTY_BYTES = exports.MAX_CCM_SIZE = exports.MODULE_NAME_INTEROPERABILITY = exports.MESSAGE_TAG_CERTIFICATE = exports.LIVENESS_LIMIT = exports.SidechainInteroperabilityMethod = exports.SidechainInteroperabilityModule = exports.MainchainInteroperabilityMethod = exports.MainchainInteroperabilityModule = exports.getMainchainID = exports.BaseCCMethod = exports.BaseInteroperableModule = exports.BaseCCCommand = void 0;
var base_cc_command_1 = require("./base_cc_command");
Object.defineProperty(exports, "BaseCCCommand", { enumerable: true, get: function () { return base_cc_command_1.BaseCCCommand; } });
var base_interoperable_module_1 = require("./base_interoperable_module");
Object.defineProperty(exports, "BaseInteroperableModule", { enumerable: true, get: function () { return base_interoperable_module_1.BaseInteroperableModule; } });
var base_cc_method_1 = require("./base_cc_method");
Object.defineProperty(exports, "BaseCCMethod", { enumerable: true, get: function () { return base_cc_method_1.BaseCCMethod; } });
var utils_1 = require("./utils");
Object.defineProperty(exports, "getMainchainID", { enumerable: true, get: function () { return utils_1.getMainchainID; } });
var module_1 = require("./mainchain/module");
Object.defineProperty(exports, "MainchainInteroperabilityModule", { enumerable: true, get: function () { return module_1.MainchainInteroperabilityModule; } });
var method_1 = require("./mainchain/method");
Object.defineProperty(exports, "MainchainInteroperabilityMethod", { enumerable: true, get: function () { return method_1.MainchainInteroperabilityMethod; } });
__exportStar(require("./mainchain/commands"), exports);
var module_2 = require("./sidechain/module");
Object.defineProperty(exports, "SidechainInteroperabilityModule", { enumerable: true, get: function () { return module_2.SidechainInteroperabilityModule; } });
var method_2 = require("./sidechain/method");
Object.defineProperty(exports, "SidechainInteroperabilityMethod", { enumerable: true, get: function () { return method_2.SidechainInteroperabilityMethod; } });
__exportStar(require("./sidechain/commands"), exports);
var constants_1 = require("./constants");
Object.defineProperty(exports, "LIVENESS_LIMIT", { enumerable: true, get: function () { return constants_1.LIVENESS_LIMIT; } });
Object.defineProperty(exports, "MESSAGE_TAG_CERTIFICATE", { enumerable: true, get: function () { return constants_1.MESSAGE_TAG_CERTIFICATE; } });
Object.defineProperty(exports, "MODULE_NAME_INTEROPERABILITY", { enumerable: true, get: function () { return constants_1.MODULE_NAME_INTEROPERABILITY; } });
Object.defineProperty(exports, "MAX_CCM_SIZE", { enumerable: true, get: function () { return constants_1.MAX_CCM_SIZE; } });
Object.defineProperty(exports, "EMPTY_BYTES", { enumerable: true, get: function () { return constants_1.EMPTY_BYTES; } });
var schemas_1 = require("./schemas");
Object.defineProperty(exports, "ccmSchema", { enumerable: true, get: function () { return schemas_1.ccmSchema; } });
Object.defineProperty(exports, "ccuParamsSchema", { enumerable: true, get: function () { return schemas_1.crossChainUpdateTransactionParams; } });
Object.defineProperty(exports, "sidechainRegParams", { enumerable: true, get: function () { return schemas_1.sidechainRegParams; } });
Object.defineProperty(exports, "mainchainRegParams", { enumerable: true, get: function () { return schemas_1.mainchainRegParams; } });
Object.defineProperty(exports, "messageRecoveryParamsSchema", { enumerable: true, get: function () { return schemas_1.messageRecoveryParamsSchema; } });
Object.defineProperty(exports, "messageRecoveryInitializationParamsSchema", { enumerable: true, get: function () { return schemas_1.messageRecoveryInitializationParamsSchema; } });
Object.defineProperty(exports, "registrationCCMParamsSchema", { enumerable: true, get: function () { return schemas_1.registrationCCMParamsSchema; } });
Object.defineProperty(exports, "sidechainTerminatedCCMParamsSchema", { enumerable: true, get: function () { return schemas_1.sidechainTerminatedCCMParamsSchema; } });
Object.defineProperty(exports, "validatorsHashInputSchema", { enumerable: true, get: function () { return schemas_1.validatorsHashInputSchema; } });
Object.defineProperty(exports, "registrationSignatureMessageSchema", { enumerable: true, get: function () { return schemas_1.registrationSignatureMessageSchema; } });
Object.defineProperty(exports, "stateRecoveryParamsSchema", { enumerable: true, get: function () { return schemas_1.stateRecoveryParamsSchema; } });
Object.defineProperty(exports, "stateRecoveryInitParamsSchema", { enumerable: true, get: function () { return schemas_1.stateRecoveryInitParamsSchema; } });
Object.defineProperty(exports, "terminateSidechainForLivenessParamsSchema", { enumerable: true, get: function () { return schemas_1.terminateSidechainForLivenessParamsSchema; } });
Object.defineProperty(exports, "genesisInteroperabilitySchema", { enumerable: true, get: function () { return schemas_1.genesisInteroperabilitySchema; } });
//# sourceMappingURL=index.js.map
;