@darwinia/types-known
Version:
A JavaScript wrapper for the Polkadot JsonRPC interface
20 lines (16 loc) • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _util = require("@polkadot/util");
// Copyright 2017-2022 @darwinia/types-known authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable sort-keys */
const sharedTypes = {};
const versioned = [{
minmax: [0, 5210],
types: (0, _util.objectSpread)({}, sharedTypes)
}];
var _default = versioned;
exports.default = _default;