@xoxno/sdk-js 0.1.330 → 0.1.331

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.
@@ -237,7 +237,11 @@ export interface Max {
237
237
  identifier: string;
238
238
  }
239
239
  export interface UserStats {
240
- wallet: Wallet;
240
+ wallet: Wallet & {
241
+ owned: number;
242
+ listed: number;
243
+ followCount: number;
244
+ };
241
245
  totalVolume: number;
242
246
  totalTrades: number;
243
247
  totalCollections: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.330",
3
+ "version": "0.1.331",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {