@typus/typus-sdk 1.8.11 → 1.8.12

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.
@@ -1,4 +1,4 @@
1
- import { Transaction, TransactionObjectArgument } from "@mysten/sui/transactions";
1
+ import { Transaction } from "@mysten/sui/transactions";
2
2
  import { TypusConfig } from "../../src/utils";
3
3
  /**
4
4
  public fun raise_fund<MAIN_TOKEN, HEDGE_TOKEN>(
@@ -74,6 +74,5 @@ export declare function reduceFund(config: TypusConfig, tx: Transaction, input:
74
74
  export declare function snapshot(config: TypusConfig, tx: Transaction, input: {
75
75
  typeArguments: string[];
76
76
  index: string;
77
- receipts: string[] | TransactionObjectArgument[];
78
77
  user: string;
79
78
  }): void;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typus/typus-sdk",
3
3
  "author": "Typus",
4
4
  "description": "typus sdk",
5
- "version": "1.8.11",
5
+ "version": "1.8.12",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "1.6.1",
8
8
  "@mysten/kiosk": "0.12.6",