mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
fix: remove unused AssetAccountData interface
This commit is contained in:
@@ -18,10 +18,6 @@ interface AssetDetails {
|
||||
minBalance?: string | number;
|
||||
}
|
||||
|
||||
interface AssetAccountData {
|
||||
balance: string | number;
|
||||
}
|
||||
|
||||
interface Balances {
|
||||
[key: string]: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user