viem 0.0.0-main.20230730T155828 → 0.0.0-main.20230731T075717
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/cjs/accounts/index.js +1 -1
- package/dist/cjs/accounts/index.js.map +1 -1
- package/dist/cjs/accounts/utils/signMessage.js +1 -1
- package/dist/cjs/accounts/utils/signMessage.js.map +1 -1
- package/dist/cjs/accounts/utils/signTypedData.js +1 -1
- package/dist/cjs/accounts/utils/signTypedData.js.map +1 -1
- package/dist/cjs/constants/number.js +101 -0
- package/dist/cjs/constants/number.js.map +1 -0
- package/dist/cjs/errors/version.js +1 -1
- package/dist/cjs/index.js +110 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/utils/signature/hexToSignature.js +12 -0
- package/dist/cjs/utils/signature/hexToSignature.js.map +1 -0
- package/dist/cjs/utils/signature/signatureToHex.js.map +1 -0
- package/dist/esm/accounts/index.js +1 -1
- package/dist/esm/accounts/index.js.map +1 -1
- package/dist/esm/accounts/utils/signMessage.js +1 -1
- package/dist/esm/accounts/utils/signMessage.js.map +1 -1
- package/dist/esm/accounts/utils/signTypedData.js +1 -1
- package/dist/esm/accounts/utils/signTypedData.js.map +1 -1
- package/dist/esm/constants/number.js +97 -0
- package/dist/esm/constants/number.js.map +1 -0
- package/dist/esm/errors/version.js +1 -1
- package/dist/esm/index.js +4 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utils/signature/hexToSignature.js +18 -0
- package/dist/esm/utils/signature/hexToSignature.js.map +1 -0
- package/dist/esm/utils/signature/signatureToHex.js +21 -0
- package/dist/esm/utils/signature/signatureToHex.js.map +1 -0
- package/dist/types/accounts/index.d.ts +1 -1
- package/dist/types/accounts/index.d.ts.map +1 -1
- package/dist/types/constants/number.d.ts +97 -0
- package/dist/types/constants/number.d.ts.map +1 -0
- package/dist/types/errors/version.d.ts +1 -1
- package/dist/types/index.d.ts +4 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/types/misc.d.ts.map +1 -1
- package/dist/types/utils/signature/hexToSignature.d.ts +13 -0
- package/dist/types/utils/signature/hexToSignature.d.ts.map +1 -0
- package/dist/types/utils/signature/signatureToHex.d.ts +17 -0
- package/dist/types/utils/signature/signatureToHex.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/accounts/index.ts +1 -1
- package/src/accounts/utils/signMessage.ts +1 -1
- package/src/accounts/utils/signTypedData.ts +1 -1
- package/src/constants/number.ts +98 -0
- package/src/errors/version.ts +1 -1
- package/src/index.ts +101 -1
- package/src/types/misc.ts +3 -0
- package/src/utils/signature/hexToSignature.ts +20 -0
- package/src/utils/signature/signatureToHex.ts +26 -0
- package/dist/cjs/accounts/utils/signatureToHex.js.map +0 -1
- package/dist/esm/accounts/utils/signatureToHex.js +0 -7
- package/dist/esm/accounts/utils/signatureToHex.js.map +0 -1
- package/dist/types/accounts/utils/signatureToHex.d.ts +0 -3
- package/dist/types/accounts/utils/signatureToHex.d.ts.map +0 -1
- package/src/accounts/utils/signatureToHex.ts +0 -12
- /package/dist/cjs/{accounts/utils → utils/signature}/signatureToHex.js +0 -0
@@ -17,7 +17,7 @@ var toAccount_js_1 = require("./toAccount.js");
|
|
17
17
|
Object.defineProperty(exports, "toAccount", { enumerable: true, get: function () { return toAccount_js_1.toAccount; } });
|
18
18
|
var sign_js_1 = require("./utils/sign.js");
|
19
19
|
Object.defineProperty(exports, "sign", { enumerable: true, get: function () { return sign_js_1.sign; } });
|
20
|
-
var signatureToHex_js_1 = require("
|
20
|
+
var signatureToHex_js_1 = require("../utils/signature/signatureToHex.js");
|
21
21
|
Object.defineProperty(exports, "signatureToHex", { enumerable: true, get: function () { return signatureToHex_js_1.signatureToHex; } });
|
22
22
|
var signMessage_js_1 = require("./utils/signMessage.js");
|
23
23
|
Object.defineProperty(exports, "signMessage", { enumerable: true, get: function () { return signMessage_js_1.signMessage; } });
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounts/index.ts"],"names":[],"mappings":";;;AACA,sCAAoC;AAA3B,8FAAA,KAAK,OAAA;AACd,6DAAwD;AAA/C,uHAAA,gBAAgB,OAAA;AACzB,iEAA4D;AAAnD,2HAAA,kBAAkB,OAAA;AAC3B,yDAAoD;AAA3C,mHAAA,cAAc,OAAA;AACvB,+DAA0D;AAAjD,yHAAA,iBAAiB,OAAA;AAC1B,mEAA8D;AAArD,6HAAA,mBAAmB,OAAA;AAC5B,+CAA0C;AAAjC,yGAAA,SAAS,OAAA;AAWlB,2CAAgF;AAA7B,+FAAA,IAAI,OAAA;AACvD
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounts/index.ts"],"names":[],"mappings":";;;AACA,sCAAoC;AAA3B,8FAAA,KAAK,OAAA;AACd,6DAAwD;AAA/C,uHAAA,gBAAgB,OAAA;AACzB,iEAA4D;AAAnD,2HAAA,kBAAkB,OAAA;AAC3B,yDAAoD;AAA3C,mHAAA,cAAc,OAAA;AACvB,+DAA0D;AAAjD,yHAAA,iBAAiB,OAAA;AAC1B,mEAA8D;AAArD,6HAAA,mBAAmB,OAAA;AAC5B,+CAA0C;AAAjC,yGAAA,SAAS,OAAA;AAWlB,2CAAgF;AAA7B,+FAAA,IAAI,OAAA;AACvD,0EAAqE;AAA5D,mHAAA,cAAc,OAAA;AACvB,yDAI+B;AAD7B,6GAAA,WAAW,OAAA;AAEb,6DAIiC;AAD/B,iHAAA,aAAa,OAAA;AAEf,2DAAsD;AAA7C,+GAAA,YAAY,OAAA;AACrB,uEAAkE;AAAzD,2HAAA,kBAAkB,OAAA;AAC3B,iDAA4C;AAAnC,iGAAA,KAAK,OAAA;AACd,qDAAgD;AAAvC,qGAAA,OAAO,OAAA;AAChB,mDAA8C;AAArC,mGAAA,MAAM,OAAA;AACf,qDAAgD;AAAvC,qGAAA,OAAO,OAAA;AAChB,uDAAkD;AAAzC,uGAAA,QAAQ,OAAA;AACjB,mDAA8C;AAArC,mGAAA,MAAM,OAAA;AACf,yEAAoE;AAA3D,yHAAA,iBAAiB,OAAA;AAC1B,qDAAgD;AAAvC,qGAAA,OAAO,OAAA;AAChB,2EAAsE;AAA7D,2HAAA,kBAAkB,OAAA"}
|
@@ -2,8 +2,8 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.signMessage = void 0;
|
4
4
|
const hashMessage_js_1 = require("../../utils/signature/hashMessage.js");
|
5
|
+
const signatureToHex_js_1 = require("../../utils/signature/signatureToHex.js");
|
5
6
|
const sign_js_1 = require("./sign.js");
|
6
|
-
const signatureToHex_js_1 = require("./signatureToHex.js");
|
7
7
|
async function signMessage({ message, privateKey, }) {
|
8
8
|
const signature = await (0, sign_js_1.sign)({ hash: (0, hashMessage_js_1.hashMessage)(message), privateKey });
|
9
9
|
return (0, signatureToHex_js_1.signatureToHex)(signature);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"signMessage.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signMessage.ts"],"names":[],"mappings":";;;AACA,yEAAkE;
|
1
|
+
{"version":3,"file":"signMessage.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signMessage.ts"],"names":[],"mappings":";;;AACA,yEAAkE;AAClE,+EAAwE;AAExE,uCAAgC;AAgBzB,KAAK,UAAU,WAAW,CAAC,EAChC,OAAO,EACP,UAAU,GACY;IACtB,MAAM,SAAS,GAAG,MAAM,IAAA,cAAI,EAAC,EAAE,IAAI,EAAE,IAAA,4BAAW,EAAC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC,CAAA;IACxE,OAAO,IAAA,kCAAc,EAAC,SAAS,CAAC,CAAA;AAClC,CAAC;AAND,kCAMC"}
|
@@ -2,8 +2,8 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.signTypedData = void 0;
|
4
4
|
const hashTypedData_js_1 = require("../../utils/signature/hashTypedData.js");
|
5
|
+
const signatureToHex_js_1 = require("../../utils/signature/signatureToHex.js");
|
5
6
|
const sign_js_1 = require("./sign.js");
|
6
|
-
const signatureToHex_js_1 = require("./signatureToHex.js");
|
7
7
|
async function signTypedData({ privateKey, ...typedData }) {
|
8
8
|
const signature = await (0, sign_js_1.sign)({
|
9
9
|
hash: (0, hashTypedData_js_1.hashTypedData)(typedData),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"signTypedData.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signTypedData.ts"],"names":[],"mappings":";;;AAIA,6EAG+C;
|
1
|
+
{"version":3,"file":"signTypedData.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signTypedData.ts"],"names":[],"mappings":";;;AAIA,6EAG+C;AAC/C,+EAAwE;AAExE,uCAAgC;AAkBzB,KAAK,UAAU,aAAa,CAGjC,EACA,UAAU,EACV,GAAG,SAAS,EAIb;IACC,MAAM,SAAS,GAAG,MAAM,IAAA,cAAI,EAAC;QAC3B,IAAI,EAAE,IAAA,gCAAa,EAAC,SAAoC,CAAC;QACzD,UAAU;KACX,CAAC,CAAA;IACF,OAAO,IAAA,kCAAc,EAAC,SAAS,CAAC,CAAA;AAClC,CAAC;AAfD,sCAeC"}
|
@@ -0,0 +1,101 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.minInt144 = exports.minInt136 = exports.minInt128 = exports.minInt120 = exports.minInt112 = exports.minInt104 = exports.minInt96 = exports.minInt88 = exports.minInt80 = exports.minInt72 = exports.minInt64 = exports.minInt56 = exports.minInt48 = exports.minInt40 = exports.minInt32 = exports.minInt24 = exports.minInt16 = exports.minInt8 = exports.maxInt256 = exports.maxInt248 = exports.maxInt240 = exports.maxInt232 = exports.maxInt224 = exports.maxInt216 = exports.maxInt208 = exports.maxInt200 = exports.maxInt192 = exports.maxInt184 = exports.maxInt176 = exports.maxInt168 = exports.maxInt160 = exports.maxInt152 = exports.maxInt144 = exports.maxInt136 = exports.maxInt128 = exports.maxInt120 = exports.maxInt112 = exports.maxInt104 = exports.maxInt96 = exports.maxInt88 = exports.maxInt80 = exports.maxInt72 = exports.maxInt64 = exports.maxInt56 = exports.maxInt48 = exports.maxInt40 = exports.maxInt32 = exports.maxInt24 = exports.maxInt16 = exports.maxInt8 = void 0;
|
4
|
+
exports.maxUint256 = exports.maxUint248 = exports.maxUint240 = exports.maxUint232 = exports.maxUint224 = exports.maxUint216 = exports.maxUint208 = exports.maxUint200 = exports.maxUint192 = exports.maxUint184 = exports.maxUint176 = exports.maxUint168 = exports.maxUint160 = exports.maxUint152 = exports.maxUint144 = exports.maxUint136 = exports.maxUint128 = exports.maxUint120 = exports.maxUint112 = exports.maxUint104 = exports.maxUint96 = exports.maxUint88 = exports.maxUint80 = exports.maxUint72 = exports.maxUint64 = exports.maxUint56 = exports.maxUint48 = exports.maxUint40 = exports.maxUint32 = exports.maxUint24 = exports.maxUint16 = exports.maxUint8 = exports.minInt256 = exports.minInt248 = exports.minInt240 = exports.minInt232 = exports.minInt224 = exports.minInt216 = exports.minInt208 = exports.minInt200 = exports.minInt192 = exports.minInt184 = exports.minInt176 = exports.minInt168 = exports.minInt160 = exports.minInt152 = void 0;
|
5
|
+
exports.maxInt8 = 2n ** (8n - 1n);
|
6
|
+
exports.maxInt16 = 2n ** (16n - 1n);
|
7
|
+
exports.maxInt24 = 2n ** (24n - 1n);
|
8
|
+
exports.maxInt32 = 2n ** (32n - 1n);
|
9
|
+
exports.maxInt40 = 2n ** (40n - 1n);
|
10
|
+
exports.maxInt48 = 2n ** (48n - 1n);
|
11
|
+
exports.maxInt56 = 2n ** (56n - 1n);
|
12
|
+
exports.maxInt64 = 2n ** (64n - 1n);
|
13
|
+
exports.maxInt72 = 2n ** (72n - 1n);
|
14
|
+
exports.maxInt80 = 2n ** (80n - 1n);
|
15
|
+
exports.maxInt88 = 2n ** (88n - 1n);
|
16
|
+
exports.maxInt96 = 2n ** (96n - 1n);
|
17
|
+
exports.maxInt104 = 2n ** (104n - 1n);
|
18
|
+
exports.maxInt112 = 2n ** (112n - 1n);
|
19
|
+
exports.maxInt120 = 2n ** (120n - 1n);
|
20
|
+
exports.maxInt128 = 2n ** (128n - 1n);
|
21
|
+
exports.maxInt136 = 2n ** (136n - 1n);
|
22
|
+
exports.maxInt144 = 2n ** (144n - 1n);
|
23
|
+
exports.maxInt152 = 2n ** (152n - 1n);
|
24
|
+
exports.maxInt160 = 2n ** (160n - 1n);
|
25
|
+
exports.maxInt168 = 2n ** (168n - 1n);
|
26
|
+
exports.maxInt176 = 2n ** (176n - 1n);
|
27
|
+
exports.maxInt184 = 2n ** (184n - 1n);
|
28
|
+
exports.maxInt192 = 2n ** (192n - 1n);
|
29
|
+
exports.maxInt200 = 2n ** (200n - 1n);
|
30
|
+
exports.maxInt208 = 2n ** (208n - 1n);
|
31
|
+
exports.maxInt216 = 2n ** (216n - 1n);
|
32
|
+
exports.maxInt224 = 2n ** (224n - 1n);
|
33
|
+
exports.maxInt232 = 2n ** (232n - 1n);
|
34
|
+
exports.maxInt240 = 2n ** (240n - 1n);
|
35
|
+
exports.maxInt248 = 2n ** (248n - 1n);
|
36
|
+
exports.maxInt256 = 2n ** (256n - 1n);
|
37
|
+
exports.minInt8 = -(2n ** 8n);
|
38
|
+
exports.minInt16 = -(2n ** 16n);
|
39
|
+
exports.minInt24 = -(2n ** 24n);
|
40
|
+
exports.minInt32 = -(2n ** 32n);
|
41
|
+
exports.minInt40 = -(2n ** 40n);
|
42
|
+
exports.minInt48 = -(2n ** 48n);
|
43
|
+
exports.minInt56 = -(2n ** 56n);
|
44
|
+
exports.minInt64 = -(2n ** 64n);
|
45
|
+
exports.minInt72 = -(2n ** 72n);
|
46
|
+
exports.minInt80 = -(2n ** 80n);
|
47
|
+
exports.minInt88 = -(2n ** 88n);
|
48
|
+
exports.minInt96 = -(2n ** 96n);
|
49
|
+
exports.minInt104 = -(2n ** 104n);
|
50
|
+
exports.minInt112 = -(2n ** 112n);
|
51
|
+
exports.minInt120 = -(2n ** 120n);
|
52
|
+
exports.minInt128 = -(2n ** 128n);
|
53
|
+
exports.minInt136 = -(2n ** 136n);
|
54
|
+
exports.minInt144 = -(2n ** 144n);
|
55
|
+
exports.minInt152 = -(2n ** 152n);
|
56
|
+
exports.minInt160 = -(2n ** 160n);
|
57
|
+
exports.minInt168 = -(2n ** 168n);
|
58
|
+
exports.minInt176 = -(2n ** 176n);
|
59
|
+
exports.minInt184 = -(2n ** 184n);
|
60
|
+
exports.minInt192 = -(2n ** 192n);
|
61
|
+
exports.minInt200 = -(2n ** 200n);
|
62
|
+
exports.minInt208 = -(2n ** 208n);
|
63
|
+
exports.minInt216 = -(2n ** 216n);
|
64
|
+
exports.minInt224 = -(2n ** 224n);
|
65
|
+
exports.minInt232 = -(2n ** 232n);
|
66
|
+
exports.minInt240 = -(2n ** 240n);
|
67
|
+
exports.minInt248 = -(2n ** 248n);
|
68
|
+
exports.minInt256 = -(2n ** 256n);
|
69
|
+
exports.maxUint8 = 2n ** 8n;
|
70
|
+
exports.maxUint16 = 2n ** 16n;
|
71
|
+
exports.maxUint24 = 2n ** 24n;
|
72
|
+
exports.maxUint32 = 2n ** 32n;
|
73
|
+
exports.maxUint40 = 2n ** 40n;
|
74
|
+
exports.maxUint48 = 2n ** 48n;
|
75
|
+
exports.maxUint56 = 2n ** 56n;
|
76
|
+
exports.maxUint64 = 2n ** 64n;
|
77
|
+
exports.maxUint72 = 2n ** 72n;
|
78
|
+
exports.maxUint80 = 2n ** 80n;
|
79
|
+
exports.maxUint88 = 2n ** 88n;
|
80
|
+
exports.maxUint96 = 2n ** 96n;
|
81
|
+
exports.maxUint104 = 2n ** 104n;
|
82
|
+
exports.maxUint112 = 2n ** 112n;
|
83
|
+
exports.maxUint120 = 2n ** 120n;
|
84
|
+
exports.maxUint128 = 2n ** 128n;
|
85
|
+
exports.maxUint136 = 2n ** 136n;
|
86
|
+
exports.maxUint144 = 2n ** 144n;
|
87
|
+
exports.maxUint152 = 2n ** 152n;
|
88
|
+
exports.maxUint160 = 2n ** 160n;
|
89
|
+
exports.maxUint168 = 2n ** 168n;
|
90
|
+
exports.maxUint176 = 2n ** 176n;
|
91
|
+
exports.maxUint184 = 2n ** 184n;
|
92
|
+
exports.maxUint192 = 2n ** 192n;
|
93
|
+
exports.maxUint200 = 2n ** 200n;
|
94
|
+
exports.maxUint208 = 2n ** 208n;
|
95
|
+
exports.maxUint216 = 2n ** 216n;
|
96
|
+
exports.maxUint224 = 2n ** 224n;
|
97
|
+
exports.maxUint232 = 2n ** 232n;
|
98
|
+
exports.maxUint240 = 2n ** 240n;
|
99
|
+
exports.maxUint248 = 2n ** 248n;
|
100
|
+
exports.maxUint256 = 2n ** 256n;
|
101
|
+
//# sourceMappingURL=number.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"number.js","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"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"}
|
package/dist/cjs/index.js
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.
|
5
|
-
exports.
|
6
|
-
exports.
|
7
|
-
exports.
|
3
|
+
exports.maxInt112 = exports.maxInt104 = exports.maxInt96 = exports.maxInt88 = exports.maxInt80 = exports.maxInt72 = exports.maxInt64 = exports.maxInt56 = exports.maxInt48 = exports.maxInt40 = exports.maxInt32 = exports.maxInt24 = exports.maxInt16 = exports.maxInt8 = exports.weiUnits = exports.gweiUnits = exports.etherUnits = exports.zeroAddress = exports.multicall3Abi = exports.webSocket = exports.createWalletClient = exports.createTransport = exports.walletActions = exports.testActions = exports.publicActions = exports.createTestClient = exports.createPublicClient = exports.http = exports.fallback = exports.custom = exports.createClient = exports.getContract = exports.parseAbiParameters = exports.parseAbiParameter = exports.parseAbiItem = exports.parseAbi = exports.UnknownSignatureError = exports.UnknownTypeError = exports.SolidityProtectedKeywordError = exports.InvalidStructSignatureError = exports.InvalidSignatureError = exports.InvalidParenthesisError = exports.InvalidParameterError = exports.InvalidModifierError = exports.InvalidFunctionModifierError = exports.InvalidAbiTypeParameterError = exports.InvalidAbiItemError = exports.InvalidAbiParametersError = exports.InvalidAbiParameterError = exports.CircularReferenceError = void 0;
|
4
|
+
exports.maxUint256 = exports.maxUint248 = exports.maxUint240 = exports.maxUint232 = exports.maxUint224 = exports.maxUint216 = exports.maxUint208 = exports.maxUint200 = exports.maxUint192 = exports.maxUint184 = exports.maxUint176 = exports.maxUint168 = exports.maxUint160 = exports.maxUint152 = exports.maxUint144 = exports.maxUint136 = exports.maxUint128 = exports.maxUint120 = exports.maxUint112 = exports.maxUint104 = exports.maxUint96 = exports.maxUint88 = exports.maxUint80 = exports.maxUint72 = exports.maxUint64 = exports.maxUint56 = exports.maxUint48 = exports.maxUint40 = exports.maxUint32 = exports.maxUint24 = exports.maxUint16 = exports.maxUint8 = exports.maxInt256 = exports.maxInt248 = exports.maxInt240 = exports.maxInt232 = exports.maxInt224 = exports.maxInt216 = exports.maxInt208 = exports.maxInt200 = exports.maxInt192 = exports.maxInt184 = exports.maxInt176 = exports.maxInt168 = exports.maxInt160 = exports.maxInt152 = exports.maxInt144 = exports.maxInt136 = exports.maxInt128 = exports.maxInt120 = void 0;
|
5
|
+
exports.InvalidAbiEncodingTypeError = exports.InvalidAbiDecodingTypeError = exports.DecodeLogTopicsMismatch = exports.AbiFunctionSignatureNotFoundError = exports.AbiFunctionOutputsNotFoundError = exports.AbiFunctionNotFoundError = exports.AbiEventSignatureNotFoundError = exports.AbiEventSignatureEmptyTopicsError = exports.AbiEventNotFoundError = exports.AbiErrorSignatureNotFoundError = exports.AbiErrorNotFoundError = exports.AbiErrorInputsNotFoundError = exports.AbiEncodingLengthMismatchError = exports.AbiEncodingArrayLengthMismatchError = exports.AbiDecodingZeroDataError = exports.AbiDecodingDataSizeInvalidError = exports.AbiConstructorParamsNotFoundError = exports.AbiConstructorNotFoundError = exports.minInt256 = exports.minInt248 = exports.minInt240 = exports.minInt232 = exports.minInt224 = exports.minInt216 = exports.minInt208 = exports.minInt200 = exports.minInt192 = exports.minInt184 = exports.minInt176 = exports.minInt168 = exports.minInt160 = exports.minInt152 = exports.minInt144 = exports.minInt136 = exports.minInt128 = exports.minInt120 = exports.minInt112 = exports.minInt104 = exports.minInt96 = exports.minInt88 = exports.minInt80 = exports.minInt72 = exports.minInt64 = exports.minInt56 = exports.minInt48 = exports.minInt40 = exports.minInt32 = exports.minInt24 = exports.minInt16 = exports.minInt8 = void 0;
|
6
|
+
exports.NonceTooLowError = exports.NonceTooHighError = exports.NonceMaxValueError = exports.IntrinsicGasTooLowError = exports.IntrinsicGasTooHighError = exports.InsufficientFundsError = exports.FeeCapTooLowError = exports.FeeCapTooHighError = exports.ExecutionRevertedError = exports.EstimateGasExecutionError = exports.EnsAvatarUriResolutionError = exports.OffsetOutOfBoundsError = exports.InvalidHexValueError = exports.InvalidHexBooleanError = exports.InvalidBytesBooleanError = exports.DataLengthTooShortError = exports.DataLengthTooLongError = exports.InvalidChainIdError = exports.ClientChainNotConfiguredError = exports.ChainDoesNotSupportContract = exports.UserRejectedRequestError = exports.UnsupportedProviderMethodError = exports.UnknownRpcError = exports.UnauthorizedProviderError = exports.SwitchChainError = exports.TransactionRejectedRpcError = exports.RpcError = exports.ResourceUnavailableRpcError = exports.ResourceNotFoundRpcError = exports.ProviderRpcError = exports.ProviderDisconnectedError = exports.ParseRpcError = exports.MethodNotSupportedRpcError = exports.MethodNotFoundRpcError = exports.LimitExceededRpcError = exports.JsonRpcVersionUnsupportedError = exports.InvalidRequestRpcError = exports.InvalidParamsRpcError = exports.InvalidInputRpcError = exports.InternalRpcError = exports.ChainDisconnectedError = exports.RawContractError = exports.ContractFunctionZeroDataError = exports.ContractFunctionRevertedError = exports.ContractFunctionExecutionError = exports.CallExecutionError = exports.BlockNotFoundError = exports.BaseError = exports.InvalidDefinitionTypeError = exports.InvalidArrayError = void 0;
|
7
|
+
exports.recoverPublicKey = exports.recoverMessageAddress = exports.recoverAddress = exports.hexToSignature = exports.hashTypedData = exports.getTransactionType = exports.getSerializedTransactionType = exports.getCreateAddress = exports.getCreate2Address = exports.getContractAddress = exports.getAbiItem = exports.formatTransactionRequest = exports.defineTransactionRequest = exports.defineTransactionReceipt = exports.transactionType = exports.formatTransaction = exports.defineTransaction = exports.encodeFunctionResult = exports.encodeFunctionData = exports.encodeEventTopics = exports.encodeErrorResult = exports.encodeDeployData = exports.encodeAbiParameters = exports.decodeFunctionResult = exports.decodeFunctionData = exports.decodeEventLog = exports.decodeErrorResult = exports.decodeDeployData = exports.decodeAbiParameters = exports.formatLog = exports.formatBlock = exports.defineBlock = exports.namehash = exports.labelhash = exports.UrlRequiredError = exports.SizeExceedsPaddingSizeError = exports.WaitForTransactionReceiptTimeoutError = exports.TransactionReceiptNotFoundError = exports.TransactionNotFoundError = exports.TransactionExecutionError = exports.InvalidLegacyVError = exports.InvalidAddressError = exports.WebSocketRequestError = exports.TimeoutError = exports.RpcRequestError = exports.HttpRequestError = exports.FilterTypeNotSupportedError = exports.UnknownNodeError = exports.TransactionTypeNotSupportedError = exports.TipAboveFeeCapError = void 0;
|
8
|
+
exports.isAddressEqual = exports.isAddress = exports.hashMessage = exports.getFunctionSelector = exports.getEventSelector = exports.getContractError = exports.getAddress = exports.fromRlp = exports.hexToString = exports.hexToNumber = exports.hexToBool = exports.hexToBigInt = exports.fromHex = exports.formatUnits = exports.formatGwei = exports.formatEther = exports.encodePacked = exports.defineChain = exports.assertCurrentChain = exports.concatHex = exports.concatBytes = exports.concat = exports.offchainLookupSignature = exports.offchainLookupAbiItem = exports.offchainLookup = exports.ccipFetch = exports.fromBytes = exports.bytesToString = exports.bytesToNumber = exports.bytesToBool = exports.bytesToBigint = exports.toHex = exports.stringToHex = exports.numberToHex = exports.bytesToHex = exports.boolToHex = exports.toBytes = exports.stringToBytes = exports.numberToBytes = exports.hexToBytes = exports.boolToBytes = exports.assertTransactionLegacy = exports.assertTransactionEIP2930 = exports.assertTransactionEIP1559 = exports.assertRequest = exports.verifyTypedData = exports.verifyMessage = exports.toRlp = exports.signatureToHex = exports.recoverTypedDataAddress = void 0;
|
9
|
+
exports.validateTypedData = exports.trim = exports.stringify = exports.sliceHex = exports.sliceBytes = exports.slice = exports.size = exports.serializeTransaction = exports.serializeAccessList = exports.prepareRequest = exports.parseUnits = exports.parseTransaction = exports.parseGwei = exports.parseEther = exports.padHex = exports.padBytes = exports.pad = exports.keccak256 = exports.isHex = exports.isHash = exports.isBytes = void 0;
|
8
10
|
var abitype_1 = require("abitype");
|
9
11
|
Object.defineProperty(exports, "CircularReferenceError", { enumerable: true, get: function () { return abitype_1.CircularReferenceError; } });
|
10
12
|
Object.defineProperty(exports, "InvalidAbiParameterError", { enumerable: true, get: function () { return abitype_1.InvalidAbiParameterError; } });
|
@@ -52,12 +54,109 @@ var webSocket_js_1 = require("./clients/transports/webSocket.js");
|
|
52
54
|
Object.defineProperty(exports, "webSocket", { enumerable: true, get: function () { return webSocket_js_1.webSocket; } });
|
53
55
|
var abis_js_1 = require("./constants/abis.js");
|
54
56
|
Object.defineProperty(exports, "multicall3Abi", { enumerable: true, get: function () { return abis_js_1.multicall3Abi; } });
|
57
|
+
var address_js_1 = require("./constants/address.js");
|
58
|
+
Object.defineProperty(exports, "zeroAddress", { enumerable: true, get: function () { return address_js_1.zeroAddress; } });
|
55
59
|
var unit_js_1 = require("./constants/unit.js");
|
56
60
|
Object.defineProperty(exports, "etherUnits", { enumerable: true, get: function () { return unit_js_1.etherUnits; } });
|
57
61
|
Object.defineProperty(exports, "gweiUnits", { enumerable: true, get: function () { return unit_js_1.gweiUnits; } });
|
58
62
|
Object.defineProperty(exports, "weiUnits", { enumerable: true, get: function () { return unit_js_1.weiUnits; } });
|
59
|
-
var
|
60
|
-
Object.defineProperty(exports, "
|
63
|
+
var number_js_1 = require("./constants/number.js");
|
64
|
+
Object.defineProperty(exports, "maxInt8", { enumerable: true, get: function () { return number_js_1.maxInt8; } });
|
65
|
+
Object.defineProperty(exports, "maxInt16", { enumerable: true, get: function () { return number_js_1.maxInt16; } });
|
66
|
+
Object.defineProperty(exports, "maxInt24", { enumerable: true, get: function () { return number_js_1.maxInt24; } });
|
67
|
+
Object.defineProperty(exports, "maxInt32", { enumerable: true, get: function () { return number_js_1.maxInt32; } });
|
68
|
+
Object.defineProperty(exports, "maxInt40", { enumerable: true, get: function () { return number_js_1.maxInt40; } });
|
69
|
+
Object.defineProperty(exports, "maxInt48", { enumerable: true, get: function () { return number_js_1.maxInt48; } });
|
70
|
+
Object.defineProperty(exports, "maxInt56", { enumerable: true, get: function () { return number_js_1.maxInt56; } });
|
71
|
+
Object.defineProperty(exports, "maxInt64", { enumerable: true, get: function () { return number_js_1.maxInt64; } });
|
72
|
+
Object.defineProperty(exports, "maxInt72", { enumerable: true, get: function () { return number_js_1.maxInt72; } });
|
73
|
+
Object.defineProperty(exports, "maxInt80", { enumerable: true, get: function () { return number_js_1.maxInt80; } });
|
74
|
+
Object.defineProperty(exports, "maxInt88", { enumerable: true, get: function () { return number_js_1.maxInt88; } });
|
75
|
+
Object.defineProperty(exports, "maxInt96", { enumerable: true, get: function () { return number_js_1.maxInt96; } });
|
76
|
+
Object.defineProperty(exports, "maxInt104", { enumerable: true, get: function () { return number_js_1.maxInt104; } });
|
77
|
+
Object.defineProperty(exports, "maxInt112", { enumerable: true, get: function () { return number_js_1.maxInt112; } });
|
78
|
+
Object.defineProperty(exports, "maxInt120", { enumerable: true, get: function () { return number_js_1.maxInt120; } });
|
79
|
+
Object.defineProperty(exports, "maxInt128", { enumerable: true, get: function () { return number_js_1.maxInt128; } });
|
80
|
+
Object.defineProperty(exports, "maxInt136", { enumerable: true, get: function () { return number_js_1.maxInt136; } });
|
81
|
+
Object.defineProperty(exports, "maxInt144", { enumerable: true, get: function () { return number_js_1.maxInt144; } });
|
82
|
+
Object.defineProperty(exports, "maxInt152", { enumerable: true, get: function () { return number_js_1.maxInt152; } });
|
83
|
+
Object.defineProperty(exports, "maxInt160", { enumerable: true, get: function () { return number_js_1.maxInt160; } });
|
84
|
+
Object.defineProperty(exports, "maxInt168", { enumerable: true, get: function () { return number_js_1.maxInt168; } });
|
85
|
+
Object.defineProperty(exports, "maxInt176", { enumerable: true, get: function () { return number_js_1.maxInt176; } });
|
86
|
+
Object.defineProperty(exports, "maxInt184", { enumerable: true, get: function () { return number_js_1.maxInt184; } });
|
87
|
+
Object.defineProperty(exports, "maxInt192", { enumerable: true, get: function () { return number_js_1.maxInt192; } });
|
88
|
+
Object.defineProperty(exports, "maxInt200", { enumerable: true, get: function () { return number_js_1.maxInt200; } });
|
89
|
+
Object.defineProperty(exports, "maxInt208", { enumerable: true, get: function () { return number_js_1.maxInt208; } });
|
90
|
+
Object.defineProperty(exports, "maxInt216", { enumerable: true, get: function () { return number_js_1.maxInt216; } });
|
91
|
+
Object.defineProperty(exports, "maxInt224", { enumerable: true, get: function () { return number_js_1.maxInt224; } });
|
92
|
+
Object.defineProperty(exports, "maxInt232", { enumerable: true, get: function () { return number_js_1.maxInt232; } });
|
93
|
+
Object.defineProperty(exports, "maxInt240", { enumerable: true, get: function () { return number_js_1.maxInt240; } });
|
94
|
+
Object.defineProperty(exports, "maxInt248", { enumerable: true, get: function () { return number_js_1.maxInt248; } });
|
95
|
+
Object.defineProperty(exports, "maxInt256", { enumerable: true, get: function () { return number_js_1.maxInt256; } });
|
96
|
+
Object.defineProperty(exports, "maxUint8", { enumerable: true, get: function () { return number_js_1.maxUint8; } });
|
97
|
+
Object.defineProperty(exports, "maxUint16", { enumerable: true, get: function () { return number_js_1.maxUint16; } });
|
98
|
+
Object.defineProperty(exports, "maxUint24", { enumerable: true, get: function () { return number_js_1.maxUint24; } });
|
99
|
+
Object.defineProperty(exports, "maxUint32", { enumerable: true, get: function () { return number_js_1.maxUint32; } });
|
100
|
+
Object.defineProperty(exports, "maxUint40", { enumerable: true, get: function () { return number_js_1.maxUint40; } });
|
101
|
+
Object.defineProperty(exports, "maxUint48", { enumerable: true, get: function () { return number_js_1.maxUint48; } });
|
102
|
+
Object.defineProperty(exports, "maxUint56", { enumerable: true, get: function () { return number_js_1.maxUint56; } });
|
103
|
+
Object.defineProperty(exports, "maxUint64", { enumerable: true, get: function () { return number_js_1.maxUint64; } });
|
104
|
+
Object.defineProperty(exports, "maxUint72", { enumerable: true, get: function () { return number_js_1.maxUint72; } });
|
105
|
+
Object.defineProperty(exports, "maxUint80", { enumerable: true, get: function () { return number_js_1.maxUint80; } });
|
106
|
+
Object.defineProperty(exports, "maxUint88", { enumerable: true, get: function () { return number_js_1.maxUint88; } });
|
107
|
+
Object.defineProperty(exports, "maxUint96", { enumerable: true, get: function () { return number_js_1.maxUint96; } });
|
108
|
+
Object.defineProperty(exports, "maxUint104", { enumerable: true, get: function () { return number_js_1.maxUint104; } });
|
109
|
+
Object.defineProperty(exports, "maxUint112", { enumerable: true, get: function () { return number_js_1.maxUint112; } });
|
110
|
+
Object.defineProperty(exports, "maxUint120", { enumerable: true, get: function () { return number_js_1.maxUint120; } });
|
111
|
+
Object.defineProperty(exports, "maxUint128", { enumerable: true, get: function () { return number_js_1.maxUint128; } });
|
112
|
+
Object.defineProperty(exports, "maxUint136", { enumerable: true, get: function () { return number_js_1.maxUint136; } });
|
113
|
+
Object.defineProperty(exports, "maxUint144", { enumerable: true, get: function () { return number_js_1.maxUint144; } });
|
114
|
+
Object.defineProperty(exports, "maxUint152", { enumerable: true, get: function () { return number_js_1.maxUint152; } });
|
115
|
+
Object.defineProperty(exports, "maxUint160", { enumerable: true, get: function () { return number_js_1.maxUint160; } });
|
116
|
+
Object.defineProperty(exports, "maxUint168", { enumerable: true, get: function () { return number_js_1.maxUint168; } });
|
117
|
+
Object.defineProperty(exports, "maxUint176", { enumerable: true, get: function () { return number_js_1.maxUint176; } });
|
118
|
+
Object.defineProperty(exports, "maxUint184", { enumerable: true, get: function () { return number_js_1.maxUint184; } });
|
119
|
+
Object.defineProperty(exports, "maxUint192", { enumerable: true, get: function () { return number_js_1.maxUint192; } });
|
120
|
+
Object.defineProperty(exports, "maxUint200", { enumerable: true, get: function () { return number_js_1.maxUint200; } });
|
121
|
+
Object.defineProperty(exports, "maxUint208", { enumerable: true, get: function () { return number_js_1.maxUint208; } });
|
122
|
+
Object.defineProperty(exports, "maxUint216", { enumerable: true, get: function () { return number_js_1.maxUint216; } });
|
123
|
+
Object.defineProperty(exports, "maxUint224", { enumerable: true, get: function () { return number_js_1.maxUint224; } });
|
124
|
+
Object.defineProperty(exports, "maxUint232", { enumerable: true, get: function () { return number_js_1.maxUint232; } });
|
125
|
+
Object.defineProperty(exports, "maxUint240", { enumerable: true, get: function () { return number_js_1.maxUint240; } });
|
126
|
+
Object.defineProperty(exports, "maxUint248", { enumerable: true, get: function () { return number_js_1.maxUint248; } });
|
127
|
+
Object.defineProperty(exports, "maxUint256", { enumerable: true, get: function () { return number_js_1.maxUint256; } });
|
128
|
+
Object.defineProperty(exports, "minInt8", { enumerable: true, get: function () { return number_js_1.minInt8; } });
|
129
|
+
Object.defineProperty(exports, "minInt16", { enumerable: true, get: function () { return number_js_1.minInt16; } });
|
130
|
+
Object.defineProperty(exports, "minInt24", { enumerable: true, get: function () { return number_js_1.minInt24; } });
|
131
|
+
Object.defineProperty(exports, "minInt32", { enumerable: true, get: function () { return number_js_1.minInt32; } });
|
132
|
+
Object.defineProperty(exports, "minInt40", { enumerable: true, get: function () { return number_js_1.minInt40; } });
|
133
|
+
Object.defineProperty(exports, "minInt48", { enumerable: true, get: function () { return number_js_1.minInt48; } });
|
134
|
+
Object.defineProperty(exports, "minInt56", { enumerable: true, get: function () { return number_js_1.minInt56; } });
|
135
|
+
Object.defineProperty(exports, "minInt64", { enumerable: true, get: function () { return number_js_1.minInt64; } });
|
136
|
+
Object.defineProperty(exports, "minInt72", { enumerable: true, get: function () { return number_js_1.minInt72; } });
|
137
|
+
Object.defineProperty(exports, "minInt80", { enumerable: true, get: function () { return number_js_1.minInt80; } });
|
138
|
+
Object.defineProperty(exports, "minInt88", { enumerable: true, get: function () { return number_js_1.minInt88; } });
|
139
|
+
Object.defineProperty(exports, "minInt96", { enumerable: true, get: function () { return number_js_1.minInt96; } });
|
140
|
+
Object.defineProperty(exports, "minInt104", { enumerable: true, get: function () { return number_js_1.minInt104; } });
|
141
|
+
Object.defineProperty(exports, "minInt112", { enumerable: true, get: function () { return number_js_1.minInt112; } });
|
142
|
+
Object.defineProperty(exports, "minInt120", { enumerable: true, get: function () { return number_js_1.minInt120; } });
|
143
|
+
Object.defineProperty(exports, "minInt128", { enumerable: true, get: function () { return number_js_1.minInt128; } });
|
144
|
+
Object.defineProperty(exports, "minInt136", { enumerable: true, get: function () { return number_js_1.minInt136; } });
|
145
|
+
Object.defineProperty(exports, "minInt144", { enumerable: true, get: function () { return number_js_1.minInt144; } });
|
146
|
+
Object.defineProperty(exports, "minInt152", { enumerable: true, get: function () { return number_js_1.minInt152; } });
|
147
|
+
Object.defineProperty(exports, "minInt160", { enumerable: true, get: function () { return number_js_1.minInt160; } });
|
148
|
+
Object.defineProperty(exports, "minInt168", { enumerable: true, get: function () { return number_js_1.minInt168; } });
|
149
|
+
Object.defineProperty(exports, "minInt176", { enumerable: true, get: function () { return number_js_1.minInt176; } });
|
150
|
+
Object.defineProperty(exports, "minInt184", { enumerable: true, get: function () { return number_js_1.minInt184; } });
|
151
|
+
Object.defineProperty(exports, "minInt192", { enumerable: true, get: function () { return number_js_1.minInt192; } });
|
152
|
+
Object.defineProperty(exports, "minInt200", { enumerable: true, get: function () { return number_js_1.minInt200; } });
|
153
|
+
Object.defineProperty(exports, "minInt208", { enumerable: true, get: function () { return number_js_1.minInt208; } });
|
154
|
+
Object.defineProperty(exports, "minInt216", { enumerable: true, get: function () { return number_js_1.minInt216; } });
|
155
|
+
Object.defineProperty(exports, "minInt224", { enumerable: true, get: function () { return number_js_1.minInt224; } });
|
156
|
+
Object.defineProperty(exports, "minInt232", { enumerable: true, get: function () { return number_js_1.minInt232; } });
|
157
|
+
Object.defineProperty(exports, "minInt240", { enumerable: true, get: function () { return number_js_1.minInt240; } });
|
158
|
+
Object.defineProperty(exports, "minInt248", { enumerable: true, get: function () { return number_js_1.minInt248; } });
|
159
|
+
Object.defineProperty(exports, "minInt256", { enumerable: true, get: function () { return number_js_1.minInt256; } });
|
61
160
|
var abi_js_1 = require("./errors/abi.js");
|
62
161
|
Object.defineProperty(exports, "AbiConstructorNotFoundError", { enumerable: true, get: function () { return abi_js_1.AbiConstructorNotFoundError; } });
|
63
162
|
Object.defineProperty(exports, "AbiConstructorParamsNotFoundError", { enumerable: true, get: function () { return abi_js_1.AbiConstructorParamsNotFoundError; } });
|
@@ -212,6 +311,8 @@ var getTransactionType_js_1 = require("./utils/transaction/getTransactionType.js
|
|
212
311
|
Object.defineProperty(exports, "getTransactionType", { enumerable: true, get: function () { return getTransactionType_js_1.getTransactionType; } });
|
213
312
|
var hashTypedData_js_1 = require("./utils/signature/hashTypedData.js");
|
214
313
|
Object.defineProperty(exports, "hashTypedData", { enumerable: true, get: function () { return hashTypedData_js_1.hashTypedData; } });
|
314
|
+
var hexToSignature_js_1 = require("./utils/signature/hexToSignature.js");
|
315
|
+
Object.defineProperty(exports, "hexToSignature", { enumerable: true, get: function () { return hexToSignature_js_1.hexToSignature; } });
|
215
316
|
var recoverAddress_js_1 = require("./utils/signature/recoverAddress.js");
|
216
317
|
Object.defineProperty(exports, "recoverAddress", { enumerable: true, get: function () { return recoverAddress_js_1.recoverAddress; } });
|
217
318
|
var recoverMessageAddress_js_1 = require("./utils/signature/recoverMessageAddress.js");
|
@@ -220,6 +321,8 @@ var recoverPublicKey_js_1 = require("./utils/signature/recoverPublicKey.js");
|
|
220
321
|
Object.defineProperty(exports, "recoverPublicKey", { enumerable: true, get: function () { return recoverPublicKey_js_1.recoverPublicKey; } });
|
221
322
|
var recoverTypedDataAddress_js_1 = require("./utils/signature/recoverTypedDataAddress.js");
|
222
323
|
Object.defineProperty(exports, "recoverTypedDataAddress", { enumerable: true, get: function () { return recoverTypedDataAddress_js_1.recoverTypedDataAddress; } });
|
324
|
+
var signatureToHex_js_1 = require("./utils/signature/signatureToHex.js");
|
325
|
+
Object.defineProperty(exports, "signatureToHex", { enumerable: true, get: function () { return signatureToHex_js_1.signatureToHex; } });
|
223
326
|
var toRlp_js_1 = require("./utils/encoding/toRlp.js");
|
224
327
|
Object.defineProperty(exports, "toRlp", { enumerable: true, get: function () { return toRlp_js_1.toRlp; } });
|
225
328
|
var verifyMessage_js_1 = require("./utils/signature/verifyMessage.js");
|
package/dist/cjs/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.hexToSignature = void 0;
|
4
|
+
const secp256k1_1 = require("@noble/curves/secp256k1");
|
5
|
+
const toHex_js_1 = require("../../utils/encoding/toHex.js");
|
6
|
+
function hexToSignature(signatureHex) {
|
7
|
+
const { r, s } = secp256k1_1.secp256k1.Signature.fromCompact(signatureHex.slice(2, 130));
|
8
|
+
const v = BigInt(`0x${signatureHex.slice(130)}`);
|
9
|
+
return { r: (0, toHex_js_1.numberToHex)(r), s: (0, toHex_js_1.numberToHex)(s), v };
|
10
|
+
}
|
11
|
+
exports.hexToSignature = hexToSignature;
|
12
|
+
//# sourceMappingURL=hexToSignature.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"hexToSignature.js","sourceRoot":"","sources":["../../../../src/utils/signature/hexToSignature.ts"],"names":[],"mappings":";;;AAAA,uDAAmD;AAGnD,4DAA2D;AAY3D,SAAgB,cAAc,CAAC,YAAiB;IAC9C,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,qBAAS,CAAC,SAAS,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAA;IAC5E,MAAM,CAAC,GAAG,MAAM,CAAC,KAAK,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IAChD,OAAO,EAAE,CAAC,EAAE,IAAA,sBAAW,EAAC,CAAC,CAAC,EAAE,CAAC,EAAE,IAAA,sBAAW,EAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAA;AACpD,CAAC;AAJD,wCAIC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"signatureToHex.js","sourceRoot":"","sources":["../../../../src/utils/signature/signatureToHex.ts"],"names":[],"mappings":";;;AAAA,uDAAmD;AAGnD,gEAA6D;AAC7D,4DAAqD;AAgBrD,SAAgB,cAAc,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAa;IACnD,OAAO,KAAK,IAAI,qBAAS,CAAC,SAAS,CACjC,IAAA,wBAAW,EAAC,CAAC,CAAC,EACd,IAAA,wBAAW,EAAC,CAAC,CAAC,CACf,CAAC,YAAY,EAAE,GAAG,IAAA,gBAAK,EAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA;AACxC,CAAC;AALD,wCAKC"}
|
@@ -6,7 +6,7 @@ export { mnemonicToAccount } from './mnemonicToAccount.js';
|
|
6
6
|
export { privateKeyToAccount } from './privateKeyToAccount.js';
|
7
7
|
export { toAccount } from './toAccount.js';
|
8
8
|
export { sign } from './utils/sign.js';
|
9
|
-
export { signatureToHex } from '
|
9
|
+
export { signatureToHex } from '../utils/signature/signatureToHex.js';
|
10
10
|
export { signMessage, } from './utils/signMessage.js';
|
11
11
|
export { signTypedData, } from './utils/signTypedData.js';
|
12
12
|
export { parseAccount } from './utils/parseAccount.js';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounts/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAW1C,OAAO,EAA4C,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAChF,OAAO,EAAE,cAAc,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accounts/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAW1C,OAAO,EAA4C,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAChF,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAGL,WAAW,GACZ,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAGL,aAAa,GACd,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAA;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { hashMessage } from '../../utils/signature/hashMessage.js';
|
2
|
+
import { signatureToHex } from '../../utils/signature/signatureToHex.js';
|
2
3
|
import { sign } from './sign.js';
|
3
|
-
import { signatureToHex } from './signatureToHex.js';
|
4
4
|
/**
|
5
5
|
* @description Calculates an Ethereum-specific signature in [EIP-191 format](https://eips.ethereum.org/EIPS/eip-191):
|
6
6
|
* `keccak256("\x19Ethereum Signed Message:\n" + len(message) + message))`.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"signMessage.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signMessage.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAA;
|
1
|
+
{"version":3,"file":"signMessage.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signMessage.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAA;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAA;AAExE,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAUhC;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,WAAW,CAAC,EAChC,OAAO,EACP,UAAU,GACY;IACtB,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC,CAAA;IACxE,OAAO,cAAc,CAAC,SAAS,CAAC,CAAA;AAClC,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { hashTypedData, } from '../../utils/signature/hashTypedData.js';
|
2
|
+
import { signatureToHex } from '../../utils/signature/signatureToHex.js';
|
2
3
|
import { sign } from './sign.js';
|
3
|
-
import { signatureToHex } from './signatureToHex.js';
|
4
4
|
/**
|
5
5
|
* @description Signs typed data and calculates an Ethereum-specific signature in [EIP-191 format](https://eips.ethereum.org/EIPS/eip-191):
|
6
6
|
* `keccak256("\x19Ethereum Signed Message:\n" + len(message) + message))`.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"signTypedData.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signTypedData.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,aAAa,GACd,MAAM,wCAAwC,CAAA;
|
1
|
+
{"version":3,"file":"signTypedData.js","sourceRoot":"","sources":["../../../../src/accounts/utils/signTypedData.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,aAAa,GACd,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAA;AAExE,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAYhC;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CAGjC,EACA,UAAU,EACV,GAAG,SAAS,EAIb;IACC,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC;QAC3B,IAAI,EAAE,aAAa,CAAC,SAAoC,CAAC;QACzD,UAAU;KACX,CAAC,CAAA;IACF,OAAO,cAAc,CAAC,SAAS,CAAC,CAAA;AAClC,CAAC"}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
export const maxInt8 = 2n ** (8n - 1n);
|
2
|
+
export const maxInt16 = 2n ** (16n - 1n);
|
3
|
+
export const maxInt24 = 2n ** (24n - 1n);
|
4
|
+
export const maxInt32 = 2n ** (32n - 1n);
|
5
|
+
export const maxInt40 = 2n ** (40n - 1n);
|
6
|
+
export const maxInt48 = 2n ** (48n - 1n);
|
7
|
+
export const maxInt56 = 2n ** (56n - 1n);
|
8
|
+
export const maxInt64 = 2n ** (64n - 1n);
|
9
|
+
export const maxInt72 = 2n ** (72n - 1n);
|
10
|
+
export const maxInt80 = 2n ** (80n - 1n);
|
11
|
+
export const maxInt88 = 2n ** (88n - 1n);
|
12
|
+
export const maxInt96 = 2n ** (96n - 1n);
|
13
|
+
export const maxInt104 = 2n ** (104n - 1n);
|
14
|
+
export const maxInt112 = 2n ** (112n - 1n);
|
15
|
+
export const maxInt120 = 2n ** (120n - 1n);
|
16
|
+
export const maxInt128 = 2n ** (128n - 1n);
|
17
|
+
export const maxInt136 = 2n ** (136n - 1n);
|
18
|
+
export const maxInt144 = 2n ** (144n - 1n);
|
19
|
+
export const maxInt152 = 2n ** (152n - 1n);
|
20
|
+
export const maxInt160 = 2n ** (160n - 1n);
|
21
|
+
export const maxInt168 = 2n ** (168n - 1n);
|
22
|
+
export const maxInt176 = 2n ** (176n - 1n);
|
23
|
+
export const maxInt184 = 2n ** (184n - 1n);
|
24
|
+
export const maxInt192 = 2n ** (192n - 1n);
|
25
|
+
export const maxInt200 = 2n ** (200n - 1n);
|
26
|
+
export const maxInt208 = 2n ** (208n - 1n);
|
27
|
+
export const maxInt216 = 2n ** (216n - 1n);
|
28
|
+
export const maxInt224 = 2n ** (224n - 1n);
|
29
|
+
export const maxInt232 = 2n ** (232n - 1n);
|
30
|
+
export const maxInt240 = 2n ** (240n - 1n);
|
31
|
+
export const maxInt248 = 2n ** (248n - 1n);
|
32
|
+
export const maxInt256 = 2n ** (256n - 1n);
|
33
|
+
export const minInt8 = -(2n ** 8n);
|
34
|
+
export const minInt16 = -(2n ** 16n);
|
35
|
+
export const minInt24 = -(2n ** 24n);
|
36
|
+
export const minInt32 = -(2n ** 32n);
|
37
|
+
export const minInt40 = -(2n ** 40n);
|
38
|
+
export const minInt48 = -(2n ** 48n);
|
39
|
+
export const minInt56 = -(2n ** 56n);
|
40
|
+
export const minInt64 = -(2n ** 64n);
|
41
|
+
export const minInt72 = -(2n ** 72n);
|
42
|
+
export const minInt80 = -(2n ** 80n);
|
43
|
+
export const minInt88 = -(2n ** 88n);
|
44
|
+
export const minInt96 = -(2n ** 96n);
|
45
|
+
export const minInt104 = -(2n ** 104n);
|
46
|
+
export const minInt112 = -(2n ** 112n);
|
47
|
+
export const minInt120 = -(2n ** 120n);
|
48
|
+
export const minInt128 = -(2n ** 128n);
|
49
|
+
export const minInt136 = -(2n ** 136n);
|
50
|
+
export const minInt144 = -(2n ** 144n);
|
51
|
+
export const minInt152 = -(2n ** 152n);
|
52
|
+
export const minInt160 = -(2n ** 160n);
|
53
|
+
export const minInt168 = -(2n ** 168n);
|
54
|
+
export const minInt176 = -(2n ** 176n);
|
55
|
+
export const minInt184 = -(2n ** 184n);
|
56
|
+
export const minInt192 = -(2n ** 192n);
|
57
|
+
export const minInt200 = -(2n ** 200n);
|
58
|
+
export const minInt208 = -(2n ** 208n);
|
59
|
+
export const minInt216 = -(2n ** 216n);
|
60
|
+
export const minInt224 = -(2n ** 224n);
|
61
|
+
export const minInt232 = -(2n ** 232n);
|
62
|
+
export const minInt240 = -(2n ** 240n);
|
63
|
+
export const minInt248 = -(2n ** 248n);
|
64
|
+
export const minInt256 = -(2n ** 256n);
|
65
|
+
export const maxUint8 = 2n ** 8n;
|
66
|
+
export const maxUint16 = 2n ** 16n;
|
67
|
+
export const maxUint24 = 2n ** 24n;
|
68
|
+
export const maxUint32 = 2n ** 32n;
|
69
|
+
export const maxUint40 = 2n ** 40n;
|
70
|
+
export const maxUint48 = 2n ** 48n;
|
71
|
+
export const maxUint56 = 2n ** 56n;
|
72
|
+
export const maxUint64 = 2n ** 64n;
|
73
|
+
export const maxUint72 = 2n ** 72n;
|
74
|
+
export const maxUint80 = 2n ** 80n;
|
75
|
+
export const maxUint88 = 2n ** 88n;
|
76
|
+
export const maxUint96 = 2n ** 96n;
|
77
|
+
export const maxUint104 = 2n ** 104n;
|
78
|
+
export const maxUint112 = 2n ** 112n;
|
79
|
+
export const maxUint120 = 2n ** 120n;
|
80
|
+
export const maxUint128 = 2n ** 128n;
|
81
|
+
export const maxUint136 = 2n ** 136n;
|
82
|
+
export const maxUint144 = 2n ** 144n;
|
83
|
+
export const maxUint152 = 2n ** 152n;
|
84
|
+
export const maxUint160 = 2n ** 160n;
|
85
|
+
export const maxUint168 = 2n ** 168n;
|
86
|
+
export const maxUint176 = 2n ** 176n;
|
87
|
+
export const maxUint184 = 2n ** 184n;
|
88
|
+
export const maxUint192 = 2n ** 192n;
|
89
|
+
export const maxUint200 = 2n ** 200n;
|
90
|
+
export const maxUint208 = 2n ** 208n;
|
91
|
+
export const maxUint216 = 2n ** 216n;
|
92
|
+
export const maxUint224 = 2n ** 224n;
|
93
|
+
export const maxUint232 = 2n ** 232n;
|
94
|
+
export const maxUint240 = 2n ** 240n;
|
95
|
+
export const maxUint248 = 2n ** 248n;
|
96
|
+
export const maxUint256 = 2n ** 256n;
|
97
|
+
//# sourceMappingURL=number.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"number.js","sourceRoot":"","sources":["../../../src/constants/number.ts"],"names":[],"mappings":"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"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20230731T075717';
|
2
2
|
//# sourceMappingURL=version.js.map
|