ERC721 extension for efficient batch minting (#3311)
Co-authored-by: Francisco <frangio.1@gmail.com>
This commit is contained in:
@ -184,7 +184,7 @@ abstract contract IGovernor is IERC165 {
|
||||
|
||||
/**
|
||||
* @notice module:voting
|
||||
* @dev Returns weither `account` has cast a vote on `proposalId`.
|
||||
* @dev Returns whether `account` has cast a vote on `proposalId`.
|
||||
*/
|
||||
function hasVoted(uint256 proposalId, address account) public view virtual returns (bool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user