Namespace Catalyst.Core.Modules.Ledger
Classes
ChainedDeltaHash
A delta which is linked both ways, to its predecessor (like all normal deltas), but also to its successor. This is meant to be used during re-synchronisation of the ledger.
Ledger
This class represents a ledger and is a collection of accounts and data store.
LedgerModule
LedgerSynchroniser
Interfaces
ILedger
This represents the ledger used to represent and store the state of the Catalyst network. It acts a unique source of truth which can be queried to retrieve account balances and which can only be updated by Delta / Ledger State Update objects.