NoteIndex

Type Alias NoteIndex 

Source
pub type NoteIndex = BTreeMap<MaspIndexedTx, NotePosition>;
Expand description

Maps a shielded tx to the index of its first output note.

Aliased Typeยง

pub struct NoteIndex { /* private fields */ }