@rabby-wallet/rabby-api 0.9.30-beta.5 → 0.9.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1018,6 +1018,7 @@ export declare class OpenApiService {
1018
1018
  usd_value: number;
1019
1019
  user_addr: string;
1020
1020
  history_type: 'tx' | 'recharge' | 'withdraw';
1021
+ source: string;
1021
1022
  }[];
1022
1023
  pagination: {
1023
1024
  limit: number;
@@ -1058,7 +1059,6 @@ export declare class OpenApiService {
1058
1059
  to_chain_id: string;
1059
1060
  from_token_id?: string;
1060
1061
  q?: string;
1061
- user_addr?: string;
1062
1062
  }) => Promise<{
1063
1063
  token_list: (TokenItem & {
1064
1064
  trade_volume_24h: 'low' | 'middle' | 'high';
package/dist/types.d.ts CHANGED
@@ -226,7 +226,6 @@ export interface TokenItem {
226
226
  price_24h_change?: number | null;
227
227
  low_credit_score?: boolean;
228
228
  cex_ids?: string[];
229
- fdv?: number | null;
230
229
  }
231
230
  export interface TokenItemWithEntity extends TokenItem {
232
231
  identity?: TokenEntityDetail;
@@ -1585,6 +1584,8 @@ export interface GasAccountInfo {
1585
1584
  uuid: string;
1586
1585
  has_iap_order: boolean;
1587
1586
  no_register: boolean;
1587
+ non_withdrawable_balance: number | undefined;
1588
+ withdrawable_balance: number | undefined;
1588
1589
  }
1589
1590
  export interface AppChainItem {
1590
1591
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.30-beta.5",
3
+ "version": "0.9.30",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [