number-guess-sdk 1.0.19 → 1.0.21

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.
package/README.md CHANGED
@@ -496,3 +496,13 @@ Every read-only helper accepts an optional config override with custom contract
496
496
  ## Custom Config
497
497
 
498
498
  Every read-only helper accepts an optional config override with custom contract address, contract name, api base, and network.
499
+ <!-- rep-sdk-readme: 1777587994506 -->
500
+ ## Core Methods
501
+
502
+ - `getTotalGuesses()`
503
+ - `getTotalWins()`
504
+ - `getUserGuesses(address)`
505
+ - `getUserWins(address)`
506
+ - `getUserLastGuess(address)`
507
+ - `getUserLastTarget(address)`
508
+ - `createGuessCall(value)`
package/dist/client.js CHANGED
@@ -233,3 +233,4 @@ exports.NumberGuessClient = NumberGuessClient;
233
233
  // rep-sdk-client: 1777357272191
234
234
  // rep-sdk-client-guards: 1777448803480
235
235
  // rep-sdk-client: 1777448889273
236
+ // rep-sdk-client: 1777588066293
package/dist/index.js CHANGED
@@ -58,3 +58,4 @@ Object.defineProperty(exports, "createGuessCall", { enumerable: true, get: funct
58
58
  // rep-sdk-index: 1777279575063
59
59
  // rep-sdk-index: 1777329798890
60
60
  // rep-sdk-index: 1777448980471
61
+ // rep-sdk-index: 1777587839752
package/dist/types.js CHANGED
@@ -47,3 +47,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
47
47
  // rep-sdk-types: 1777329827345
48
48
  // rep-sdk-types: 1777357308736
49
49
  // rep-sdk-types: 1777448926399
50
+ // rep-sdk-types: 1777587991234
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "number-guess-sdk",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "TypeScript SDK for interacting with the Number Guess smart contract on Stacks blockchain",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",