@xoxno/sdk-js 0.1.326 → 0.1.328
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/user.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/user.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ export interface IUserProfile {
|
|
|
63
63
|
shard: number;
|
|
64
64
|
followCount: number;
|
|
65
65
|
userSettings?: IUserSettings;
|
|
66
|
+
chain?: ActivityChain;
|
|
66
67
|
}
|
|
67
68
|
export interface UserDeposit {
|
|
68
69
|
balanceShort: number;
|
|
@@ -138,6 +139,7 @@ export type UserTokenInventory = {
|
|
|
138
139
|
esdts: TokenWorth;
|
|
139
140
|
stables: TokenWorth;
|
|
140
141
|
wallet: TokenWorth;
|
|
142
|
+
chain?: ActivityChain;
|
|
141
143
|
};
|
|
142
144
|
export type TokenWorth = {
|
|
143
145
|
usdValue: number;
|