bytes / org.apache.tuweni.bytes / Bytes / fromBase64String

fromBase64String

open static fun fromBase64String(str: CharSequence): Bytes (source)

Parse a base 64 string into a Bytes value.

Parameters

str - The base 64 string to parse.

Return
The value corresponding to str.