bitcoinjs/bip44-constants

Why are we exporting string constants?

dcousens opened this issue · 4 comments

We even recommend parseInt in the README...

BIP32 cannot support >32-bit derivation indexes??

I believe original reason why @jprichardson did this was that string constants easy for review and compare with slip-0044

Yep, that's exactly right. I don't have any strong feelings on this and don't care if we change it.

See #10