compute_tx_request_hash

Function compute_tx_request_hash 

Source
pub fn compute_tx_request_hash(
    origin: AztecAddress,
    args_hash: Fr,
    tx_context: &TxContext,
    function_selector: FunctionSelector,
    is_private: bool,
    salt: Fr,
) -> Fr
Expand description

Compute the canonical tx-request hash used for the protocol nullifier.