Voter defines a voter with their address and weight.
from message badges.Voter
Optional
The address of the voter.
from field: string address = 1;
The weight of this voter's vote.
from field: string weight = 2;
Static
Readonly
Voter defines a voter with their address and weight.
Generated
from message badges.Voter