@xoxno/sdk-js 0.1.49-alpha → 0.1.50-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.
@@ -469,13 +469,13 @@ export interface FloorPriceHistory {
469
469
  }
470
470
  export type FungibleAssets = {
471
471
  id?: string;
472
- identifier?: string;
472
+ identifier: string;
473
473
  collection?: string;
474
474
  dataType?: string;
475
- decimals?: number;
475
+ decimals: number;
476
476
  name: string;
477
- type?: string;
478
- category?: string[];
477
+ type: string;
478
+ category: string[];
479
479
  svgUrl: string;
480
480
  pngUrl: string;
481
481
  ticker: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.49-alpha",
3
+ "version": "0.1.50-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",