mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-03 16:50:15 +00:00
bip32: Add chainCode property to BIP32
This commit is contained in:
1
types/bip32/index.d.ts
vendored
1
types/bip32/index.d.ts
vendored
@@ -17,6 +17,7 @@ export class BIP32 {
|
||||
|
||||
identifier: Buffer;
|
||||
fingerprint: Buffer;
|
||||
chainCode: Buffer;
|
||||
privateKey: Buffer;
|
||||
publicKey: Buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user