mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-01 23:00:19 +00:00
bip32: Add chainCode property to BIP32
This commit is contained in:
Vendored
+1
@@ -17,6 +17,7 @@ export class BIP32 {
|
||||
|
||||
identifier: Buffer;
|
||||
fingerprint: Buffer;
|
||||
chainCode: Buffer;
|
||||
privateKey: Buffer;
|
||||
publicKey: Buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user