eth-infinitism/account-abstraction

ERC165 support?

GDdark opened this issue · 1 comments

GDdark commented

How to know the contract is AA?

What is the use-case?
EntryPoint - you (an account) shouldn't trust an interface, only specific implementation. And since it is always deployed as CREATE2, you trust a specific address.
If you own an account, you trust your wallet software. It is up to the wallet and account implementation to support ERC-165 if needed.