# Variables
No description provided by the author
No description provided by the author
# Structs
AccountCredited is an event that occurs when funds are credited to an account.
AccountDebited is an event that occurs when funds are debited from an account.
AccountOpened is an event that occurs when a new account is opened.
CreditAccount is a command that credits funds to an account.
DebitAccount is a command that debits funds from an account.
MarkTransferComplete is a command that marks a transfer as completed.
OpenAccount is a command that opens a new bank account.
StartTransfer is a command that starts a new funds transfer.
TransferCompleted is an event that occurs when a funds transfer is completed.
TransferStarted is an event that occurs when a funds transfer is started.