@snowfork/snowbridge-types
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

Snowbridge Types

Type definitions for the Snowbridge parachain

Development

yarn install
yarn build

Usage

Import the types in your JS or TS app:

import { ApiPromise } from '@polkadot/api';
import { bundle } from "@snowfork/snowbridge-types";

const makeAPI = (provider) =>
    ApiPromise.create({ provider, typesBundle: bundle });

Package Sidebar

Install

npm i @snowfork/snowbridge-types

Weekly Downloads

15,781

Version

0.2.7

License

Apache-2.0

Unpacked Size

5.92 kB

Total Files

10

Last publish

Collaborators

  • alistair_snowfork
  • jamie-snowfork
  • aidansnowfork
  • vgeddes