Function assert_inner_hash_valid_authwit
pub fn assert_inner_hash_valid_authwit(
context: &mut PrivateContext,
on_behalf_of: AztecAddress,
inner_hash: Field,
)
pub fn assert_inner_hash_valid_authwit(
context: &mut PrivateContext,
on_behalf_of: AztecAddress,
inner_hash: Field,
)
Assert that a specific
inner_hashis valid for theon_behalf_ofaddressUsed as an internal function for
assert_current_call_valid_authwitand can be used as a standalone function when theinner_hashis from a different source, e.g., say a block of text etc.@param on_behalf_of The address that has allegedly authorized the current call @param inner_hash The hash of the message to authorize