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
- Host: GitHub
- URL: https://github.com/interlay/interbtc-types
- Owner: interlay
- License: apache-2.0
- Created: 2020-10-22T23:01:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T12:21:20.000Z (over 2 years ago)
- Last Synced: 2025-03-24T18:21:18.833Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).