Ballot

public enum Ballot : String, Codable

Enum matching the available ballot options

  • nay

    Declaration

    Swift

    case nay
  • yay

    Declaration

    Swift

    case yay
  • Declaration

    Swift

    case pass