bitcoin_bech32_ng 0.3.0
bitcoin_bech32_ng: ^0.3.0 copied to clipboard
Library implementing Bitcoins BIP173 (Bech32 encoding) specification in a Flutter friendly fashion.
v0.3.0
- Add support for SegWit v1 (BIP350)
- Add fixes to conversion, checksum validation
v0.2.2
- Update the convert package to ^3.1.1.
v0.2.1
- Update the convert package (thanks Juneezee)
v0.2.0
- Release for the null safety migration of this package.
v0.1.2
- Add optional maxLength parameter for decoding Lightning addresses
v0.1.1
- Add example
- Add test demontrating using a public key to generate a P2WPKH and P2WSH address
v0.1.0
- Initial release