@nightlylabs/dex-sdk 0.2.62 → 0.2.63

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/dist/index.d.cts CHANGED
@@ -258,6 +258,7 @@ interface Fees {
258
258
  slaveKickback: string;
259
259
  userAccFee: Record<string, string>;
260
260
  masterId?: string;
261
+ usedMasterCode?: string;
261
262
  masterKickback: string;
262
263
  }
263
264
  interface FundingCheckpoint {
package/dist/index.d.ts CHANGED
@@ -258,6 +258,7 @@ interface Fees {
258
258
  slaveKickback: string;
259
259
  userAccFee: Record<string, string>;
260
260
  masterId?: string;
261
+ usedMasterCode?: string;
261
262
  masterKickback: string;
262
263
  }
263
264
  interface FundingCheckpoint {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.2.62",
3
+ "version": "0.2.63",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {