Library with types for Waves Keeper API.
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", .....],
...
}
}