Skip to main content

enqueue_public_function_call

Standalone Functions

enqueue_public_function_call_oracle

enqueue_public_function_call_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

enqueue_public_function_call_internal

enqueue_public_function_call_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

set_public_teardown_function_call_oracle

set_public_teardown_function_call_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

set_public_teardown_function_call_internal

set_public_teardown_function_call_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

parse_public_call_stack_item_from_oracle

parse_public_call_stack_item_from_oracle(fields);

Parameters

NameType
fields[Field; ENQUEUE_PUBLIC_FUNCTION_CALL_RETURN_LENGTH]