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