fun ByteArray.sha256(): SHA256
fun ByteArray.toBase58(): String
fun ByteArray.toBase64(): String
fun ByteArray.toHex(): String
Convert a byte array to a hex (base 16) capitalized encoded string.