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