Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Base58-String to the actual real String, i.e. "JxF12TrwUP45BMd" -> "Hello World".
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Base64-String to the actual real String, i.e. "SGVsbG8gV29ybGQ=" -> "Hello World".
Link copied to clipboard
When called from a companion object, returns the logger for the enclosing class.
Link copied to clipboard
Returns the logger used for detailed logging.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hex-String to ByteArray. Accept any hex form (capitalized, lowercase, mixed).
Link copied to clipboard
HEX-String to the actual real String, i.e. "48656C6C6F20576F726C64" -> "Hello World".
Link copied to clipboard
Function for reading and parsing the String values stored in the values to actual objects or return null.
Link copied to clipboard