pub fn compute_tx_request_hash(
origin: AztecAddress,
args_hash: Fr,
tx_context: &TxContext,
function_selector: FunctionSelector,
is_private: bool,
salt: Fr,
) -> FrExpand description
Compute the canonical tx-request hash used for the protocol nullifier.