UNPKG

@polkadot/types

Version:
8 lines (7 loc) 573 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GenericEthereumLookupSource = exports.GenericEthereumAccountId = void 0; var AccountId_js_1 = require("./AccountId.js"); Object.defineProperty(exports, "GenericEthereumAccountId", { enumerable: true, get: function () { return AccountId_js_1.GenericEthereumAccountId; } }); var LookupSource_js_1 = require("./LookupSource.js"); Object.defineProperty(exports, "GenericEthereumLookupSource", { enumerable: true, get: function () { return LookupSource_js_1.GenericEthereumLookupSource; } });