You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EthereumClaimsRegistry contract does technically implement all the features in the interface, but it's not explicitly declaring itself to be inheriting from the interface.
e.g contract EthereumClaimsRegistry is EthereumClaimsRegistryInterface {
The text was updated successfully, but these errors were encountered:
There is an
EthereumClaimsRegistryInterface
contractThe
EthereumClaimsRegistry
contract does technically implement all the features in the interface, but it's not explicitly declaring itself to be inheriting from the interface.e.g
contract EthereumClaimsRegistry is EthereumClaimsRegistryInterface {
The text was updated successfully, but these errors were encountered: