AccountCreatorAlgoStatus

public enum AccountCreatorAlgoStatus : Int

Enum algorithm checking.

  • Ok

    Algorithm ok.

    Declaration

    Swift

    case Ok = 0
  • Algorithm not supported.

    Declaration

    Swift

    case NotSupported = 1