ledgerlib.ledger.Ledger

class ledgerlib.ledger.Ledger(data_folder_path: str)

Contains all functions for managing the ledger.

You can use this to init a ledger if it doesn’t exists.

__init__(data_folder_path: str) None

The init function to call when you start using a ledger

Args:

data_folder_path (str): The folder where all the data for the ledger is stored