@waves/waveskeeper-types
v0.2.7
Published
Interfaces for Waves Keeper
Downloads
222
Readme
Waveskeeper-types
Library with types for Waves Keeper API.
How to use
npm install @waves/waveskeeper-types
Include to tsconfig.json this line:
{
"compilerOptions": {
...
"typeRoots": ["./node_modules/@waves/waveskeeper-types", ...]
...
}
}
or this line:
{
"compilerOptions": {
...
"types": ["./node_modules/@waves/waveskeeper-types", .....],
...
}
}