Files
DefinitelyTyped/types/hdkey/hdkey-tests.ts
T
2018-05-29 15:22:57 -07:00

7 lines
136 B
TypeScript

import HDKey = require('hdkey');
const hdKey = new HDKey();
hdKey.derive('m/1/42');
hdKey.privateKey;
hdKey.publicKey;
hdKey.chainCode;