Skip to content
bigearsenal edited this page May 17, 2022 · 1 revision

Base58

public struct Base58 

Methods

encode(_:)

public static func encode(_ data: Data) -> String 

encode(_:)

public static func encode(_ bytes: [UInt8]) -> String 

decode(_:)

public static func decode(_ base58: String) -> [UInt8] 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally