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
  • hd

    Declaration

    Swift

    case hd
  • Declaration

    Swift

    case social
  • Declaration

    Swift

    case ledger