Base58

object Base58 extends Alphabet
Base 58 alphabet as defined by https://en.bitcoin.it/wiki/Base58Check_encoding#Base58_symbol_chart. IPFS hashes uses the same order.
trait Alphabet
class Object
trait Matchable
class Any

Value members

Methods

def toChar(i: Int): Char
def toIndex(c: Char): Int
def ignore(c: Char): Boolean