BalanceSheet

Type Alias BalanceSheet 

Source
pub type BalanceSheet = HashMap<Account, HashMap<Currency, HashMap<Option<UnitCost>, Decimal>>>;
Expand description

Represents the final balances of all accounts.

Aliased Typeยง

pub struct BalanceSheet { /* private fields */ }