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
Name | Type |
---|---|
_contract_address | AztecAddress |
_calldata_hash | Field |
_side_effect_counter | u32 |
_is_static_call | bool |
notify_enqueued_public_function_call_wrapper
notify_enqueued_public_function_call_wrapper(contract_address, calldata_hash, side_effect_counter, is_static_call, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
calldata_hash | Field |
side_effect_counter | u32 |
is_static_call | bool |
notify_enqueued_public_function_call
notify_enqueued_public_function_call(contract_address, calldata_hash, side_effect_counter, is_static_call, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
calldata_hash | Field |
side_effect_counter | u32 |
is_static_call | bool |
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
Name | Type |
---|---|
_contract_address | AztecAddress |
_calldata_hash | Field |
_side_effect_counter | u32 |
_is_static_call | bool |
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
Name | Type |
---|---|
contract_address | AztecAddress |
calldata_hash | Field |
side_effect_counter | u32 |
is_static_call | bool |
notify_set_public_teardown_function_call
notify_set_public_teardown_function_call(contract_address, calldata_hash, side_effect_counter, is_static_call, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
calldata_hash | Field |
side_effect_counter | u32 |
is_static_call | bool |
notify_set_min_revertible_side_effect_counter
notify_set_min_revertible_side_effect_counter(counter);
Parameters
Name | Type |
---|---|
counter | u32 |
notify_set_min_revertible_side_effect_counter_oracle_wrapper
notify_set_min_revertible_side_effect_counter_oracle_wrapper(counter);
Parameters
Name | Type |
---|---|
counter | u32 |
notify_set_min_revertible_side_effect_counter_oracle
notify_set_min_revertible_side_effect_counter_oracle(_counter);
Parameters
Name | Type |
---|---|
_counter | u32 |