aztec-nr - noir_aztec::history::nullifier_inclusion

Trait ProveNoteIsNullified

pub trait ProveNoteIsNullified {
    // Required methods
    pub fn prove_note_is_nullified<Note>(
        header: BlockHeader,
        retrieved_note: RetrievedNote<Note>,
        storage_slot: Field,
        context: &mut PrivateContext,
    )
where Note: NoteHash
; }

Required methods

pub fn prove_note_is_nullified<Note>( header: BlockHeader, retrieved_note: RetrievedNote<Note>, storage_slot: Field, context: &mut PrivateContext, )
where Note: NoteHash

Implementors

impl ProveNoteIsNullified for BlockHeader