@coinbase/cdp-core 0.0.94 → 0.0.95
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/index.native11.js +1 -1
- package/dist/esm/index.native111.js +3 -3
- package/dist/esm/index.native112.js +31 -2
- package/dist/esm/index.native113.js +28 -65
- package/dist/esm/index.native114.js +2 -367
- package/dist/esm/index.native115.js +65 -28
- package/dist/esm/index.native116.js +364 -28
- package/dist/esm/index.native231.js +1 -1
- package/dist/esm/index.native96.js +2 -2
- package/dist/esm/index.web125.js +1 -1
- package/dist/esm/index.web196.js +7 -38
- package/dist/esm/index.web198.js +375 -67
- package/dist/esm/index.web199.js +835 -34
- package/dist/esm/index.web200.js +38 -20
- package/dist/esm/index.web201.js +2 -8
- package/dist/esm/index.web202.js +70 -2
- package/dist/esm/index.web203.js +30 -373
- package/dist/esm/index.web204.js +20 -835
- package/dist/esm/index.web216.js +2 -2
- package/dist/esm/index.web217.js +2 -2
- package/dist/esm/index.web218.js +2 -2
- package/dist/esm/index.web3.js +1 -1
- package/dist/esm/index.web8.js +1 -1
- package/dist/native/index.native11.js +1 -1
- package/dist/native/index.native111.js +3 -3
- package/dist/native/index.native112.js +31 -2
- package/dist/native/index.native113.js +28 -65
- package/dist/native/index.native114.js +2 -367
- package/dist/native/index.native115.js +65 -28
- package/dist/native/index.native116.js +364 -28
- package/dist/native/index.native231.js +1 -1
- package/dist/native/index.native96.js +2 -2
- package/dist/native-types/version.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/web/index.web125.js +1 -1
- package/dist/web/index.web196.js +7 -38
- package/dist/web/index.web198.js +375 -67
- package/dist/web/index.web199.js +835 -34
- package/dist/web/index.web200.js +38 -20
- package/dist/web/index.web201.js +2 -8
- package/dist/web/index.web202.js +70 -2
- package/dist/web/index.web203.js +30 -373
- package/dist/web/index.web204.js +20 -835
- package/dist/web/index.web216.js +2 -2
- package/dist/web/index.web217.js +2 -2
- package/dist/web/index.web218.js +2 -2
- package/dist/web/index.web3.js +1 -1
- package/dist/web/index.web8.js +1 -1
- package/dist/web-types/version.d.ts +1 -1
- package/package.json +3 -3
package/dist/esm/index.web216.js
CHANGED
package/dist/esm/index.web217.js
CHANGED
package/dist/esm/index.web218.js
CHANGED
package/dist/esm/index.web3.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { __require as r } from "./index.
|
|
1
|
+
import { __require as r } from "./index.web196.js";
|
|
2
2
|
r();
|
package/dist/esm/index.web8.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./index.
|
|
2
|
-
import { BaseError as P } from "./index.
|
|
3
|
-
import { parse as y, parseError as j, InternalError as g } from "./index.
|
|
1
|
+
import "./index.native114.js";
|
|
2
|
+
import { BaseError as P } from "./index.native115.js";
|
|
3
|
+
import { parse as y, parseError as j, InternalError as g } from "./index.native116.js";
|
|
4
4
|
class u extends Error {
|
|
5
5
|
constructor(e, t) {
|
|
6
6
|
super(t), Object.defineProperty(this, "name", {
|
|
@@ -1,2 +1,31 @@
|
|
|
1
|
-
import {
|
|
2
|
-
e
|
|
1
|
+
import { handleAccounts as t } from "./index.native178.js";
|
|
2
|
+
import { handleEthSign as e } from "./index.native179.js";
|
|
3
|
+
import { handleGetCallsStatus as a } from "./index.native180.js";
|
|
4
|
+
import { handleGetCapabilities as n } from "./index.native181.js";
|
|
5
|
+
import { handlePersonalSign as o } from "./index.native182.js";
|
|
6
|
+
import { handleRequestAccounts as r } from "./index.native183.js";
|
|
7
|
+
import { handleSendCalls as i } from "./index.native184.js";
|
|
8
|
+
import { handleSendTransaction as l } from "./index.native185.js";
|
|
9
|
+
import { handleSignTypedData as h } from "./index.native186.js";
|
|
10
|
+
import { handleChainId as s } from "./index.native187.js";
|
|
11
|
+
import { handleDisconnect as m } from "./index.native188.js";
|
|
12
|
+
import { handleSwitchEthereumChain as d } from "./index.native189.js";
|
|
13
|
+
function D() {
|
|
14
|
+
return {
|
|
15
|
+
eth_accounts: t,
|
|
16
|
+
eth_requestAccounts: r,
|
|
17
|
+
personal_sign: o,
|
|
18
|
+
eth_sendTransaction: l,
|
|
19
|
+
eth_signTypedData_v4: h,
|
|
20
|
+
wallet_disconnect: m,
|
|
21
|
+
wallet_switchEthereumChain: d,
|
|
22
|
+
eth_sign: e,
|
|
23
|
+
eth_chainId: s,
|
|
24
|
+
wallet_sendCalls: i,
|
|
25
|
+
wallet_getCallsStatus: a,
|
|
26
|
+
wallet_getCapabilities: n
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
D as createEOAHandlers
|
|
31
|
+
};
|
|
@@ -1,68 +1,31 @@
|
|
|
1
|
-
import {
|
|
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
|
-
enumerable: !0,
|
|
29
|
-
configurable: !0,
|
|
30
|
-
writable: !0,
|
|
31
|
-
value: void 0
|
|
32
|
-
}), Object.defineProperty(this, "docsPath", {
|
|
33
|
-
enumerable: !0,
|
|
34
|
-
configurable: !0,
|
|
35
|
-
writable: !0,
|
|
36
|
-
value: void 0
|
|
37
|
-
}), Object.defineProperty(this, "shortMessage", {
|
|
38
|
-
enumerable: !0,
|
|
39
|
-
configurable: !0,
|
|
40
|
-
writable: !0,
|
|
41
|
-
value: void 0
|
|
42
|
-
}), Object.defineProperty(this, "cause", {
|
|
43
|
-
enumerable: !0,
|
|
44
|
-
configurable: !0,
|
|
45
|
-
writable: !0,
|
|
46
|
-
value: void 0
|
|
47
|
-
}), Object.defineProperty(this, "name", {
|
|
48
|
-
enumerable: !0,
|
|
49
|
-
configurable: !0,
|
|
50
|
-
writable: !0,
|
|
51
|
-
value: "BaseError"
|
|
52
|
-
}), Object.defineProperty(this, "version", {
|
|
53
|
-
enumerable: !0,
|
|
54
|
-
configurable: !0,
|
|
55
|
-
writable: !0,
|
|
56
|
-
value: `ox@${n()}`
|
|
57
|
-
}), this.cause = e.cause, this.details = a, this.docs = c, this.docsPath = u, this.shortMessage = r;
|
|
58
|
-
}
|
|
59
|
-
walk(r) {
|
|
60
|
-
return i(this, r);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
function i(t, r) {
|
|
64
|
-
return r?.(t) ? t : t && typeof t == "object" && "cause" in t && t.cause ? i(t.cause, r) : r ? null : t;
|
|
1
|
+
import { handleChainId as t } from "./index.native187.js";
|
|
2
|
+
import { handleDisconnect as e } from "./index.native188.js";
|
|
3
|
+
import { handleSwitchEthereumChain as a } from "./index.native189.js";
|
|
4
|
+
import { handleAccounts as n } from "./index.native190.js";
|
|
5
|
+
import { handleEthSign as o } from "./index.native191.js";
|
|
6
|
+
import { handleGetCallsStatus as r } from "./index.native192.js";
|
|
7
|
+
import { handleGetCapabilities as i } from "./index.native193.js";
|
|
8
|
+
import { handlePersonalSign as l } from "./index.native194.js";
|
|
9
|
+
import { handleRequestAccounts as h } from "./index.native195.js";
|
|
10
|
+
import { handleSendCalls as m } from "./index.native196.js";
|
|
11
|
+
import { handleSendTransaction as s } from "./index.native197.js";
|
|
12
|
+
import { handleSignTypedData as d } from "./index.native198.js";
|
|
13
|
+
function E() {
|
|
14
|
+
return {
|
|
15
|
+
eth_accounts: n,
|
|
16
|
+
eth_requestAccounts: h,
|
|
17
|
+
personal_sign: l,
|
|
18
|
+
eth_sendTransaction: s,
|
|
19
|
+
eth_signTypedData_v4: d,
|
|
20
|
+
wallet_disconnect: e,
|
|
21
|
+
wallet_switchEthereumChain: a,
|
|
22
|
+
eth_sign: o,
|
|
23
|
+
eth_chainId: t,
|
|
24
|
+
wallet_sendCalls: m,
|
|
25
|
+
wallet_getCallsStatus: r,
|
|
26
|
+
wallet_getCapabilities: i
|
|
27
|
+
};
|
|
65
28
|
}
|
|
66
29
|
export {
|
|
67
|
-
|
|
30
|
+
E as createSmartAccountHandlers
|
|
68
31
|
};
|
|
@@ -1,367 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (r)
|
|
4
|
-
return a;
|
|
5
|
-
if (o.error)
|
|
6
|
-
throw P(o.error);
|
|
7
|
-
return o.result;
|
|
8
|
-
}
|
|
9
|
-
function P(a) {
|
|
10
|
-
const e = a;
|
|
11
|
-
if (e instanceof Error && !("code" in e))
|
|
12
|
-
return new u({
|
|
13
|
-
cause: e,
|
|
14
|
-
data: e,
|
|
15
|
-
message: e.message
|
|
16
|
-
});
|
|
17
|
-
const { code: r } = e;
|
|
18
|
-
return r === u.code ? new u(e) : r === n.code ? new n(e) : r === m.code ? new m(e) : r === f.code ? new f(e) : r === d.code ? new d(e) : r === p.code ? new p(e) : r === l.code ? new l(e) : r === g.code ? new g(e) : r === c.code ? new c(e) : r === s.code ? new s(e) : r === i.code ? new i(e) : r === b.code ? new b(e) : new u({
|
|
19
|
-
cause: e instanceof Error ? e : void 0,
|
|
20
|
-
data: e,
|
|
21
|
-
message: e.message
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
class t extends Error {
|
|
25
|
-
constructor(e) {
|
|
26
|
-
const { cause: r, code: o, message: w, data: v } = e;
|
|
27
|
-
super(w, { cause: r }), Object.defineProperty(this, "name", {
|
|
28
|
-
enumerable: !0,
|
|
29
|
-
configurable: !0,
|
|
30
|
-
writable: !0,
|
|
31
|
-
value: "RpcResponse.BaseError"
|
|
32
|
-
}), Object.defineProperty(this, "cause", {
|
|
33
|
-
enumerable: !0,
|
|
34
|
-
configurable: !0,
|
|
35
|
-
writable: !0,
|
|
36
|
-
value: void 0
|
|
37
|
-
}), Object.defineProperty(this, "code", {
|
|
38
|
-
enumerable: !0,
|
|
39
|
-
configurable: !0,
|
|
40
|
-
writable: !0,
|
|
41
|
-
value: void 0
|
|
42
|
-
}), Object.defineProperty(this, "data", {
|
|
43
|
-
enumerable: !0,
|
|
44
|
-
configurable: !0,
|
|
45
|
-
writable: !0,
|
|
46
|
-
value: void 0
|
|
47
|
-
}), this.cause = r, this.code = o, this.data = v;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
class n extends t {
|
|
51
|
-
constructor(e = {}) {
|
|
52
|
-
super({
|
|
53
|
-
code: n.code,
|
|
54
|
-
data: e.data,
|
|
55
|
-
message: e.message ?? "Missing or invalid parameters."
|
|
56
|
-
}), Object.defineProperty(this, "code", {
|
|
57
|
-
enumerable: !0,
|
|
58
|
-
configurable: !0,
|
|
59
|
-
writable: !0,
|
|
60
|
-
value: -32e3
|
|
61
|
-
}), Object.defineProperty(this, "name", {
|
|
62
|
-
enumerable: !0,
|
|
63
|
-
configurable: !0,
|
|
64
|
-
writable: !0,
|
|
65
|
-
value: "RpcResponse.InvalidInputError"
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
Object.defineProperty(n, "code", {
|
|
70
|
-
enumerable: !0,
|
|
71
|
-
configurable: !0,
|
|
72
|
-
writable: !0,
|
|
73
|
-
value: -32e3
|
|
74
|
-
});
|
|
75
|
-
class c extends t {
|
|
76
|
-
constructor(e = {}) {
|
|
77
|
-
super({
|
|
78
|
-
code: c.code,
|
|
79
|
-
data: e.data,
|
|
80
|
-
message: e.message ?? "Requested resource not found."
|
|
81
|
-
}), Object.defineProperty(this, "code", {
|
|
82
|
-
enumerable: !0,
|
|
83
|
-
configurable: !0,
|
|
84
|
-
writable: !0,
|
|
85
|
-
value: -32001
|
|
86
|
-
}), Object.defineProperty(this, "name", {
|
|
87
|
-
enumerable: !0,
|
|
88
|
-
configurable: !0,
|
|
89
|
-
writable: !0,
|
|
90
|
-
value: "RpcResponse.ResourceNotFoundError"
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
Object.defineProperty(c, "code", {
|
|
95
|
-
enumerable: !0,
|
|
96
|
-
configurable: !0,
|
|
97
|
-
writable: !0,
|
|
98
|
-
value: -32001
|
|
99
|
-
});
|
|
100
|
-
class s extends t {
|
|
101
|
-
constructor(e = {}) {
|
|
102
|
-
super({
|
|
103
|
-
code: s.code,
|
|
104
|
-
data: e.data,
|
|
105
|
-
message: e.message ?? "Requested resource not available."
|
|
106
|
-
}), Object.defineProperty(this, "code", {
|
|
107
|
-
enumerable: !0,
|
|
108
|
-
configurable: !0,
|
|
109
|
-
writable: !0,
|
|
110
|
-
value: -32002
|
|
111
|
-
}), Object.defineProperty(this, "name", {
|
|
112
|
-
enumerable: !0,
|
|
113
|
-
configurable: !0,
|
|
114
|
-
writable: !0,
|
|
115
|
-
value: "RpcResponse.ResourceUnavailableError"
|
|
116
|
-
});
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
Object.defineProperty(s, "code", {
|
|
120
|
-
enumerable: !0,
|
|
121
|
-
configurable: !0,
|
|
122
|
-
writable: !0,
|
|
123
|
-
value: -32002
|
|
124
|
-
});
|
|
125
|
-
class i extends t {
|
|
126
|
-
constructor(e = {}) {
|
|
127
|
-
super({
|
|
128
|
-
code: i.code,
|
|
129
|
-
data: e.data,
|
|
130
|
-
message: e.message ?? "Transaction creation failed."
|
|
131
|
-
}), Object.defineProperty(this, "code", {
|
|
132
|
-
enumerable: !0,
|
|
133
|
-
configurable: !0,
|
|
134
|
-
writable: !0,
|
|
135
|
-
value: -32003
|
|
136
|
-
}), Object.defineProperty(this, "name", {
|
|
137
|
-
enumerable: !0,
|
|
138
|
-
configurable: !0,
|
|
139
|
-
writable: !0,
|
|
140
|
-
value: "RpcResponse.TransactionRejectedError"
|
|
141
|
-
});
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
Object.defineProperty(i, "code", {
|
|
145
|
-
enumerable: !0,
|
|
146
|
-
configurable: !0,
|
|
147
|
-
writable: !0,
|
|
148
|
-
value: -32003
|
|
149
|
-
});
|
|
150
|
-
class l extends t {
|
|
151
|
-
constructor(e = {}) {
|
|
152
|
-
super({
|
|
153
|
-
code: l.code,
|
|
154
|
-
data: e.data,
|
|
155
|
-
message: e.message ?? "Method is not implemented."
|
|
156
|
-
}), Object.defineProperty(this, "code", {
|
|
157
|
-
enumerable: !0,
|
|
158
|
-
configurable: !0,
|
|
159
|
-
writable: !0,
|
|
160
|
-
value: -32004
|
|
161
|
-
}), Object.defineProperty(this, "name", {
|
|
162
|
-
enumerable: !0,
|
|
163
|
-
configurable: !0,
|
|
164
|
-
writable: !0,
|
|
165
|
-
value: "RpcResponse.MethodNotSupportedError"
|
|
166
|
-
});
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
Object.defineProperty(l, "code", {
|
|
170
|
-
enumerable: !0,
|
|
171
|
-
configurable: !0,
|
|
172
|
-
writable: !0,
|
|
173
|
-
value: -32004
|
|
174
|
-
});
|
|
175
|
-
class d extends t {
|
|
176
|
-
constructor(e = {}) {
|
|
177
|
-
super({
|
|
178
|
-
code: d.code,
|
|
179
|
-
data: e.data,
|
|
180
|
-
message: e.message ?? "Rate limit exceeded."
|
|
181
|
-
}), Object.defineProperty(this, "code", {
|
|
182
|
-
enumerable: !0,
|
|
183
|
-
configurable: !0,
|
|
184
|
-
writable: !0,
|
|
185
|
-
value: -32005
|
|
186
|
-
}), Object.defineProperty(this, "name", {
|
|
187
|
-
enumerable: !0,
|
|
188
|
-
configurable: !0,
|
|
189
|
-
writable: !0,
|
|
190
|
-
value: "RpcResponse.LimitExceededError"
|
|
191
|
-
});
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
Object.defineProperty(d, "code", {
|
|
195
|
-
enumerable: !0,
|
|
196
|
-
configurable: !0,
|
|
197
|
-
writable: !0,
|
|
198
|
-
value: -32005
|
|
199
|
-
});
|
|
200
|
-
class b extends t {
|
|
201
|
-
constructor(e = {}) {
|
|
202
|
-
super({
|
|
203
|
-
code: b.code,
|
|
204
|
-
data: e.data,
|
|
205
|
-
message: e.message ?? "JSON-RPC version not supported."
|
|
206
|
-
}), Object.defineProperty(this, "code", {
|
|
207
|
-
enumerable: !0,
|
|
208
|
-
configurable: !0,
|
|
209
|
-
writable: !0,
|
|
210
|
-
value: -32006
|
|
211
|
-
}), Object.defineProperty(this, "name", {
|
|
212
|
-
enumerable: !0,
|
|
213
|
-
configurable: !0,
|
|
214
|
-
writable: !0,
|
|
215
|
-
value: "RpcResponse.VersionNotSupportedError"
|
|
216
|
-
});
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
Object.defineProperty(b, "code", {
|
|
220
|
-
enumerable: !0,
|
|
221
|
-
configurable: !0,
|
|
222
|
-
writable: !0,
|
|
223
|
-
value: -32006
|
|
224
|
-
});
|
|
225
|
-
class f extends t {
|
|
226
|
-
constructor(e = {}) {
|
|
227
|
-
super({
|
|
228
|
-
code: f.code,
|
|
229
|
-
data: e.data,
|
|
230
|
-
message: e.message ?? "Input is not a valid JSON-RPC request."
|
|
231
|
-
}), Object.defineProperty(this, "code", {
|
|
232
|
-
enumerable: !0,
|
|
233
|
-
configurable: !0,
|
|
234
|
-
writable: !0,
|
|
235
|
-
value: -32600
|
|
236
|
-
}), Object.defineProperty(this, "name", {
|
|
237
|
-
enumerable: !0,
|
|
238
|
-
configurable: !0,
|
|
239
|
-
writable: !0,
|
|
240
|
-
value: "RpcResponse.InvalidRequestError"
|
|
241
|
-
});
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
Object.defineProperty(f, "code", {
|
|
245
|
-
enumerable: !0,
|
|
246
|
-
configurable: !0,
|
|
247
|
-
writable: !0,
|
|
248
|
-
value: -32600
|
|
249
|
-
});
|
|
250
|
-
class p extends t {
|
|
251
|
-
constructor(e = {}) {
|
|
252
|
-
super({
|
|
253
|
-
code: p.code,
|
|
254
|
-
data: e.data,
|
|
255
|
-
message: e.message ?? "Method does not exist."
|
|
256
|
-
}), Object.defineProperty(this, "code", {
|
|
257
|
-
enumerable: !0,
|
|
258
|
-
configurable: !0,
|
|
259
|
-
writable: !0,
|
|
260
|
-
value: -32601
|
|
261
|
-
}), Object.defineProperty(this, "name", {
|
|
262
|
-
enumerable: !0,
|
|
263
|
-
configurable: !0,
|
|
264
|
-
writable: !0,
|
|
265
|
-
value: "RpcResponse.MethodNotFoundError"
|
|
266
|
-
});
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
Object.defineProperty(p, "code", {
|
|
270
|
-
enumerable: !0,
|
|
271
|
-
configurable: !0,
|
|
272
|
-
writable: !0,
|
|
273
|
-
value: -32601
|
|
274
|
-
});
|
|
275
|
-
class m extends t {
|
|
276
|
-
constructor(e = {}) {
|
|
277
|
-
super({
|
|
278
|
-
code: m.code,
|
|
279
|
-
data: e.data,
|
|
280
|
-
message: e.message ?? "Invalid method parameters."
|
|
281
|
-
}), Object.defineProperty(this, "code", {
|
|
282
|
-
enumerable: !0,
|
|
283
|
-
configurable: !0,
|
|
284
|
-
writable: !0,
|
|
285
|
-
value: -32602
|
|
286
|
-
}), Object.defineProperty(this, "name", {
|
|
287
|
-
enumerable: !0,
|
|
288
|
-
configurable: !0,
|
|
289
|
-
writable: !0,
|
|
290
|
-
value: "RpcResponse.InvalidParamsError"
|
|
291
|
-
});
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
Object.defineProperty(m, "code", {
|
|
295
|
-
enumerable: !0,
|
|
296
|
-
configurable: !0,
|
|
297
|
-
writable: !0,
|
|
298
|
-
value: -32602
|
|
299
|
-
});
|
|
300
|
-
class u extends t {
|
|
301
|
-
constructor(e = {}) {
|
|
302
|
-
super({
|
|
303
|
-
cause: e.cause,
|
|
304
|
-
code: u.code,
|
|
305
|
-
data: e.data,
|
|
306
|
-
message: e.message ?? "Internal JSON-RPC error."
|
|
307
|
-
}), Object.defineProperty(this, "code", {
|
|
308
|
-
enumerable: !0,
|
|
309
|
-
configurable: !0,
|
|
310
|
-
writable: !0,
|
|
311
|
-
value: -32603
|
|
312
|
-
}), Object.defineProperty(this, "name", {
|
|
313
|
-
enumerable: !0,
|
|
314
|
-
configurable: !0,
|
|
315
|
-
writable: !0,
|
|
316
|
-
value: "RpcResponse.InternalError"
|
|
317
|
-
});
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
Object.defineProperty(u, "code", {
|
|
321
|
-
enumerable: !0,
|
|
322
|
-
configurable: !0,
|
|
323
|
-
writable: !0,
|
|
324
|
-
value: -32603
|
|
325
|
-
});
|
|
326
|
-
class g extends t {
|
|
327
|
-
constructor(e = {}) {
|
|
328
|
-
super({
|
|
329
|
-
code: g.code,
|
|
330
|
-
data: e.data,
|
|
331
|
-
message: e.message ?? "Failed to parse JSON-RPC response."
|
|
332
|
-
}), Object.defineProperty(this, "code", {
|
|
333
|
-
enumerable: !0,
|
|
334
|
-
configurable: !0,
|
|
335
|
-
writable: !0,
|
|
336
|
-
value: -32700
|
|
337
|
-
}), Object.defineProperty(this, "name", {
|
|
338
|
-
enumerable: !0,
|
|
339
|
-
configurable: !0,
|
|
340
|
-
writable: !0,
|
|
341
|
-
value: "RpcResponse.ParseError"
|
|
342
|
-
});
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
Object.defineProperty(g, "code", {
|
|
346
|
-
enumerable: !0,
|
|
347
|
-
configurable: !0,
|
|
348
|
-
writable: !0,
|
|
349
|
-
value: -32700
|
|
350
|
-
});
|
|
351
|
-
export {
|
|
352
|
-
t as BaseError,
|
|
353
|
-
u as InternalError,
|
|
354
|
-
n as InvalidInputError,
|
|
355
|
-
m as InvalidParamsError,
|
|
356
|
-
f as InvalidRequestError,
|
|
357
|
-
d as LimitExceededError,
|
|
358
|
-
p as MethodNotFoundError,
|
|
359
|
-
l as MethodNotSupportedError,
|
|
360
|
-
g as ParseError,
|
|
361
|
-
c as ResourceNotFoundError,
|
|
362
|
-
s as ResourceUnavailableError,
|
|
363
|
-
i as TransactionRejectedError,
|
|
364
|
-
b as VersionNotSupportedError,
|
|
365
|
-
O as parse,
|
|
366
|
-
P as parseError
|
|
367
|
-
};
|
|
1
|
+
import { __require as e } from "./index.native212.js";
|
|
2
|
+
e();
|
|
@@ -1,31 +1,68 @@
|
|
|
1
|
-
import {
|
|
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
|
-
|
|
1
|
+
import { getVersion as n } from "./index.native134.js";
|
|
2
|
+
class s extends Error {
|
|
3
|
+
constructor(r, e = {}) {
|
|
4
|
+
const a = (() => {
|
|
5
|
+
if (e.cause instanceof s) {
|
|
6
|
+
if (e.cause.details)
|
|
7
|
+
return e.cause.details;
|
|
8
|
+
if (e.cause.shortMessage)
|
|
9
|
+
return e.cause.shortMessage;
|
|
10
|
+
}
|
|
11
|
+
return e.cause && "details" in e.cause && typeof e.cause.details == "string" ? e.cause.details : e.cause?.message ? e.cause.message : e.details;
|
|
12
|
+
})(), u = e.cause instanceof s && e.cause.docsPath || e.docsPath, c = `https://oxlib.sh${u ?? ""}`, l = [
|
|
13
|
+
r || "An error occurred.",
|
|
14
|
+
...e.metaMessages ? ["", ...e.metaMessages] : [],
|
|
15
|
+
...a || u ? [
|
|
16
|
+
"",
|
|
17
|
+
a ? `Details: ${a}` : void 0,
|
|
18
|
+
u ? `See: ${c}` : void 0
|
|
19
|
+
] : []
|
|
20
|
+
].filter((d) => typeof d == "string").join(`
|
|
21
|
+
`);
|
|
22
|
+
super(l, e.cause ? { cause: e.cause } : void 0), Object.defineProperty(this, "details", {
|
|
23
|
+
enumerable: !0,
|
|
24
|
+
configurable: !0,
|
|
25
|
+
writable: !0,
|
|
26
|
+
value: void 0
|
|
27
|
+
}), Object.defineProperty(this, "docs", {
|
|
28
|
+
enumerable: !0,
|
|
29
|
+
configurable: !0,
|
|
30
|
+
writable: !0,
|
|
31
|
+
value: void 0
|
|
32
|
+
}), Object.defineProperty(this, "docsPath", {
|
|
33
|
+
enumerable: !0,
|
|
34
|
+
configurable: !0,
|
|
35
|
+
writable: !0,
|
|
36
|
+
value: void 0
|
|
37
|
+
}), Object.defineProperty(this, "shortMessage", {
|
|
38
|
+
enumerable: !0,
|
|
39
|
+
configurable: !0,
|
|
40
|
+
writable: !0,
|
|
41
|
+
value: void 0
|
|
42
|
+
}), Object.defineProperty(this, "cause", {
|
|
43
|
+
enumerable: !0,
|
|
44
|
+
configurable: !0,
|
|
45
|
+
writable: !0,
|
|
46
|
+
value: void 0
|
|
47
|
+
}), Object.defineProperty(this, "name", {
|
|
48
|
+
enumerable: !0,
|
|
49
|
+
configurable: !0,
|
|
50
|
+
writable: !0,
|
|
51
|
+
value: "BaseError"
|
|
52
|
+
}), Object.defineProperty(this, "version", {
|
|
53
|
+
enumerable: !0,
|
|
54
|
+
configurable: !0,
|
|
55
|
+
writable: !0,
|
|
56
|
+
value: `ox@${n()}`
|
|
57
|
+
}), this.cause = e.cause, this.details = a, this.docs = c, this.docsPath = u, this.shortMessage = r;
|
|
58
|
+
}
|
|
59
|
+
walk(r) {
|
|
60
|
+
return i(this, r);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
function i(t, r) {
|
|
64
|
+
return r?.(t) ? t : t && typeof t == "object" && "cause" in t && t.cause ? i(t.cause, r) : r ? null : t;
|
|
28
65
|
}
|
|
29
66
|
export {
|
|
30
|
-
|
|
67
|
+
s as BaseError
|
|
31
68
|
};
|