0.2.3 • Published 1 year ago

@turtlenetwork/turtleshell-types v0.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Waveskeeper-types

npm

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", .....],
        ...
    }
}