compute_inner_auth_wit_hash_from_action

Function compute_inner_auth_wit_hash_from_action 

Source
pub fn compute_inner_auth_wit_hash_from_action(
    caller: &AztecAddress,
    call: &FunctionCall,
) -> Fr
Expand 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).