pub fn compute_inner_auth_wit_hash_from_action(
caller: &AztecAddress,
call: &FunctionCall,
) -> FrExpand description
Compute the inner authwit hash from a caller address and a function call.
Computes computeInnerAuthWitHash([caller, call.selector, varArgsHash(call.args)]).
Mirrors TS computeInnerAuthWitHashFromAction(caller, action).