static fun decode(b32: String): Bytes
Decode a base32 encoded string to bytes.
b32 - The base32 encoded string.
b32
Return The decoded bytes.