JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 54
  • Score
    100M100P100Q72506F
  • License GPL-3.0-only

Tanssi types augment for @polkadot/api

Package Exports

  • @tanssi/api-augment
  • @tanssi/api-augment/dancebox
  • @tanssi/api-augment/dancelight
  • @tanssi/api-augment/flashbox
  • @tanssi/api-augment/starlight

Readme

Description

TypeScript type definitions that can be used to decorate the @polkadot/api.

Installation

npm i @tanssi/api-augment

⚠️ @polkadot/api should be installed in your project!

Usage

Add to your codebase entry point before any imports from the API itself.

  • import '@tanssi/api-augment' - applies Dancebox types and endpoint augmentation
  • import '@tanssi/api-augment/dancebox' - applies Dancebox types and endpoint augmentation
  • import '@tanssi/api-augment/flashbox' - applies Flashbox types and endpoint augmentation

Docs

Publish

Update package version.

npm version --no-git-tag-version 0.1500.0

Generate new types.

npm run generate

The version change and new generated types should be merged to master.

Build the package.

npm run build

This will build the package and copy necessary files to the build folder.

npm run publish

This will publish content of the build folder.