Swift Protocol
protocol SpecificChain : AnyChain, Decodable, Encodable, Hashable
init?(_ from: String)
var chain: Chain { get }
Was this page helpful?