@coinbase/cdp-api-client 0.0.87 → 0.0.89
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.js +212 -195
- package/dist/esm/index10.js +1 -1
- package/dist/esm/index12.js +7 -38
- package/dist/esm/index14.js +375 -67
- package/dist/esm/index15.js +835 -34
- package/dist/esm/index16.js +38 -20
- package/dist/esm/index17.js +2 -8
- package/dist/esm/index18.js +70 -2
- package/dist/esm/index19.js +30 -373
- package/dist/esm/index2.js +34 -29
- package/dist/esm/index20.js +20 -835
- package/dist/esm/index21.js +2 -2
- package/dist/esm/index22.js +2 -2
- package/dist/esm/index23.js +2 -2
- package/dist/esm/index3.js +1 -1
- package/dist/esm/index4.js +1 -1
- package/dist/esm/index5.js +109 -78
- package/dist/esm/index6.js +387 -299
- package/dist/esm/index7.js +128 -112
- package/dist/types/index.d.ts +545 -193
- package/package.json +1 -1
package/dist/esm/index6.js
CHANGED
|
@@ -2,7 +2,7 @@ const e = {
|
|
|
2
2
|
prime: "prime",
|
|
3
3
|
business: "business",
|
|
4
4
|
cdp: "cdp"
|
|
5
|
-
},
|
|
5
|
+
}, a = {
|
|
6
6
|
already_exists: "already_exists",
|
|
7
7
|
bad_gateway: "bad_gateway",
|
|
8
8
|
faucet_limit_exceeded: "faucet_limit_exceeded",
|
|
@@ -53,8 +53,11 @@ const e = {
|
|
|
53
53
|
mfa_invalid_code: "mfa_invalid_code",
|
|
54
54
|
mfa_flow_expired: "mfa_flow_expired",
|
|
55
55
|
mfa_required: "mfa_required",
|
|
56
|
-
mfa_not_enrolled: "mfa_not_enrolled"
|
|
57
|
-
|
|
56
|
+
mfa_not_enrolled: "mfa_not_enrolled",
|
|
57
|
+
order_quote_expired: "order_quote_expired",
|
|
58
|
+
order_already_filled: "order_already_filled",
|
|
59
|
+
order_already_canceled: "order_already_canceled"
|
|
60
|
+
}, t = {
|
|
58
61
|
unlinked: "unlinked",
|
|
59
62
|
pending: "pending",
|
|
60
63
|
linked: "linked"
|
|
@@ -64,27 +67,39 @@ const e = {
|
|
|
64
67
|
}, i = {
|
|
65
68
|
fiat: "fiat",
|
|
66
69
|
crypto: "crypto"
|
|
67
|
-
}, o = {
|
|
68
|
-
individual: "individual",
|
|
69
|
-
business: "business"
|
|
70
70
|
}, _ = {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
pending: "pending"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
individuallastName: "individual.lastName",
|
|
78
|
-
individualdateOfBirth: "individual.dateOfBirth",
|
|
79
|
-
individualaddress: "individual.address",
|
|
80
|
-
individualnationalityCode: "individual.nationalityCode",
|
|
81
|
-
individualtaxNumber: "individual.taxNumber",
|
|
82
|
-
individualverificationdocument: "individual.verification.document"
|
|
71
|
+
individual: "individual"
|
|
72
|
+
}, o = {
|
|
73
|
+
unrequested: "unrequested",
|
|
74
|
+
pending: "pending",
|
|
75
|
+
active: "active",
|
|
76
|
+
inactive: "inactive"
|
|
83
77
|
}, r = {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
78
|
+
eventually_due: "eventually_due",
|
|
79
|
+
due: "due",
|
|
80
|
+
pending: "pending",
|
|
81
|
+
rejected: "rejected",
|
|
82
|
+
overdue: "overdue"
|
|
83
|
+
}, s = {
|
|
84
|
+
custodyCrypto: "custodyCrypto",
|
|
85
|
+
custodyFiat: "custodyFiat",
|
|
86
|
+
custodyStablecoin: "custodyStablecoin",
|
|
87
|
+
custodyStocks: "custodyStocks",
|
|
88
|
+
onrampBankAccount: "onrampBankAccount",
|
|
89
|
+
onrampCard: "onrampCard",
|
|
90
|
+
onrampWire: "onrampWire",
|
|
91
|
+
tradeCryptoToCrypto: "tradeCryptoToCrypto",
|
|
92
|
+
tradeCryptoToFiat: "tradeCryptoToFiat",
|
|
93
|
+
tradeCryptoToStablecoin: "tradeCryptoToStablecoin",
|
|
94
|
+
tradeFiatToCrypto: "tradeFiatToCrypto",
|
|
95
|
+
tradeFiatToFiat: "tradeFiatToFiat",
|
|
96
|
+
tradeFiatToStablecoin: "tradeFiatToStablecoin",
|
|
97
|
+
tradeStablecoinToCrypto: "tradeStablecoinToCrypto",
|
|
98
|
+
tradeStablecoinToFiat: "tradeStablecoinToFiat",
|
|
99
|
+
tradeStablecoinToStablecoin: "tradeStablecoinToStablecoin",
|
|
100
|
+
transferCrypto: "transferCrypto",
|
|
101
|
+
transferFiat: "transferFiat",
|
|
102
|
+
transferStablecoin: "transferStablecoin"
|
|
88
103
|
}, c = {
|
|
89
104
|
crypto: "crypto"
|
|
90
105
|
}, d = {
|
|
@@ -117,19 +132,43 @@ const e = {
|
|
|
117
132
|
target: "target",
|
|
118
133
|
source: "source"
|
|
119
134
|
}, T = {
|
|
120
|
-
|
|
135
|
+
quoted: "quoted",
|
|
136
|
+
pending: "pending",
|
|
137
|
+
open: "open",
|
|
138
|
+
filled: "filled",
|
|
139
|
+
canceled: "canceled",
|
|
140
|
+
expired: "expired",
|
|
141
|
+
failed: "failed"
|
|
121
142
|
}, f = {
|
|
122
|
-
|
|
143
|
+
buy: "buy",
|
|
144
|
+
sell: "sell"
|
|
123
145
|
}, g = {
|
|
124
|
-
|
|
146
|
+
market: "market",
|
|
147
|
+
limit: "limit"
|
|
148
|
+
}, x = {
|
|
149
|
+
goodUntilCanceled: "goodUntilCanceled",
|
|
150
|
+
goodUntilDateTime: "goodUntilDateTime",
|
|
151
|
+
immediateOrCancel: "immediateOrCancel",
|
|
152
|
+
fillOrKill: "fillOrKill"
|
|
153
|
+
}, A = {
|
|
154
|
+
trading: "trading",
|
|
155
|
+
network: "network",
|
|
156
|
+
other: "other"
|
|
157
|
+
}, E = {
|
|
158
|
+
email: "email"
|
|
125
159
|
}, h = {
|
|
160
|
+
sms: "sms"
|
|
161
|
+
}, S = {
|
|
162
|
+
jwt: "jwt"
|
|
163
|
+
}, b = {
|
|
126
164
|
google: "google",
|
|
127
165
|
apple: "apple",
|
|
128
|
-
x: "x"
|
|
129
|
-
|
|
166
|
+
x: "x",
|
|
167
|
+
telegram: "telegram"
|
|
168
|
+
}, R = {
|
|
130
169
|
team_member: "team_member",
|
|
131
170
|
api_key: "api_key"
|
|
132
|
-
},
|
|
171
|
+
}, O = {
|
|
133
172
|
create_api_key: "create_api_key",
|
|
134
173
|
read_api_key: "read_api_key",
|
|
135
174
|
update_api_key: "update_api_key",
|
|
@@ -155,29 +194,29 @@ const e = {
|
|
|
155
194
|
manage_billing: "manage_billing",
|
|
156
195
|
view_audit_logs: "view_audit_logs",
|
|
157
196
|
manage_all: "manage_all"
|
|
158
|
-
},
|
|
197
|
+
}, k = {
|
|
159
198
|
business: "business",
|
|
160
199
|
prime: "prime"
|
|
161
|
-
},
|
|
200
|
+
}, P = {
|
|
162
201
|
admin: "admin",
|
|
163
202
|
owner: "owner"
|
|
164
|
-
},
|
|
203
|
+
}, C = {
|
|
165
204
|
pending: "pending",
|
|
166
205
|
accepted: "accepted",
|
|
167
206
|
rejected: "rejected",
|
|
168
207
|
canceled: "canceled",
|
|
169
208
|
expired: "expired"
|
|
170
|
-
},
|
|
209
|
+
}, N = {
|
|
171
210
|
transfers: "transfers"
|
|
172
|
-
},
|
|
211
|
+
}, D = {
|
|
173
212
|
daily: "daily",
|
|
174
213
|
weekly: "weekly",
|
|
175
214
|
monthly: "monthly"
|
|
176
|
-
},
|
|
215
|
+
}, w = {
|
|
177
216
|
csv: "csv",
|
|
178
217
|
json: "json",
|
|
179
218
|
pdf: "pdf"
|
|
180
|
-
},
|
|
219
|
+
}, I = {
|
|
181
220
|
transferID: "transferID",
|
|
182
221
|
status: "status",
|
|
183
222
|
sourceType: "sourceType",
|
|
@@ -201,35 +240,51 @@ const e = {
|
|
|
201
240
|
createdAt: "createdAt",
|
|
202
241
|
updatedAt: "updatedAt",
|
|
203
242
|
metadata: "metadata"
|
|
204
|
-
},
|
|
243
|
+
}, U = {
|
|
205
244
|
sftp: "sftp"
|
|
206
|
-
},
|
|
245
|
+
}, F = {
|
|
207
246
|
sftp: "sftp"
|
|
208
|
-
},
|
|
247
|
+
}, M = {
|
|
209
248
|
processing: "processing",
|
|
210
249
|
completed: "completed",
|
|
211
250
|
failed: "failed",
|
|
212
251
|
canceled: "canceled"
|
|
213
|
-
},
|
|
252
|
+
}, q = {
|
|
214
253
|
oneTime: "oneTime",
|
|
215
254
|
recurring: "recurring"
|
|
216
|
-
},
|
|
255
|
+
}, L = {
|
|
217
256
|
completed: "completed",
|
|
218
257
|
failed: "failed"
|
|
219
|
-
},
|
|
258
|
+
}, j = {
|
|
220
259
|
sftp: "sftp"
|
|
221
|
-
},
|
|
260
|
+
}, z = {
|
|
222
261
|
ed25519: "ed25519",
|
|
223
262
|
rsa4096: "rsa4096"
|
|
224
|
-
},
|
|
263
|
+
}, Y = {
|
|
264
|
+
ios: "ios",
|
|
265
|
+
android: "android"
|
|
266
|
+
}, V = {
|
|
267
|
+
ios: "ios",
|
|
268
|
+
android: "android"
|
|
269
|
+
}, K = {
|
|
270
|
+
ios: "ios"
|
|
271
|
+
}, G = {
|
|
225
272
|
email: "email"
|
|
226
|
-
},
|
|
273
|
+
}, B = {
|
|
227
274
|
sms: "sms"
|
|
228
|
-
},
|
|
275
|
+
}, W = {
|
|
229
276
|
"verify-otp": "verify-otp"
|
|
230
|
-
},
|
|
277
|
+
}, H = {
|
|
231
278
|
"verify-otp": "verify-otp"
|
|
232
|
-
},
|
|
279
|
+
}, X = {
|
|
280
|
+
"base-sepolia": "base-sepolia",
|
|
281
|
+
base: "base",
|
|
282
|
+
arbitrum: "arbitrum",
|
|
283
|
+
optimism: "optimism",
|
|
284
|
+
polygon: "polygon",
|
|
285
|
+
ethereum: "ethereum",
|
|
286
|
+
"ethereum-sepolia": "ethereum-sepolia"
|
|
287
|
+
}, J = {
|
|
233
288
|
"base-sepolia": "base-sepolia",
|
|
234
289
|
base: "base",
|
|
235
290
|
arbitrum: "arbitrum",
|
|
@@ -240,14 +295,14 @@ const e = {
|
|
|
240
295
|
avalanche: "avalanche",
|
|
241
296
|
ethereum: "ethereum",
|
|
242
297
|
"ethereum-sepolia": "ethereum-sepolia"
|
|
243
|
-
},
|
|
298
|
+
}, Z = {
|
|
244
299
|
pending: "pending",
|
|
245
300
|
signed: "signed",
|
|
246
301
|
broadcast: "broadcast",
|
|
247
302
|
complete: "complete",
|
|
248
303
|
dropped: "dropped",
|
|
249
304
|
failed: "failed"
|
|
250
|
-
},
|
|
305
|
+
}, Q = {
|
|
251
306
|
base: "base",
|
|
252
307
|
"base-sepolia": "base-sepolia",
|
|
253
308
|
ethereum: "ethereum",
|
|
@@ -256,91 +311,91 @@ const e = {
|
|
|
256
311
|
arbitrum: "arbitrum",
|
|
257
312
|
avalanche: "avalanche",
|
|
258
313
|
polygon: "polygon"
|
|
259
|
-
},
|
|
314
|
+
}, $ = {
|
|
260
315
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
261
316
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
262
|
-
},
|
|
317
|
+
}, ee = {
|
|
263
318
|
ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
|
|
264
319
|
ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
|
|
265
320
|
ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
|
|
266
321
|
ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
|
|
267
322
|
ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
|
|
268
|
-
},
|
|
323
|
+
}, ae = {
|
|
269
324
|
totp: "totp",
|
|
270
325
|
sms: "sms"
|
|
271
|
-
},
|
|
326
|
+
}, te = {
|
|
272
327
|
totp: "totp"
|
|
273
|
-
},
|
|
328
|
+
}, ne = {
|
|
274
329
|
sms: "sms"
|
|
275
|
-
},
|
|
330
|
+
}, ie = {
|
|
276
331
|
base: "base",
|
|
277
332
|
ethereum: "ethereum",
|
|
278
333
|
arbitrum: "arbitrum",
|
|
279
334
|
optimism: "optimism"
|
|
280
|
-
},
|
|
335
|
+
}, _e = {
|
|
281
336
|
base: "base",
|
|
282
337
|
"base-sepolia": "base-sepolia",
|
|
283
338
|
ethereum: "ethereum"
|
|
284
|
-
},
|
|
339
|
+
}, oe = {
|
|
285
340
|
entity: "entity",
|
|
286
341
|
project: "project"
|
|
287
|
-
},
|
|
342
|
+
}, re = {
|
|
288
343
|
ethValue: "ethValue"
|
|
289
|
-
},
|
|
344
|
+
}, se = {
|
|
290
345
|
">": ">",
|
|
291
346
|
">=": ">=",
|
|
292
347
|
"<": "<",
|
|
293
348
|
"<=": "<=",
|
|
294
349
|
"==": "=="
|
|
295
|
-
},
|
|
350
|
+
}, ce = {
|
|
296
351
|
evmAddress: "evmAddress"
|
|
297
|
-
},
|
|
352
|
+
}, de = {
|
|
298
353
|
in: "in",
|
|
299
354
|
not_in: "not in"
|
|
300
|
-
},
|
|
355
|
+
}, le = {
|
|
301
356
|
erc20: "erc20",
|
|
302
357
|
erc721: "erc721",
|
|
303
358
|
erc1155: "erc1155"
|
|
304
|
-
},
|
|
359
|
+
}, pe = {
|
|
305
360
|
pure: "pure",
|
|
306
361
|
view: "view",
|
|
307
362
|
nonpayable: "nonpayable",
|
|
308
363
|
payable: "payable"
|
|
309
|
-
},
|
|
364
|
+
}, me = {
|
|
310
365
|
function: "function"
|
|
311
|
-
},
|
|
366
|
+
}, ve = {
|
|
312
367
|
constructor: "constructor",
|
|
313
368
|
error: "error",
|
|
314
369
|
event: "event",
|
|
315
370
|
fallback: "fallback",
|
|
316
371
|
receive: "receive"
|
|
317
|
-
},
|
|
372
|
+
}, ue = {
|
|
318
373
|
">": ">",
|
|
319
374
|
">=": ">=",
|
|
320
375
|
"<": "<",
|
|
321
376
|
"<=": "<=",
|
|
322
377
|
"==": "=="
|
|
323
|
-
},
|
|
378
|
+
}, ye = {
|
|
324
379
|
in: "in",
|
|
325
380
|
not_in: "not in"
|
|
326
|
-
},
|
|
381
|
+
}, Te = {
|
|
327
382
|
evmData: "evmData"
|
|
328
|
-
},
|
|
383
|
+
}, fe = {
|
|
329
384
|
netUSDChange: "netUSDChange"
|
|
330
|
-
},
|
|
385
|
+
}, ge = {
|
|
331
386
|
">": ">",
|
|
332
387
|
">=": ">=",
|
|
333
388
|
"<": "<",
|
|
334
389
|
"<=": "<=",
|
|
335
390
|
"==": "=="
|
|
336
|
-
},
|
|
391
|
+
}, xe = {
|
|
337
392
|
reject: "reject",
|
|
338
393
|
accept: "accept"
|
|
339
|
-
},
|
|
394
|
+
}, Ae = {
|
|
340
395
|
signEvmTransaction: "signEvmTransaction"
|
|
341
|
-
},
|
|
396
|
+
}, Ee = {
|
|
342
397
|
evmNetwork: "evmNetwork"
|
|
343
|
-
},
|
|
398
|
+
}, he = {
|
|
344
399
|
"base-sepolia": "base-sepolia",
|
|
345
400
|
base: "base",
|
|
346
401
|
ethereum: "ethereum",
|
|
@@ -351,140 +406,140 @@ const e = {
|
|
|
351
406
|
arbitrum: "arbitrum",
|
|
352
407
|
zora: "zora",
|
|
353
408
|
bnb: "bnb"
|
|
354
|
-
},
|
|
409
|
+
}, Se = {
|
|
355
410
|
in: "in",
|
|
356
411
|
not_in: "not in"
|
|
357
|
-
},
|
|
412
|
+
}, be = {
|
|
358
413
|
reject: "reject",
|
|
359
414
|
accept: "accept"
|
|
360
|
-
},
|
|
415
|
+
}, Re = {
|
|
361
416
|
sendEvmTransaction: "sendEvmTransaction"
|
|
362
|
-
},
|
|
417
|
+
}, Oe = {
|
|
363
418
|
evmMessage: "evmMessage"
|
|
364
|
-
},
|
|
419
|
+
}, ke = {
|
|
365
420
|
reject: "reject",
|
|
366
421
|
accept: "accept"
|
|
367
|
-
},
|
|
422
|
+
}, Pe = {
|
|
368
423
|
signEvmMessage: "signEvmMessage"
|
|
369
|
-
},
|
|
424
|
+
}, Ce = {
|
|
370
425
|
in: "in",
|
|
371
426
|
not_in: "not in"
|
|
372
|
-
},
|
|
427
|
+
}, Ne = {
|
|
373
428
|
">": ">",
|
|
374
429
|
">=": ">=",
|
|
375
430
|
"<": "<",
|
|
376
431
|
"<=": "<=",
|
|
377
432
|
"==": "=="
|
|
378
|
-
},
|
|
433
|
+
}, De = {
|
|
379
434
|
evmTypedDataField: "evmTypedDataField"
|
|
380
|
-
},
|
|
435
|
+
}, we = {
|
|
381
436
|
evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
|
|
382
|
-
},
|
|
437
|
+
}, Ie = {
|
|
383
438
|
in: "in",
|
|
384
439
|
not_in: "not in"
|
|
385
|
-
},
|
|
440
|
+
}, Ue = {
|
|
386
441
|
reject: "reject",
|
|
387
442
|
accept: "accept"
|
|
388
|
-
},
|
|
443
|
+
}, Fe = {
|
|
389
444
|
signEvmTypedData: "signEvmTypedData"
|
|
390
|
-
},
|
|
445
|
+
}, Me = {
|
|
391
446
|
solAddress: "solAddress"
|
|
392
|
-
},
|
|
447
|
+
}, qe = {
|
|
393
448
|
in: "in",
|
|
394
449
|
not_in: "not in"
|
|
395
|
-
},
|
|
450
|
+
}, Le = {
|
|
396
451
|
solValue: "solValue"
|
|
397
|
-
},
|
|
452
|
+
}, je = {
|
|
398
453
|
">": ">",
|
|
399
454
|
">=": ">=",
|
|
400
455
|
"<": "<",
|
|
401
456
|
"<=": "<=",
|
|
402
457
|
"==": "=="
|
|
403
|
-
},
|
|
458
|
+
}, ze = {
|
|
404
459
|
splAddress: "splAddress"
|
|
405
|
-
},
|
|
460
|
+
}, Ye = {
|
|
406
461
|
in: "in",
|
|
407
462
|
not_in: "not in"
|
|
408
|
-
},
|
|
463
|
+
}, Ve = {
|
|
409
464
|
splValue: "splValue"
|
|
410
|
-
},
|
|
465
|
+
}, Ke = {
|
|
411
466
|
">": ">",
|
|
412
467
|
">=": ">=",
|
|
413
468
|
"<": "<",
|
|
414
469
|
"<=": "<=",
|
|
415
470
|
"==": "=="
|
|
416
|
-
},
|
|
471
|
+
}, Ge = {
|
|
417
472
|
mintAddress: "mintAddress"
|
|
418
|
-
},
|
|
473
|
+
}, Be = {
|
|
419
474
|
in: "in",
|
|
420
475
|
not_in: "not in"
|
|
421
|
-
},
|
|
476
|
+
}, We = {
|
|
422
477
|
SystemProgram: "SystemProgram",
|
|
423
478
|
TokenProgram: "TokenProgram",
|
|
424
479
|
AssociatedTokenProgram: "AssociatedTokenProgram"
|
|
425
|
-
},
|
|
480
|
+
}, He = {
|
|
426
481
|
">": ">",
|
|
427
482
|
">=": ">=",
|
|
428
483
|
"<": "<",
|
|
429
484
|
"<=": "<=",
|
|
430
485
|
"==": "=="
|
|
431
|
-
},
|
|
486
|
+
}, Xe = {
|
|
432
487
|
in: "in",
|
|
433
488
|
not_in: "not in"
|
|
434
|
-
},
|
|
489
|
+
}, Je = {
|
|
435
490
|
solData: "solData"
|
|
436
|
-
},
|
|
491
|
+
}, Ze = {
|
|
437
492
|
programId: "programId"
|
|
438
|
-
},
|
|
493
|
+
}, Qe = {
|
|
439
494
|
in: "in",
|
|
440
495
|
not_in: "not in"
|
|
441
|
-
},
|
|
496
|
+
}, $e = {
|
|
442
497
|
reject: "reject",
|
|
443
498
|
accept: "accept"
|
|
444
|
-
},
|
|
499
|
+
}, ea = {
|
|
445
500
|
signSolTransaction: "signSolTransaction"
|
|
446
|
-
},
|
|
501
|
+
}, aa = {
|
|
447
502
|
solNetwork: "solNetwork"
|
|
448
|
-
},
|
|
503
|
+
}, ta = {
|
|
449
504
|
"solana-devnet": "solana-devnet",
|
|
450
505
|
solana: "solana"
|
|
451
|
-
},
|
|
506
|
+
}, na = {
|
|
452
507
|
in: "in",
|
|
453
508
|
not_in: "not in"
|
|
454
|
-
},
|
|
509
|
+
}, ia = {
|
|
455
510
|
reject: "reject",
|
|
456
511
|
accept: "accept"
|
|
457
|
-
},
|
|
512
|
+
}, _a = {
|
|
458
513
|
sendSolTransaction: "sendSolTransaction"
|
|
459
|
-
},
|
|
514
|
+
}, oa = {
|
|
460
515
|
solMessage: "solMessage"
|
|
461
|
-
},
|
|
516
|
+
}, ra = {
|
|
462
517
|
reject: "reject",
|
|
463
518
|
accept: "accept"
|
|
464
|
-
},
|
|
519
|
+
}, sa = {
|
|
465
520
|
signSolMessage: "signSolMessage"
|
|
466
|
-
},
|
|
521
|
+
}, ca = {
|
|
467
522
|
reject: "reject",
|
|
468
523
|
accept: "accept"
|
|
469
|
-
},
|
|
524
|
+
}, da = {
|
|
470
525
|
signEvmHash: "signEvmHash"
|
|
471
|
-
},
|
|
526
|
+
}, la = {
|
|
472
527
|
reject: "reject",
|
|
473
528
|
accept: "accept"
|
|
474
|
-
},
|
|
529
|
+
}, pa = {
|
|
475
530
|
prepareUserOperation: "prepareUserOperation"
|
|
476
|
-
},
|
|
531
|
+
}, ma = {
|
|
477
532
|
reject: "reject",
|
|
478
533
|
accept: "accept"
|
|
479
|
-
},
|
|
534
|
+
}, va = {
|
|
480
535
|
sendUserOperation: "sendUserOperation"
|
|
481
|
-
},
|
|
536
|
+
}, ua = {
|
|
482
537
|
project: "project",
|
|
483
538
|
account: "account"
|
|
484
|
-
},
|
|
539
|
+
}, ya = {
|
|
485
540
|
solana: "solana",
|
|
486
541
|
"solana-devnet": "solana-devnet"
|
|
487
|
-
},
|
|
542
|
+
}, Ta = {
|
|
488
543
|
String: "String",
|
|
489
544
|
UInt8: "UInt8",
|
|
490
545
|
UInt16: "UInt16",
|
|
@@ -505,26 +560,26 @@ const e = {
|
|
|
505
560
|
DateTime: "DateTime",
|
|
506
561
|
DateTime64: "DateTime64",
|
|
507
562
|
UUID: "UUID"
|
|
508
|
-
},
|
|
563
|
+
}, fa = {
|
|
509
564
|
NUMBER_1: 1,
|
|
510
565
|
NUMBER_2: 2
|
|
511
|
-
},
|
|
566
|
+
}, ga = {
|
|
512
567
|
exact: "exact"
|
|
513
|
-
},
|
|
568
|
+
}, xa = {
|
|
514
569
|
"base-sepolia": "base-sepolia",
|
|
515
570
|
base: "base",
|
|
516
571
|
"solana-devnet": "solana-devnet",
|
|
517
572
|
solana: "solana"
|
|
518
|
-
},
|
|
573
|
+
}, Aa = {
|
|
519
574
|
exact: "exact"
|
|
520
|
-
},
|
|
575
|
+
}, Ea = {
|
|
521
576
|
exact: "exact"
|
|
522
|
-
},
|
|
577
|
+
}, ha = {
|
|
523
578
|
"base-sepolia": "base-sepolia",
|
|
524
579
|
base: "base",
|
|
525
580
|
"solana-devnet": "solana-devnet",
|
|
526
581
|
solana: "solana"
|
|
527
|
-
},
|
|
582
|
+
}, Sa = {
|
|
528
583
|
insufficient_funds: "insufficient_funds",
|
|
529
584
|
invalid_scheme: "invalid_scheme",
|
|
530
585
|
invalid_network: "invalid_network",
|
|
@@ -540,6 +595,13 @@ const e = {
|
|
|
540
595
|
invalid_exact_evm_payload_authorization_to_address_kyt: "invalid_exact_evm_payload_authorization_to_address_kyt",
|
|
541
596
|
invalid_exact_evm_payload_signature: "invalid_exact_evm_payload_signature",
|
|
542
597
|
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
|
|
598
|
+
invalid_exact_evm_permit2_payload_allowance_required: "invalid_exact_evm_permit2_payload_allowance_required",
|
|
599
|
+
invalid_exact_evm_permit2_payload_signature: "invalid_exact_evm_permit2_payload_signature",
|
|
600
|
+
invalid_exact_evm_permit2_payload_deadline: "invalid_exact_evm_permit2_payload_deadline",
|
|
601
|
+
invalid_exact_evm_permit2_payload_valid_after: "invalid_exact_evm_permit2_payload_valid_after",
|
|
602
|
+
invalid_exact_evm_permit2_payload_spender: "invalid_exact_evm_permit2_payload_spender",
|
|
603
|
+
invalid_exact_evm_permit2_payload_recipient: "invalid_exact_evm_permit2_payload_recipient",
|
|
604
|
+
invalid_exact_evm_permit2_payload_amount: "invalid_exact_evm_permit2_payload_amount",
|
|
543
605
|
invalid_exact_svm_payload_transaction: "invalid_exact_svm_payload_transaction",
|
|
544
606
|
invalid_exact_svm_payload_transaction_amount_mismatch: "invalid_exact_svm_payload_transaction_amount_mismatch",
|
|
545
607
|
invalid_exact_svm_payload_transaction_create_ata_instruction: "invalid_exact_svm_payload_transaction_create_ata_instruction",
|
|
@@ -561,7 +623,7 @@ const e = {
|
|
|
561
623
|
invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts: "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts",
|
|
562
624
|
invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds",
|
|
563
625
|
unknown_error: "unknown_error"
|
|
564
|
-
},
|
|
626
|
+
}, ba = {
|
|
565
627
|
insufficient_funds: "insufficient_funds",
|
|
566
628
|
invalid_scheme: "invalid_scheme",
|
|
567
629
|
invalid_network: "invalid_network",
|
|
@@ -577,6 +639,13 @@ const e = {
|
|
|
577
639
|
invalid_exact_evm_payload_authorization_to_address_kyt: "invalid_exact_evm_payload_authorization_to_address_kyt",
|
|
578
640
|
invalid_exact_evm_payload_signature: "invalid_exact_evm_payload_signature",
|
|
579
641
|
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
|
|
642
|
+
invalid_exact_evm_permit2_payload_allowance_required: "invalid_exact_evm_permit2_payload_allowance_required",
|
|
643
|
+
invalid_exact_evm_permit2_payload_signature: "invalid_exact_evm_permit2_payload_signature",
|
|
644
|
+
invalid_exact_evm_permit2_payload_deadline: "invalid_exact_evm_permit2_payload_deadline",
|
|
645
|
+
invalid_exact_evm_permit2_payload_valid_after: "invalid_exact_evm_permit2_payload_valid_after",
|
|
646
|
+
invalid_exact_evm_permit2_payload_spender: "invalid_exact_evm_permit2_payload_spender",
|
|
647
|
+
invalid_exact_evm_permit2_payload_recipient: "invalid_exact_evm_permit2_payload_recipient",
|
|
648
|
+
invalid_exact_evm_permit2_payload_amount: "invalid_exact_evm_permit2_payload_amount",
|
|
580
649
|
invalid_exact_svm_payload_transaction: "invalid_exact_svm_payload_transaction",
|
|
581
650
|
invalid_exact_svm_payload_transaction_amount_mismatch: "invalid_exact_svm_payload_transaction_amount_mismatch",
|
|
582
651
|
invalid_exact_svm_payload_transaction_create_ata_instruction: "invalid_exact_svm_payload_transaction_create_ata_instruction",
|
|
@@ -603,9 +672,9 @@ const e = {
|
|
|
603
672
|
settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
|
|
604
673
|
settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out",
|
|
605
674
|
unknown_error: "unknown_error"
|
|
606
|
-
},
|
|
675
|
+
}, Ra = {
|
|
607
676
|
exact: "exact"
|
|
608
|
-
},
|
|
677
|
+
}, Oa = {
|
|
609
678
|
"base-sepolia": "base-sepolia",
|
|
610
679
|
base: "base",
|
|
611
680
|
"solana-devnet": "solana-devnet",
|
|
@@ -614,63 +683,69 @@ const e = {
|
|
|
614
683
|
"eip155:84532": "eip155:84532",
|
|
615
684
|
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
|
|
616
685
|
"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"
|
|
617
|
-
},
|
|
686
|
+
}, ka = {
|
|
618
687
|
http: "http"
|
|
619
|
-
},
|
|
688
|
+
}, Pa = {
|
|
689
|
+
20: "2.0"
|
|
690
|
+
}, Ca = {
|
|
691
|
+
20: "2.0"
|
|
692
|
+
}, Na = {
|
|
620
693
|
GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
|
|
621
|
-
},
|
|
694
|
+
}, Da = {
|
|
622
695
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
623
696
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
624
|
-
},
|
|
697
|
+
}, wa = {
|
|
625
698
|
ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
|
|
626
699
|
ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
|
|
627
700
|
ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
|
|
628
701
|
ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
|
|
629
702
|
ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
|
|
630
|
-
},
|
|
703
|
+
}, Ia = {
|
|
631
704
|
PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
|
|
632
|
-
},
|
|
705
|
+
}, Ua = {
|
|
633
706
|
CARD: "CARD",
|
|
634
707
|
ACH: "ACH",
|
|
635
708
|
APPLE_PAY: "APPLE_PAY",
|
|
636
709
|
PAYPAL: "PAYPAL",
|
|
637
710
|
FIAT_WALLET: "FIAT_WALLET",
|
|
638
711
|
CRYPTO_WALLET: "CRYPTO_WALLET"
|
|
639
|
-
},
|
|
712
|
+
}, Fa = {
|
|
640
713
|
phone_number: "phone_number"
|
|
641
|
-
},
|
|
714
|
+
}, Ma = {
|
|
642
715
|
weekly_spending: "weekly_spending",
|
|
643
716
|
lifetime_transactions: "lifetime_transactions"
|
|
644
|
-
},
|
|
645
|
-
|
|
717
|
+
}, qa = {
|
|
718
|
+
pending_submit: "pending_submit",
|
|
719
|
+
submitted: "submitted",
|
|
720
|
+
active: "active",
|
|
721
|
+
rejected: "rejected"
|
|
722
|
+
}, La = {
|
|
723
|
+
ssnLast4: "ssnLast4"
|
|
724
|
+
}, ja = {
|
|
725
|
+
INVALID_FORMAT: "INVALID_FORMAT",
|
|
726
|
+
VERIFICATION_FAILED: "VERIFICATION_FAILED"
|
|
727
|
+
}, za = {
|
|
646
728
|
fedwire: "fedwire"
|
|
647
|
-
},
|
|
648
|
-
unknown: "unknown",
|
|
649
|
-
daily: "daily",
|
|
650
|
-
weekly: "weekly",
|
|
651
|
-
monthly: "monthly",
|
|
652
|
-
biweekly: "biweekly"
|
|
653
|
-
}, Pt = {
|
|
654
|
-
checking: "checking",
|
|
655
|
-
savings: "savings"
|
|
656
|
-
}, Nt = {
|
|
657
|
-
ach: "ach"
|
|
658
|
-
}, Dt = {
|
|
729
|
+
}, Ya = {
|
|
659
730
|
fedwire: "fedwire"
|
|
660
|
-
},
|
|
731
|
+
}, Va = {
|
|
732
|
+
swift: "swift"
|
|
733
|
+
}, Ka = {
|
|
734
|
+
swift: "swift"
|
|
735
|
+
}, Ga = {
|
|
661
736
|
base: "base",
|
|
662
737
|
ethereum: "ethereum"
|
|
663
|
-
},
|
|
738
|
+
}, Ba = {
|
|
664
739
|
risk_indicated: "risk_indicated",
|
|
665
740
|
no_risk_indicated: "no_risk_indicated"
|
|
666
|
-
},
|
|
741
|
+
}, Wa = {
|
|
667
742
|
paymentstransfersquoted: "payments.transfers.quoted",
|
|
668
743
|
paymentstransfersprocessing: "payments.transfers.processing",
|
|
669
744
|
paymentstransferscompleted: "payments.transfers.completed",
|
|
670
745
|
paymentstransfersfailed: "payments.transfers.failed"
|
|
671
|
-
},
|
|
746
|
+
}, Ha = {
|
|
672
747
|
refresh_token: "refresh_token"
|
|
673
|
-
},
|
|
748
|
+
}, Xa = {
|
|
674
749
|
base: "base",
|
|
675
750
|
"base-sepolia": "base-sepolia",
|
|
676
751
|
ethereum: "ethereum",
|
|
@@ -679,7 +754,7 @@ const e = {
|
|
|
679
754
|
polygon: "polygon",
|
|
680
755
|
optimism: "optimism",
|
|
681
756
|
arbitrum: "arbitrum"
|
|
682
|
-
},
|
|
757
|
+
}, Ja = {
|
|
683
758
|
base: "base",
|
|
684
759
|
"base-sepolia": "base-sepolia",
|
|
685
760
|
ethereum: "ethereum",
|
|
@@ -688,160 +763,173 @@ const e = {
|
|
|
688
763
|
polygon: "polygon",
|
|
689
764
|
optimism: "optimism",
|
|
690
765
|
arbitrum: "arbitrum"
|
|
691
|
-
},
|
|
766
|
+
}, Za = {
|
|
692
767
|
solana: "solana",
|
|
693
768
|
"solana-devnet": "solana-devnet"
|
|
694
|
-
},
|
|
769
|
+
}, Qa = {
|
|
695
770
|
solana: "solana",
|
|
696
771
|
"solana-devnet": "solana-devnet"
|
|
697
772
|
};
|
|
698
773
|
export {
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
774
|
+
me as AbiFunctionType,
|
|
775
|
+
ve as AbiInputType,
|
|
776
|
+
pe as AbiStateMutability,
|
|
702
777
|
e as AccountType,
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
778
|
+
Y as AddMobileClientRequestPlatform,
|
|
779
|
+
V as AddMobileClientResponsePlatform,
|
|
780
|
+
Ga as AddressRiskNetwork,
|
|
781
|
+
Ba as AddressRiskRiskLevel,
|
|
706
782
|
i as AssetType,
|
|
707
|
-
|
|
708
|
-
|
|
783
|
+
s as CapabilityName,
|
|
784
|
+
o as CapabilityStatus,
|
|
709
785
|
p as CreateDepositDestinationRequestType,
|
|
710
|
-
|
|
711
|
-
Dt as CreatePaymentMethodRequestFedwireType,
|
|
712
|
-
D as CreateReportDestinationRequestAllOfType,
|
|
786
|
+
F as CreateReportDestinationRequestAllOfType,
|
|
713
787
|
l as CryptoDepositDestinationType,
|
|
714
|
-
|
|
715
|
-
|
|
788
|
+
_ as CustomerType,
|
|
789
|
+
L as DeliveryStatus,
|
|
716
790
|
c as DepositDestinationType,
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
H as
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
791
|
+
j as DestinationType,
|
|
792
|
+
S as DeveloperJWTAuthenticationType,
|
|
793
|
+
E as EmailAuthenticationType,
|
|
794
|
+
$ as EndUserOnrampFeeType,
|
|
795
|
+
ee as EndUserOnrampOrderStatus,
|
|
796
|
+
a as ErrorType,
|
|
797
|
+
se as EthValueCriterionOperator,
|
|
798
|
+
re as EthValueCriterionType,
|
|
799
|
+
de as EvmAddressCriterionOperator,
|
|
800
|
+
ce as EvmAddressCriterionType,
|
|
801
|
+
Te as EvmDataCriterionType,
|
|
802
|
+
ye as EvmDataParameterConditionListOperator,
|
|
803
|
+
ue as EvmDataParameterConditionOperator,
|
|
804
|
+
X as EvmEip7702DelegationNetwork,
|
|
805
|
+
Oe as EvmMessageCriterionType,
|
|
806
|
+
he as EvmNetworkCriterionNetworksItem,
|
|
807
|
+
Se as EvmNetworkCriterionOperator,
|
|
808
|
+
Ee as EvmNetworkCriterionType,
|
|
809
|
+
ie as EvmSwapsNetwork,
|
|
810
|
+
Ce as EvmTypedAddressConditionOperator,
|
|
811
|
+
Ne as EvmTypedNumericalConditionOperator,
|
|
812
|
+
J as EvmUserOperationNetwork,
|
|
813
|
+
Z as EvmUserOperationStatus,
|
|
814
|
+
za as FedwirePaymentMethodAllOfPaymentRail,
|
|
815
|
+
Ya as FedwirePaymentMethodPaymentRail,
|
|
816
|
+
w as FileType,
|
|
817
|
+
D as Frequency,
|
|
818
|
+
W as InitiateEmailAuthenticationNextStepType,
|
|
819
|
+
G as InitiateEmailAuthenticationRequestType,
|
|
820
|
+
H as InitiateSmsAuthenticationNextStepType,
|
|
821
|
+
B as InitiateSmsAuthenticationRequestType,
|
|
822
|
+
ne as InitiateSmsMfaEnrollmentType,
|
|
823
|
+
te as InitiateTotpMfaEnrollmentType,
|
|
824
|
+
C as InvitationStatus,
|
|
825
|
+
K as IosAttestationRegistrationResponsePlatform,
|
|
826
|
+
le as KnownAbiType,
|
|
827
|
+
We as KnownIdlType,
|
|
751
828
|
n as LinkAccountType,
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
829
|
+
P as LinkableEntityRole,
|
|
830
|
+
k as LinkableEntityType,
|
|
831
|
+
_e as ListEvmTokenBalancesNetwork,
|
|
832
|
+
ya as ListSolanaTokenBalancesNetwork,
|
|
833
|
+
ae as MfaMethod,
|
|
834
|
+
Be as MintAddressCriterionOperator,
|
|
835
|
+
Ge as MintAddressCriterionType,
|
|
836
|
+
ge as NetUSDChangeCriterionOperator,
|
|
837
|
+
fe as NetUSDChangeCriterionType,
|
|
761
838
|
d as Network,
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
839
|
+
b as OAuth2ProviderType,
|
|
840
|
+
Ta as OnchainDataResultSchemaColumnsItemType,
|
|
841
|
+
Ma as OnrampLimitType,
|
|
842
|
+
La as OnrampLimitUpgradeIdentityFieldKey,
|
|
843
|
+
ja as OnrampLimitUpgradeOptionLastErrorCode,
|
|
844
|
+
qa as OnrampLimitUpgradeStatus,
|
|
845
|
+
Da as OnrampOrderFeeType,
|
|
846
|
+
Na as OnrampOrderPaymentMethodTypeId,
|
|
847
|
+
wa as OnrampOrderStatus,
|
|
848
|
+
Ia as OnrampPaymentLinkType,
|
|
849
|
+
Ua as OnrampQuotePaymentMethodTypeId,
|
|
850
|
+
Fa as OnrampUserIdType,
|
|
851
|
+
A as OrderFeeType,
|
|
852
|
+
f as OrderSide,
|
|
853
|
+
T as OrderStatus,
|
|
854
|
+
g as OrderType,
|
|
855
|
+
oe as PermissionCatalogObjectsItemType,
|
|
856
|
+
R as PermissionSubjectType,
|
|
857
|
+
O as PermissionVerb,
|
|
858
|
+
ua as PolicyScope,
|
|
859
|
+
la as PrepareUserOperationRuleAction,
|
|
860
|
+
pa as PrepareUserOperationRuleOperation,
|
|
861
|
+
Qe as ProgramIdCriterionOperator,
|
|
862
|
+
Ze as ProgramIdCriterionType,
|
|
863
|
+
Ha as RefreshAccessTokenBodyGrantType,
|
|
864
|
+
U as ReportDestinationAllOfType,
|
|
865
|
+
M as ReportStatus,
|
|
866
|
+
r as RequirementStatus,
|
|
867
|
+
N as ResourceType,
|
|
868
|
+
z as SSHKeyAlgorithm,
|
|
869
|
+
q as ScheduleType,
|
|
870
|
+
Ja as SendEvmAssetWithEndUserAccountBodyNetwork,
|
|
871
|
+
be as SendEvmTransactionRuleAction,
|
|
872
|
+
Re as SendEvmTransactionRuleOperation,
|
|
873
|
+
Xa as SendEvmTransactionWithEndUserAccountBodyNetwork,
|
|
874
|
+
ia as SendSolTransactionRuleAction,
|
|
875
|
+
_a as SendSolTransactionRuleOperation,
|
|
876
|
+
Qa as SendSolanaAssetWithEndUserAccountBodyNetwork,
|
|
877
|
+
Za as SendSolanaTransactionWithEndUserAccountBodyNetwork,
|
|
878
|
+
ma as SendUserOperationRuleAction,
|
|
879
|
+
va as SendUserOperationRuleOperation,
|
|
880
|
+
ca as SignEvmHashRuleAction,
|
|
881
|
+
da as SignEvmHashRuleOperation,
|
|
882
|
+
ke as SignEvmMessageRuleAction,
|
|
883
|
+
Pe as SignEvmMessageRuleOperation,
|
|
884
|
+
xe as SignEvmTransactionRuleAction,
|
|
885
|
+
Ae as SignEvmTransactionRuleOperation,
|
|
886
|
+
De as SignEvmTypedDataFieldCriterionType,
|
|
887
|
+
Ue as SignEvmTypedDataRuleAction,
|
|
888
|
+
Fe as SignEvmTypedDataRuleOperation,
|
|
889
|
+
Ie as SignEvmTypedDataVerifyingContractCriterionOperator,
|
|
890
|
+
we as SignEvmTypedDataVerifyingContractCriterionType,
|
|
891
|
+
ra as SignSolMessageRuleAction,
|
|
892
|
+
sa as SignSolMessageRuleOperation,
|
|
893
|
+
$e as SignSolTransactionRuleAction,
|
|
894
|
+
ea as SignSolTransactionRuleOperation,
|
|
895
|
+
h as SmsAuthenticationType,
|
|
896
|
+
qe as SolAddressCriterionOperator,
|
|
897
|
+
Me as SolAddressCriterionType,
|
|
898
|
+
Je as SolDataCriterionType,
|
|
899
|
+
Xe as SolDataParameterConditionListOperator,
|
|
900
|
+
He as SolDataParameterConditionOperator,
|
|
901
|
+
oa as SolMessageCriterionType,
|
|
902
|
+
ta as SolNetworkCriterionNetworksItem,
|
|
903
|
+
na as SolNetworkCriterionOperator,
|
|
904
|
+
aa as SolNetworkCriterionType,
|
|
905
|
+
je as SolValueCriterionOperator,
|
|
906
|
+
Le as SolValueCriterionType,
|
|
907
|
+
Q as SpendPermissionNetwork,
|
|
908
|
+
Ye as SplAddressCriterionOperator,
|
|
909
|
+
ze as SplAddressCriterionType,
|
|
910
|
+
Ke as SplValueCriterionOperator,
|
|
911
|
+
Ve as SplValueCriterionType,
|
|
912
|
+
t as Status,
|
|
913
|
+
Va as SwiftPaymentMethodAllOfPaymentRail,
|
|
914
|
+
Ka as SwiftPaymentMethodPaymentRail,
|
|
915
|
+
x as TimeInForce,
|
|
916
|
+
I as TransferColumn,
|
|
917
|
+
Wa as TransferEventEventType,
|
|
832
918
|
v as TransferFeeType,
|
|
833
919
|
y as TransferRequestAmountType,
|
|
834
920
|
m as TransferStatus,
|
|
835
921
|
u as TravelRuleBeneficiaryAllOfWalletType,
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
922
|
+
ka as X402DiscoveryResourceType,
|
|
923
|
+
Pa as X402McpRequestJsonrpc,
|
|
924
|
+
Ca as X402McpResponseJsonrpc,
|
|
925
|
+
ba as X402SettleErrorReason,
|
|
926
|
+
Oa as X402SupportedPaymentKindNetwork,
|
|
927
|
+
Ra as X402SupportedPaymentKindScheme,
|
|
928
|
+
xa as X402V1PaymentPayloadNetwork,
|
|
929
|
+
ga as X402V1PaymentPayloadScheme,
|
|
930
|
+
ha as X402V1PaymentRequirementsNetwork,
|
|
931
|
+
Ea as X402V1PaymentRequirementsScheme,
|
|
932
|
+
Aa as X402V2PaymentRequirementsScheme,
|
|
933
|
+
Sa as X402VerifyInvalidReason,
|
|
934
|
+
fa as X402Version
|
|
847
935
|
};
|