aztec-nr - noir_aztec::history::note_inclusion

Trait ProveNoteInclusion

pub trait ProveNoteInclusion {
    // Required methods
    pub fn prove_note_inclusion<Note>(
        header: BlockHeader,
        retrieved_note: RetrievedNote<Note>,
        storage_slot: Field,
    )
where Note: NoteHash
; }

Required methods

pub fn prove_note_inclusion<Note>( header: BlockHeader, retrieved_note: RetrievedNote<Note>, storage_slot: Field, )
where Note: NoteHash

Implementors

impl ProveNoteInclusion for BlockHeader