IHelloStarknet
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknet
pub trait IHelloStarknet<TContractState>
Trait functions
increase_balance
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknet::increase_balance
fn increase_balance(ref self: TContractState, amount: felt252)
multiply_balance
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknet::multiply_balance
fn multiply_balance(ref self: TContractState, amount: felt252)
get_balance
Fully qualified path: token_bound_accounts::test_helper::hello_starknet::IHelloStarknet::get_balance
fn get_balance(self: @TContractState) -> felt252