Base58

object Base58

Functions

Link copied to clipboard
fun check(data: String, prefix: String): String
Link copied to clipboard
fun decode(input: String): ByteArray

Decodes the given base58 string into the original data bytes.

Link copied to clipboard
Link copied to clipboard
fun encode(input: ByteArray): String

Encodes the given bytes as a base58 string (no checksum is appended).