@machinomy/types-eth-hd-keyring
v0.0.1
Published
TypeScript declaration for eth-hd-keyring package
Downloads
2
Readme
TypeScript declaration for eth-hd-keyring
Installation
yarn add @machinomy/types-eth-hd-keyring --dev
Don't forget to manually include index.d.ts
within an include
section of your tsconfig.json
"include": [
...
"./node_modules/@machinomy/types-eth-hd-keyring/index.d.ts"
]