@xoxno/sdk-js 0.1.306 → 0.1.307

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.
@@ -1,22 +1,15 @@
1
- import type { SmartContract } from '@multiversx/sdk-core/out/smartcontracts/smartContract';
2
1
  /**
3
2
  * LaunchpadModule provides methods to interact with the minter smart contract.
4
3
  * @class
5
4
  */
6
5
  export declare class LaunchpadModule {
7
6
  private minter;
7
+ private runner;
8
8
  /**
9
9
  * @constructor
10
10
  * @param {SmartContract} minterAbiXOXNO - The minter smart contract instance.
11
11
  */
12
- constructor(minterAbiXOXNO: SmartContract);
13
- /**
14
- * Executes the provided interaction and returns the result.
15
- * @private
16
- * @param {Interaction} interaction - The smart contract interaction.
17
- * @returns {Promise<any>} The result of the interaction.
18
- */
19
- private getResult;
12
+ private constructor();
20
13
  /**
21
14
  * Initializes the LaunchpadModule with a minter smart contract instance.
22
15
  * @static
@@ -24,6 +17,13 @@ export declare class LaunchpadModule {
24
17
  * @returns {Promise<LaunchpadModule>} A new instance of LaunchpadModule.
25
18
  */
26
19
  static init(minterSC: string): Promise<LaunchpadModule>;
20
+ /**
21
+ * Executes the provided interaction and returns the result.
22
+ * @private
23
+ * @param {Interaction} interaction - The smart contract interaction.
24
+ * @returns {Promise<any>} The result of the interaction.
25
+ */
26
+ private getResult;
27
27
  /**
28
28
  * Fetches all unique tags from the minter smart contract.
29
29
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/launchpad/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAA;AAM1F;;;GAGG;AACH,qBAAa,eAAe;IAC1B,OAAO,CAAC,MAAM,CAAe;IAE7B;;;OAGG;gBACS,cAAc,EAAE,aAAa;IAIzC;;;;;OAKG;YACW,SAAS;IAKvB;;;;;OAKG;WACU,IAAI,CAAC,QAAQ,EAAE,MAAM;IAMlC;;;;OAIG;IACI,gBAAgB,QAAa,OAAO,CAAC,MAAM,EAAE,CAAC,CAIpD;IAED;;;;;;OAMG;IACI,uBAAuB,SACtB,MAAM,OACP,MAAM,KACV,OAAO,CAAC,MAAM,CAAC,CAIjB;IAED;;;;;;;OAOG;IACI,sBAAsB,SACrB,MAAM,OACP,MAAM,SACJ,MAAM,KACZ,OAAO,CAAC,MAAM,CAAC,CAQjB;IAED;;;;OAIG;IACI,aAAa,QAAa,OAAO,CAAC,MAAM,CAAC,CAI/C;IAED;;;;OAIG;IAEI,kBAAkB,QAAa,OAAO,CAAC,MAAM,CAAC,CAIpD;IAED;;;;;;OAMG;IACI,iBAAiB,QACjB,MAAM,SACJ,MAAM,KACZ,OAAO,CAAC,MAAM,EAAE,CAAC,CAInB;IAED;;;;;OAKG;IACI,SAAS,QAAe,MAAM,KAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAuBxD;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/launchpad/index.ts"],"names":[],"mappings":"AAOA;;;GAGG;AACH,qBAAa,eAAe;IAC1B,OAAO,CAAC,MAAM,CAAe;IAC7B,OAAO,CAAC,MAAM,CAAqB;IAEnC;;;OAGG;IACH,OAAO;IAQP;;;;;OAKG;WACU,IAAI,CAAC,QAAQ,EAAE,MAAM;IAOlC;;;;;OAKG;YACW,SAAS;IAIvB;;;;OAIG;IACI,gBAAgB,QAAa,OAAO,CAAC,MAAM,EAAE,CAAC,CAIpD;IAED;;;;;;OAMG;IACI,uBAAuB,SACtB,MAAM,OACP,MAAM,KACV,OAAO,CAAC,MAAM,CAAC,CAIjB;IAED;;;;;;;OAOG;IACI,sBAAsB,SACrB,MAAM,OACP,MAAM,SACJ,MAAM,KACZ,OAAO,CAAC,MAAM,CAAC,CAQjB;IAED;;;;OAIG;IACI,aAAa,QAAa,OAAO,CAAC,MAAM,CAAC,CAI/C;IAED;;;;OAIG;IAEI,kBAAkB,QAAa,OAAO,CAAC,MAAM,CAAC,CAIpD;IAED;;;;;;OAMG;IACI,iBAAiB,QACjB,MAAM,SACJ,MAAM,KACZ,OAAO,CAAC,MAAM,EAAE,CAAC,CAInB;IAED;;;;;OAKG;IACI,SAAS,QAAe,MAAM,KAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAuBxD;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.306",
3
+ "version": "0.1.307",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {