Enumerations

The following enumerations are available globally.

  • Declaration

    Swift

    public enum ResultExtensionError : Error
  • Enum to wrap up the available types of Exchange on DipDup

    See more

    Declaration

    Swift

    public enum DipDupExchangeName : String, Codable
  • Wrapping up the FA standards into an enum

    See more

    Declaration

    Swift

    public enum DipDupTokenStandard : String, Codable
  • The stability of the bakers server

    See more

    Declaration

    Swift

    public enum TzKTBakerHealth : String, Codable
  • The accuracy of the bakers payments

    See more

    Declaration

    Swift

    public enum TzKTBakerAccuracy : String, Codable
  • The reliability of the bakers payouts

    See more

    Declaration

    Swift

    public enum TzKTBakerTiming : String, Codable
  • Declaration

    Swift

    public enum BiometricType
  • Enum used to get details about the current device’s capabilities

    See more

    Declaration

    Swift

    public enum CurrentDevice
  • Error types that can be passed by failable inits

    See more

    Declaration

    Swift

    public enum HDWalletError : Error
  • Enum representing the various kinds of supported Operation‘s

    See more

    Declaration

    Swift

    public enum OperationKind : String, Codable
  • Declaration

    Swift

    public enum OperationTransactionError : Error
  • Enum representing the version of tezos “FA” token contracts

    See more

    Declaration

    Swift

    public enum FaVersion : String, Codable

Enums

Types

  • List of providers currently supported and available on the Tezos network

    See more

    Declaration

    Swift

    public enum TorusAuthProvider : String, Codable
  • Custom TorusAuthService errors that cna be thrown

    See more

    Declaration

    Swift

    public enum TorusAuthError : Error