tuweni / org.apache.tuweni.io / Base58 / decode

decode

static fun decode(b58: String!): Bytes! (source)

Decode a base58 encoded string to bytes.

Parameters

b58 - String!: The base58 encoded string.

Return
Bytes!: The decoded bytes.