Swift Protocol
protocol BlockchainAddress : CustomStringConvertible, Decodable, Encodable, Hashable, Sendable
init(address: String) throws(BlockchainAddressError)
Was this page helpful?