pub fn add_vote<T: Config>( voter: <T as Config>::AccountId, proposal_id: u64, agree: bool, ) -> DispatchResult
Casts a vote on behalf of a voter.