Base58

public struct Base58

The Base58 encoding used is home made, and has some differences. Especially, leading zeroes are kept as single zeroes when conversion happens.

  • Undocumented

    Declaration

    Swift

    public static func encode(_ bytes: Data) -> String
  • Undocumented

    Declaration

    Swift

    public static func decode(_ base58: String) -> Data