import { decodeBech32 } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/address/bech32.ts";
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.