bip32: Add chainCode property to BIP32

This commit is contained in:
Federico Bond
2019-01-17 16:07:00 -03:00
committed by GitHub
parent 24b35dd991
commit d4e07fad92

View File

@@ -17,6 +17,7 @@ export class BIP32 {
identifier: Buffer;
fingerprint: Buffer;
chainCode: Buffer;
privateKey: Buffer;
publicKey: Buffer;