swap type order
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
export interface SpotBalances {
|
||||
balances: SpotBalance[];
|
||||
}
|
||||
|
||||
export interface SpotBalance {
|
||||
coin: string;
|
||||
coinId: string;
|
||||
@@ -11,6 +7,10 @@ export interface SpotBalance {
|
||||
locked: string;
|
||||
}
|
||||
|
||||
export interface SpotBalances {
|
||||
balances: SpotBalance[];
|
||||
}
|
||||
|
||||
export interface SpotLastPrice {
|
||||
symbol: string;
|
||||
price: string;
|
||||
|
||||
Reference in New Issue
Block a user