ISRC6DispatcherTrait
Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6DispatcherTrait
Part of the group: dispatchers
pub trait ISRC6DispatcherTrait<T>
Trait functions
execute
Executes a list of calls from the account.
Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6DispatcherTrait::execute
fn __execute__(self: T, calls: Array<Call>)
validate
Validates a transaction before execution.
This function is used by the protocol to verify invoke transactions.
Returns the short string ‘VALID’ if valid, otherwise it reverts.
Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6DispatcherTrait::validate
fn __validate__(self: T, calls: Array<Call>) -> felt252
is_valid_signature
Verifies that the given signature is valid for the given hash.
Returns the short string ‘VALID’ if valid, otherwise returns 0.
Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6DispatcherTrait::is_valid_signature
fn is_valid_signature(self: T, hash: felt252, signature: Array<felt252>) -> felt252