timelock-sdk 0.0.60 → 0.0.61
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/abis.cjs +1 -1
- package/dist/abis.d.cts +1 -1
- package/dist/abis.d.ts +1 -1
- package/dist/abis.js +1 -1
- package/dist/client.cjs +3 -2
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +58 -58
- package/dist/client.d.ts +65 -65
- package/dist/client.js +3 -2
- package/dist/client.js.map +1 -1
- package/dist/{index-Ct8jAxHT.d.ts → index-CDYUCwzA.d.cts} +2 -2
- package/dist/{index-DgBdLHRl.d.cts → index-CE9Z8aoZ.d.ts} +93 -93
- package/dist/{numberUtils-DaQ_5dq6.cjs → numberUtils-CmVB4kX7.cjs} +2 -2
- package/dist/{numberUtils-DaQ_5dq6.cjs.map → numberUtils-CmVB4kX7.cjs.map} +1 -1
- package/dist/{numberUtils-DYkWKQ5v.js → numberUtils-Dd7vdmeQ.js} +2 -2
- package/dist/{numberUtils-DYkWKQ5v.js.map → numberUtils-Dd7vdmeQ.js.map} +1 -1
- package/dist/{optionsMarket-C5z_ZrhG.cjs → optionsMarket-D192aXEZ.cjs} +43 -17
- package/dist/{optionsMarket-C5z_ZrhG.cjs.map → optionsMarket-D192aXEZ.cjs.map} +1 -1
- package/dist/{optionsMarket-BW3qSfsm.js → optionsMarket-DD4CWMqv.js} +43 -17
- package/dist/{optionsMarket-BW3qSfsm.js.map → optionsMarket-DD4CWMqv.js.map} +1 -1
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/dist/{uniswapMathLens-DS1i63oR.d.ts → uniswapMathLens-D3iSMTdz.d.cts} +35 -16
- package/dist/{uniswapMathLens-Dd_BqyEk.d.cts → uniswapMathLens-Ddy91uWa.d.ts} +35 -16
- package/package.json +1 -1
|
@@ -938,6 +938,10 @@ declare const optionsMarketAbi: readonly [{
|
|
|
938
938
|
readonly type: "function";
|
|
939
939
|
readonly name: "mintOption";
|
|
940
940
|
readonly inputs: readonly [{
|
|
941
|
+
readonly name: "owner";
|
|
942
|
+
readonly type: "address";
|
|
943
|
+
readonly internalType: "address";
|
|
944
|
+
}, {
|
|
941
945
|
readonly name: "optionType";
|
|
942
946
|
readonly type: "uint8";
|
|
943
947
|
readonly internalType: "uint8";
|
|
@@ -1028,6 +1032,14 @@ declare const optionsMarketAbi: readonly [{
|
|
|
1028
1032
|
readonly name: "canTransfer";
|
|
1029
1033
|
readonly type: "bool";
|
|
1030
1034
|
readonly internalType: "bool";
|
|
1035
|
+
}, {
|
|
1036
|
+
readonly name: "canMint";
|
|
1037
|
+
readonly type: "bool";
|
|
1038
|
+
readonly internalType: "bool";
|
|
1039
|
+
}, {
|
|
1040
|
+
readonly name: "spendingApproval";
|
|
1041
|
+
readonly type: "uint256";
|
|
1042
|
+
readonly internalType: "uint256";
|
|
1031
1043
|
}];
|
|
1032
1044
|
readonly stateMutability: "view";
|
|
1033
1045
|
}, {
|
|
@@ -1115,6 +1127,14 @@ declare const optionsMarketAbi: readonly [{
|
|
|
1115
1127
|
readonly name: "canTransfer";
|
|
1116
1128
|
readonly type: "bool";
|
|
1117
1129
|
readonly internalType: "bool";
|
|
1130
|
+
}, {
|
|
1131
|
+
readonly name: "canMint";
|
|
1132
|
+
readonly type: "bool";
|
|
1133
|
+
readonly internalType: "bool";
|
|
1134
|
+
}, {
|
|
1135
|
+
readonly name: "spendingApproval";
|
|
1136
|
+
readonly type: "uint256";
|
|
1137
|
+
readonly internalType: "uint256";
|
|
1118
1138
|
}];
|
|
1119
1139
|
readonly outputs: readonly [];
|
|
1120
1140
|
readonly stateMutability: "nonpayable";
|
|
@@ -1290,21 +1310,6 @@ declare const optionsMarketAbi: readonly [{
|
|
|
1290
1310
|
readonly internalType: "uint32";
|
|
1291
1311
|
}];
|
|
1292
1312
|
readonly anonymous: false;
|
|
1293
|
-
}, {
|
|
1294
|
-
readonly type: "event";
|
|
1295
|
-
readonly name: "FeesWithdrawn";
|
|
1296
|
-
readonly inputs: readonly [{
|
|
1297
|
-
readonly name: "fees0";
|
|
1298
|
-
readonly type: "uint256";
|
|
1299
|
-
readonly indexed: false;
|
|
1300
|
-
readonly internalType: "uint256";
|
|
1301
|
-
}, {
|
|
1302
|
-
readonly name: "fees1";
|
|
1303
|
-
readonly type: "uint256";
|
|
1304
|
-
readonly indexed: false;
|
|
1305
|
-
readonly internalType: "uint256";
|
|
1306
|
-
}];
|
|
1307
|
-
readonly anonymous: false;
|
|
1308
1313
|
}, {
|
|
1309
1314
|
readonly type: "event";
|
|
1310
1315
|
readonly name: "MintOption";
|
|
@@ -1413,6 +1418,16 @@ declare const optionsMarketAbi: readonly [{
|
|
|
1413
1418
|
readonly type: "bool";
|
|
1414
1419
|
readonly indexed: false;
|
|
1415
1420
|
readonly internalType: "bool";
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly name: "canMint";
|
|
1423
|
+
readonly type: "bool";
|
|
1424
|
+
readonly indexed: false;
|
|
1425
|
+
readonly internalType: "bool";
|
|
1426
|
+
}, {
|
|
1427
|
+
readonly name: "spendingApproval";
|
|
1428
|
+
readonly type: "uint256";
|
|
1429
|
+
readonly indexed: false;
|
|
1430
|
+
readonly internalType: "uint256";
|
|
1416
1431
|
}];
|
|
1417
1432
|
readonly anonymous: false;
|
|
1418
1433
|
}, {
|
|
@@ -1467,6 +1482,10 @@ declare const optionsMarketAbi: readonly [{
|
|
|
1467
1482
|
readonly type: "error";
|
|
1468
1483
|
readonly name: "NotEnoughPayout";
|
|
1469
1484
|
readonly inputs: readonly [];
|
|
1485
|
+
}, {
|
|
1486
|
+
readonly type: "error";
|
|
1487
|
+
readonly name: "OperatorBlacklisted";
|
|
1488
|
+
readonly inputs: readonly [];
|
|
1470
1489
|
}, {
|
|
1471
1490
|
readonly type: "error";
|
|
1472
1491
|
readonly name: "OptionExpired";
|
|
@@ -2149,4 +2168,4 @@ declare const uniswapMathLensAbi: readonly [{
|
|
|
2149
2168
|
}];
|
|
2150
2169
|
//#endregion
|
|
2151
2170
|
export { optionsMarketAbi as n, lensAbi as r, uniswapMathLensAbi as t };
|
|
2152
|
-
//# sourceMappingURL=uniswapMathLens-
|
|
2171
|
+
//# sourceMappingURL=uniswapMathLens-Ddy91uWa.d.ts.map
|