UNPKG

@polkadot/types

Version:
30 lines (29 loc) 2.98 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GenericVote = exports.GenericMultiAddress = exports.GenericAddress = exports.GenericLookupSource = exports.GenericEventData = exports.GenericEvent = exports.GenericConsensusEngineId = exports.GenericChainProperties = exports.GenericCall = exports.GenericBlock = exports.GenericAccountIndex = exports.GenericAccountId33 = exports.GenericAccountId32 = exports.GenericAccountId = void 0; const tslib_1 = require("tslib"); var AccountId_js_1 = require("./AccountId.js"); Object.defineProperty(exports, "GenericAccountId", { enumerable: true, get: function () { return AccountId_js_1.GenericAccountId; } }); Object.defineProperty(exports, "GenericAccountId32", { enumerable: true, get: function () { return AccountId_js_1.GenericAccountId; } }); Object.defineProperty(exports, "GenericAccountId33", { enumerable: true, get: function () { return AccountId_js_1.GenericAccountId33; } }); var AccountIndex_js_1 = require("./AccountIndex.js"); Object.defineProperty(exports, "GenericAccountIndex", { enumerable: true, get: function () { return AccountIndex_js_1.GenericAccountIndex; } }); var Block_js_1 = require("./Block.js"); Object.defineProperty(exports, "GenericBlock", { enumerable: true, get: function () { return Block_js_1.GenericBlock; } }); var Call_js_1 = require("./Call.js"); Object.defineProperty(exports, "GenericCall", { enumerable: true, get: function () { return Call_js_1.GenericCall; } }); var ChainProperties_js_1 = require("./ChainProperties.js"); Object.defineProperty(exports, "GenericChainProperties", { enumerable: true, get: function () { return ChainProperties_js_1.GenericChainProperties; } }); var ConsensusEngineId_js_1 = require("./ConsensusEngineId.js"); Object.defineProperty(exports, "GenericConsensusEngineId", { enumerable: true, get: function () { return ConsensusEngineId_js_1.GenericConsensusEngineId; } }); var Event_js_1 = require("./Event.js"); Object.defineProperty(exports, "GenericEvent", { enumerable: true, get: function () { return Event_js_1.GenericEvent; } }); Object.defineProperty(exports, "GenericEventData", { enumerable: true, get: function () { return Event_js_1.GenericEventData; } }); var LookupSource_js_1 = require("./LookupSource.js"); Object.defineProperty(exports, "GenericLookupSource", { enumerable: true, get: function () { return LookupSource_js_1.GenericLookupSource; } }); var MultiAddress_js_1 = require("./MultiAddress.js"); Object.defineProperty(exports, "GenericAddress", { enumerable: true, get: function () { return MultiAddress_js_1.GenericMultiAddress; } }); Object.defineProperty(exports, "GenericMultiAddress", { enumerable: true, get: function () { return MultiAddress_js_1.GenericMultiAddress; } }); var Vote_js_1 = require("./Vote.js"); Object.defineProperty(exports, "GenericVote", { enumerable: true, get: function () { return Vote_js_1.GenericVote; } }); tslib_1.__exportStar(require("../ethereum/index.js"), exports);