Expand description
Visualization data structures and data-fetching for mint e-cash notes.
Provides NoteVisData with creation/spending provenance for each note,
collected from the wallet DB, operation state machines, and event log.
NoteVisData and NotesVisOutput implement fmt::Display for text
rendering.
Structs§
- Note
Record 🔒 - Note
VisData - Per-nonce record with creation and spending provenance.
- Notes
VisOutput - Complete notes visualization output, ready for display.
Functions§
- get_
notes_ vis - Fetch note visualization data from client state.
- scan_
event_ 🔒log - Paginate through the entire event log, recording note timestamps.
- scan_
operation_ 🔒states - Extract note creation/spending info from an operation’s state machines.