@polkadot/api
Version:
Promise and RxJS wrappers around the Polkadot JS RPC
16 lines (15 loc) • 435 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.packageInfo = void 0;
// Copyright 2017-2022 @polkadot/api authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
const packageInfo = {
name: '@polkadot/api',
path: typeof __dirname === 'string' ? __dirname : 'auto',
type: 'cjs',
version: '8.5.1'
};
exports.packageInfo = packageInfo;
;