Future-Energy-Associates / granular_certificate_registry

An open-source platform to demonstrate the capabilities of a Granular Certificate registry that conforms to the EnergyTag Standards and API specification.
Apache License 2.0
0 stars 0 forks source link

Define ledger account structure #22

Open ClemAtt opened 2 months ago

ClemAtt commented 2 months ago

Description

The Ledger is the term we're using the describe the framework of changes in the registry operating in a linear, atomic fashion such that the state of the registry at any time in the past can be recreated by running the queue of account transactions in reverse. This also doubles up as a good enforcer of internal consistency.

Dependencies