Decode a Bech32-encoded string into an array of 5-bit integers.
Note, this method always completes. If validBech32 is not valid bech32,
an incorrect result will be returned. If validBech32 is potentially
malformed, check it with isBech32CharacterSet before calling
this method.
Decode a Bech32-encoded string into an array of 5-bit integers.
Note, this method always completes. If
validBech32is not valid bech32, an incorrect result will be returned. IfvalidBech32is potentially malformed, check it with isBech32CharacterSet before calling this method.For the reverse, see encodeBech32.