@coinbase/cdp-hooks 0.0.30 → 0.0.32
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/esm/index15.js +1 -1
- package/dist/esm/index19.js +3 -3
- package/dist/esm/index190.js +7 -40
- package/dist/esm/index191.js +7 -2
- package/dist/esm/index192.js +36 -4
- package/dist/esm/index193.js +15 -10
- package/dist/esm/index194.js +8 -19
- package/dist/esm/index195.js +40 -7
- package/dist/esm/index196.js +2 -12
- package/dist/esm/index197.js +4 -66
- package/dist/esm/index198.js +9 -64
- package/dist/esm/index199.js +17 -183
- package/dist/esm/index20.js +2 -2
- package/dist/esm/index200.js +7 -22
- package/dist/esm/index201.js +10 -41
- package/dist/esm/index202.js +62 -72
- package/dist/esm/index203.js +61 -36
- package/dist/esm/index204.js +184 -15
- package/dist/esm/index205.js +21 -12
- package/dist/esm/index206.js +42 -36
- package/dist/esm/index207.js +76 -15
- package/dist/esm/index208.js +40 -8
- package/dist/esm/index209.js +16 -7
- package/dist/esm/index21.js +3 -3
- package/dist/esm/index210.js +13 -6
- package/dist/esm/index212.js +11 -9
- package/dist/esm/index213.js +9 -16
- package/dist/esm/index214.js +15 -21
- package/dist/esm/index215.js +22 -30
- package/dist/esm/index216.js +31 -2
- package/dist/esm/index217.js +2 -14
- package/dist/esm/index218.js +13 -12
- package/dist/esm/index219.js +10 -45
- package/dist/esm/index22.js +2 -2
- package/dist/esm/index220.js +47 -9
- package/dist/esm/index221.js +8 -12
- package/dist/esm/index222.js +13 -14
- package/dist/esm/index223.js +14 -8
- package/dist/esm/index224.js +6 -13
- package/dist/esm/index225.js +15 -24
- package/dist/esm/index226.js +24 -11
- package/dist/esm/index227.js +10 -23
- package/dist/esm/index228.js +24 -51
- package/dist/esm/index229.js +51 -17
- package/dist/esm/index23.js +3 -3
- package/dist/esm/index230.js +17 -14
- package/dist/esm/index231.js +14 -11
- package/dist/esm/index236.js +1 -1
- package/dist/esm/index24.js +6 -6
- package/dist/esm/index244.js +16 -3
- package/dist/esm/index245.js +3 -136
- package/dist/esm/index246.js +125 -144
- package/dist/esm/index247.js +155 -9
- package/dist/esm/index248.js +9 -16
- package/dist/esm/index249.js +3 -3
- package/dist/esm/index25.js +2 -2
- package/dist/esm/index250.js +1 -1
- package/dist/esm/index259.js +1 -1
- package/dist/esm/index26.js +1 -1
- package/dist/esm/index260.js +1 -1
- package/dist/esm/index264.js +1 -1
- package/dist/esm/index265.js +1 -1
- package/dist/esm/index27.js +1 -1
- package/dist/esm/index28.js +1 -1
- package/dist/esm/index29.js +1 -1
- package/dist/esm/index30.js +1 -1
- package/dist/esm/index31.js +1 -1
- package/dist/esm/index32.js +4 -4
- package/dist/esm/index33.js +1 -1
- package/dist/esm/index41.js +1 -1
- package/dist/esm/index42.js +2 -2
- package/dist/esm/index43.js +1 -1
- package/dist/esm/index48.js +1 -1
- package/dist/esm/index51.js +1 -1
- package/dist/esm/index54.js +1 -1
- package/dist/esm/index55.js +1 -1
- package/dist/esm/index56.js +3 -3
- package/dist/esm/index57.js +2 -2
- package/dist/esm/index58.js +1 -1
- package/dist/esm/index60.js +1 -1
- package/dist/esm/index61.js +1 -1
- package/dist/esm/index62.js +3 -3
- package/dist/esm/index63.js +3 -3
- package/dist/esm/index64.js +3 -3
- package/dist/esm/index65.js +3 -3
- package/dist/esm/index66.js +3 -3
- package/dist/esm/index67.js +3 -3
- package/dist/esm/index68.js +3 -3
- package/dist/esm/index69.js +1 -1
- package/dist/esm/index71.js +1 -1
- package/package.json +3 -3
package/dist/esm/index201.js
CHANGED
|
@@ -1,45 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
configurable: !0,
|
|
10
|
-
writable: !0,
|
|
11
|
-
value: "InvalidAbiItemError"
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
class o extends r {
|
|
16
|
-
constructor({ type: e }) {
|
|
17
|
-
super("Unknown type.", {
|
|
18
|
-
metaMessages: [
|
|
19
|
-
`Type "${e}" is not a valid ABI type. Perhaps you forgot to include a struct signature?`
|
|
20
|
-
]
|
|
21
|
-
}), Object.defineProperty(this, "name", {
|
|
22
|
-
enumerable: !0,
|
|
23
|
-
configurable: !0,
|
|
24
|
-
writable: !0,
|
|
25
|
-
value: "UnknownTypeError"
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
class i extends r {
|
|
30
|
-
constructor({ type: e }) {
|
|
31
|
-
super("Unknown type.", {
|
|
32
|
-
metaMessages: [`Type "${e}" is not a valid ABI type.`]
|
|
33
|
-
}), Object.defineProperty(this, "name", {
|
|
34
|
-
enumerable: !0,
|
|
35
|
-
configurable: !0,
|
|
36
|
-
writable: !0,
|
|
37
|
-
value: "UnknownSolidityTypeError"
|
|
38
|
-
});
|
|
1
|
+
import { isStructSignature as c } from "./index202.js";
|
|
2
|
+
import { parseStructs as s } from "./index203.js";
|
|
3
|
+
import { parseSignature as p } from "./index204.js";
|
|
4
|
+
function a(t) {
|
|
5
|
+
const i = s(t), o = [], e = t.length;
|
|
6
|
+
for (let r = 0; r < e; r++) {
|
|
7
|
+
const n = t[r];
|
|
8
|
+
c(n) || o.push(p(n, i));
|
|
39
9
|
}
|
|
10
|
+
return o;
|
|
40
11
|
}
|
|
41
12
|
export {
|
|
42
|
-
a as
|
|
43
|
-
i as UnknownSolidityTypeError,
|
|
44
|
-
o as UnknownTypeError
|
|
13
|
+
a as parseAbi
|
|
45
14
|
};
|
package/dist/esm/index202.js
CHANGED
|
@@ -1,79 +1,69 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
details: e
|
|
6
|
-
}), Object.defineProperty(this, "name", {
|
|
7
|
-
enumerable: !0,
|
|
8
|
-
configurable: !0,
|
|
9
|
-
writable: !0,
|
|
10
|
-
value: "InvalidParameterError"
|
|
11
|
-
});
|
|
12
|
-
}
|
|
1
|
+
import { execTyped as t } from "./index200.js";
|
|
2
|
+
const n = /^error (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;
|
|
3
|
+
function g(e) {
|
|
4
|
+
return n.test(e);
|
|
13
5
|
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
super("Invalid ABI parameter.", {
|
|
17
|
-
details: e,
|
|
18
|
-
metaMessages: [
|
|
19
|
-
`"${r}" is a protected Solidity keyword. More info: https://docs.soliditylang.org/en/latest/cheatsheet.html`
|
|
20
|
-
]
|
|
21
|
-
}), Object.defineProperty(this, "name", {
|
|
22
|
-
enumerable: !0,
|
|
23
|
-
configurable: !0,
|
|
24
|
-
writable: !0,
|
|
25
|
-
value: "SolidityProtectedKeywordError"
|
|
26
|
-
});
|
|
27
|
-
}
|
|
6
|
+
function S(e) {
|
|
7
|
+
return t(n, e);
|
|
28
8
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
details: e,
|
|
33
|
-
metaMessages: [
|
|
34
|
-
`Modifier "${i}" not allowed${r ? ` in "${r}" type` : ""}.`
|
|
35
|
-
]
|
|
36
|
-
}), Object.defineProperty(this, "name", {
|
|
37
|
-
enumerable: !0,
|
|
38
|
-
configurable: !0,
|
|
39
|
-
writable: !0,
|
|
40
|
-
value: "InvalidModifierError"
|
|
41
|
-
});
|
|
42
|
-
}
|
|
9
|
+
const r = /^event (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;
|
|
10
|
+
function l(e) {
|
|
11
|
+
return r.test(e);
|
|
43
12
|
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
super("Invalid ABI parameter.", {
|
|
47
|
-
details: e,
|
|
48
|
-
metaMessages: [
|
|
49
|
-
`Modifier "${i}" not allowed${r ? ` in "${r}" type` : ""}.`,
|
|
50
|
-
`Data location can only be specified for array, struct, or mapping types, but "${i}" was given.`
|
|
51
|
-
]
|
|
52
|
-
}), Object.defineProperty(this, "name", {
|
|
53
|
-
enumerable: !0,
|
|
54
|
-
configurable: !0,
|
|
55
|
-
writable: !0,
|
|
56
|
-
value: "InvalidFunctionModifierError"
|
|
57
|
-
});
|
|
58
|
-
}
|
|
13
|
+
function f(e) {
|
|
14
|
+
return t(r, e);
|
|
59
15
|
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
details: JSON.stringify(e, null, 2),
|
|
64
|
-
metaMessages: ["ABI parameter type is invalid."]
|
|
65
|
-
}), Object.defineProperty(this, "name", {
|
|
66
|
-
enumerable: !0,
|
|
67
|
-
configurable: !0,
|
|
68
|
-
writable: !0,
|
|
69
|
-
value: "InvalidAbiTypeParameterError"
|
|
70
|
-
});
|
|
71
|
-
}
|
|
16
|
+
const a = /^function (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)(?: (?<scope>external|public{1}))?(?: (?<stateMutability>pure|view|nonpayable|payable{1}))?(?: returns\s?\((?<returns>.*?)\))?$/;
|
|
17
|
+
function x(e) {
|
|
18
|
+
return a.test(e);
|
|
72
19
|
}
|
|
20
|
+
function p(e) {
|
|
21
|
+
return t(a, e);
|
|
22
|
+
}
|
|
23
|
+
const u = /^struct (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*) \{(?<properties>.*?)\}$/;
|
|
24
|
+
function $(e) {
|
|
25
|
+
return u.test(e);
|
|
26
|
+
}
|
|
27
|
+
function b(e) {
|
|
28
|
+
return t(u, e);
|
|
29
|
+
}
|
|
30
|
+
const i = /^constructor\((?<parameters>.*?)\)(?:\s(?<stateMutability>payable{1}))?$/;
|
|
31
|
+
function m(e) {
|
|
32
|
+
return i.test(e);
|
|
33
|
+
}
|
|
34
|
+
function y(e) {
|
|
35
|
+
return t(i, e);
|
|
36
|
+
}
|
|
37
|
+
const c = /^fallback\(\) external(?:\s(?<stateMutability>payable{1}))?$/;
|
|
38
|
+
function v(e) {
|
|
39
|
+
return c.test(e);
|
|
40
|
+
}
|
|
41
|
+
function z(e) {
|
|
42
|
+
return t(c, e);
|
|
43
|
+
}
|
|
44
|
+
const o = /^receive\(\) external payable$/;
|
|
45
|
+
function A(e) {
|
|
46
|
+
return o.test(e);
|
|
47
|
+
}
|
|
48
|
+
const R = /* @__PURE__ */ new Set(["indexed"]), Z = /* @__PURE__ */ new Set([
|
|
49
|
+
"calldata",
|
|
50
|
+
"memory",
|
|
51
|
+
"storage"
|
|
52
|
+
]);
|
|
73
53
|
export {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
54
|
+
R as eventModifiers,
|
|
55
|
+
y as execConstructorSignature,
|
|
56
|
+
S as execErrorSignature,
|
|
57
|
+
f as execEventSignature,
|
|
58
|
+
z as execFallbackSignature,
|
|
59
|
+
p as execFunctionSignature,
|
|
60
|
+
b as execStructSignature,
|
|
61
|
+
Z as functionModifiers,
|
|
62
|
+
m as isConstructorSignature,
|
|
63
|
+
g as isErrorSignature,
|
|
64
|
+
l as isEventSignature,
|
|
65
|
+
v as isFallbackSignature,
|
|
66
|
+
x as isFunctionSignature,
|
|
67
|
+
A as isReceiveSignature,
|
|
68
|
+
$ as isStructSignature
|
|
79
69
|
};
|
package/dist/esm/index203.js
CHANGED
|
@@ -1,43 +1,68 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { isTupleRegex as g, execTyped as w } from "./index200.js";
|
|
2
|
+
import { UnknownTypeError as S } from "./index206.js";
|
|
3
|
+
import { InvalidAbiTypeParameterError as d } from "./index207.js";
|
|
4
|
+
import { InvalidSignatureError as T, InvalidStructSignatureError as v } from "./index208.js";
|
|
5
|
+
import { CircularReferenceError as x } from "./index210.js";
|
|
6
|
+
import { isStructSignature as E, execStructSignature as b } from "./index202.js";
|
|
7
|
+
import { parseAbiParameter as A, isSolidityType as $ } from "./index204.js";
|
|
8
|
+
function C(s) {
|
|
9
|
+
const n = {}, c = s.length;
|
|
10
|
+
for (let t = 0; t < c; t++) {
|
|
11
|
+
const i = s[t];
|
|
12
|
+
if (!E(i))
|
|
13
|
+
continue;
|
|
14
|
+
const r = b(i);
|
|
15
|
+
if (!r)
|
|
16
|
+
throw new T({ signature: i, type: "struct" });
|
|
17
|
+
const u = r.properties.split(";"), e = [], h = u.length;
|
|
18
|
+
for (let l = 0; l < h; l++) {
|
|
19
|
+
const m = u[l].trim();
|
|
20
|
+
if (!m)
|
|
21
|
+
continue;
|
|
22
|
+
const y = A(m, {
|
|
23
|
+
type: "struct"
|
|
24
|
+
});
|
|
25
|
+
e.push(y);
|
|
26
|
+
}
|
|
27
|
+
if (!e.length)
|
|
28
|
+
throw new v({ signature: i });
|
|
29
|
+
n[r.name] = e;
|
|
12
30
|
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
details: e
|
|
18
|
-
}), Object.defineProperty(this, "name", {
|
|
19
|
-
enumerable: !0,
|
|
20
|
-
configurable: !0,
|
|
21
|
-
writable: !0,
|
|
22
|
-
value: "UnknownSignatureError"
|
|
23
|
-
});
|
|
31
|
+
const o = {}, a = Object.entries(n), p = a.length;
|
|
32
|
+
for (let t = 0; t < p; t++) {
|
|
33
|
+
const [i, r] = a[t];
|
|
34
|
+
o[i] = f(r, n);
|
|
24
35
|
}
|
|
36
|
+
return o;
|
|
25
37
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
const I = /^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*)(?<array>(?:\[\d*?\])+?)?$/;
|
|
39
|
+
function f(s, n, c = /* @__PURE__ */ new Set()) {
|
|
40
|
+
const o = [], a = s.length;
|
|
41
|
+
for (let p = 0; p < a; p++) {
|
|
42
|
+
const t = s[p];
|
|
43
|
+
if (g.test(t.type))
|
|
44
|
+
o.push(t);
|
|
45
|
+
else {
|
|
46
|
+
const r = w(I, t.type);
|
|
47
|
+
if (!r?.type)
|
|
48
|
+
throw new d({ abiParameter: t });
|
|
49
|
+
const { array: u, type: e } = r;
|
|
50
|
+
if (e in n) {
|
|
51
|
+
if (c.has(e))
|
|
52
|
+
throw new x({ type: e });
|
|
53
|
+
o.push({
|
|
54
|
+
...t,
|
|
55
|
+
type: `tuple${u ?? ""}`,
|
|
56
|
+
components: f(n[e] ?? [], n, /* @__PURE__ */ new Set([...c, e]))
|
|
57
|
+
});
|
|
58
|
+
} else if ($(e))
|
|
59
|
+
o.push(t);
|
|
60
|
+
else
|
|
61
|
+
throw new S({ type: e });
|
|
62
|
+
}
|
|
37
63
|
}
|
|
64
|
+
return o;
|
|
38
65
|
}
|
|
39
66
|
export {
|
|
40
|
-
|
|
41
|
-
s as InvalidStructSignatureError,
|
|
42
|
-
i as UnknownSignatureError
|
|
67
|
+
C as parseStructs
|
|
43
68
|
};
|
package/dist/esm/index204.js
CHANGED
|
@@ -1,19 +1,188 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { execTyped as $, bytesRegex as w, integerRegex as S, isTupleRegex as v } from "./index200.js";
|
|
2
|
+
import { UnknownSolidityTypeError as E } from "./index206.js";
|
|
3
|
+
import { InvalidParameterError as P, SolidityProtectedKeywordError as M, InvalidModifierError as R, InvalidFunctionModifierError as k } from "./index207.js";
|
|
4
|
+
import { UnknownSignatureError as z, InvalidSignatureError as p } from "./index208.js";
|
|
5
|
+
import { InvalidParenthesisError as A } from "./index209.js";
|
|
6
|
+
import { getParameterCacheKey as F, parameterCache as y } from "./index243.js";
|
|
7
|
+
import { isFunctionSignature as T, isEventSignature as _, isErrorSignature as C, isConstructorSignature as I, isFallbackSignature as Z, isReceiveSignature as K, functionModifiers as d, execFunctionSignature as L, execEventSignature as U, eventModifiers as W, execErrorSignature as D, execConstructorSignature as V, execFallbackSignature as j } from "./index202.js";
|
|
8
|
+
function ue(e, t = {}) {
|
|
9
|
+
if (T(e))
|
|
10
|
+
return q(e, t);
|
|
11
|
+
if (_(e))
|
|
12
|
+
return B(e, t);
|
|
13
|
+
if (C(e))
|
|
14
|
+
return G(e, t);
|
|
15
|
+
if (I(e))
|
|
16
|
+
return H(e, t);
|
|
17
|
+
if (Z(e))
|
|
18
|
+
return J(e);
|
|
19
|
+
if (K(e))
|
|
20
|
+
return {
|
|
21
|
+
type: "receive",
|
|
22
|
+
stateMutability: "payable"
|
|
23
|
+
};
|
|
24
|
+
throw new z({ signature: e });
|
|
25
|
+
}
|
|
26
|
+
function q(e, t = {}) {
|
|
27
|
+
const n = L(e);
|
|
28
|
+
if (!n)
|
|
29
|
+
throw new p({ signature: e, type: "function" });
|
|
30
|
+
const i = c(n.parameters), r = [], s = i.length;
|
|
31
|
+
for (let a = 0; a < s; a++)
|
|
32
|
+
r.push(l(i[a], {
|
|
33
|
+
modifiers: d,
|
|
34
|
+
structs: t,
|
|
35
|
+
type: "function"
|
|
36
|
+
}));
|
|
37
|
+
const o = [];
|
|
38
|
+
if (n.returns) {
|
|
39
|
+
const a = c(n.returns), u = a.length;
|
|
40
|
+
for (let f = 0; f < u; f++)
|
|
41
|
+
o.push(l(a[f], {
|
|
42
|
+
modifiers: d,
|
|
43
|
+
structs: t,
|
|
44
|
+
type: "function"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
name: n.name,
|
|
49
|
+
type: "function",
|
|
50
|
+
stateMutability: n.stateMutability ?? "nonpayable",
|
|
51
|
+
inputs: r,
|
|
52
|
+
outputs: o
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function B(e, t = {}) {
|
|
56
|
+
const n = U(e);
|
|
57
|
+
if (!n)
|
|
58
|
+
throw new p({ signature: e, type: "event" });
|
|
59
|
+
const i = c(n.parameters), r = [], s = i.length;
|
|
60
|
+
for (let o = 0; o < s; o++)
|
|
61
|
+
r.push(l(i[o], {
|
|
62
|
+
modifiers: W,
|
|
63
|
+
structs: t,
|
|
64
|
+
type: "event"
|
|
65
|
+
}));
|
|
66
|
+
return { name: n.name, type: "event", inputs: r };
|
|
67
|
+
}
|
|
68
|
+
function G(e, t = {}) {
|
|
69
|
+
const n = D(e);
|
|
70
|
+
if (!n)
|
|
71
|
+
throw new p({ signature: e, type: "error" });
|
|
72
|
+
const i = c(n.parameters), r = [], s = i.length;
|
|
73
|
+
for (let o = 0; o < s; o++)
|
|
74
|
+
r.push(l(i[o], { structs: t, type: "error" }));
|
|
75
|
+
return { name: n.name, type: "error", inputs: r };
|
|
76
|
+
}
|
|
77
|
+
function H(e, t = {}) {
|
|
78
|
+
const n = V(e);
|
|
79
|
+
if (!n)
|
|
80
|
+
throw new p({ signature: e, type: "constructor" });
|
|
81
|
+
const i = c(n.parameters), r = [], s = i.length;
|
|
82
|
+
for (let o = 0; o < s; o++)
|
|
83
|
+
r.push(l(i[o], { structs: t, type: "constructor" }));
|
|
84
|
+
return {
|
|
85
|
+
type: "constructor",
|
|
86
|
+
stateMutability: n.stateMutability ?? "nonpayable",
|
|
87
|
+
inputs: r
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
function J(e) {
|
|
91
|
+
const t = j(e);
|
|
92
|
+
if (!t)
|
|
93
|
+
throw new p({ signature: e, type: "fallback" });
|
|
94
|
+
return {
|
|
95
|
+
type: "fallback",
|
|
96
|
+
stateMutability: t.stateMutability ?? "nonpayable"
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
const N = /^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/, O = /^\((?<type>.+?)\)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/, Q = /^u?int$/;
|
|
100
|
+
function l(e, t) {
|
|
101
|
+
const n = F(e, t?.type, t?.structs);
|
|
102
|
+
if (y.has(n))
|
|
103
|
+
return y.get(n);
|
|
104
|
+
const i = v.test(e), r = $(i ? O : N, e);
|
|
105
|
+
if (!r)
|
|
106
|
+
throw new P({ param: e });
|
|
107
|
+
if (r.name && ee(r.name))
|
|
108
|
+
throw new M({ param: e, name: r.name });
|
|
109
|
+
const s = r.name ? { name: r.name } : {}, o = r.modifier === "indexed" ? { indexed: !0 } : {}, a = t?.structs ?? {};
|
|
110
|
+
let u, f = {};
|
|
111
|
+
if (i) {
|
|
112
|
+
u = "tuple";
|
|
113
|
+
const g = c(r.type), b = [], x = g.length;
|
|
114
|
+
for (let m = 0; m < x; m++)
|
|
115
|
+
b.push(l(g[m], { structs: a }));
|
|
116
|
+
f = { components: b };
|
|
117
|
+
} else if (r.type in a)
|
|
118
|
+
u = "tuple", f = { components: a[r.type] };
|
|
119
|
+
else if (Q.test(r.type))
|
|
120
|
+
u = `${r.type}256`;
|
|
121
|
+
else if (u = r.type, t?.type !== "struct" && !X(u))
|
|
122
|
+
throw new E({ type: u });
|
|
123
|
+
if (r.modifier) {
|
|
124
|
+
if (!t?.modifiers?.has?.(r.modifier))
|
|
125
|
+
throw new R({
|
|
126
|
+
param: e,
|
|
127
|
+
type: t?.type,
|
|
128
|
+
modifier: r.modifier
|
|
129
|
+
});
|
|
130
|
+
if (d.has(r.modifier) && !te(u, !!r.array))
|
|
131
|
+
throw new k({
|
|
132
|
+
param: e,
|
|
133
|
+
type: t?.type,
|
|
134
|
+
modifier: r.modifier
|
|
135
|
+
});
|
|
136
|
+
}
|
|
137
|
+
const h = {
|
|
138
|
+
type: `${u}${r.array ?? ""}`,
|
|
139
|
+
...s,
|
|
140
|
+
...o,
|
|
141
|
+
...f
|
|
142
|
+
};
|
|
143
|
+
return y.set(n, h), h;
|
|
144
|
+
}
|
|
145
|
+
function c(e, t = [], n = "", i = 0) {
|
|
146
|
+
const r = e.trim().length;
|
|
147
|
+
for (let s = 0; s < r; s++) {
|
|
148
|
+
const o = e[s], a = e.slice(s + 1);
|
|
149
|
+
switch (o) {
|
|
150
|
+
case ",":
|
|
151
|
+
return i === 0 ? c(a, [...t, n.trim()]) : c(a, t, `${n}${o}`, i);
|
|
152
|
+
case "(":
|
|
153
|
+
return c(a, t, `${n}${o}`, i + 1);
|
|
154
|
+
case ")":
|
|
155
|
+
return c(a, t, `${n}${o}`, i - 1);
|
|
156
|
+
default:
|
|
157
|
+
return c(a, t, `${n}${o}`, i);
|
|
158
|
+
}
|
|
15
159
|
}
|
|
160
|
+
if (n === "")
|
|
161
|
+
return t;
|
|
162
|
+
if (i !== 0)
|
|
163
|
+
throw new A({ current: n, depth: i });
|
|
164
|
+
return t.push(n.trim()), t;
|
|
165
|
+
}
|
|
166
|
+
function X(e) {
|
|
167
|
+
return e === "address" || e === "bool" || e === "function" || e === "string" || w.test(e) || S.test(e);
|
|
168
|
+
}
|
|
169
|
+
const Y = /^(?:after|alias|anonymous|apply|auto|byte|calldata|case|catch|constant|copyof|default|defined|error|event|external|false|final|function|immutable|implements|in|indexed|inline|internal|let|mapping|match|memory|mutable|null|of|override|partial|private|promise|public|pure|reference|relocatable|return|returns|sizeof|static|storage|struct|super|supports|switch|this|true|try|typedef|typeof|var|view|virtual)$/;
|
|
170
|
+
function ee(e) {
|
|
171
|
+
return e === "address" || e === "bool" || e === "function" || e === "string" || e === "tuple" || w.test(e) || S.test(e) || Y.test(e);
|
|
172
|
+
}
|
|
173
|
+
function te(e, t) {
|
|
174
|
+
return t || e === "bytes" || e === "string" || e === "tuple";
|
|
16
175
|
}
|
|
17
176
|
export {
|
|
18
|
-
|
|
177
|
+
ee as isSolidityKeyword,
|
|
178
|
+
X as isSolidityType,
|
|
179
|
+
te as isValidDataLocation,
|
|
180
|
+
l as parseAbiParameter,
|
|
181
|
+
H as parseConstructorSignature,
|
|
182
|
+
G as parseErrorSignature,
|
|
183
|
+
B as parseEventSignature,
|
|
184
|
+
J as parseFallbackSignature,
|
|
185
|
+
q as parseFunctionSignature,
|
|
186
|
+
ue as parseSignature,
|
|
187
|
+
c as splitParameters
|
|
19
188
|
};
|
package/dist/esm/index205.js
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { InvalidAbiItemError as f } from "./index206.js";
|
|
2
|
+
import { isStructSignature as p } from "./index202.js";
|
|
3
|
+
import { parseStructs as c } from "./index203.js";
|
|
4
|
+
import { parseSignature as i } from "./index204.js";
|
|
5
|
+
function u(t) {
|
|
6
|
+
let r;
|
|
7
|
+
if (typeof t == "string")
|
|
8
|
+
r = i(t);
|
|
9
|
+
else {
|
|
10
|
+
const m = c(t), n = t.length;
|
|
11
|
+
for (let o = 0; o < n; o++) {
|
|
12
|
+
const e = t[o];
|
|
13
|
+
if (!p(e)) {
|
|
14
|
+
r = i(e, m);
|
|
15
|
+
break;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
12
18
|
}
|
|
19
|
+
if (!r)
|
|
20
|
+
throw new f({ signature: t });
|
|
21
|
+
return r;
|
|
13
22
|
}
|
|
14
23
|
export {
|
|
15
|
-
|
|
24
|
+
u as parseAbiItem
|
|
16
25
|
};
|
package/dist/esm/index206.js
CHANGED
|
@@ -1,39 +1,45 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
import { BaseError as r } from "./index195.js";
|
|
2
|
+
class a extends r {
|
|
3
|
+
constructor({ signature: e }) {
|
|
4
|
+
super("Failed to parse ABI item.", {
|
|
5
|
+
details: `parseAbiItem(${JSON.stringify(e, null, 2)})`,
|
|
6
|
+
docsPath: "/api/human#parseabiitem-1"
|
|
7
|
+
}), Object.defineProperty(this, "name", {
|
|
8
|
+
enumerable: !0,
|
|
9
|
+
configurable: !0,
|
|
10
|
+
writable: !0,
|
|
11
|
+
value: "InvalidAbiItemError"
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
class o extends r {
|
|
16
|
+
constructor({ type: e }) {
|
|
17
|
+
super("Unknown type.", {
|
|
18
|
+
metaMessages: [
|
|
19
|
+
`Type "${e}" is not a valid ABI type. Perhaps you forgot to include a struct signature?`
|
|
20
|
+
]
|
|
21
|
+
}), Object.defineProperty(this, "name", {
|
|
22
|
+
enumerable: !0,
|
|
23
|
+
configurable: !0,
|
|
24
|
+
writable: !0,
|
|
25
|
+
value: "UnknownTypeError"
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
class i extends r {
|
|
30
|
+
constructor({ type: e }) {
|
|
31
|
+
super("Unknown type.", {
|
|
32
|
+
metaMessages: [`Type "${e}" is not a valid ABI type.`]
|
|
33
|
+
}), Object.defineProperty(this, "name", {
|
|
34
|
+
enumerable: !0,
|
|
35
|
+
configurable: !0,
|
|
36
|
+
writable: !0,
|
|
37
|
+
value: "UnknownSolidityTypeError"
|
|
38
|
+
});
|
|
39
|
+
}
|
|
34
40
|
}
|
|
35
41
|
export {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
42
|
+
a as InvalidAbiItemError,
|
|
43
|
+
i as UnknownSolidityTypeError,
|
|
44
|
+
o as UnknownTypeError
|
|
39
45
|
};
|