Signature
Arguments
address
- The caller address to set.
After a call to set_caller_address
, starknet::get_execution_info().caller_address
will
return the set value.pub fn set_caller_address(address: ContractAddress)
address
- The caller address to set.
After a call to set_caller_address
, starknet::get_execution_info().caller_address
will
return the set value.Was this page helpful?