ledgr_facts_history() returns supplied assertions retrospectively.
ledgr_facts_resolve() returns only the state supported at one decision
cutoff. Both functions accept an in-memory fact family or bundle, or a
sealed snapshot. Results are eager and read-only.
Default prints show the columns needed to interpret the selected family and
operation, disclose omitted stored columns, and leave the complete $rows
and $evidence members unchanged. Session-resolution
knowledge_time is a presentation value derived from applicable
$evidence; it is not stored in $rows.
Arguments
- facts
A fact-family object, a
ledgr_factsbundle, or a sealedledgr_snapshot.- family
Either
"membership"or"sessions".- scope_id
The membership universe or session venue identifier.
- instruments
Optional instrument identifiers. Valid only for membership. History filters assertions; resolution retains each distinct requested identifier, including false and unknown states.
- from, to
Optional history bounds. Membership bounds are full UTC instants interpreted as
[from, to). Session bounds are inclusive civil dates.- at
One full UTC cutoff for resolution. Bare dates are rejected.
- x
A
ledgr_facts_historyorledgr_facts_resolutionresult.- ...
Unused.