Remove documented requirement in IERC1155's balanceOf (#4847)

This commit is contained in:
Andrew Fleming
2024-01-19 04:52:32 -05:00
committed by GitHub
parent dfae50fa5b
commit e5c63635e3

View File

@ -44,10 +44,6 @@ interface IERC1155 is IERC165 {
/**
* @dev Returns the value of tokens of token type `id` owned by `account`.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function balanceOf(address account, uint256 id) external view returns (uint256);