début new account

This commit is contained in:
thatscringebro
2026-02-09 14:30:51 -05:00
parent df4fd0202d
commit b267360b2e
7 changed files with 155 additions and 92 deletions

11
src/enums.rs Normal file
View File

@@ -0,0 +1,11 @@
pub enum CurrentWidget {
AccountList,
TrxInfo,
TrxList,
}
pub enum CurrentScreen {
Main,
Exiting,
NewAccount,
NewTransaction,
}