Skip to main content

Ledger

Type Alias Ledger 

Source
pub type Ledger = BTreeMap<String, LedgerEntry>;
Expand description

Refuted points, keyed by finding_key. Ordered so the settled block in a prompt is stable between rounds, which keeps prompt caches warm and diffs readable.

Aliased Typeยง

pub struct Ledger { /* private fields */ }