WalletType
public enum WalletType : String, Codable
Enum to distingush between linear (non-hd) wallets, using the Bip39 standard, and hd wallets using the Bip44 standard.
-
Declaration
Swift
case regular -
Declaration
Swift
case regularShifted -
Declaration
Swift
case hd -
Declaration
Swift
case social -
Declaration
Swift
case ledger
Install in Dash