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