IHelloStarknetSafeDispatcherTrait
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknetSafeDispatcherTrait
Part of the group: dispatchers
pub trait IHelloStarknetSafeDispatcherTrait<T>
Trait functions
increase_balance
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknetSafeDispatcherTrait::increase_balance
fn increase_balance(self: T, amount: felt252) -> Result<(), Array<felt252>>
multiply_balance
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknetSafeDispatcherTrait::multiply_balance
fn multiply_balance(self: T, amount: felt252) -> Result<(), Array<felt252>>
get_balance
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknetSafeDispatcherTrait::get_balance
fn get_balance(self: T) -> Result<felt252, Array<felt252>>