@polkadot/types
Version:
Implementation of the Parity codec
8 lines (7 loc) • 573 B
JavaScript
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; } });
;