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