@compass-labs/api-sdk 2.1.10 → 2.1.11

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.
@@ -9,7 +9,7 @@ export type MintPrepareRequest = {
9
9
  */
10
10
  burnTxHash: string;
11
11
  /**
12
- * The wallet address that will sign and send the mint transaction.
12
+ * The wallet address that will sign and send the mint transaction. This can be any wallet, the receiver of the minted USDC is not determined by this sender.
13
13
  */
14
14
  sender: string;
15
15
  };
@@ -9,7 +9,7 @@ export type MintPrepareRequest = {
9
9
  */
10
10
  burnTxHash: string;
11
11
  /**
12
- * The wallet address that will sign and send the mint transaction.
12
+ * The wallet address that will sign and send the mint transaction. This can be any wallet, the receiver of the minted USDC is not determined by this sender.
13
13
  */
14
14
  sender: string;
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compass-labs/api-sdk",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "author": "royalnine",
5
5
  "type": "module",
6
6
  "tshy": {
@@ -15,7 +15,7 @@ export type MintPrepareRequest = {
15
15
  */
16
16
  burnTxHash: string;
17
17
  /**
18
- * The wallet address that will sign and send the mint transaction.
18
+ * The wallet address that will sign and send the mint transaction. This can be any wallet, the receiver of the minted USDC is not determined by this sender.
19
19
  */
20
20
  sender: string;
21
21
  };