Module sqlx_ledger::balance

source ·
Expand description

AccountBalance and BalanceDetails are segregated per journal and currency.

Structs

  • Representation of account’s balance tracked in 3 distinct layers.
  • Contains the details of the balance and methods to update from new entries.
  • Repository for working with AccountBalance entities.