# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
LoadLedger creates a Ledger object to represent the ledger with the specified database file prefix, initializing it if necessary.
MakeAccountManager creates a new AccountManager with a custom logger.
MakeGenesisBalances returns the information needed to bootstrap the ledger based on the current time.
MakeTimestampedGenesisBalances returns the information needed to bootstrap the ledger based on a given time.
MakeTxHandler makes a new handler for transaction messages.
# Structs
AccountManager loads and manages accounts for the node.
GenesisBalances contains the information needed to generate a new ledger.
The Ledger object in this (data) package provides a wrapper around the Ledger from the ledger package.
TxHandler handles transaction messages.
# Interfaces
SolicitedTxHandler handles messages received through channels other than the gossip network.