Skip to main content

enqueue_public_function_call

Standalone Functions

notify_enqueued_public_function_call_oracle

notify_enqueued_public_function_call_oracle(_contract_address, _calldata_hash, _side_effect_counter, _is_static_call, );

Parameters

NameType
_contract_addressAztecAddress
_calldata_hashField
_side_effect_counteru32
_is_static_callbool

notify_enqueued_public_function_call_wrapper

notify_enqueued_public_function_call_wrapper(contract_address, calldata_hash, side_effect_counter, is_static_call, );

Parameters

NameType
contract_addressAztecAddress
calldata_hashField
side_effect_counteru32
is_static_callbool

notify_enqueued_public_function_call

notify_enqueued_public_function_call(contract_address, calldata_hash, side_effect_counter, is_static_call, );

Parameters

NameType
contract_addressAztecAddress
calldata_hashField
side_effect_counteru32
is_static_callbool

notify_set_public_teardown_function_call_oracle

notify_set_public_teardown_function_call_oracle(_contract_address, _calldata_hash, _side_effect_counter, _is_static_call, );

Parameters

NameType
_contract_addressAztecAddress
_calldata_hashField
_side_effect_counteru32
_is_static_callbool

notify_set_public_teardown_function_call_wrapper

notify_set_public_teardown_function_call_wrapper(contract_address, calldata_hash, side_effect_counter, is_static_call, );

Parameters

NameType
contract_addressAztecAddress
calldata_hashField
side_effect_counteru32
is_static_callbool

notify_set_public_teardown_function_call

notify_set_public_teardown_function_call(contract_address, calldata_hash, side_effect_counter, is_static_call, );

Parameters

NameType
contract_addressAztecAddress
calldata_hashField
side_effect_counteru32
is_static_callbool

notify_set_min_revertible_side_effect_counter

notify_set_min_revertible_side_effect_counter(counter);

Parameters

NameType
counteru32

notify_set_min_revertible_side_effect_counter_oracle_wrapper

notify_set_min_revertible_side_effect_counter_oracle_wrapper(counter);

Parameters

NameType
counteru32

notify_set_min_revertible_side_effect_counter_oracle

notify_set_min_revertible_side_effect_counter_oracle(_counter);

Parameters

NameType
_counteru32