bitcoinjs / bip32

A BIP32 compatible library.
MIT License
177 stars 127 forks source link

Add `tweak()` method for `BIP32Interface` #66

Closed motorina0 closed 1 year ago

motorina0 commented 2 years ago

This is a mirror of https://github.com/bitcoinjs/ecpair/pull/8

motorina0 commented 2 years ago

Done. Extracted Bip32Signer parent class.