mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-03 10:34:24 +00:00
Discuss optional interfaces per @dete advice
References: https://github.com/ethereum/EIPs/issues/165#issuecomment-345382512
This commit is contained in:
parent
5e02514334
commit
7558488487
@ -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
|
### How a Contract will Publish the Interfaces it Implements
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user