1003.70.0 • Published 2 years ago

@unique-nft/quartz-mainnet-types v1003.70.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@unique-nft/quartz-mainnet-types

Unique network api types

Do not edit by hand, those types are generated automatically, and definitions are located in chain repo

Using types

Install library:

yarn add --dev @unique-nft/quartz-mainnet-types

Replace polkadot.js types with our chain types adding corresponding path override to the tsconfig compilerOptions.paths section:

// in tsconfig.json
{
  "compilerOptions": {
    "paths": {
      "@polkadot/types/lookup": ["node_modules/@unique-nft/quartz-mainnet-types/types-lookup"]
    }
  }
}

Since polkadot v7 api augmentations not loaded by default, in every file, where you need to access api.tx, api.query, api.rpc, etc; you should explicitly import corresponding augmentation before any other polkadot.js related import:

import '@unique-nft/quartz-mainnet-types/augment-api';
1003.70.0

2 years ago

943.61.0

2 years ago

1001.63.0

2 years ago

941.56.0

2 years ago

942.57.0

2 years ago

941.55.1

2 years ago

939.54.0

2 years ago

937.53.1

2 years ago

936.50.4

2 years ago

937.52.0

2 years ago

930.34.0

3 years ago

930.31.0

3 years ago

930.32.0

3 years ago

929.31.0

3 years ago

0.5.3

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago