We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new structure versions (base58 prefixes) for bitcoin mainnet:
versions
{ address: { p2pkh: 0x00, p2sh: 0x05, p2wpkh: 0x06, p2wsh: 0x0a }, privateKey: { compressed: 0x80, uncompressed: 0x80 }, bip32: { private: 0x0488ade4, public: 0x0488b21e }, bip44: 0x00 }
The text was updated successfully, but these errors were encountered:
I'm open to this, but I think it makes sense to get in segwit support first and then revisit structure.
Sorry, something went wrong.
No branches or pull requests
new structure
versions
(base58 prefixes)for bitcoin mainnet:
The text was updated successfully, but these errors were encountered: