Skip to main content

read_ledger_notes

Function read_ledger_notes 

Source
pub fn read_ledger_notes(path: &Path) -> Vec<LedgerNote>
Expand description

Read notes from a edda log --json-style JSONL file (row-per-event). Malformed lines skipped; missing file ⇒ empty. Kept as a testable path alongside notes_from_events (which reads structured Events directly).