@darwinia/types-known
Version:
A JavaScript wrapper for the Polkadot JsonRPC interface
12 lines (11 loc) • 332 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 specific nodes
const typesChain = {};
var _default = typesChain;
exports.default = _default;