@typus/typus-sdk 0.4.7 → 0.4.9
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/constants.d.ts +30 -0
- package/lib/constants.js +38 -0
- package/lib/scripts/getSubVault.d.ts +0 -0
- package/lib/scripts/getSubVault.js +6 -0
- package/lib/scripts/sui.d.ts +1 -0
- package/lib/scripts/sui.js +187 -0
- package/lib/test/eventListener.d.ts +5 -0
- package/lib/test/eventListener.js +294 -0
- package/lib/test/getBidData.d.ts +1 -0
- package/lib/test/getBidData.js +53 -0
- package/lib/test/getMakersShares.d.ts +1 -0
- package/lib/test/getMakersShares.js +52 -0
- package/lib/test/getUsersShares.d.ts +1 -0
- package/lib/test/getUsersShares.js +52 -0
- package/lib/test/getVaultData.d.ts +1 -0
- package/lib/test/getVaultData.js +53 -0
- package/lib/test/testClaim.d.ts +1 -0
- package/lib/test/testClaim.js +81 -0
- package/lib/test/testCrypto.d.ts +1 -0
- package/lib/test/testCrypto.js +54 -0
- package/lib/test/testDeposit.d.ts +1 -0
- package/lib/test/testDeposit.js +73 -0
- package/lib/test/testDepositV2.d.ts +0 -0
- package/lib/test/testDepositV2.js +62 -0
- package/lib/test/testMint.d.ts +1 -0
- package/lib/test/testMint.js +136 -0
- package/lib/test/testNewAuction.d.ts +1 -0
- package/lib/test/testNewAuction.js +93 -0
- package/lib/test/testNewVault.d.ts +1 -0
- package/lib/test/testNewVault.js +152 -0
- package/lib/test/testOracle.d.ts +1 -0
- package/lib/test/testOracle.js +93 -0
- package/lib/test/testSettle.d.ts +1 -0
- package/lib/test/testSettle.js +589 -0
- package/lib/test/testSubscribeEvent.d.ts +1 -0
- package/lib/test/testSubscribeEvent.js +97 -0
- package/lib/test/testUnsubscribe.d.ts +1 -0
- package/lib/test/testUnsubscribe.js +87 -0
- package/lib/test/testWithdraw.d.ts +1 -0
- package/lib/test/testWithdraw.js +70 -0
- package/lib/utils/auction/getBid.d.ts +2 -0
- package/lib/utils/auction/getBid.js +79 -0
- package/lib/utils/auction/sealedAuction.d.ts +33 -0
- package/lib/utils/auction/sealedAuction.js +64 -0
- package/lib/utils/authorized/getAuthorizedAddAuthorizedUserTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedAddAuthorizedUserTx.js +60 -0
- package/lib/utils/authorized/getAuthorizedAddCoveredCallVaultAuthorizedUserTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedAddCoveredCallVaultAuthorizedUserTx.js +60 -0
- package/lib/utils/authorized/getAuthorizedDeliveryTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedDeliveryTx.js +60 -0
- package/lib/utils/authorized/getAuthorizedEvolutionTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedEvolutionTx.js +63 -0
- package/lib/utils/authorized/getAuthorizedLastEvolutionTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedLastEvolutionTx.js +62 -0
- package/lib/utils/authorized/getAuthorizedNewAuctionTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedNewAuctionTx.js +61 -0
- package/lib/utils/authorized/getAuthorizedNewCoveredCallVaultTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedNewCoveredCallVaultTx.js +77 -0
- package/lib/utils/authorized/getAuthorizedRemoveAuthorizedUserTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedRemoveAuthorizedUserTx.js +60 -0
- package/lib/utils/authorized/getAuthorizedRemoveCoveredCallVaultAuthorizedUserTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedRemoveCoveredCallVaultAuthorizedUserTx.js +60 -0
- package/lib/utils/authorized/getAuthorizedSettleTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedSettleTx.js +61 -0
- package/lib/utils/authorized/getAuthorizedUpdateNextVaultConfigTx.d.ts +1 -0
- package/lib/utils/authorized/getAuthorizedUpdateNextVaultConfigTx.js +65 -0
- package/lib/utils/coveredCall/createPriceOracle.d.ts +1 -0
- package/lib/utils/coveredCall/createPriceOracle.js +92 -0
- package/lib/utils/coveredCall/createTimeOracle.d.ts +1 -0
- package/lib/utils/coveredCall/createTimeOracle.js +91 -0
- package/lib/utils/coveredCall/getAddCoveredCallVaultAuthorizedUserTx.d.ts +1 -0
- package/lib/utils/coveredCall/getAddCoveredCallVaultAuthorizedUserTx.js +61 -0
- package/lib/utils/coveredCall/getClaimAllTx.d.ts +1 -0
- package/lib/utils/coveredCall/getClaimAllTx.js +59 -0
- package/lib/utils/coveredCall/getClaimTx.d.ts +1 -0
- package/lib/utils/coveredCall/getClaimTx.js +59 -0
- package/lib/utils/coveredCall/getDeliveryTx.d.ts +1 -0
- package/lib/utils/coveredCall/getDeliveryTx.js +61 -0
- package/lib/utils/coveredCall/getDepositTx.d.ts +1 -0
- package/lib/utils/coveredCall/getDepositTx.js +65 -0
- package/lib/utils/coveredCall/getEvolutionTx.d.ts +1 -0
- package/lib/utils/coveredCall/getEvolutionTx.js +64 -0
- package/lib/utils/coveredCall/getLastEvolutionTx.d.ts +1 -0
- package/lib/utils/coveredCall/getLastEvolutionTx.js +63 -0
- package/lib/utils/coveredCall/getMakerClaimAllTx.d.ts +1 -0
- package/lib/utils/coveredCall/getMakerClaimAllTx.js +59 -0
- package/lib/utils/coveredCall/getMakerClaimTx.d.ts +1 -0
- package/lib/utils/coveredCall/getMakerClaimTx.js +59 -0
- package/lib/utils/coveredCall/getNewAuctionTx.d.ts +1 -0
- package/lib/utils/coveredCall/getNewAuctionTx.js +66 -0
- package/lib/utils/coveredCall/getNewAuctionWithNextCoveredCallVaultTx.d.ts +1 -0
- package/lib/utils/coveredCall/getNewAuctionWithNextCoveredCallVaultTx.js +64 -0
- package/lib/utils/coveredCall/getNewBidTx.d.ts +1 -0
- package/lib/utils/coveredCall/getNewBidTx.js +62 -0
- package/lib/utils/coveredCall/getNewCoveredCallVaultTx.d.ts +1 -0
- package/lib/utils/coveredCall/getNewCoveredCallVaultTx.js +77 -0
- package/lib/utils/coveredCall/getNewManagerTx.d.ts +1 -0
- package/lib/utils/coveredCall/getNewManagerTx.js +59 -0
- package/lib/utils/coveredCall/getRefundTx.d.ts +1 -0
- package/lib/utils/coveredCall/getRefundTx.js +59 -0
- package/lib/utils/coveredCall/getRemoveBidTx.d.ts +1 -0
- package/lib/utils/coveredCall/getRemoveBidTx.js +60 -0
- package/lib/utils/coveredCall/getRemoveCoveredCallVaultAuthorizedUserTx.d.ts +1 -0
- package/lib/utils/coveredCall/getRemoveCoveredCallVaultAuthorizedUserTx.js +61 -0
- package/lib/utils/coveredCall/getRemoveManagerTx.d.ts +1 -0
- package/lib/utils/coveredCall/getRemoveManagerTx.js +58 -0
- package/lib/utils/coveredCall/getRollOverTx.d.ts +1 -0
- package/lib/utils/coveredCall/getRollOverTx.js +60 -0
- package/lib/utils/coveredCall/getSettleTx.d.ts +1 -0
- package/lib/utils/coveredCall/getSettleTx.js +62 -0
- package/lib/utils/coveredCall/getSettleWithRollOverTx.d.ts +1 -0
- package/lib/utils/coveredCall/getSettleWithRollOverTx.js +62 -0
- package/lib/utils/coveredCall/getSubscribeTx.d.ts +1 -0
- package/lib/utils/coveredCall/getSubscribeTx.js +60 -0
- package/lib/utils/coveredCall/getUnsubscribeTx.d.ts +1 -0
- package/lib/utils/coveredCall/getUnsubscribeTx.js +63 -0
- package/lib/utils/coveredCall/getUpdateNextVaultConfigTx.d.ts +1 -0
- package/lib/utils/coveredCall/getUpdateNextVaultConfigTx.js +66 -0
- package/lib/utils/coveredCall/getUpdatePayoffConfigTx.d.ts +1 -0
- package/lib/utils/coveredCall/getUpdatePayoffConfigTx.js +62 -0
- package/lib/utils/coveredCall/getWithdrawTx.d.ts +1 -0
- package/lib/utils/coveredCall/getWithdrawTx.js +60 -0
- package/lib/utils/fetchData.d.ts +83 -0
- package/lib/utils/fetchData.js +206 -0
- package/lib/utils/getCreateTokenRegistryTx.d.ts +1 -0
- package/lib/utils/getCreateTokenRegistryTx.js +59 -0
- package/lib/utils/getMakersShares.d.ts +7 -0
- package/lib/utils/getMakersShares.js +148 -0
- package/lib/utils/getMintTx.d.ts +1 -0
- package/lib/utils/getMintTx.js +62 -0
- package/lib/utils/getNewOracleTx.d.ts +1 -0
- package/lib/utils/getNewOracleTx.js +59 -0
- package/lib/utils/getNewTimeOracleTx.d.ts +1 -0
- package/lib/utils/getNewTimeOracleTx.js +56 -0
- package/lib/utils/getTypeArgumentFromToken.d.ts +1 -0
- package/lib/utils/getTypeArgumentFromToken.js +71 -0
- package/lib/utils/getUpdateOracleTx.d.ts +1 -0
- package/lib/utils/getUpdateOracleTx.js +64 -0
- package/lib/utils/getUpdateTimeOracleTx.d.ts +1 -0
- package/lib/utils/getUpdateTimeOracleTx.js +60 -0
- package/lib/utils/getUsersShares.d.ts +8 -0
- package/lib/utils/getUsersShares.js +147 -0
- package/lib/utils/getVaultData.d.ts +3 -0
- package/lib/utils/getVaultData.js +262 -0
- package/lib/utils/getVaultIndexInRegistry.d.ts +1 -0
- package/lib/utils/getVaultIndexInRegistry.js +61 -0
- package/lib/utils/isObjAvailable.d.ts +0 -0
- package/lib/utils/isObjAvailable.js +14 -0
- package/lib/utils/loadUsersDepositData.d.ts +8 -0
- package/lib/utils/loadUsersDepositData.js +160 -0
- package/package.json +1 -1
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
var sui_js_1 = require("@mysten/sui.js");
|
|
40
|
+
var provider = new sui_js_1.JsonRpcProvider("ws://136.243.36.109:9001"); //for read only operations
|
|
41
|
+
var devnetNftFilter = {
|
|
42
|
+
All: [
|
|
43
|
+
{ EventType: 'MoveEvent' },
|
|
44
|
+
{ Package: '0x2' },
|
|
45
|
+
{ Module: 'devnet_nft' },
|
|
46
|
+
],
|
|
47
|
+
};
|
|
48
|
+
(function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
49
|
+
var subscriptionId, subFoundAndRemoved;
|
|
50
|
+
return __generator(this, function (_a) {
|
|
51
|
+
switch (_a.label) {
|
|
52
|
+
case 0:
|
|
53
|
+
console.log("test for subscribeEvent()");
|
|
54
|
+
return [4 /*yield*/, provider.subscribeEvent(
|
|
55
|
+
// { "SenderAddress": "0x82a2d7e3875b49217702d61b7411576af12ecab3" },
|
|
56
|
+
{ "All": [] }, function (event) {
|
|
57
|
+
console.log(event);
|
|
58
|
+
// handle subscription notification message here. This function is called once per subscription message.
|
|
59
|
+
})];
|
|
60
|
+
case 1:
|
|
61
|
+
subscriptionId = _a.sent();
|
|
62
|
+
return [4 /*yield*/, provider.unsubscribeEvent(subscriptionId)];
|
|
63
|
+
case 2:
|
|
64
|
+
subFoundAndRemoved = _a.sent();
|
|
65
|
+
return [2 /*return*/];
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
}); })();
|
|
69
|
+
// (async () => {
|
|
70
|
+
// console.log("connect...")
|
|
71
|
+
// console.log(await subscribeEvent())
|
|
72
|
+
// })()
|
|
73
|
+
// async function subscribeEvent(): Promise<any[]> {
|
|
74
|
+
// let results: any[] = [];
|
|
75
|
+
// let msg = {
|
|
76
|
+
// jsonrpc: "2.0",
|
|
77
|
+
// id: 1,
|
|
78
|
+
// method: "sui_subscribeEvent",
|
|
79
|
+
// params:
|
|
80
|
+
// [{ "All": [{ SenderAddress: '0x82a2d7e3875b49217702d61b7411576af12ecab3' }] }]
|
|
81
|
+
// };
|
|
82
|
+
// let ws = new WebSocket("wss://pubsub.devnet.sui.io:443")
|
|
83
|
+
// //ws://136.243.36.109:9001
|
|
84
|
+
// ws.onmessage = function (e) {
|
|
85
|
+
// // do something with the response...
|
|
86
|
+
// console.log(JSON.parse(e.data.toString()))
|
|
87
|
+
// results = JSON.parse(e.data.toString()).result;
|
|
88
|
+
// // close the connection from the server
|
|
89
|
+
// ws.close();
|
|
90
|
+
// };
|
|
91
|
+
// ws.onopen = function () {
|
|
92
|
+
// ws.send(JSON.stringify(msg));
|
|
93
|
+
// };
|
|
94
|
+
// return new Promise((resolve, reject) => {
|
|
95
|
+
// setTimeout(() => resolve(results), 5000);
|
|
96
|
+
// });
|
|
97
|
+
// }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
var getDepositTx_1 = require("../utils/coveredCall/getDepositTx");
|
|
40
|
+
var constants_1 = require("../constants");
|
|
41
|
+
var sui_js_1 = require("@mysten/sui.js");
|
|
42
|
+
var getTypeArgumentFromToken_1 = require("../utils/getTypeArgumentFromToken");
|
|
43
|
+
var getUnsubscribeTx_1 = require("../utils/coveredCall/getUnsubscribeTx");
|
|
44
|
+
var provider = new sui_js_1.JsonRpcProvider(constants_1.TESTNET_RPC_ENDPOINT); //for read only operations
|
|
45
|
+
var keypair = sui_js_1.Ed25519Keypair.deriveKeypair(constants_1.TEST_MNEMONIC);
|
|
46
|
+
var signer = new sui_js_1.RawSigner(keypair, provider);
|
|
47
|
+
/*
|
|
48
|
+
after unsubscribe, the subvault (is deposited) "balance" in fields will be 0,
|
|
49
|
+
and a regular linked list node will be created if not exist, and the value increase.
|
|
50
|
+
|
|
51
|
+
EX:
|
|
52
|
+
subvault balance:1234, regular linked list node value:1000
|
|
53
|
+
after unsubscribe
|
|
54
|
+
subvault balance:0, regular linked list node value:2234
|
|
55
|
+
*/
|
|
56
|
+
(function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
57
|
+
var depositAmount, isRolling, token, vaultIndex, share, typeArgument, depositTx, unSubscribedTx;
|
|
58
|
+
return __generator(this, function (_a) {
|
|
59
|
+
switch (_a.label) {
|
|
60
|
+
case 0:
|
|
61
|
+
depositAmount = "123";
|
|
62
|
+
isRolling = true;
|
|
63
|
+
token = "0xaa8f8ccf372b461e5b8778b250bf13d9b1013174" // minted token
|
|
64
|
+
;
|
|
65
|
+
vaultIndex = "3";
|
|
66
|
+
share = "0";
|
|
67
|
+
return [4 /*yield*/, (0, getTypeArgumentFromToken_1.getTypeArgumentFromToken)(token)];
|
|
68
|
+
case 1:
|
|
69
|
+
typeArgument = _a.sent();
|
|
70
|
+
return [4 /*yield*/, (0, getDepositTx_1.getDepositTx)(constants_1.COVERED_CALL_PACKAGE, constants_1.COVERED_CALL_REGISTRY, typeArgument, vaultIndex, token, depositAmount)];
|
|
71
|
+
case 2:
|
|
72
|
+
depositTx = _a.sent();
|
|
73
|
+
return [4 /*yield*/, signer.executeMoveCall(depositTx)];
|
|
74
|
+
case 3:
|
|
75
|
+
_a.sent();
|
|
76
|
+
console.log("deposit " + depositAmount + " to new vault successfully");
|
|
77
|
+
return [4 /*yield*/, (0, getUnsubscribeTx_1.getUnsubscribeTx)(constants_1.COVERED_CALL_PACKAGE, constants_1.COVERED_CALL_REGISTRY, typeArgument, vaultIndex, share)];
|
|
78
|
+
case 4:
|
|
79
|
+
unSubscribedTx = _a.sent();
|
|
80
|
+
return [4 /*yield*/, signer.executeMoveCall(unSubscribedTx)];
|
|
81
|
+
case 5:
|
|
82
|
+
_a.sent();
|
|
83
|
+
console.log("unsubscribe successfully");
|
|
84
|
+
return [2 /*return*/];
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
}); })();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
var getWithdrawTx_1 = require("../utils/coveredCall/getWithdrawTx");
|
|
40
|
+
var constants_1 = require("../constants");
|
|
41
|
+
var sui_js_1 = require("@mysten/sui.js");
|
|
42
|
+
var getTypeArgumentFromToken_1 = require("../utils/getTypeArgumentFromToken");
|
|
43
|
+
var provider = new sui_js_1.JsonRpcProvider(constants_1.TESTNET_RPC_ENDPOINT); //for read only operations
|
|
44
|
+
var keypair = sui_js_1.Ed25519Keypair.deriveKeypair(constants_1.TEST_MNEMONIC);
|
|
45
|
+
var signer = new sui_js_1.RawSigner(keypair, provider);
|
|
46
|
+
(function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
47
|
+
var withdrawAmount, isRolling, token, vaultIndex, typeArgument, withdrawTx;
|
|
48
|
+
return __generator(this, function (_a) {
|
|
49
|
+
switch (_a.label) {
|
|
50
|
+
case 0:
|
|
51
|
+
withdrawAmount = 12;
|
|
52
|
+
isRolling = true;
|
|
53
|
+
token = "0x82416a9dacea43afa6570863f1bcd3e55e75448e" // minted token
|
|
54
|
+
;
|
|
55
|
+
vaultIndex = 0;
|
|
56
|
+
return [4 /*yield*/, (0, getTypeArgumentFromToken_1.getTypeArgumentFromToken)(token)];
|
|
57
|
+
case 1:
|
|
58
|
+
typeArgument = _a.sent();
|
|
59
|
+
console.log("test for withdraw, try to withdraw " + token + " for " + withdrawAmount + " ...");
|
|
60
|
+
return [4 /*yield*/, (0, getWithdrawTx_1.getWithdrawTx)(constants_1.COVERED_CALL_PACKAGE, constants_1.COVERED_CALL_REGISTRY, typeArgument, vaultIndex.toString(), withdrawAmount.toString())];
|
|
61
|
+
case 2:
|
|
62
|
+
withdrawTx = _a.sent();
|
|
63
|
+
return [4 /*yield*/, signer.executeMoveCall(withdrawTx)];
|
|
64
|
+
case 3:
|
|
65
|
+
_a.sent();
|
|
66
|
+
console.log("withdraw to vault successfully");
|
|
67
|
+
return [2 /*return*/];
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
}); })();
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.getBid = void 0;
|
|
40
|
+
var sui_js_1 = require("@mysten/sui.js");
|
|
41
|
+
var constants_1 = require("../../constants");
|
|
42
|
+
var provider = new sui_js_1.JsonRpcProvider(constants_1.TESTNET_RPC_ENDPOINT); //for read only operations
|
|
43
|
+
function getBid(vault) {
|
|
44
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
45
|
+
var obj, bidTable, obj2, ids, tmp, bids;
|
|
46
|
+
return __generator(this, function (_a) {
|
|
47
|
+
switch (_a.label) {
|
|
48
|
+
case 0: return [4 /*yield*/, provider.getObject(vault)];
|
|
49
|
+
case 1:
|
|
50
|
+
obj = _a.sent();
|
|
51
|
+
if (obj.status != "Exists") {
|
|
52
|
+
console.log("obj not exists");
|
|
53
|
+
return [2 /*return*/, []];
|
|
54
|
+
}
|
|
55
|
+
bidTable = obj.details.data.fields.value.fields.auction.fields.bids.fields.id.id;
|
|
56
|
+
return [4 /*yield*/, provider.getObjectsOwnedByObject(bidTable)];
|
|
57
|
+
case 2:
|
|
58
|
+
obj2 = _a.sent();
|
|
59
|
+
ids = obj2.map(function (e) { return e.objectId; });
|
|
60
|
+
return [4 /*yield*/, provider.getObjectBatch(ids)];
|
|
61
|
+
case 3:
|
|
62
|
+
tmp = _a.sent();
|
|
63
|
+
bids = tmp.map(function (e) {
|
|
64
|
+
var bidData = e.details.data.fields.value.fields;
|
|
65
|
+
var res = {
|
|
66
|
+
price: (bidData.price),
|
|
67
|
+
size: Number(bidData.size / (Math.pow(10, constants_1.TOKEN_DECIMAL))).toString(),
|
|
68
|
+
tsMs: (bidData.ts_ms),
|
|
69
|
+
tokenBalance: (bidData.coin.fields.balance),
|
|
70
|
+
ownerAddress: bidData.owner,
|
|
71
|
+
};
|
|
72
|
+
return res;
|
|
73
|
+
});
|
|
74
|
+
return [2 /*return*/, bids];
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
exports.getBid = getBid;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BcsWriter } from '@mysten/bcs';
|
|
2
|
+
/**
|
|
3
|
+
* Encrypt bid info
|
|
4
|
+
* @param {bigint} price bid price
|
|
5
|
+
* @param {bigint} size bid size
|
|
6
|
+
* @param {string} secret secret to encrypt the bid info
|
|
7
|
+
* @returns the first element is the random number generated during bid encryption process,
|
|
8
|
+
* and the second is bid ciphertext
|
|
9
|
+
*/
|
|
10
|
+
export declare function encryptBid(price: bigint, size: bigint, secret: string): [bigint, string];
|
|
11
|
+
/**
|
|
12
|
+
* Decrypt to bid info
|
|
13
|
+
* @param {string} encryptedBid bid ciphertext
|
|
14
|
+
* @param {string} secret secret to decrypt the ciphertext to plain bid info
|
|
15
|
+
* @returns [bid price, bid size, blindingFactor]
|
|
16
|
+
*/
|
|
17
|
+
export declare function decryptBid(encryptedBid: string, secret: string): [BigInt, BigInt, BigInt];
|
|
18
|
+
/**
|
|
19
|
+
* Get hash of bid info - should be same as onchain
|
|
20
|
+
* @param {bigint} price bid price
|
|
21
|
+
* @param {bigint} size bid size
|
|
22
|
+
* @param {bigint} blindingFactor a random number
|
|
23
|
+
* @returns {string} the hash of bid info
|
|
24
|
+
*/
|
|
25
|
+
export declare function getBidHash(price: bigint, size: bigint, blindingFactor: bigint): string;
|
|
26
|
+
/**
|
|
27
|
+
* Serialize bid info to BCS buffer - should be same as onchain
|
|
28
|
+
* @param {bigint} price bid price
|
|
29
|
+
* @param {bigint} size bid size
|
|
30
|
+
* @param {bigint} blindingFactor a random number
|
|
31
|
+
* @returns {BcsWriter} the serialized bid info
|
|
32
|
+
*/
|
|
33
|
+
export declare function constructBidInfo(price: bigint, size: bigint, blindingFactor: bigint): BcsWriter;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.constructBidInfo = exports.getBidHash = exports.decryptBid = exports.encryptBid = void 0;
|
|
7
|
+
var bcs_1 = require("@mysten/bcs");
|
|
8
|
+
var js_sha3_1 = require("js-sha3");
|
|
9
|
+
var encrypt_with_password_1 = __importDefault(require("encrypt-with-password"));
|
|
10
|
+
var random_bigint_1 = __importDefault(require("random-bigint"));
|
|
11
|
+
/**
|
|
12
|
+
* Encrypt bid info
|
|
13
|
+
* @param {bigint} price bid price
|
|
14
|
+
* @param {bigint} size bid size
|
|
15
|
+
* @param {string} secret secret to encrypt the bid info
|
|
16
|
+
* @returns the first element is the random number generated during bid encryption process,
|
|
17
|
+
* and the second is bid ciphertext
|
|
18
|
+
*/
|
|
19
|
+
function encryptBid(price, size, secret) {
|
|
20
|
+
var randomNumber = (0, random_bigint_1.default)(64);
|
|
21
|
+
var msg = constructBidInfo(price, size, randomNumber);
|
|
22
|
+
var res = encrypt_with_password_1.default.encrypt(msg.toString("hex"), secret);
|
|
23
|
+
return [randomNumber, res];
|
|
24
|
+
}
|
|
25
|
+
exports.encryptBid = encryptBid;
|
|
26
|
+
/**
|
|
27
|
+
* Decrypt to bid info
|
|
28
|
+
* @param {string} encryptedBid bid ciphertext
|
|
29
|
+
* @param {string} secret secret to decrypt the ciphertext to plain bid info
|
|
30
|
+
* @returns [bid price, bid size, blindingFactor]
|
|
31
|
+
*/
|
|
32
|
+
function decryptBid(encryptedBid, secret) {
|
|
33
|
+
var res = encrypt_with_password_1.default.decrypt(encryptedBid, secret);
|
|
34
|
+
var buffer = Buffer.from(res, "hex");
|
|
35
|
+
var price = buffer.slice(0, buffer.length / 3).readBigUInt64LE(0);
|
|
36
|
+
var size = buffer.slice(buffer.length / 3, buffer.length / 3 * 2).readBigUInt64LE(0);
|
|
37
|
+
var blindingFactor = buffer.slice(buffer.length / 3 * 2).readBigUInt64LE(0);
|
|
38
|
+
return [price, size, blindingFactor];
|
|
39
|
+
}
|
|
40
|
+
exports.decryptBid = decryptBid;
|
|
41
|
+
/**
|
|
42
|
+
* Get hash of bid info - should be same as onchain
|
|
43
|
+
* @param {bigint} price bid price
|
|
44
|
+
* @param {bigint} size bid size
|
|
45
|
+
* @param {bigint} blindingFactor a random number
|
|
46
|
+
* @returns {string} the hash of bid info
|
|
47
|
+
*/
|
|
48
|
+
function getBidHash(price, size, blindingFactor) {
|
|
49
|
+
var msg = constructBidInfo(price, size, blindingFactor);
|
|
50
|
+
var hash = (0, js_sha3_1.sha3_256)(msg.toBytes());
|
|
51
|
+
return hash;
|
|
52
|
+
}
|
|
53
|
+
exports.getBidHash = getBidHash;
|
|
54
|
+
/**
|
|
55
|
+
* Serialize bid info to BCS buffer - should be same as onchain
|
|
56
|
+
* @param {bigint} price bid price
|
|
57
|
+
* @param {bigint} size bid size
|
|
58
|
+
* @param {bigint} blindingFactor a random number
|
|
59
|
+
* @returns {BcsWriter} the serialized bid info
|
|
60
|
+
*/
|
|
61
|
+
function constructBidInfo(price, size, blindingFactor) {
|
|
62
|
+
return new bcs_1.BcsWriter().write64(price).write64(size).write64(blindingFactor);
|
|
63
|
+
}
|
|
64
|
+
exports.constructBidInfo = constructBidInfo;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getAuthorizedAddAuthorizedUserTx(packageId: string, registry: string, managerCap: string, address: string): Promise<any>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.getAuthorizedAddAuthorizedUserTx = void 0;
|
|
40
|
+
function getAuthorizedAddAuthorizedUserTx(packageId, registry, managerCap, address) {
|
|
41
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
42
|
+
var tx;
|
|
43
|
+
return __generator(this, function (_a) {
|
|
44
|
+
tx = {
|
|
45
|
+
packageObjectId: packageId,
|
|
46
|
+
module: 'covered_call',
|
|
47
|
+
function: 'add_authorized_user',
|
|
48
|
+
typeArguments: [],
|
|
49
|
+
arguments: [
|
|
50
|
+
managerCap,
|
|
51
|
+
registry,
|
|
52
|
+
address,
|
|
53
|
+
],
|
|
54
|
+
gasBudget: 10000,
|
|
55
|
+
};
|
|
56
|
+
return [2 /*return*/, tx];
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
exports.getAuthorizedAddAuthorizedUserTx = getAuthorizedAddAuthorizedUserTx;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getAuthorizedAddCoveredCallVaultAuthorizedUserTx(packageId: string, registry: string, typeArgument: string, index: string, address: string): Promise<any>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.getAuthorizedAddCoveredCallVaultAuthorizedUserTx = void 0;
|
|
40
|
+
function getAuthorizedAddCoveredCallVaultAuthorizedUserTx(packageId, registry, typeArgument, index, address) {
|
|
41
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
42
|
+
var tx;
|
|
43
|
+
return __generator(this, function (_a) {
|
|
44
|
+
tx = {
|
|
45
|
+
packageObjectId: packageId,
|
|
46
|
+
module: 'covered_call',
|
|
47
|
+
function: 'authorized_add_covered_call_vault_authorized_user',
|
|
48
|
+
typeArguments: [typeArgument],
|
|
49
|
+
arguments: [
|
|
50
|
+
registry,
|
|
51
|
+
index,
|
|
52
|
+
address,
|
|
53
|
+
],
|
|
54
|
+
gasBudget: 10000,
|
|
55
|
+
};
|
|
56
|
+
return [2 /*return*/, tx];
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
exports.getAuthorizedAddCoveredCallVaultAuthorizedUserTx = getAuthorizedAddCoveredCallVaultAuthorizedUserTx;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getAuthorizedDeliveryTx(packageId: string, registry: string, typeArgument: string, index: string, timeOracle: string): Promise<any>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.getAuthorizedDeliveryTx = void 0;
|
|
40
|
+
function getAuthorizedDeliveryTx(packageId, registry, typeArgument, index, timeOracle) {
|
|
41
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
42
|
+
var tx;
|
|
43
|
+
return __generator(this, function (_a) {
|
|
44
|
+
tx = {
|
|
45
|
+
packageObjectId: packageId,
|
|
46
|
+
module: 'covered_call',
|
|
47
|
+
function: 'authorized_delivery',
|
|
48
|
+
typeArguments: [typeArgument],
|
|
49
|
+
arguments: [
|
|
50
|
+
registry,
|
|
51
|
+
index,
|
|
52
|
+
timeOracle,
|
|
53
|
+
],
|
|
54
|
+
gasBudget: 10000,
|
|
55
|
+
};
|
|
56
|
+
return [2 /*return*/, tx];
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
exports.getAuthorizedDeliveryTx = getAuthorizedDeliveryTx;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getAuthorizedEvolutionTx(packageId: string, registry: string, typeArgument: string, index: string, priceOracle: string, timeOracle: string, activationTsMs: string, expirationTsMs: string): Promise<any>;
|