@silentswap/sdk 0.0.19 → 0.0.20

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.
@@ -44,6 +44,10 @@ export type QuoteRequest = {
44
44
  * Address of the quote signer
45
45
  */
46
46
  signer: Hex;
47
+ /**
48
+ * Public key of the group viewer
49
+ */
50
+ viewer: Hex;
47
51
  /**
48
52
  * Privacy setting
49
53
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@silentswap/sdk",
3
3
  "type": "module",
4
- "version": "0.0.19",
4
+ "version": "0.0.20",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "files": [