Swift Enumeration
enum ChainType
case evm
case solana
case unknown
RawRepresentable.init(rawValue:)
init?(rawValue: String)
Was this page helpful?