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