Expand description
Provides query of transactions / balances on the processed Ledger instance.
Structs§
- Balance
Query - Query for
Ledger::balance(). - Conversion
- Instruction about commodity conversion.
- Date
Range - Half-open range of the date for the query result.
If any of
startorendis set asNone, those are treated as -infinity, +infinity respectively. - Eval
Context - Context passed to
Ledger::eval(). - Ledger
- Contains processed transactions, so that users can query information.
- Posting
Query - Query to list postings matching the criteria.
Enums§
- Conversion
Strategy - Specifies the conversion strategy.
- Query
Error - Error type for
Ledgermethods.