number-guess-sdk 1.0.64 → 1.0.66
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 +10 -0
- package/dist/client.js +2 -0
- package/dist/types.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -510,3 +510,13 @@ Every read-only helper accepts an optional config override with custom contract
|
|
|
510
510
|
|
|
511
511
|
Every read-only helper accepts an optional config override with custom contract address, contract name, api base, and network.
|
|
512
512
|
<!-- rep-sdk-readme: 1777720976151 -->
|
|
513
|
+
## Core Methods
|
|
514
|
+
|
|
515
|
+
- `getTotalGuesses()`
|
|
516
|
+
- `getTotalWins()`
|
|
517
|
+
- `getUserGuesses(address)`
|
|
518
|
+
- `getUserWins(address)`
|
|
519
|
+
- `getUserLastGuess(address)`
|
|
520
|
+
- `getUserLastTarget(address)`
|
|
521
|
+
- `createGuessCall(value)`
|
|
522
|
+
<!-- rep-sdk-readme: 1777757234230 -->
|
package/dist/client.js
CHANGED
package/dist/types.js
CHANGED
package/package.json
CHANGED