feat: implement account and transaction commands with CRUD operations

This commit is contained in:
GW_MC
2026-05-28 04:02:54 +00:00
parent 671e0f8ead
commit bdfa98b3ed
4 changed files with 78 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
"windows": [
{
"title": "otter",
"width": 800,
"height": 600
"width": 390,
"height": 760
}
],
"security": {
@@ -32,4 +32,4 @@
"icons/icon.ico"
]
}
}
}