@rabby-wallet/rabby-api 0.9.27-beta.0 → 0.9.27
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 +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ export interface CopyTradeTokenItemV2 extends CopyTradeTokenItem {
|
|
|
93
93
|
buy_amount: number;
|
|
94
94
|
buy_usd_value: number;
|
|
95
95
|
pnl_usd_value: number;
|
|
96
|
+
price_change: number;
|
|
96
97
|
}
|
|
97
98
|
export interface CopyTradeTokenListV2Response {
|
|
98
99
|
token_list: CopyTradeTokenItemV2[];
|
|
@@ -939,6 +940,7 @@ export interface AddrDescResponse {
|
|
|
939
940
|
is_spam: boolean | null;
|
|
940
941
|
is_scam: boolean | null;
|
|
941
942
|
name: string;
|
|
943
|
+
id: string;
|
|
942
944
|
};
|
|
943
945
|
}
|
|
944
946
|
export interface SendAction {
|