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