VoteType

enum VoteType {
abstain,
against,
for,
}

abstain

2;

against

0;

for

1;