fix: remove unused AssetAccountData interface

This commit is contained in:
2026-02-04 20:17:37 +03:00
parent 2bfbbe6d1a
commit 959c171d68
-4
View File
@@ -18,10 +18,6 @@ interface AssetDetails {
minBalance?: string | number;
}
interface AssetAccountData {
balance: string | number;
}
interface Balances {
[key: string]: number;
}