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