aztec-nr - noir_aztec::history::note_inclusion

Trait ProveNoteInclusion

pub trait ProveNoteInclusion {
    // Required methods
    pub fn prove_note_inclusion<Note>(
        header: BlockHeader,
        hinted_note: HintedNote<Note>,
    ) -> ConfirmedNote<Note>
where Note: NoteHash
; }

Required methods

pub fn prove_note_inclusion<Note>( header: BlockHeader, hinted_note: HintedNote<Note>, ) -> ConfirmedNote<Note>
where Note: NoteHash

Implementors

impl ProveNoteInclusion for BlockHeader