tuweni / org.apache.tuweni.io / Base58 / encode

encode

static fun encode(bytes: Bytes!): String! (source)

Encode bytes to a base58 encoded string.

Parameters

bytes - Bytes!: The bytes to encode.

Return
String!: A base58 encoded string.