Enumerations

The following enumerations are available globally.

  • Errors thrown by CompactBlock Processor

    See more

    Declaration

    Swift

    public enum CompactBlockProcessorError : Error
    extension CompactBlockProcessorError: LocalizedError
  • CompactBlockProcessor notification userInfo object keys. check Notification.Name extensions for more details.

    See more

    Declaration

    Swift

    public enum CompactBlockProcessorNotificationKey
  • Undocumented

    See more

    Declaration

    Swift

    public enum CompactBlockProgress
  • Undocumented

    Declaration

    Swift

    public enum SDKMetrics
  • Undocumented

    See more

    Declaration

    Swift

    public enum NetworkType
  • Undocumented

    See more

    Declaration

    Swift

    public enum ZcashNetworkBuilder
  • Constants of ZcashLightClientKit. this constants don’t

    See more

    Declaration

    Swift

    public enum ZcashSDK
  • Wrapper for the Rust backend. This class basically represents all the Rust-wallet capabilities and the supporting data required to exercise those abilities.

    See more

    Declaration

    Swift

    public enum InitializerError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum ResourceProviderError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum RustWeldingError : Error
  • Undocumented

    Declaration

    Swift

    public enum ZcashRustBackendWeldingConstants
  • Swift GRPC implementation of Lightwalletd service

    See more

    Declaration

    Swift

    public enum GRPCResult : Equatable
  • Wrapper for errors received from a Lightwalletd endpoint

    See more

    Declaration

    Swift

    public enum LightWalletServiceError : Error
    extension LightWalletServiceError: Equatable
  • Represents errors thrown by a Synchronizer

    See more

    Declaration

    Swift

    public enum SynchronizerError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum ShieldFundsError : Error
    extension ShieldFundsError: LocalizedError
  • Represent the connection state to the lightwalletd server

    See more

    Declaration

    Swift

    public enum ConnectionState
  • Undocumented

    See more

    Declaration

    Swift

    public enum SyncStatus : Equatable
  • Kind of transactions handled by a Synchronizer

    See more

    Declaration

    Swift

    public enum TransactionKind
  • Type of rewind available -birthday: rewinds the local state to this wallet’s birthday -height: rewinds to the nearest blockheight to the one given as argument. -transaction: rewinds to the nearest height based on the anchor of the provided transaction.

    See more

    Declaration

    Swift

    public enum RewindPolicy
  • Undocumented

    See more

    Declaration

    Swift

    public enum KeyDerivationErrors : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum TransactionEncoderError : Error
  • Helper class to handle the download of Sapling parameters

    See more

    Declaration

    Swift

    public enum SaplingParameterDownloader