An open API service indexing awesome lists of open source software.

https://github.com/interlay/interbtc-types

TypeScript types for Kintsugi and Interlay networks
https://github.com/interlay/interbtc-types

Last synced: about 1 year ago
JSON representation

TypeScript types for Kintsugi and Interlay networks

Awesome Lists containing this project

README

          

# InterBTC Types

Substrate types used in InterBTC parachain.

## Usage

Import the types in your JS or TS app.

```ts
import definitions from "@interlay/interbtc-types";
```

## Development

Add new types to the [definitions file](./definitions.json).