Closed lana-shanghai closed 4 months ago
This draft of Account Abstraction contract allows to make a call to an external contract and check the result within the __validate__ entrypoint. If the checking condition is met, then the __execute__ function executes the calls.
__validate__
__execute__
This draft of Account Abstraction contract allows to make a call to an external contract and check the result within the
__validate__
entrypoint. If the checking condition is met, then the__execute__
function executes the calls.