0.2.7 • Published 2 years ago

@snowfork/snowbridge-types v0.2.7

Weekly downloads
15
License
Apache-2.0
Repository
github
Last release
2 years ago

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 });