Base58 - p2p-org/solana-swift GitHub Wiki
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]