@coinbase/cdp-core 0.0.67 → 0.0.69
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/README.md +149 -1
- package/dist/esm/index.native113.js +1 -1
- package/dist/esm/index.native137.js +2 -2
- package/dist/esm/index.native151.js +2 -4
- package/dist/esm/index.native152.js +109 -2
- package/dist/esm/index.native153.js +2 -109
- package/dist/esm/index.native154.js +4 -2
- package/dist/esm/index.native155.js +1 -1
- package/dist/esm/index.native156.js +7 -38
- package/dist/esm/index.native158.js +375 -67
- package/dist/esm/index.native159.js +832 -34
- package/dist/esm/index.native160.js +38 -20
- package/dist/esm/index.native161.js +2 -8
- package/dist/esm/index.native162.js +70 -2
- package/dist/esm/index.native163.js +30 -373
- package/dist/esm/index.native164.js +20 -832
- package/dist/esm/index.native175.js +2 -2
- package/dist/esm/index.native176.js +2 -2
- package/dist/esm/index.native177.js +2 -2
- package/dist/esm/index.native21.js +4 -2
- package/dist/esm/index.native31.js +1 -1
- package/dist/esm/index.native35.js +13 -12
- package/dist/esm/index.native37.js +4 -2
- package/dist/esm/index.native51.js +1 -1
- package/dist/esm/index.native52.js +3 -3
- package/dist/esm/index.native60.js +377 -2
- package/dist/esm/index.native61.js +2 -379
- package/dist/esm/index.native62.js +65 -28
- package/dist/esm/index.native63.js +364 -28
- package/dist/esm/index.native64.js +4 -2
- package/dist/esm/index.native65.js +28 -65
- package/dist/esm/index.native66.js +28 -364
- package/dist/esm/index.native7.js +6 -10
- package/dist/esm/index.web104.js +1 -1
- package/dist/esm/index.web107.js +6 -6
- package/dist/esm/index.web114.js +2 -2
- package/dist/esm/index.web118.js +1 -1
- package/dist/esm/index.web122.js +3 -20
- package/dist/esm/index.web123.js +21 -10
- package/dist/esm/index.web124.js +9 -19
- package/dist/esm/index.web125.js +15 -89
- package/dist/esm/index.web126.js +92 -19
- package/dist/esm/index.web127.js +18 -115
- package/dist/esm/index.web128.js +112 -73
- package/dist/esm/index.web150.js +7 -3
- package/dist/esm/index.web151.js +2 -39
- package/dist/esm/index.web152.js +378 -2
- package/dist/esm/index.web153.js +832 -69
- package/dist/esm/index.web154.js +37 -33
- package/dist/esm/index.web155.js +2 -21
- package/dist/esm/index.web156.js +69 -7
- package/dist/esm/index.web157.js +35 -2
- package/dist/esm/index.web158.js +17 -374
- package/dist/esm/index.web159.js +78 -832
- package/dist/esm/index.web20.js +4 -2
- package/dist/esm/index.web29.js +1 -1
- package/dist/esm/index.web33.js +13 -12
- package/dist/esm/index.web35.js +4 -2
- package/dist/esm/index.web6.js +6 -10
- package/dist/native/index.native113.js +1 -1
- package/dist/native/index.native137.js +2 -2
- package/dist/native/index.native151.js +2 -4
- package/dist/native/index.native152.js +109 -2
- package/dist/native/index.native153.js +2 -109
- package/dist/native/index.native154.js +4 -2
- package/dist/native/index.native155.js +1 -1
- package/dist/native/index.native156.js +7 -38
- package/dist/native/index.native158.js +375 -67
- package/dist/native/index.native159.js +832 -34
- package/dist/native/index.native160.js +38 -20
- package/dist/native/index.native161.js +2 -8
- package/dist/native/index.native162.js +70 -2
- package/dist/native/index.native163.js +30 -373
- package/dist/native/index.native164.js +20 -832
- package/dist/native/index.native175.js +2 -2
- package/dist/native/index.native176.js +2 -2
- package/dist/native/index.native177.js +2 -2
- package/dist/native/index.native21.js +4 -2
- package/dist/native/index.native31.js +1 -1
- package/dist/native/index.native35.js +13 -12
- package/dist/native/index.native37.js +4 -2
- package/dist/native/index.native51.js +1 -1
- package/dist/native/index.native52.js +3 -3
- package/dist/native/index.native60.js +377 -2
- package/dist/native/index.native61.js +2 -379
- package/dist/native/index.native62.js +65 -28
- package/dist/native/index.native63.js +364 -28
- package/dist/native/index.native64.js +4 -2
- package/dist/native/index.native65.js +28 -65
- package/dist/native/index.native66.js +28 -364
- package/dist/native/index.native7.js +6 -10
- package/dist/native-types/actions/initiateMfaEnrollment.d.ts +9 -0
- package/dist/native-types/actions/initiateMfaVerification.d.ts +2 -0
- package/dist/native-types/actions/submitMfaEnrollment.d.ts +10 -0
- package/dist/native-types/actions/submitMfaVerification.d.ts +6 -0
- package/dist/native-types/auth/authManager.d.ts +3 -1
- package/dist/native-types/auth/toAuthState.d.ts +10 -3
- package/dist/native-types/auth/types.d.ts +3 -1
- package/dist/native-types/auth/withAuth.d.ts +1 -1
- package/dist/native-types/core.d.ts +3 -1
- package/dist/native-types/index.d.ts +4 -0
- package/dist/native-types/mocks/mockAuthManager.d.ts +3 -1
- package/dist/native-types/shared/validators.d.ts +4 -0
- package/dist/native-types/types.d.ts +2 -1
- package/dist/native-types/version.d.ts +1 -1
- package/dist/types/actions/initiateMfaEnrollment.d.ts +9 -0
- package/dist/types/actions/initiateMfaVerification.d.ts +2 -0
- package/dist/types/actions/submitMfaEnrollment.d.ts +10 -0
- package/dist/types/actions/submitMfaVerification.d.ts +6 -0
- package/dist/types/auth/authManager.d.ts +3 -1
- package/dist/types/auth/toAuthState.d.ts +10 -3
- package/dist/types/auth/types.d.ts +3 -1
- package/dist/types/auth/withAuth.d.ts +1 -1
- package/dist/types/core.d.ts +3 -1
- package/dist/types/index.d.ts +4 -0
- package/dist/types/mocks/mockAuthManager.d.ts +3 -1
- package/dist/types/shared/validators.d.ts +4 -0
- package/dist/types/types.d.ts +2 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/web/index.web104.js +1 -1
- package/dist/web/index.web107.js +6 -6
- package/dist/web/index.web114.js +2 -2
- package/dist/web/index.web118.js +1 -1
- package/dist/web/index.web122.js +3 -20
- package/dist/web/index.web123.js +21 -10
- package/dist/web/index.web124.js +9 -19
- package/dist/web/index.web125.js +15 -89
- package/dist/web/index.web126.js +92 -19
- package/dist/web/index.web127.js +18 -115
- package/dist/web/index.web128.js +112 -73
- package/dist/web/index.web150.js +7 -3
- package/dist/web/index.web151.js +2 -39
- package/dist/web/index.web152.js +378 -2
- package/dist/web/index.web153.js +832 -69
- package/dist/web/index.web154.js +37 -33
- package/dist/web/index.web155.js +2 -21
- package/dist/web/index.web156.js +69 -7
- package/dist/web/index.web157.js +35 -2
- package/dist/web/index.web158.js +17 -374
- package/dist/web/index.web159.js +78 -832
- package/dist/web/index.web20.js +4 -2
- package/dist/web/index.web29.js +1 -1
- package/dist/web/index.web33.js +13 -12
- package/dist/web/index.web35.js +4 -2
- package/dist/web/index.web6.js +6 -10
- package/dist/web-types/actions/initiateMfaEnrollment.d.ts +9 -0
- package/dist/web-types/actions/initiateMfaVerification.d.ts +2 -0
- package/dist/web-types/actions/submitMfaEnrollment.d.ts +10 -0
- package/dist/web-types/actions/submitMfaVerification.d.ts +6 -0
- package/dist/web-types/auth/authManager.d.ts +3 -1
- package/dist/web-types/auth/toAuthState.d.ts +10 -3
- package/dist/web-types/auth/types.d.ts +3 -1
- package/dist/web-types/auth/withAuth.d.ts +1 -1
- package/dist/web-types/core.d.ts +3 -1
- package/dist/web-types/index.d.ts +4 -0
- package/dist/web-types/mocks/mockAuthManager.d.ts +3 -1
- package/dist/web-types/shared/validators.d.ts +4 -0
- package/dist/web-types/types.d.ts +2 -1
- package/dist/web-types/version.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,367 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { handleChainId as t } from "./index.native123.js";
|
|
2
|
+
import { handleDisconnect as e } from "./index.native124.js";
|
|
3
|
+
import { handleSwitchEthereumChain as a } from "./index.native125.js";
|
|
4
|
+
import { handleAccounts as n } from "./index.native126.js";
|
|
5
|
+
import { handleEthSign as o } from "./index.native127.js";
|
|
6
|
+
import { handleGetCallsStatus as r } from "./index.native128.js";
|
|
7
|
+
import { handleGetCapabilities as i } from "./index.native129.js";
|
|
8
|
+
import { handlePersonalSign as l } from "./index.native130.js";
|
|
9
|
+
import { handleRequestAccounts as h } from "./index.native131.js";
|
|
10
|
+
import { handleSendCalls as m } from "./index.native132.js";
|
|
11
|
+
import { handleSendTransaction as s } from "./index.native133.js";
|
|
12
|
+
import { handleSignTypedData as d } from "./index.native134.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
|
+
};
|
|
8
28
|
}
|
|
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
29
|
export {
|
|
352
|
-
|
|
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
|
|
30
|
+
E as createSmartAccountHandlers
|
|
367
31
|
};
|
|
@@ -138,7 +138,7 @@ const _e = async (e) => {
|
|
|
138
138
|
if (!await o().isSignedIn())
|
|
139
139
|
throw new Error("User not signed in");
|
|
140
140
|
await o().signOut();
|
|
141
|
-
}, We = async () => (c.sendActionCallEvent({ name: "get_access_token" }), o().getToken()), He = async () => (c.sendActionCallEvent({ name: "get_access_token_expiration" }), o().getTokenExpiration()), Re = (e) => {
|
|
141
|
+
}, We = async (e = { forceRefresh: !1 }) => (c.sendActionCallEvent({ name: "get_access_token" }), o().getToken(e)), He = async () => (c.sendActionCallEvent({ name: "get_access_token_expiration" }), o().getTokenExpiration()), Re = (e) => {
|
|
142
142
|
o().addAuthStateChangeCallback(e);
|
|
143
143
|
}, Be = (e) => {
|
|
144
144
|
re().addOAuthStateChangeCallback(e);
|
|
@@ -207,15 +207,11 @@ const _e = async (e) => {
|
|
|
207
207
|
walletSecretId: t
|
|
208
208
|
})).signature
|
|
209
209
|
}))), $e = async (e) => (c.sendActionCallEvent({ name: "sign_solana_message" }), a().useMock ? { signature: "mockSignature" } : d(e, o(), async ({ user: n, walletSecretId: t }) => ({
|
|
210
|
-
signature: (await z(
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
address: e.solanaAccount,
|
|
216
|
-
walletSecretId: t
|
|
217
|
-
}
|
|
218
|
-
)).signature
|
|
210
|
+
signature: (await z(a().projectId, n.userId, {
|
|
211
|
+
message: e.message,
|
|
212
|
+
address: e.solanaAccount,
|
|
213
|
+
walletSecretId: t
|
|
214
|
+
})).signature
|
|
219
215
|
}))), Ve = async (e) => (c.sendActionCallEvent({ name: "sign_evm_typed_data" }), a().useMock ? { signature: "0x0" } : d(e, o(), async ({ user: n, walletSecretId: t }) => ({
|
|
220
216
|
signature: (await $(a().projectId, n.userId, {
|
|
221
217
|
typedData: e.typedData,
|
package/dist/esm/index.web104.js
CHANGED
package/dist/esm/index.web107.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { encode as d } from "./index.
|
|
2
|
-
import y from "./index.
|
|
3
|
-
import b from "./index.
|
|
1
|
+
import { encode as d } from "./index.web123.js";
|
|
2
|
+
import y from "./index.web124.js";
|
|
3
|
+
import b from "./index.web125.js";
|
|
4
4
|
import { JWSInvalid as r } from "./index.web57.js";
|
|
5
5
|
import { encoder as s, concat as u, decoder as h } from "./index.web108.js";
|
|
6
|
-
import g from "./index.
|
|
7
|
-
import H from "./index.
|
|
8
|
-
import P from "./index.
|
|
6
|
+
import g from "./index.web126.js";
|
|
7
|
+
import H from "./index.web127.js";
|
|
8
|
+
import P from "./index.web128.js";
|
|
9
9
|
class x {
|
|
10
10
|
#r;
|
|
11
11
|
#e;
|
package/dist/esm/index.web114.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as r } from "./index.
|
|
2
|
-
import { __require as o } from "./index.
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index.web122.js";
|
|
2
|
+
import { __require as o } from "./index.web154.js";
|
|
3
3
|
var t = o();
|
|
4
4
|
const a = /* @__PURE__ */ r(t);
|
|
5
5
|
export {
|
package/dist/esm/index.web118.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HashMD as D, SHA256_IV as b, Chi as g, Maj as p } from "./index.
|
|
1
|
+
import { HashMD as D, SHA256_IV as b, Chi as g, Maj as p } from "./index.web159.js";
|
|
2
2
|
import { createHasher as u, clean as C, rotr as i } from "./index.web117.js";
|
|
3
3
|
const B = /* @__PURE__ */ Uint32Array.from([
|
|
4
4
|
1116352408,
|
package/dist/esm/index.web122.js
CHANGED
|
@@ -1,23 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
function i(r) {
|
|
4
|
-
if (Uint8Array.fromBase64)
|
|
5
|
-
return Uint8Array.fromBase64(typeof r == "string" ? r : o.decode(r), {
|
|
6
|
-
alphabet: "base64url"
|
|
7
|
-
});
|
|
8
|
-
let e = r;
|
|
9
|
-
e instanceof Uint8Array && (e = o.decode(e)), e = e.replace(/-/g, "+").replace(/_/g, "/").replace(/\s/g, "");
|
|
10
|
-
try {
|
|
11
|
-
return a(e);
|
|
12
|
-
} catch {
|
|
13
|
-
throw new TypeError("The input to be decoded is not correctly encoded.");
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
function p(r) {
|
|
17
|
-
let e = r;
|
|
18
|
-
return typeof e == "string" && (e = t.encode(e)), Uint8Array.prototype.toBase64 ? e.toBase64({ alphabet: "base64url", omitPadding: !0 }) : c(e).replace(/=/g, "").replace(/\+/g, "-").replace(/\//g, "_");
|
|
1
|
+
function e(t) {
|
|
2
|
+
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
19
3
|
}
|
|
20
4
|
export {
|
|
21
|
-
|
|
22
|
-
p as encode
|
|
5
|
+
e as getDefaultExportFromCjs
|
|
23
6
|
};
|
package/dist/esm/index.web123.js
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { encoder as t, decoder as o } from "./index.web108.js";
|
|
2
|
+
import { encodeBase64 as c, decodeBase64 as a } from "./index.web164.js";
|
|
3
|
+
function i(r) {
|
|
4
|
+
if (Uint8Array.fromBase64)
|
|
5
|
+
return Uint8Array.fromBase64(typeof r == "string" ? r : o.decode(r), {
|
|
6
|
+
alphabet: "base64url"
|
|
7
|
+
});
|
|
8
|
+
let e = r;
|
|
9
|
+
e instanceof Uint8Array && (e = o.decode(e)), e = e.replace(/-/g, "+").replace(/_/g, "/").replace(/\s/g, "");
|
|
10
|
+
try {
|
|
11
|
+
return a(e);
|
|
12
|
+
} catch {
|
|
13
|
+
throw new TypeError("The input to be decoded is not correctly encoded.");
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
function p(r) {
|
|
17
|
+
let e = r;
|
|
18
|
+
return typeof e == "string" && (e = t.encode(e)), Uint8Array.prototype.toBase64 ? e.toBase64({ alphabet: "base64url", omitPadding: !0 }) : c(e).replace(/=/g, "").replace(/\+/g, "-").replace(/\//g, "_");
|
|
19
|
+
}
|
|
10
20
|
export {
|
|
11
|
-
|
|
21
|
+
i as decode,
|
|
22
|
+
p as encode
|
|
12
23
|
};
|
package/dist/esm/index.web124.js
CHANGED
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
e = new Set(r);
|
|
10
|
-
continue;
|
|
11
|
-
}
|
|
12
|
-
for (const n of r) {
|
|
13
|
-
if (e.has(n))
|
|
14
|
-
return !1;
|
|
15
|
-
e.add(n);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
return !0;
|
|
1
|
+
import n from "./index.web165.js";
|
|
2
|
+
import s from "./index.web166.js";
|
|
3
|
+
import a from "./index.web167.js";
|
|
4
|
+
const y = async (t, o, e) => {
|
|
5
|
+
const r = await a(t, o, "sign");
|
|
6
|
+
s(t, r);
|
|
7
|
+
const i = await crypto.subtle.sign(n(t, r.algorithm), r, e);
|
|
8
|
+
return new Uint8Array(i);
|
|
19
9
|
};
|
|
20
10
|
export {
|
|
21
|
-
|
|
11
|
+
y as default
|
|
22
12
|
};
|
package/dist/esm/index.web125.js
CHANGED
|
@@ -1,96 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
break;
|
|
12
|
-
case "encrypt":
|
|
13
|
-
case "decrypt":
|
|
14
|
-
i = "enc";
|
|
15
|
-
break;
|
|
1
|
+
const a = (...o) => {
|
|
2
|
+
const t = o.filter(Boolean);
|
|
3
|
+
if (t.length === 0 || t.length === 1)
|
|
4
|
+
return !0;
|
|
5
|
+
let e;
|
|
6
|
+
for (const s of t) {
|
|
7
|
+
const r = Object.keys(s);
|
|
8
|
+
if (!e || e.size === 0) {
|
|
9
|
+
e = new Set(r);
|
|
10
|
+
continue;
|
|
16
11
|
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
throw new TypeError(`Invalid key for this operation, its "alg" must be "${r}" when present`);
|
|
22
|
-
if (Array.isArray(e.key_ops)) {
|
|
23
|
-
let i;
|
|
24
|
-
switch (!0) {
|
|
25
|
-
case t === "sign":
|
|
26
|
-
case r === "dir":
|
|
27
|
-
case r.includes("CBC-HS"):
|
|
28
|
-
i = t;
|
|
29
|
-
break;
|
|
30
|
-
case r.startsWith("PBES2"):
|
|
31
|
-
i = "deriveBits";
|
|
32
|
-
break;
|
|
33
|
-
case /^A\d{3}(?:GCM)?(?:KW)?$/.test(r):
|
|
34
|
-
!r.includes("GCM") && r.endsWith("KW") ? i = "unwrapKey" : i = t;
|
|
35
|
-
break;
|
|
36
|
-
case t === "encrypt":
|
|
37
|
-
i = "wrapKey";
|
|
38
|
-
break;
|
|
39
|
-
case t === "decrypt":
|
|
40
|
-
i = r.startsWith("RSA") ? "unwrapKey" : "deriveBits";
|
|
41
|
-
break;
|
|
12
|
+
for (const n of r) {
|
|
13
|
+
if (e.has(n))
|
|
14
|
+
return !1;
|
|
15
|
+
e.add(n);
|
|
42
16
|
}
|
|
43
|
-
if (i && e.key_ops?.includes?.(i) === !1)
|
|
44
|
-
throw new TypeError(`Invalid key for this operation, its "key_ops" must include "${i}" when present`);
|
|
45
17
|
}
|
|
46
18
|
return !0;
|
|
47
|
-
}, h = (r, e, t) => {
|
|
48
|
-
if (!(e instanceof Uint8Array)) {
|
|
49
|
-
if (p(e)) {
|
|
50
|
-
if (a(e) && o(r, e, t))
|
|
51
|
-
return;
|
|
52
|
-
throw new TypeError('JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present');
|
|
53
|
-
}
|
|
54
|
-
if (!c(e))
|
|
55
|
-
throw new TypeError(n(r, e, "CryptoKey", "KeyObject", "JSON Web Key", "Uint8Array"));
|
|
56
|
-
if (e.type !== "secret")
|
|
57
|
-
throw new TypeError(`${s(e)} instances for symmetric algorithms must be of type "secret"`);
|
|
58
|
-
}
|
|
59
|
-
}, m = (r, e, t) => {
|
|
60
|
-
if (p(e))
|
|
61
|
-
switch (t) {
|
|
62
|
-
case "decrypt":
|
|
63
|
-
case "sign":
|
|
64
|
-
if (f(e) && o(r, e, t))
|
|
65
|
-
return;
|
|
66
|
-
throw new TypeError("JSON Web Key for this operation be a private JWK");
|
|
67
|
-
case "encrypt":
|
|
68
|
-
case "verify":
|
|
69
|
-
if (y(e) && o(r, e, t))
|
|
70
|
-
return;
|
|
71
|
-
throw new TypeError("JSON Web Key for this operation be a public JWK");
|
|
72
|
-
}
|
|
73
|
-
if (!c(e))
|
|
74
|
-
throw new TypeError(n(r, e, "CryptoKey", "KeyObject", "JSON Web Key"));
|
|
75
|
-
if (e.type === "secret")
|
|
76
|
-
throw new TypeError(`${s(e)} instances for asymmetric algorithms must not be of type "secret"`);
|
|
77
|
-
if (e.type === "public")
|
|
78
|
-
switch (t) {
|
|
79
|
-
case "sign":
|
|
80
|
-
throw new TypeError(`${s(e)} instances for asymmetric algorithm signing must be of type "private"`);
|
|
81
|
-
case "decrypt":
|
|
82
|
-
throw new TypeError(`${s(e)} instances for asymmetric algorithm decryption must be of type "private"`);
|
|
83
|
-
}
|
|
84
|
-
if (e.type === "private")
|
|
85
|
-
switch (t) {
|
|
86
|
-
case "verify":
|
|
87
|
-
throw new TypeError(`${s(e)} instances for asymmetric algorithm verifying must be of type "public"`);
|
|
88
|
-
case "encrypt":
|
|
89
|
-
throw new TypeError(`${s(e)} instances for asymmetric algorithm encryption must be of type "public"`);
|
|
90
|
-
}
|
|
91
|
-
}, d = (r, e, t) => {
|
|
92
|
-
r.startsWith("HS") || r === "dir" || r.startsWith("PBES2") || /^A(?:128|192|256)(?:GCM)?(?:KW)?$/.test(r) || /^A(?:128|192|256)CBC-HS(?:256|384|512)$/.test(r) ? h(r, e, t) : m(r, e, t);
|
|
93
19
|
};
|
|
94
20
|
export {
|
|
95
|
-
|
|
21
|
+
a as default
|
|
96
22
|
};
|