pub fn append_entry( storage_path: &Path, entry: &LedgerEntry, ) -> Result<(), String>
Append a ledger entry to the NDJSON file. Creates the file if it doesn’t exist.