TypeScript type definitions that can be used to decorate the @polkadot/api.
npm i @tanssi/api-augment
⚠️ @polkadot/apishould be installed in your project!
Add to your codebase entry point before any imports from the API itself.
import '@tanssi/api-augment'- applies Dancebox types and endpoint augmentationimport '@tanssi/api-augment/dancebox'- applies Dancebox types and endpoint augmentationimport '@tanssi/api-augment/flashbox'- applies Flashbox types and endpoint augmentation
- @polkadot/api - TS type generation
- @polkadot/api - Since upgrading to the 7.x series, TypeScript augmentation is missing
- @polkadot/api - TypeScript interfaces
Update package version.
npm version --no-git-tag-version 0.1500.0Generate new types.
npm run generateThe version change and new generated types should be merged to master.
Build the package.
npm run buildThis will build the package and copy necessary files to the build folder.
npm run publishThis will publish content of the build folder.