pub async fn get_notes_vis(
client: &Client,
limit: Option<usize>,
) -> NotesVisOutputExpand description
Fetch note visualization data from client state.
Scans the wallet DB, operation state machines, and event log for the
limit most recent operations.