AccountCreatorAlgoStatus

public enum AccountCreatorAlgoStatus : Int

Enum describing algorithm checking, used by the AccountCreator.

  • Ok

    Algorithm ok.

    Declaration

    Swift

    case Ok = 0
  • Algorithm not supported.

    Declaration

    Swift

    case NotSupported = 1