@xoxno/sdk-js 0.1.1-alpha → 0.1.3-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.
@@ -98,6 +98,7 @@ export interface NftData {
98
98
  hasUboundPeriod?: boolean;
99
99
  unboundEpoch?: number;
100
100
  currentEpoch?: number;
101
+ poolId?: number;
101
102
  }
102
103
  export interface CollectionInfo {
103
104
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.1-alpha",
3
+ "version": "0.1.3-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",