call_private_function
Standalone Functions
call_private_function_oracle
call_private_function_oracle(_contract_address, _function_selector, _args_hash, _start_side_effect_counter, _is_static_call, );
Parameters
Name | Type |
---|---|
_contract_address | AztecAddress |
_function_selector | FunctionSelector |
_args_hash | Field |
_start_side_effect_counter | u32 |
_is_static_call | bool |
call_private_function_internal
call_private_function_internal(contract_address, function_selector, args_hash, start_side_effect_counter, is_static_call, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
function_selector | FunctionSelector |
args_hash | Field |
start_side_effect_counter | u32 |
is_static_call | bool |