@coinbase/cdp-api-client 0.0.33 → 0.0.34
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 +146 -122
- package/dist/esm/index2.js +89 -36
- package/dist/esm/index3.js +261 -147
- package/dist/types/index.d.ts +494 -25
- package/package.json +1 -1
package/dist/esm/index3.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
email: "email"
|
|
3
|
-
}, t = {
|
|
4
|
-
sms: "sms"
|
|
5
3
|
}, a = {
|
|
4
|
+
sms: "sms"
|
|
5
|
+
}, t = {
|
|
6
6
|
jwt: "jwt"
|
|
7
7
|
}, n = {
|
|
8
8
|
already_exists: "already_exists",
|
|
@@ -39,11 +39,11 @@ const e = {
|
|
|
39
39
|
email: "email"
|
|
40
40
|
}, o = {
|
|
41
41
|
sms: "sms"
|
|
42
|
+
}, _ = {
|
|
43
|
+
"verify-otp": "verify-otp"
|
|
42
44
|
}, r = {
|
|
43
45
|
"verify-otp": "verify-otp"
|
|
44
46
|
}, s = {
|
|
45
|
-
"verify-otp": "verify-otp"
|
|
46
|
-
}, _ = {
|
|
47
47
|
"base-sepolia": "base-sepolia",
|
|
48
48
|
base: "base",
|
|
49
49
|
arbitrum: "arbitrum",
|
|
@@ -96,12 +96,12 @@ const e = {
|
|
|
96
96
|
erc20: "erc20",
|
|
97
97
|
erc721: "erc721",
|
|
98
98
|
erc1155: "erc1155"
|
|
99
|
-
},
|
|
99
|
+
}, h = {
|
|
100
100
|
pure: "pure",
|
|
101
101
|
view: "view",
|
|
102
102
|
nonpayable: "nonpayable",
|
|
103
103
|
payable: "payable"
|
|
104
|
-
},
|
|
104
|
+
}, g = {
|
|
105
105
|
function: "function"
|
|
106
106
|
}, S = {
|
|
107
107
|
constructor: "constructor",
|
|
@@ -109,18 +109,18 @@ const e = {
|
|
|
109
109
|
event: "event",
|
|
110
110
|
fallback: "fallback",
|
|
111
111
|
receive: "receive"
|
|
112
|
-
},
|
|
112
|
+
}, E = {
|
|
113
113
|
">": ">",
|
|
114
114
|
">=": ">=",
|
|
115
115
|
"<": "<",
|
|
116
116
|
"<=": "<=",
|
|
117
117
|
"==": "=="
|
|
118
|
-
},
|
|
118
|
+
}, A = {
|
|
119
119
|
in: "in",
|
|
120
120
|
not_in: "not in"
|
|
121
|
-
},
|
|
121
|
+
}, x = {
|
|
122
122
|
evmData: "evmData"
|
|
123
|
-
},
|
|
123
|
+
}, b = {
|
|
124
124
|
netUSDChange: "netUSDChange"
|
|
125
125
|
}, f = {
|
|
126
126
|
">": ">",
|
|
@@ -131,11 +131,11 @@ const e = {
|
|
|
131
131
|
}, P = {
|
|
132
132
|
reject: "reject",
|
|
133
133
|
accept: "accept"
|
|
134
|
-
},
|
|
134
|
+
}, O = {
|
|
135
135
|
signEvmTransaction: "signEvmTransaction"
|
|
136
|
-
},
|
|
136
|
+
}, k = {
|
|
137
137
|
evmNetwork: "evmNetwork"
|
|
138
|
-
},
|
|
138
|
+
}, R = {
|
|
139
139
|
"base-sepolia": "base-sepolia",
|
|
140
140
|
base: "base",
|
|
141
141
|
ethereum: "ethereum",
|
|
@@ -146,20 +146,20 @@ const e = {
|
|
|
146
146
|
arbitrum: "arbitrum",
|
|
147
147
|
zora: "zora",
|
|
148
148
|
bnb: "bnb"
|
|
149
|
-
},
|
|
149
|
+
}, C = {
|
|
150
150
|
in: "in",
|
|
151
151
|
not_in: "not in"
|
|
152
|
-
},
|
|
152
|
+
}, N = {
|
|
153
153
|
reject: "reject",
|
|
154
154
|
accept: "accept"
|
|
155
|
-
},
|
|
155
|
+
}, D = {
|
|
156
156
|
sendEvmTransaction: "sendEvmTransaction"
|
|
157
157
|
}, I = {
|
|
158
158
|
evmMessage: "evmMessage"
|
|
159
|
-
},
|
|
159
|
+
}, w = {
|
|
160
160
|
reject: "reject",
|
|
161
161
|
accept: "accept"
|
|
162
|
-
},
|
|
162
|
+
}, U = {
|
|
163
163
|
signEvmMessage: "signEvmMessage"
|
|
164
164
|
}, M = {
|
|
165
165
|
in: "in",
|
|
@@ -170,45 +170,45 @@ const e = {
|
|
|
170
170
|
"<": "<",
|
|
171
171
|
"<=": "<=",
|
|
172
172
|
"==": "=="
|
|
173
|
-
},
|
|
173
|
+
}, L = {
|
|
174
174
|
evmTypedDataField: "evmTypedDataField"
|
|
175
|
-
},
|
|
175
|
+
}, j = {
|
|
176
176
|
evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
|
|
177
|
-
},
|
|
177
|
+
}, Y = {
|
|
178
178
|
in: "in",
|
|
179
179
|
not_in: "not in"
|
|
180
|
-
},
|
|
180
|
+
}, q = {
|
|
181
181
|
reject: "reject",
|
|
182
182
|
accept: "accept"
|
|
183
|
-
},
|
|
183
|
+
}, F = {
|
|
184
184
|
signEvmTypedData: "signEvmTypedData"
|
|
185
|
-
},
|
|
185
|
+
}, V = {
|
|
186
186
|
solAddress: "solAddress"
|
|
187
|
-
},
|
|
187
|
+
}, H = {
|
|
188
188
|
in: "in",
|
|
189
189
|
not_in: "not in"
|
|
190
|
-
},
|
|
190
|
+
}, X = {
|
|
191
191
|
solValue: "solValue"
|
|
192
|
-
},
|
|
192
|
+
}, G = {
|
|
193
193
|
">": ">",
|
|
194
194
|
">=": ">=",
|
|
195
195
|
"<": "<",
|
|
196
196
|
"<=": "<=",
|
|
197
197
|
"==": "=="
|
|
198
|
-
}, K = {
|
|
199
|
-
splAddress: "splAddress"
|
|
200
198
|
}, B = {
|
|
199
|
+
splAddress: "splAddress"
|
|
200
|
+
}, K = {
|
|
201
201
|
in: "in",
|
|
202
202
|
not_in: "not in"
|
|
203
203
|
}, W = {
|
|
204
204
|
splValue: "splValue"
|
|
205
|
-
},
|
|
205
|
+
}, Q = {
|
|
206
206
|
">": ">",
|
|
207
207
|
">=": ">=",
|
|
208
208
|
"<": "<",
|
|
209
209
|
"<=": "<=",
|
|
210
210
|
"==": "=="
|
|
211
|
-
},
|
|
211
|
+
}, J = {
|
|
212
212
|
mintAddress: "mintAddress"
|
|
213
213
|
}, Z = {
|
|
214
214
|
in: "in",
|
|
@@ -223,50 +223,63 @@ const e = {
|
|
|
223
223
|
"<": "<",
|
|
224
224
|
"<=": "<=",
|
|
225
225
|
"==": "=="
|
|
226
|
-
},
|
|
226
|
+
}, ae = {
|
|
227
227
|
in: "in",
|
|
228
228
|
not_in: "not in"
|
|
229
|
-
},
|
|
229
|
+
}, te = {
|
|
230
230
|
solData: "solData"
|
|
231
231
|
}, ne = {
|
|
232
|
-
|
|
233
|
-
accept: "accept"
|
|
232
|
+
programId: "programId"
|
|
234
233
|
}, ie = {
|
|
235
|
-
|
|
234
|
+
in: "in",
|
|
235
|
+
not_in: "not in"
|
|
236
236
|
}, oe = {
|
|
237
237
|
reject: "reject",
|
|
238
238
|
accept: "accept"
|
|
239
|
+
}, _e = {
|
|
240
|
+
signSolTransaction: "signSolTransaction"
|
|
239
241
|
}, re = {
|
|
240
|
-
|
|
242
|
+
solNetwork: "solNetwork"
|
|
241
243
|
}, se = {
|
|
244
|
+
"solana-devnet": "solana-devnet",
|
|
245
|
+
solana: "solana"
|
|
246
|
+
}, ce = {
|
|
247
|
+
in: "in",
|
|
248
|
+
not_in: "not in"
|
|
249
|
+
}, le = {
|
|
250
|
+
reject: "reject",
|
|
251
|
+
accept: "accept"
|
|
252
|
+
}, de = {
|
|
253
|
+
sendSolTransaction: "sendSolTransaction"
|
|
254
|
+
}, pe = {
|
|
242
255
|
solMessage: "solMessage"
|
|
243
|
-
},
|
|
256
|
+
}, me = {
|
|
244
257
|
reject: "reject",
|
|
245
258
|
accept: "accept"
|
|
246
|
-
},
|
|
259
|
+
}, ve = {
|
|
247
260
|
signSolMessage: "signSolMessage"
|
|
248
|
-
},
|
|
261
|
+
}, ue = {
|
|
249
262
|
reject: "reject",
|
|
250
263
|
accept: "accept"
|
|
251
|
-
},
|
|
264
|
+
}, ye = {
|
|
252
265
|
signEvmHash: "signEvmHash"
|
|
253
|
-
},
|
|
266
|
+
}, Te = {
|
|
254
267
|
reject: "reject",
|
|
255
268
|
accept: "accept"
|
|
256
|
-
},
|
|
269
|
+
}, he = {
|
|
257
270
|
prepareUserOperation: "prepareUserOperation"
|
|
258
|
-
},
|
|
271
|
+
}, ge = {
|
|
259
272
|
reject: "reject",
|
|
260
273
|
accept: "accept"
|
|
261
|
-
},
|
|
274
|
+
}, Se = {
|
|
262
275
|
sendUserOperation: "sendUserOperation"
|
|
263
|
-
},
|
|
276
|
+
}, Ee = {
|
|
264
277
|
project: "project",
|
|
265
278
|
account: "account"
|
|
266
|
-
},
|
|
279
|
+
}, Ae = {
|
|
267
280
|
solana: "solana",
|
|
268
281
|
"solana-devnet": "solana-devnet"
|
|
269
|
-
},
|
|
282
|
+
}, xe = {
|
|
270
283
|
String: "String",
|
|
271
284
|
UInt8: "UInt8",
|
|
272
285
|
UInt16: "UInt16",
|
|
@@ -287,19 +300,23 @@ const e = {
|
|
|
287
300
|
DateTime: "DateTime",
|
|
288
301
|
DateTime64: "DateTime64",
|
|
289
302
|
UUID: "UUID"
|
|
290
|
-
},
|
|
303
|
+
}, be = {
|
|
291
304
|
NUMBER_1: 1
|
|
292
|
-
},
|
|
305
|
+
}, fe = {
|
|
293
306
|
exact: "exact"
|
|
294
|
-
},
|
|
307
|
+
}, Pe = {
|
|
295
308
|
"base-sepolia": "base-sepolia",
|
|
296
|
-
base: "base"
|
|
297
|
-
|
|
309
|
+
base: "base",
|
|
310
|
+
"solana-devnet": "solana-devnet",
|
|
311
|
+
solana: "solana"
|
|
312
|
+
}, Oe = {
|
|
298
313
|
exact: "exact"
|
|
299
|
-
},
|
|
314
|
+
}, ke = {
|
|
300
315
|
"base-sepolia": "base-sepolia",
|
|
301
|
-
base: "base"
|
|
302
|
-
|
|
316
|
+
base: "base",
|
|
317
|
+
"solana-devnet": "solana-devnet",
|
|
318
|
+
solana: "solana"
|
|
319
|
+
}, Re = {
|
|
303
320
|
insufficient_funds: "insufficient_funds",
|
|
304
321
|
invalid_scheme: "invalid_scheme",
|
|
305
322
|
invalid_network: "invalid_network",
|
|
@@ -313,8 +330,26 @@ const e = {
|
|
|
313
330
|
invalid_exact_evm_payload_authorization_from_address_kyt: "invalid_exact_evm_payload_authorization_from_address_kyt",
|
|
314
331
|
invalid_exact_evm_payload_authorization_to_address_kyt: "invalid_exact_evm_payload_authorization_to_address_kyt",
|
|
315
332
|
invalid_exact_evm_payload_signature: "invalid_exact_evm_payload_signature",
|
|
316
|
-
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address"
|
|
317
|
-
|
|
333
|
+
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
|
|
334
|
+
invalid_exact_svm_payload_transaction: "invalid_exact_svm_payload_transaction",
|
|
335
|
+
invalid_exact_svm_payload_transaction_amount_mismatch: "invalid_exact_svm_payload_transaction_amount_mismatch",
|
|
336
|
+
invalid_exact_svm_payload_transaction_create_ata_instruction: "invalid_exact_svm_payload_transaction_create_ata_instruction",
|
|
337
|
+
invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_payee: "invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_payee",
|
|
338
|
+
invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_asset: "invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_asset",
|
|
339
|
+
invalid_exact_svm_payload_transaction_instructions: "invalid_exact_svm_payload_transaction_instructions",
|
|
340
|
+
invalid_exact_svm_payload_transaction_instructions_length: "invalid_exact_svm_payload_transaction_instructions_length",
|
|
341
|
+
invalid_exact_svm_payload_transaction_instructions_compute_limit_instruction: "invalid_exact_svm_payload_transaction_instructions_compute_limit_instruction",
|
|
342
|
+
invalid_exact_svm_payload_transaction_instructions_compute_price_instruction: "invalid_exact_svm_payload_transaction_instructions_compute_price_instruction",
|
|
343
|
+
invalid_exact_svm_payload_transaction_instructions_compute_price_instruction_too_high: "invalid_exact_svm_payload_transaction_instructions_compute_price_instruction_too_high",
|
|
344
|
+
invalid_exact_svm_payload_transaction_instruction_not_spl_token_transfer_checked: "invalid_exact_svm_payload_transaction_instruction_not_spl_token_transfer_checked",
|
|
345
|
+
invalid_exact_svm_payload_transaction_instruction_not_token_2022_transfer_checked: "invalid_exact_svm_payload_transaction_instruction_not_token_2022_transfer_checked",
|
|
346
|
+
invalid_exact_svm_payload_transaction_not_a_transfer_instruction: "invalid_exact_svm_payload_transaction_not_a_transfer_instruction",
|
|
347
|
+
invalid_exact_svm_payload_transaction_cannot_derive_receiver_ata: "invalid_exact_svm_payload_transaction_cannot_derive_receiver_ata",
|
|
348
|
+
invalid_exact_svm_payload_transaction_receiver_ata_not_found: "invalid_exact_svm_payload_transaction_receiver_ata_not_found",
|
|
349
|
+
invalid_exact_svm_payload_transaction_sender_ata_not_found: "invalid_exact_svm_payload_transaction_sender_ata_not_found",
|
|
350
|
+
invalid_exact_svm_payload_transaction_simulation_failed: "invalid_exact_svm_payload_transaction_simulation_failed",
|
|
351
|
+
invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata: "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata"
|
|
352
|
+
}, Ce = {
|
|
318
353
|
insufficient_funds: "insufficient_funds",
|
|
319
354
|
invalid_scheme: "invalid_scheme",
|
|
320
355
|
invalid_network: "invalid_network",
|
|
@@ -327,49 +362,107 @@ const e = {
|
|
|
327
362
|
invalid_exact_evm_payload_authorization_typed_data_message: "invalid_exact_evm_payload_authorization_typed_data_message",
|
|
328
363
|
invalid_exact_evm_payload_authorization_from_address_kyt: "invalid_exact_evm_payload_authorization_from_address_kyt",
|
|
329
364
|
invalid_exact_evm_payload_authorization_to_address_kyt: "invalid_exact_evm_payload_authorization_to_address_kyt",
|
|
330
|
-
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address"
|
|
331
|
-
|
|
365
|
+
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
|
|
366
|
+
settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
|
|
367
|
+
settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out"
|
|
368
|
+
}, Ne = {
|
|
332
369
|
exact: "exact"
|
|
333
|
-
},
|
|
370
|
+
}, De = {
|
|
334
371
|
"base-sepolia": "base-sepolia",
|
|
335
|
-
base: "base"
|
|
336
|
-
|
|
372
|
+
base: "base",
|
|
373
|
+
"solana-devnet": "solana-devnet",
|
|
374
|
+
solana: "solana"
|
|
375
|
+
}, Ie = {
|
|
337
376
|
http: "http"
|
|
338
|
-
},
|
|
377
|
+
}, we = {
|
|
339
378
|
source: "source",
|
|
340
379
|
target: "target"
|
|
341
|
-
},
|
|
380
|
+
}, Ue = {
|
|
342
381
|
card: "card",
|
|
343
382
|
fiat_account: "fiat_account"
|
|
344
|
-
},
|
|
383
|
+
}, Me = {
|
|
345
384
|
exchange_fee: "exchange_fee",
|
|
346
385
|
network_fee: "network_fee"
|
|
347
|
-
},
|
|
386
|
+
}, ze = {
|
|
348
387
|
payment_method: "payment_method"
|
|
349
|
-
},
|
|
388
|
+
}, Le = {
|
|
350
389
|
crypto_rail: "crypto_rail"
|
|
351
|
-
},
|
|
390
|
+
}, je = {
|
|
352
391
|
created: "created",
|
|
353
392
|
pending: "pending",
|
|
354
393
|
started: "started",
|
|
355
394
|
completed: "completed",
|
|
356
395
|
failed: "failed"
|
|
357
|
-
},
|
|
396
|
+
}, Ye = {
|
|
358
397
|
GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
|
|
359
|
-
},
|
|
398
|
+
}, qe = {
|
|
360
399
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
361
400
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
362
|
-
},
|
|
401
|
+
}, Fe = {
|
|
363
402
|
ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
|
|
364
403
|
ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
|
|
365
404
|
ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
|
|
366
405
|
ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
|
|
367
406
|
ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
|
|
368
|
-
},
|
|
407
|
+
}, Ve = {
|
|
369
408
|
PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
|
|
370
|
-
},
|
|
409
|
+
}, He = {
|
|
410
|
+
CARD: "CARD",
|
|
411
|
+
ACH: "ACH",
|
|
412
|
+
APPLE_PAY: "APPLE_PAY",
|
|
413
|
+
PAYPAL: "PAYPAL",
|
|
414
|
+
FIAT_WALLET: "FIAT_WALLET",
|
|
415
|
+
CRYPTO_WALLET: "CRYPTO_WALLET"
|
|
416
|
+
}, Xe = {
|
|
417
|
+
outbound: "outbound"
|
|
418
|
+
}, Ge = {
|
|
419
|
+
account: "account",
|
|
420
|
+
payment_method: "payment_method"
|
|
421
|
+
}, Be = {
|
|
422
|
+
account: "account"
|
|
423
|
+
}, Ke = {
|
|
424
|
+
payment_method: "payment_method"
|
|
425
|
+
}, We = {
|
|
426
|
+
base: "base",
|
|
427
|
+
ethereum: "ethereum",
|
|
428
|
+
algorand: "algorand",
|
|
429
|
+
aptos: "aptos",
|
|
430
|
+
arbitrum: "arbitrum",
|
|
431
|
+
avacchain: "avacchain",
|
|
432
|
+
noble: "noble",
|
|
433
|
+
optimism: "optimism",
|
|
434
|
+
polygon: "polygon",
|
|
435
|
+
solana: "solana",
|
|
436
|
+
stellar: "stellar",
|
|
437
|
+
sui: "sui",
|
|
438
|
+
unichain: "unichain"
|
|
439
|
+
}, Qe = {
|
|
440
|
+
target_amount: "target_amount",
|
|
441
|
+
source_amount: "source_amount"
|
|
442
|
+
}, Je = {
|
|
443
|
+
pending: "pending",
|
|
444
|
+
in_progress: "in_progress",
|
|
445
|
+
completed: "completed",
|
|
446
|
+
failed: "failed"
|
|
447
|
+
}, Ze = {
|
|
448
|
+
conversion: "conversion",
|
|
449
|
+
settlement: "settlement",
|
|
450
|
+
deposit: "deposit"
|
|
451
|
+
}, $e = {
|
|
452
|
+
unknown: "unknown",
|
|
453
|
+
daily: "daily",
|
|
454
|
+
weekly: "weekly",
|
|
455
|
+
monthly: "monthly",
|
|
456
|
+
biweekly: "biweekly"
|
|
457
|
+
}, ea = {
|
|
458
|
+
base: "base",
|
|
459
|
+
ethereum: "ethereum"
|
|
460
|
+
}, aa = {
|
|
461
|
+
risk_indicated: "risk_indicated",
|
|
462
|
+
no_risk_indicated: "no_risk_indicated"
|
|
463
|
+
}, ta = {
|
|
371
464
|
refresh_token: "refresh_token"
|
|
372
|
-
},
|
|
465
|
+
}, na = {
|
|
373
466
|
base: "base",
|
|
374
467
|
"base-sepolia": "base-sepolia",
|
|
375
468
|
ethereum: "ethereum",
|
|
@@ -378,101 +471,122 @@ const e = {
|
|
|
378
471
|
polygon: "polygon",
|
|
379
472
|
optimism: "optimism",
|
|
380
473
|
arbitrum: "arbitrum"
|
|
474
|
+
}, ia = {
|
|
475
|
+
solana: "solana",
|
|
476
|
+
"solana-devnet": "solana-devnet"
|
|
381
477
|
};
|
|
382
478
|
export {
|
|
383
|
-
|
|
479
|
+
g as AbiFunctionType,
|
|
384
480
|
S as AbiInputType,
|
|
385
|
-
|
|
386
|
-
|
|
481
|
+
h as AbiStateMutability,
|
|
482
|
+
Be as AccountSourceType,
|
|
483
|
+
ea as AddressRiskNetwork,
|
|
484
|
+
aa as AddressRiskRiskLevel,
|
|
485
|
+
Qe as CreateTransferQuoteRequestedAmountType,
|
|
486
|
+
t as DeveloperJWTAuthenticationType,
|
|
387
487
|
e as EmailAuthenticationType,
|
|
388
488
|
n as ErrorType,
|
|
389
489
|
v as EthValueCriterionOperator,
|
|
390
490
|
m as EthValueCriterionType,
|
|
391
491
|
y as EvmAddressCriterionOperator,
|
|
392
492
|
u as EvmAddressCriterionType,
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
493
|
+
x as EvmDataCriterionType,
|
|
494
|
+
A as EvmDataParameterConditionListOperator,
|
|
495
|
+
E as EvmDataParameterConditionOperator,
|
|
396
496
|
I as EvmMessageCriterionType,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
497
|
+
R as EvmNetworkCriterionNetworksItem,
|
|
498
|
+
C as EvmNetworkCriterionOperator,
|
|
499
|
+
k as EvmNetworkCriterionType,
|
|
400
500
|
d as EvmSwapsNetwork,
|
|
401
501
|
M as EvmTypedAddressConditionOperator,
|
|
402
502
|
z as EvmTypedNumericalConditionOperator,
|
|
403
|
-
|
|
503
|
+
s as EvmUserOperationNetwork,
|
|
404
504
|
c as EvmUserOperationStatus,
|
|
405
|
-
|
|
406
|
-
|
|
505
|
+
Ze as FeeDetailsType,
|
|
506
|
+
Me as FeeType,
|
|
507
|
+
_ as InitiateEmailAuthenticationNextStepType,
|
|
407
508
|
i as InitiateEmailAuthenticationRequestType,
|
|
408
|
-
|
|
509
|
+
r as InitiateSmsAuthenticationNextStepType,
|
|
409
510
|
o as InitiateSmsAuthenticationRequestType,
|
|
410
511
|
T as KnownAbiType,
|
|
411
512
|
$ as KnownIdlType,
|
|
513
|
+
$e as LimitPeriod,
|
|
412
514
|
p as ListEvmTokenBalancesNetwork,
|
|
413
|
-
|
|
515
|
+
Ae as ListSolanaTokenBalancesNetwork,
|
|
414
516
|
Z as MintAddressCriterionOperator,
|
|
415
|
-
|
|
517
|
+
J as MintAddressCriterionType,
|
|
416
518
|
f as NetUSDChangeCriterionOperator,
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
519
|
+
b as NetUSDChangeCriterionType,
|
|
520
|
+
We as Network,
|
|
521
|
+
xe as OnchainDataResultSchemaColumnsItemType,
|
|
522
|
+
qe as OnrampOrderFeeType,
|
|
523
|
+
Ye as OnrampOrderPaymentMethodTypeId,
|
|
524
|
+
Fe as OnrampOrderStatus,
|
|
525
|
+
Ve as OnrampPaymentLinkType,
|
|
526
|
+
He as OnrampQuotePaymentMethodTypeId,
|
|
527
|
+
Xe as PaymentDirection,
|
|
528
|
+
Ke as PaymentMethodSourceType,
|
|
529
|
+
Ue as PaymentMethodType,
|
|
530
|
+
we as PaymentRailAction,
|
|
531
|
+
Je as PaymentStatus,
|
|
532
|
+
Ee as PolicyScope,
|
|
533
|
+
Te as PrepareUserOperationRuleAction,
|
|
534
|
+
he as PrepareUserOperationRuleOperation,
|
|
535
|
+
ie as ProgramIdCriterionOperator,
|
|
536
|
+
ne as ProgramIdCriterionType,
|
|
537
|
+
ta as RefreshAccessTokenBodyGrantType,
|
|
538
|
+
N as SendEvmTransactionRuleAction,
|
|
539
|
+
D as SendEvmTransactionRuleOperation,
|
|
540
|
+
na as SendEvmTransactionWithEndUserAccountBodyNetwork,
|
|
541
|
+
le as SendSolTransactionRuleAction,
|
|
542
|
+
de as SendSolTransactionRuleOperation,
|
|
543
|
+
ia as SendSolanaTransactionWithEndUserAccountBodyNetwork,
|
|
544
|
+
ge as SendUserOperationRuleAction,
|
|
545
|
+
Se as SendUserOperationRuleOperation,
|
|
546
|
+
ue as SignEvmHashRuleAction,
|
|
547
|
+
ye as SignEvmHashRuleOperation,
|
|
548
|
+
w as SignEvmMessageRuleAction,
|
|
549
|
+
U as SignEvmMessageRuleOperation,
|
|
440
550
|
P as SignEvmTransactionRuleAction,
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
551
|
+
O as SignEvmTransactionRuleOperation,
|
|
552
|
+
L as SignEvmTypedDataFieldCriterionType,
|
|
553
|
+
q as SignEvmTypedDataRuleAction,
|
|
554
|
+
F as SignEvmTypedDataRuleOperation,
|
|
555
|
+
Y as SignEvmTypedDataVerifyingContractCriterionOperator,
|
|
556
|
+
j as SignEvmTypedDataVerifyingContractCriterionType,
|
|
557
|
+
me as SignSolMessageRuleAction,
|
|
558
|
+
ve as SignSolMessageRuleOperation,
|
|
559
|
+
oe as SignSolTransactionRuleAction,
|
|
560
|
+
_e as SignSolTransactionRuleOperation,
|
|
561
|
+
a as SmsAuthenticationType,
|
|
562
|
+
H as SolAddressCriterionOperator,
|
|
563
|
+
V as SolAddressCriterionType,
|
|
564
|
+
te as SolDataCriterionType,
|
|
565
|
+
ae as SolDataParameterConditionListOperator,
|
|
456
566
|
ee as SolDataParameterConditionOperator,
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
567
|
+
pe as SolMessageCriterionType,
|
|
568
|
+
se as SolNetworkCriterionNetworksItem,
|
|
569
|
+
ce as SolNetworkCriterionOperator,
|
|
570
|
+
re as SolNetworkCriterionType,
|
|
571
|
+
G as SolValueCriterionOperator,
|
|
572
|
+
X as SolValueCriterionType,
|
|
573
|
+
Ge as SourceType,
|
|
460
574
|
l as SpendPermissionNetwork,
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
575
|
+
K as SplAddressCriterionOperator,
|
|
576
|
+
B as SplAddressCriterionType,
|
|
577
|
+
Q as SplValueCriterionOperator,
|
|
464
578
|
W as SplValueCriterionType,
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
579
|
+
ze as TransferSourceType,
|
|
580
|
+
je as TransferStatus,
|
|
581
|
+
Le as TransferTargetType,
|
|
582
|
+
Ie as X402DiscoveryResourceType,
|
|
583
|
+
Pe as X402PaymentPayloadNetwork,
|
|
584
|
+
fe as X402PaymentPayloadScheme,
|
|
585
|
+
ke as X402PaymentRequirementsNetwork,
|
|
586
|
+
Oe as X402PaymentRequirementsScheme,
|
|
587
|
+
Ce as X402SettleErrorReason,
|
|
588
|
+
De as X402SupportedPaymentKindNetwork,
|
|
589
|
+
Ne as X402SupportedPaymentKindScheme,
|
|
590
|
+
Re as X402VerifyInvalidReason,
|
|
591
|
+
be as X402Version
|
|
478
592
|
};
|