Swift Enumeration
enum WalletType
case mpc
case smart
RawRepresentable.init(rawValue:)
init?(rawValue: String)
Was this page helpful?