Skip to main content

public_call

Standalone Functions

call_public_function_oracle

call_public_function_oracle(_contract_address, _function_selector, _args_hash, _side_effect_counter, _is_static_call, _is_delegate_call);

Parameters

NameType
_contract_addressAztecAddress
_function_selectorFunctionSelector
_args_hashField
_side_effect_counteru32
_is_static_callbool
_is_delegate_callbool

call_public_function_internal

call_public_function_internal(contract_address, function_selector, args_hash, side_effect_counter, is_static_call, is_delegate_call);

Parameters

NameType
contract_addressAztecAddress
function_selectorFunctionSelector
args_hashField
side_effect_counteru32
is_static_callbool
is_delegate_callbool