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