Skip to content

Commit

Permalink
👷 vote
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Aug 4, 2023
1 parent c1ff137 commit cdb742e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/interfaces/IAutomatedVoting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ interface IAutomatedVoting {
/// @param election the election to finalize
function finalizeElection(uint256 election) external;

/// @notice vote for a nominee
/// @param nominee the nominee to vote for
function vote(address nominee) external;

}

0 comments on commit cdb742e

Please sign in to comment.