@xoxno/sdk-js 0.1.61-alpha → 0.1.62-alpha

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.
@@ -126,6 +126,7 @@ export type UserNetworkAccount = {
126
126
  nonce: number;
127
127
  balance: string;
128
128
  balanceShort: number;
129
+ usdValue: number;
129
130
  username?: string;
130
131
  shard: number;
131
132
  guarded: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.61-alpha",
3
+ "version": "0.1.62-alpha",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",