Adds the ERC165 magic value for supportsInferface introspection, in order to determine if a given address is an account.
Having this constant tightly colocated to the interface definition makes it more likely to keep it updated when IAccount invariably changes in the future.
Adds the ERC165 magic value for
supportsInferface
introspection, in order to determine if a given address is an account.Having this constant tightly colocated to the interface definition makes it more likely to keep it updated when
IAccount
invariably changes in the future.