ISimpleAccountDispatcherTrait
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait
Part of the group: dispatchers
pub trait ISimpleAccountDispatcherTrait<T>
Trait functions
get_public_key
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait::get_public_key
fn get_public_key(self: T) -> felt252
set_public_key
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait::set_public_key
fn set_public_key(self: T, new_public_key: felt252)
is_valid_signature
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait::is_valid_signature
fn is_valid_signature(self: T, hash: felt252, signature: Span<felt252>) -> felt252
validate
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait::validate
fn __validate__(self: T, calls: Array<Call>) -> felt252
validate_declare
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait::validate_declare
fn __validate_declare__(self: T, class_hash: felt252) -> felt252
validate_deploy
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait::validate_deploy
fn __validate_deploy__(self: T, public_key: felt252) -> felt252
execute
Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccountDispatcherTrait::execute
fn __execute__(self: T, calls: Array<Call>) -> Array<Span<felt252>>