AccountState

public enum AccountState : CustomStringConvertible, JSONRepresentable

The AccountState union

  • An unspecified error.

    Declaration

    Swift

    case locked
  • An unspecified error.

    Declaration

    Swift

    case unlocked
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }