You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Bitcoin.Address.Bech32 module does not allow the caller to inspect and handle bech32m encoding and decoding failure conditions. This may be useful for applications that use bech32 encoding with relaxed requirements, like lightning network payment requests or taro addresses, as well as applications that want to report more meaningful error messages.