Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ISimpleAccount

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount

pub trait ISimpleAccount<TContractState>

Trait functions

get_public_key

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount::get_public_key

fn get_public_key(self: @TContractState) -> felt252

set_public_key

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount::set_public_key

fn set_public_key(ref self: TContractState, new_public_key: felt252)

is_valid_signature

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount::is_valid_signature

fn is_valid_signature(self: @TContractState, hash: felt252, signature: Span<felt252>) -> felt252

validate

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount::validate

fn __validate__(ref self: TContractState, calls: Array<Call>) -> felt252

validate_declare

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount::validate_declare

fn __validate_declare__(self: @TContractState, class_hash: felt252) -> felt252

validate_deploy

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount::validate_deploy

fn __validate_deploy__(ref self: TContractState, public_key: felt252) -> felt252

execute

Fully qualified path: token_bound_accounts::test_helper::simple_account::ISimpleAccount::execute

fn __execute__(ref self: TContractState, calls: Array<Call>) -> Array<Span<felt252>>