@rabby-wallet/rabby-api 0.9.33 → 0.9.34-beta.0
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/types.d.ts +10 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1600,7 +1600,16 @@ export interface AppChainItem {
|
|
|
1600
1600
|
}
|
|
1601
1601
|
export interface AppChainListResponse {
|
|
1602
1602
|
apps: AppChainItem[];
|
|
1603
|
-
|
|
1603
|
+
error_apps: {
|
|
1604
|
+
create_at: number;
|
|
1605
|
+
id: string;
|
|
1606
|
+
is_support_portfolio: boolean;
|
|
1607
|
+
is_visible: boolean;
|
|
1608
|
+
logo_url: string;
|
|
1609
|
+
name: string;
|
|
1610
|
+
site_url: string;
|
|
1611
|
+
update_at: number;
|
|
1612
|
+
}[];
|
|
1604
1613
|
}
|
|
1605
1614
|
export declare type DefaultRPCRes = {
|
|
1606
1615
|
message: string;
|