aztec-nr - noir_aztec::test::helpers::txe_oracles

Struct TxEffects

pub struct TxEffects {
    pub tx_hash: Field,
    pub note_hashes: TxNoteHashes,
    pub nullifiers: TxNullifiers,
    pub private_logs: TxPrivateLogs,
}

The side effects of a single transaction, as surfaced by get_last_tx_effects.

Fields

tx_hash: Field
note_hashes: TxNoteHashes
nullifiers: TxNullifiers
private_logs: TxPrivateLogs