📄️ AccountInfo
AccountInfo returns the account with the given ID or label.
📄️ CreateAccount
CreateAccount adds an entry to the account database. This entry represents
📄️ CreditAccount
CreditAccount increases the balance of an existing account in the account
📄️ DebitAccount
DebitAccount decreases the balance of an existing account in the account
📄️ ListAccounts
ListAccounts returns all accounts that are currently stored in the account
📄️ RemoveAccount
RemoveAccount removes the given account from the account database.
📄️ UpdateAccount
UpdateAccount updates an existing account in the account database.