Base58
Constants
ALPHABET = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
BASE = ALPHABET.size
Instance methods
base58_to_bytes(base58_val : String) : Bytes
Sourcebase58_to_int(base58_val : String) : Number
Sourcebytes_to_base58(binary_val : Bytes, include_leading_zeroes = true) : String
Sourceint_to_base58(int_val : Number) : String
Source