Module account

Module account 

Expand description

This module contains JournaledAccount struct a wrapper around account and journal entries that allow updates to the account and journal entries.

Useful to encapsulate account and journal entries together. So when account gets changed, we can add a journal entry for it.

Structsยง

JournaledAccount
Journaled account contains both mutable account and journal entries.