const VoteYes, VoteNo, VoteAbstain
Available vote options.
Typed as Vote, not as untyped strings: an untyped constant assigns to a plain string without complaint, so a caller could hold one in a string variable and only discover the mismatch at a conversion. Typing them is a source-breaking change for any such caller, which is why it has to happen before publication rather than after.