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