Enumerations

The following enumerations are available globally.

Enums

  • Enum to distingush between linear (non-hd) wallets, using the Bip39 standard, and hd wallets using the Bip44 standard.

    See more

    Declaration

    Swift

    public enum WalletType : String, Codable
  • Possible error types that can occur when using the LedgerWallet

    See more

    Declaration

    Swift

    public enum WalletError : Error
  • Declaration

    Swift

    public enum MediaProxyServiceError : String, Error
  • Declaration

    Swift

    public enum CacheType

Types