@darwinia/types-known
Version:
A JavaScript wrapper for the Polkadot JsonRPC interface
19 lines (18 loc) • 586 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
// Type overrides based on metadata versions
const typesMeta = [{
// NOTE this is for support of old, e.g. Alex, old metadata and BlockNumber/Index
// This is detected based on metadata version, since this is what we have up-front
// v3 = Alex
// v4 = v1.0 branch
minmax: [17, undefined],
types: {}
}];
var _default = typesMeta;
exports.default = _default;