Closed bro-n-bro-2 closed 11 months ago
"validator_option": "{yes: 1, no: 2, nvw: 3, abstain: 4 }",
const ( VoteYes = 0x1 VoteNo = 0x2 VoteNoWithVeto = 0x3 VoteAbstain = 0x4 )
max by height from union(vote_weighted_message, vote_message)
"validator_option": "{yes: 1, no: 2, nvw: 3, abstain: 4 }",