Packages

object Base58

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Base58
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def decodeChecked(s: String): (Byte, Array[Byte])
  2. def encodeChecked(header: Byte, payload: Array[Byte]): String
  3. def fromBigInt(number: BigInt): String
  4. def fromByteArray(bytes: Array[Byte]): String
  5. def fromBytes(bytes: Seq[Byte]): String
  6. def fromBytes(bytes: Array[Byte]): String
  7. def toBigInt(digits: String): BigInt
  8. def toByteArray(digits: String): Array[Byte]
  9. def toBytes(digits: String): Seq[Byte]