feat: add is_valid_signature
to corelib starknet::account::AccountContract trait
#6713
Open
1 of 2 tasks
Labels
enhancement
New feature or request
Feature Request
The standard account interface defined in SNIP6 states that all accounts MUST implement the SRC6 and SRC5 interfaces.
The corelib provides a standard account interface at starknet::account::AccountContract:
It declares both
__execute__
and__validate__
from SRC6 with an extra__validate_declare__
entrypoint, but missing theis_valid_signature
function.SRC5 can be implemented separately, but is there a reason to not add
is_valid_signature
in this interface?Why not define all starknet SRC interfaces in the starknet module of the corelib for accepted SNIP?
If the feature request is approved, would you be willing to submit a PR?
The text was updated successfully, but these errors were encountered: