Swift Protocol
protocol AnyChain : Sendable
var chainType: ChainType { get }
var name: String { get }
func isValid(isProductionEnvironment: Bool) -> Bool
Was this page helpful?