@typus/typus-sdk 0.2.9 → 0.3.0
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/lib/utils/coveredCall/getClaimAllTx.d.ts +1 -1
- package/lib/utils/coveredCall/getClaimTx.d.ts +1 -1
- package/lib/utils/coveredCall/getDeliveryTx.d.ts +1 -1
- package/lib/utils/coveredCall/getDepositTx.d.ts +1 -1
- package/lib/utils/coveredCall/getNewAuctionTx.d.ts +1 -1
- package/lib/utils/coveredCall/getNewBidTx.d.ts +1 -1
- package/lib/utils/coveredCall/getNewCoveredCallVaultTx.d.ts +1 -1
- package/lib/utils/coveredCall/getRemoveBidTx.d.ts +1 -1
- package/lib/utils/coveredCall/getRollOverTx.d.ts +1 -1
- package/lib/utils/coveredCall/getSettleTx.d.ts +1 -1
- package/lib/utils/coveredCall/getSettleWithRollOverTx.d.ts +1 -1
- package/lib/utils/coveredCall/getSubscribeTx.d.ts +1 -1
- package/lib/utils/coveredCall/getUnsubscribeTx.d.ts +1 -1
- package/lib/utils/coveredCall/getUpdatePayoffConfigTx.d.ts +1 -1
- package/lib/utils/coveredCall/getWithdrawTx.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getClaimAllTx(packageId: string, registry: string, typeArgument: string, index:
|
|
1
|
+
export declare function getClaimAllTx(packageId: string, registry: string, typeArgument: string, index: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getClaimTx(packageId: string, registry: string, typeArgument: string, index:
|
|
1
|
+
export declare function getClaimTx(packageId: string, registry: string, typeArgument: string, index: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getDeliveryTx(packageId: string, managerCap: string, registry: string, typeArgument: string, index:
|
|
1
|
+
export declare function getDeliveryTx(packageId: string, managerCap: string, registry: string, typeArgument: string, index: string, size: string, timeOracle: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getDepositTx(packageId: string, registry: string, typeArgument: string, vaultIndex:
|
|
1
|
+
export declare function getDepositTx(packageId: string, registry: string, typeArgument: string, vaultIndex: string, isRolling: Boolean, coin: string, amount: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getNewAuctionTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index:
|
|
1
|
+
export declare function getNewAuctionTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index: string, priceOracle: string, timeOracle: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getNewBidTx(packageId: string, registry: string, typeArgument: string, vaultIndex:
|
|
1
|
+
export declare function getNewBidTx(packageId: string, registry: string, typeArgument: string, vaultIndex: string, size: string, coin: string, time: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getNewCoveredCallVaultTx(packageId: string, registry: string, typeArgument: string, managerCap: string, timeOracle: string, period:
|
|
1
|
+
export declare function getNewCoveredCallVaultTx(packageId: string, registry: string, typeArgument: string, managerCap: string, timeOracle: string, period: string, activationTsMs: string, expirationTsMs: string, tokenDecimal: string, shareDecimal: string, capacity: string, strikeOtmPct: string, strikeIncrement: string, decaySpeed: string, initialPrice: string, finalPrice: string, auctionDurationInMs: string, prevBalance: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getRemoveBidTx(packageId: string, registry: string, typeArgument: string, index:
|
|
1
|
+
export declare function getRemoveBidTx(packageId: string, registry: string, typeArgument: string, index: string, bidIndex: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getRollOverTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index:
|
|
1
|
+
export declare function getRollOverTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getSettleTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index:
|
|
1
|
+
export declare function getSettleTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index: string, priceOracle: string, timeOracle: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getSettleWithRollOverTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index:
|
|
1
|
+
export declare function getSettleWithRollOverTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index: string, priceOracle: string, timeOracle: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getSubscribeTx(packageId: string, registry: string, typeArgument: string, index:
|
|
1
|
+
export declare function getSubscribeTx(packageId: string, registry: string, typeArgument: string, index: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getUnsubscribeTx(packageId: string, registry: string, typeArgument: string, index:
|
|
1
|
+
export declare function getUnsubscribeTx(packageId: string, registry: string, typeArgument: string, index: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getUpdatePayoffConfigTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index:
|
|
1
|
+
export declare function getUpdatePayoffConfigTx(packageId: string, registry: string, typeArgument: string, managerCap: string, index: string, price: string, roi: string, exposureRatio: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getWithdrawTx(packageId: string, registry: string, typeArgument: string, vaultIndex:
|
|
1
|
+
export declare function getWithdrawTx(packageId: string, registry: string, typeArgument: string, vaultIndex: string, isRolling: Boolean, amount: string): Promise<any>;
|