@xxnetwork/types
v1.0.5
Published
This project contains xxnetwork blockchain type definitions that can be used to decorate <a href="https://www.npmjs.com/package/@polkadot/api" target="_blank">@polkadot/api</a>.
Downloads
4
Keywords
Readme
Description
This project contains xxnetwork blockchain type definitions that can be used to decorate @polkadot/api.
Installation
NPM:
npm i @xxnetwork/types
YARN:
yarn add @xxnetwork/types
Usage
Add to your codebase entry point before any imports from @polkadot/api
.
import '@xxnetwork/types';
import '@polkadot/api';