Skip to content

Commit

Permalink
Discuss optional interfaces per @dete advice
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Feb 13, 2018
1 parent eb7f618 commit 6d719f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EIPS/eip-165.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ contract Selector {
}
```

Note: interfaces do not permit optional functions, therefore, the interface identity will not them.
Note: interfaces do not permit optional functions, therefore, the interface identity will not include them.

Note: an ERC standard may define multiple interfaces to separate core functionality from optional features. For example, [one draft standard defines](https://github.com/ethereum/EIPs/pull/841) ERC721, ERC721Metadata and ERC721Enumerable interfaces.

### How a Contract will Publish the Interfaces it Implements

Expand Down

0 comments on commit 6d719f2

Please sign in to comment.