mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
import HDKey = require('hdkey');
|
|
const hdKey = new HDKey();
|
|
hdKey.derive('m/1/42');
|
|
hdKey.privateKey;
|
|
hdKey.publicKey;
|
|
hdKey.chainCode;
|