5afe / safe-core-protocol-specs

Safe{Core} Protocol is an open, modular framework to make smart accounts secure, portable, and composable.
GNU General Public License v3.0
67 stars 13 forks source link

[Protocol Specs] Specify `supportsInterface()` function in Modules #31

Open akshay-ap opened 1 year ago

akshay-ap commented 1 year ago

With Protocol version v0.2.0, there are checks to ensure that Integration supports expected interface Id using ERC165 supportsInterface() function. Specs do not mention about this.