@metamask-previews/bridge-controller 64.4.0-preview-a033b2d7 → 64.4.0-preview-e6f8648b
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/selectors.d.cts +4 -7492
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +4 -7492
- package/dist/selectors.d.mts.map +1 -1
- package/dist/utils/validators.cjs +0 -12
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +0 -1410
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +0 -1410
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +0 -12
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -21,18 +21,6 @@ export declare const BridgeAssetSchema: import("@metamask/superstruct").Struct<{
|
|
|
21
21
|
decimals: number;
|
|
22
22
|
icon?: string | null | undefined;
|
|
23
23
|
iconUrl?: string | null | undefined;
|
|
24
|
-
rwaData?: {
|
|
25
|
-
instrumentType?: string | undefined;
|
|
26
|
-
ticker?: string | undefined;
|
|
27
|
-
market?: {
|
|
28
|
-
nextOpen?: string | undefined;
|
|
29
|
-
nextClose?: string | undefined;
|
|
30
|
-
} | undefined;
|
|
31
|
-
nextPause?: {
|
|
32
|
-
start?: string | undefined;
|
|
33
|
-
end?: string | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
} | undefined;
|
|
36
24
|
}, {
|
|
37
25
|
/**
|
|
38
26
|
* The chainId of the token
|
|
@@ -63,35 +51,6 @@ export declare const BridgeAssetSchema: import("@metamask/superstruct").Struct<{
|
|
|
63
51
|
* URL for token icon
|
|
64
52
|
*/
|
|
65
53
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
66
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
67
|
-
instrumentType?: string | undefined;
|
|
68
|
-
ticker?: string | undefined;
|
|
69
|
-
market?: {
|
|
70
|
-
nextOpen?: string | undefined;
|
|
71
|
-
nextClose?: string | undefined;
|
|
72
|
-
} | undefined;
|
|
73
|
-
nextPause?: {
|
|
74
|
-
start?: string | undefined;
|
|
75
|
-
end?: string | undefined;
|
|
76
|
-
} | undefined;
|
|
77
|
-
} | undefined, {
|
|
78
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
79
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
80
|
-
market: import("@metamask/superstruct").Struct<{
|
|
81
|
-
nextOpen?: string | undefined;
|
|
82
|
-
nextClose?: string | undefined;
|
|
83
|
-
} | undefined, {
|
|
84
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
85
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
86
|
-
}>;
|
|
87
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
88
|
-
start?: string | undefined;
|
|
89
|
-
end?: string | undefined;
|
|
90
|
-
} | undefined, {
|
|
91
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
92
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
93
|
-
}>;
|
|
94
|
-
}>;
|
|
95
54
|
}>;
|
|
96
55
|
export declare const ChainConfigurationSchema: import("@metamask/superstruct").Struct<{
|
|
97
56
|
isActiveSrc: boolean;
|
|
@@ -278,18 +237,6 @@ export declare const validateSwapsTokenObject: (data: unknown) => data is {
|
|
|
278
237
|
decimals: number;
|
|
279
238
|
icon?: string | null | undefined;
|
|
280
239
|
iconUrl?: string | null | undefined;
|
|
281
|
-
rwaData?: {
|
|
282
|
-
instrumentType?: string | undefined;
|
|
283
|
-
ticker?: string | undefined;
|
|
284
|
-
market?: {
|
|
285
|
-
nextOpen?: string | undefined;
|
|
286
|
-
nextClose?: string | undefined;
|
|
287
|
-
} | undefined;
|
|
288
|
-
nextPause?: {
|
|
289
|
-
start?: string | undefined;
|
|
290
|
-
end?: string | undefined;
|
|
291
|
-
} | undefined;
|
|
292
|
-
} | undefined;
|
|
293
240
|
};
|
|
294
241
|
export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
|
|
295
242
|
amount: string;
|
|
@@ -302,18 +249,6 @@ export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
|
|
|
302
249
|
decimals: number;
|
|
303
250
|
icon?: string | null | undefined;
|
|
304
251
|
iconUrl?: string | null | undefined;
|
|
305
|
-
rwaData?: {
|
|
306
|
-
instrumentType?: string | undefined;
|
|
307
|
-
ticker?: string | undefined;
|
|
308
|
-
market?: {
|
|
309
|
-
nextOpen?: string | undefined;
|
|
310
|
-
nextClose?: string | undefined;
|
|
311
|
-
} | undefined;
|
|
312
|
-
nextPause?: {
|
|
313
|
-
start?: string | undefined;
|
|
314
|
-
end?: string | undefined;
|
|
315
|
-
} | undefined;
|
|
316
|
-
} | undefined;
|
|
317
252
|
};
|
|
318
253
|
}, {
|
|
319
254
|
amount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -326,18 +261,6 @@ export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
|
|
|
326
261
|
decimals: number;
|
|
327
262
|
icon?: string | null | undefined;
|
|
328
263
|
iconUrl?: string | null | undefined;
|
|
329
|
-
rwaData?: {
|
|
330
|
-
instrumentType?: string | undefined;
|
|
331
|
-
ticker?: string | undefined;
|
|
332
|
-
market?: {
|
|
333
|
-
nextOpen?: string | undefined;
|
|
334
|
-
nextClose?: string | undefined;
|
|
335
|
-
} | undefined;
|
|
336
|
-
nextPause?: {
|
|
337
|
-
start?: string | undefined;
|
|
338
|
-
end?: string | undefined;
|
|
339
|
-
} | undefined;
|
|
340
|
-
} | undefined;
|
|
341
264
|
}, {
|
|
342
265
|
/**
|
|
343
266
|
* The chainId of the token
|
|
@@ -368,35 +291,6 @@ export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
|
|
|
368
291
|
* URL for token icon
|
|
369
292
|
*/
|
|
370
293
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
371
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
372
|
-
instrumentType?: string | undefined;
|
|
373
|
-
ticker?: string | undefined;
|
|
374
|
-
market?: {
|
|
375
|
-
nextOpen?: string | undefined;
|
|
376
|
-
nextClose?: string | undefined;
|
|
377
|
-
} | undefined;
|
|
378
|
-
nextPause?: {
|
|
379
|
-
start?: string | undefined;
|
|
380
|
-
end?: string | undefined;
|
|
381
|
-
} | undefined;
|
|
382
|
-
} | undefined, {
|
|
383
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
384
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
385
|
-
market: import("@metamask/superstruct").Struct<{
|
|
386
|
-
nextOpen?: string | undefined;
|
|
387
|
-
nextClose?: string | undefined;
|
|
388
|
-
} | undefined, {
|
|
389
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
390
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
391
|
-
}>;
|
|
392
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
393
|
-
start?: string | undefined;
|
|
394
|
-
end?: string | undefined;
|
|
395
|
-
} | undefined, {
|
|
396
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
397
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
398
|
-
}>;
|
|
399
|
-
}>;
|
|
400
294
|
}>;
|
|
401
295
|
}>;
|
|
402
296
|
export declare const ProtocolSchema: import("@metamask/superstruct").Struct<{
|
|
@@ -420,18 +314,6 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
|
|
|
420
314
|
decimals: number;
|
|
421
315
|
icon?: string | null | undefined;
|
|
422
316
|
iconUrl?: string | null | undefined;
|
|
423
|
-
rwaData?: {
|
|
424
|
-
instrumentType?: string | undefined;
|
|
425
|
-
ticker?: string | undefined;
|
|
426
|
-
market?: {
|
|
427
|
-
nextOpen?: string | undefined;
|
|
428
|
-
nextClose?: string | undefined;
|
|
429
|
-
} | undefined;
|
|
430
|
-
nextPause?: {
|
|
431
|
-
start?: string | undefined;
|
|
432
|
-
end?: string | undefined;
|
|
433
|
-
} | undefined;
|
|
434
|
-
} | undefined;
|
|
435
317
|
};
|
|
436
318
|
destAsset: {
|
|
437
319
|
symbol: string;
|
|
@@ -442,18 +324,6 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
|
|
|
442
324
|
decimals: number;
|
|
443
325
|
icon?: string | null | undefined;
|
|
444
326
|
iconUrl?: string | null | undefined;
|
|
445
|
-
rwaData?: {
|
|
446
|
-
instrumentType?: string | undefined;
|
|
447
|
-
ticker?: string | undefined;
|
|
448
|
-
market?: {
|
|
449
|
-
nextOpen?: string | undefined;
|
|
450
|
-
nextClose?: string | undefined;
|
|
451
|
-
} | undefined;
|
|
452
|
-
nextPause?: {
|
|
453
|
-
start?: string | undefined;
|
|
454
|
-
end?: string | undefined;
|
|
455
|
-
} | undefined;
|
|
456
|
-
} | undefined;
|
|
457
327
|
};
|
|
458
328
|
srcAmount: string;
|
|
459
329
|
destAmount: string;
|
|
@@ -480,18 +350,6 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
|
|
|
480
350
|
decimals: number;
|
|
481
351
|
icon?: string | null | undefined;
|
|
482
352
|
iconUrl?: string | null | undefined;
|
|
483
|
-
rwaData?: {
|
|
484
|
-
instrumentType?: string | undefined;
|
|
485
|
-
ticker?: string | undefined;
|
|
486
|
-
market?: {
|
|
487
|
-
nextOpen?: string | undefined;
|
|
488
|
-
nextClose?: string | undefined;
|
|
489
|
-
} | undefined;
|
|
490
|
-
nextPause?: {
|
|
491
|
-
start?: string | undefined;
|
|
492
|
-
end?: string | undefined;
|
|
493
|
-
} | undefined;
|
|
494
|
-
} | undefined;
|
|
495
353
|
}, {
|
|
496
354
|
/**
|
|
497
355
|
* The chainId of the token
|
|
@@ -522,35 +380,6 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
|
|
|
522
380
|
* URL for token icon
|
|
523
381
|
*/
|
|
524
382
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
525
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
526
|
-
instrumentType?: string | undefined;
|
|
527
|
-
ticker?: string | undefined;
|
|
528
|
-
market?: {
|
|
529
|
-
nextOpen?: string | undefined;
|
|
530
|
-
nextClose?: string | undefined;
|
|
531
|
-
} | undefined;
|
|
532
|
-
nextPause?: {
|
|
533
|
-
start?: string | undefined;
|
|
534
|
-
end?: string | undefined;
|
|
535
|
-
} | undefined;
|
|
536
|
-
} | undefined, {
|
|
537
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
538
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
539
|
-
market: import("@metamask/superstruct").Struct<{
|
|
540
|
-
nextOpen?: string | undefined;
|
|
541
|
-
nextClose?: string | undefined;
|
|
542
|
-
} | undefined, {
|
|
543
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
544
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
545
|
-
}>;
|
|
546
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
547
|
-
start?: string | undefined;
|
|
548
|
-
end?: string | undefined;
|
|
549
|
-
} | undefined, {
|
|
550
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
551
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
552
|
-
}>;
|
|
553
|
-
}>;
|
|
554
383
|
}>;
|
|
555
384
|
destAsset: import("@metamask/superstruct").Struct<{
|
|
556
385
|
symbol: string;
|
|
@@ -561,18 +390,6 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
|
|
|
561
390
|
decimals: number;
|
|
562
391
|
icon?: string | null | undefined;
|
|
563
392
|
iconUrl?: string | null | undefined;
|
|
564
|
-
rwaData?: {
|
|
565
|
-
instrumentType?: string | undefined;
|
|
566
|
-
ticker?: string | undefined;
|
|
567
|
-
market?: {
|
|
568
|
-
nextOpen?: string | undefined;
|
|
569
|
-
nextClose?: string | undefined;
|
|
570
|
-
} | undefined;
|
|
571
|
-
nextPause?: {
|
|
572
|
-
start?: string | undefined;
|
|
573
|
-
end?: string | undefined;
|
|
574
|
-
} | undefined;
|
|
575
|
-
} | undefined;
|
|
576
393
|
}, {
|
|
577
394
|
/**
|
|
578
395
|
* The chainId of the token
|
|
@@ -603,35 +420,6 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
|
|
|
603
420
|
* URL for token icon
|
|
604
421
|
*/
|
|
605
422
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
606
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
607
|
-
instrumentType?: string | undefined;
|
|
608
|
-
ticker?: string | undefined;
|
|
609
|
-
market?: {
|
|
610
|
-
nextOpen?: string | undefined;
|
|
611
|
-
nextClose?: string | undefined;
|
|
612
|
-
} | undefined;
|
|
613
|
-
nextPause?: {
|
|
614
|
-
start?: string | undefined;
|
|
615
|
-
end?: string | undefined;
|
|
616
|
-
} | undefined;
|
|
617
|
-
} | undefined, {
|
|
618
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
619
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
620
|
-
market: import("@metamask/superstruct").Struct<{
|
|
621
|
-
nextOpen?: string | undefined;
|
|
622
|
-
nextClose?: string | undefined;
|
|
623
|
-
} | undefined, {
|
|
624
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
625
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
626
|
-
}>;
|
|
627
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
628
|
-
start?: string | undefined;
|
|
629
|
-
end?: string | undefined;
|
|
630
|
-
} | undefined, {
|
|
631
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
632
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
633
|
-
}>;
|
|
634
|
-
}>;
|
|
635
423
|
}>;
|
|
636
424
|
srcAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
637
425
|
destAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -862,18 +650,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
862
650
|
decimals: number;
|
|
863
651
|
icon?: string | null | undefined;
|
|
864
652
|
iconUrl?: string | null | undefined;
|
|
865
|
-
rwaData?: {
|
|
866
|
-
instrumentType?: string | undefined;
|
|
867
|
-
ticker?: string | undefined;
|
|
868
|
-
market?: {
|
|
869
|
-
nextOpen?: string | undefined;
|
|
870
|
-
nextClose?: string | undefined;
|
|
871
|
-
} | undefined;
|
|
872
|
-
nextPause?: {
|
|
873
|
-
start?: string | undefined;
|
|
874
|
-
end?: string | undefined;
|
|
875
|
-
} | undefined;
|
|
876
|
-
} | undefined;
|
|
877
653
|
};
|
|
878
654
|
destAsset: {
|
|
879
655
|
symbol: string;
|
|
@@ -884,18 +660,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
884
660
|
decimals: number;
|
|
885
661
|
icon?: string | null | undefined;
|
|
886
662
|
iconUrl?: string | null | undefined;
|
|
887
|
-
rwaData?: {
|
|
888
|
-
instrumentType?: string | undefined;
|
|
889
|
-
ticker?: string | undefined;
|
|
890
|
-
market?: {
|
|
891
|
-
nextOpen?: string | undefined;
|
|
892
|
-
nextClose?: string | undefined;
|
|
893
|
-
} | undefined;
|
|
894
|
-
nextPause?: {
|
|
895
|
-
start?: string | undefined;
|
|
896
|
-
end?: string | undefined;
|
|
897
|
-
} | undefined;
|
|
898
|
-
} | undefined;
|
|
899
663
|
};
|
|
900
664
|
requestId: string;
|
|
901
665
|
srcTokenAmount: string;
|
|
@@ -913,18 +677,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
913
677
|
decimals: number;
|
|
914
678
|
icon?: string | null | undefined;
|
|
915
679
|
iconUrl?: string | null | undefined;
|
|
916
|
-
rwaData?: {
|
|
917
|
-
instrumentType?: string | undefined;
|
|
918
|
-
ticker?: string | undefined;
|
|
919
|
-
market?: {
|
|
920
|
-
nextOpen?: string | undefined;
|
|
921
|
-
nextClose?: string | undefined;
|
|
922
|
-
} | undefined;
|
|
923
|
-
nextPause?: {
|
|
924
|
-
start?: string | undefined;
|
|
925
|
-
end?: string | undefined;
|
|
926
|
-
} | undefined;
|
|
927
|
-
} | undefined;
|
|
928
680
|
};
|
|
929
681
|
};
|
|
930
682
|
txFee?: ({
|
|
@@ -938,18 +690,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
938
690
|
decimals: number;
|
|
939
691
|
icon?: string | null | undefined;
|
|
940
692
|
iconUrl?: string | null | undefined;
|
|
941
|
-
rwaData?: {
|
|
942
|
-
instrumentType?: string | undefined;
|
|
943
|
-
ticker?: string | undefined;
|
|
944
|
-
market?: {
|
|
945
|
-
nextOpen?: string | undefined;
|
|
946
|
-
nextClose?: string | undefined;
|
|
947
|
-
} | undefined;
|
|
948
|
-
nextPause?: {
|
|
949
|
-
start?: string | undefined;
|
|
950
|
-
end?: string | undefined;
|
|
951
|
-
} | undefined;
|
|
952
|
-
} | undefined;
|
|
953
693
|
};
|
|
954
694
|
} & {
|
|
955
695
|
maxFeePerGas: string;
|
|
@@ -970,18 +710,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
970
710
|
decimals: number;
|
|
971
711
|
icon?: string | null | undefined;
|
|
972
712
|
iconUrl?: string | null | undefined;
|
|
973
|
-
rwaData?: {
|
|
974
|
-
instrumentType?: string | undefined;
|
|
975
|
-
ticker?: string | undefined;
|
|
976
|
-
market?: {
|
|
977
|
-
nextOpen?: string | undefined;
|
|
978
|
-
nextClose?: string | undefined;
|
|
979
|
-
} | undefined;
|
|
980
|
-
nextPause?: {
|
|
981
|
-
start?: string | undefined;
|
|
982
|
-
end?: string | undefined;
|
|
983
|
-
} | undefined;
|
|
984
|
-
} | undefined;
|
|
985
713
|
};
|
|
986
714
|
destAsset: {
|
|
987
715
|
symbol: string;
|
|
@@ -992,18 +720,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
992
720
|
decimals: number;
|
|
993
721
|
icon?: string | null | undefined;
|
|
994
722
|
iconUrl?: string | null | undefined;
|
|
995
|
-
rwaData?: {
|
|
996
|
-
instrumentType?: string | undefined;
|
|
997
|
-
ticker?: string | undefined;
|
|
998
|
-
market?: {
|
|
999
|
-
nextOpen?: string | undefined;
|
|
1000
|
-
nextClose?: string | undefined;
|
|
1001
|
-
} | undefined;
|
|
1002
|
-
nextPause?: {
|
|
1003
|
-
start?: string | undefined;
|
|
1004
|
-
end?: string | undefined;
|
|
1005
|
-
} | undefined;
|
|
1006
|
-
} | undefined;
|
|
1007
723
|
};
|
|
1008
724
|
srcAmount: string;
|
|
1009
725
|
destAmount: string;
|
|
@@ -1026,18 +742,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1026
742
|
decimals: number;
|
|
1027
743
|
icon?: string | null | undefined;
|
|
1028
744
|
iconUrl?: string | null | undefined;
|
|
1029
|
-
rwaData?: {
|
|
1030
|
-
instrumentType?: string | undefined;
|
|
1031
|
-
ticker?: string | undefined;
|
|
1032
|
-
market?: {
|
|
1033
|
-
nextOpen?: string | undefined;
|
|
1034
|
-
nextClose?: string | undefined;
|
|
1035
|
-
} | undefined;
|
|
1036
|
-
nextPause?: {
|
|
1037
|
-
start?: string | undefined;
|
|
1038
|
-
end?: string | undefined;
|
|
1039
|
-
} | undefined;
|
|
1040
|
-
} | undefined;
|
|
1041
745
|
};
|
|
1042
746
|
destAsset: {
|
|
1043
747
|
symbol: string;
|
|
@@ -1048,18 +752,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1048
752
|
decimals: number;
|
|
1049
753
|
icon?: string | null | undefined;
|
|
1050
754
|
iconUrl?: string | null | undefined;
|
|
1051
|
-
rwaData?: {
|
|
1052
|
-
instrumentType?: string | undefined;
|
|
1053
|
-
ticker?: string | undefined;
|
|
1054
|
-
market?: {
|
|
1055
|
-
nextOpen?: string | undefined;
|
|
1056
|
-
nextClose?: string | undefined;
|
|
1057
|
-
} | undefined;
|
|
1058
|
-
nextPause?: {
|
|
1059
|
-
start?: string | undefined;
|
|
1060
|
-
end?: string | undefined;
|
|
1061
|
-
} | undefined;
|
|
1062
|
-
} | undefined;
|
|
1063
755
|
};
|
|
1064
756
|
srcAmount: string;
|
|
1065
757
|
destAmount: string;
|
|
@@ -1110,18 +802,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1110
802
|
decimals: number;
|
|
1111
803
|
icon?: string | null | undefined;
|
|
1112
804
|
iconUrl?: string | null | undefined;
|
|
1113
|
-
rwaData?: {
|
|
1114
|
-
instrumentType?: string | undefined;
|
|
1115
|
-
ticker?: string | undefined;
|
|
1116
|
-
market?: {
|
|
1117
|
-
nextOpen?: string | undefined;
|
|
1118
|
-
nextClose?: string | undefined;
|
|
1119
|
-
} | undefined;
|
|
1120
|
-
nextPause?: {
|
|
1121
|
-
start?: string | undefined;
|
|
1122
|
-
end?: string | undefined;
|
|
1123
|
-
} | undefined;
|
|
1124
|
-
} | undefined;
|
|
1125
805
|
}, {
|
|
1126
806
|
/**
|
|
1127
807
|
* The chainId of the token
|
|
@@ -1152,35 +832,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1152
832
|
* URL for token icon
|
|
1153
833
|
*/
|
|
1154
834
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
1155
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
1156
|
-
instrumentType?: string | undefined;
|
|
1157
|
-
ticker?: string | undefined;
|
|
1158
|
-
market?: {
|
|
1159
|
-
nextOpen?: string | undefined;
|
|
1160
|
-
nextClose?: string | undefined;
|
|
1161
|
-
} | undefined;
|
|
1162
|
-
nextPause?: {
|
|
1163
|
-
start?: string | undefined;
|
|
1164
|
-
end?: string | undefined;
|
|
1165
|
-
} | undefined;
|
|
1166
|
-
} | undefined, {
|
|
1167
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1168
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1169
|
-
market: import("@metamask/superstruct").Struct<{
|
|
1170
|
-
nextOpen?: string | undefined;
|
|
1171
|
-
nextClose?: string | undefined;
|
|
1172
|
-
} | undefined, {
|
|
1173
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1174
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1175
|
-
}>;
|
|
1176
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
1177
|
-
start?: string | undefined;
|
|
1178
|
-
end?: string | undefined;
|
|
1179
|
-
} | undefined, {
|
|
1180
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1181
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1182
|
-
}>;
|
|
1183
|
-
}>;
|
|
1184
835
|
}>;
|
|
1185
836
|
/**
|
|
1186
837
|
* The amount sent, in atomic amount: amount sent - fees
|
|
@@ -1197,18 +848,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1197
848
|
decimals: number;
|
|
1198
849
|
icon?: string | null | undefined;
|
|
1199
850
|
iconUrl?: string | null | undefined;
|
|
1200
|
-
rwaData?: {
|
|
1201
|
-
instrumentType?: string | undefined;
|
|
1202
|
-
ticker?: string | undefined;
|
|
1203
|
-
market?: {
|
|
1204
|
-
nextOpen?: string | undefined;
|
|
1205
|
-
nextClose?: string | undefined;
|
|
1206
|
-
} | undefined;
|
|
1207
|
-
nextPause?: {
|
|
1208
|
-
start?: string | undefined;
|
|
1209
|
-
end?: string | undefined;
|
|
1210
|
-
} | undefined;
|
|
1211
|
-
} | undefined;
|
|
1212
851
|
}, {
|
|
1213
852
|
/**
|
|
1214
853
|
* The chainId of the token
|
|
@@ -1239,35 +878,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1239
878
|
* URL for token icon
|
|
1240
879
|
*/
|
|
1241
880
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
1242
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
1243
|
-
instrumentType?: string | undefined;
|
|
1244
|
-
ticker?: string | undefined;
|
|
1245
|
-
market?: {
|
|
1246
|
-
nextOpen?: string | undefined;
|
|
1247
|
-
nextClose?: string | undefined;
|
|
1248
|
-
} | undefined;
|
|
1249
|
-
nextPause?: {
|
|
1250
|
-
start?: string | undefined;
|
|
1251
|
-
end?: string | undefined;
|
|
1252
|
-
} | undefined;
|
|
1253
|
-
} | undefined, {
|
|
1254
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1255
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1256
|
-
market: import("@metamask/superstruct").Struct<{
|
|
1257
|
-
nextOpen?: string | undefined;
|
|
1258
|
-
nextClose?: string | undefined;
|
|
1259
|
-
} | undefined, {
|
|
1260
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1261
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1262
|
-
}>;
|
|
1263
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
1264
|
-
start?: string | undefined;
|
|
1265
|
-
end?: string | undefined;
|
|
1266
|
-
} | undefined, {
|
|
1267
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1268
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1269
|
-
}>;
|
|
1270
|
-
}>;
|
|
1271
881
|
}>;
|
|
1272
882
|
/**
|
|
1273
883
|
* The amount received, in atomic amount
|
|
@@ -1289,18 +899,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1289
899
|
decimals: number;
|
|
1290
900
|
icon?: string | null | undefined;
|
|
1291
901
|
iconUrl?: string | null | undefined;
|
|
1292
|
-
rwaData?: {
|
|
1293
|
-
instrumentType?: string | undefined;
|
|
1294
|
-
ticker?: string | undefined;
|
|
1295
|
-
market?: {
|
|
1296
|
-
nextOpen?: string | undefined;
|
|
1297
|
-
nextClose?: string | undefined;
|
|
1298
|
-
} | undefined;
|
|
1299
|
-
nextPause?: {
|
|
1300
|
-
start?: string | undefined;
|
|
1301
|
-
end?: string | undefined;
|
|
1302
|
-
} | undefined;
|
|
1303
|
-
} | undefined;
|
|
1304
902
|
};
|
|
1305
903
|
};
|
|
1306
904
|
txFee?: ({
|
|
@@ -1314,18 +912,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1314
912
|
decimals: number;
|
|
1315
913
|
icon?: string | null | undefined;
|
|
1316
914
|
iconUrl?: string | null | undefined;
|
|
1317
|
-
rwaData?: {
|
|
1318
|
-
instrumentType?: string | undefined;
|
|
1319
|
-
ticker?: string | undefined;
|
|
1320
|
-
market?: {
|
|
1321
|
-
nextOpen?: string | undefined;
|
|
1322
|
-
nextClose?: string | undefined;
|
|
1323
|
-
} | undefined;
|
|
1324
|
-
nextPause?: {
|
|
1325
|
-
start?: string | undefined;
|
|
1326
|
-
end?: string | undefined;
|
|
1327
|
-
} | undefined;
|
|
1328
|
-
} | undefined;
|
|
1329
915
|
};
|
|
1330
916
|
} & {
|
|
1331
917
|
maxFeePerGas: string;
|
|
@@ -1343,18 +929,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1343
929
|
decimals: number;
|
|
1344
930
|
icon?: string | null | undefined;
|
|
1345
931
|
iconUrl?: string | null | undefined;
|
|
1346
|
-
rwaData?: {
|
|
1347
|
-
instrumentType?: string | undefined;
|
|
1348
|
-
ticker?: string | undefined;
|
|
1349
|
-
market?: {
|
|
1350
|
-
nextOpen?: string | undefined;
|
|
1351
|
-
nextClose?: string | undefined;
|
|
1352
|
-
} | undefined;
|
|
1353
|
-
nextPause?: {
|
|
1354
|
-
start?: string | undefined;
|
|
1355
|
-
end?: string | undefined;
|
|
1356
|
-
} | undefined;
|
|
1357
|
-
} | undefined;
|
|
1358
932
|
};
|
|
1359
933
|
}, {
|
|
1360
934
|
amount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -1367,18 +941,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1367
941
|
decimals: number;
|
|
1368
942
|
icon?: string | null | undefined;
|
|
1369
943
|
iconUrl?: string | null | undefined;
|
|
1370
|
-
rwaData?: {
|
|
1371
|
-
instrumentType?: string | undefined;
|
|
1372
|
-
ticker?: string | undefined;
|
|
1373
|
-
market?: {
|
|
1374
|
-
nextOpen?: string | undefined;
|
|
1375
|
-
nextClose?: string | undefined;
|
|
1376
|
-
} | undefined;
|
|
1377
|
-
nextPause?: {
|
|
1378
|
-
start?: string | undefined;
|
|
1379
|
-
end?: string | undefined;
|
|
1380
|
-
} | undefined;
|
|
1381
|
-
} | undefined;
|
|
1382
944
|
}, {
|
|
1383
945
|
/**
|
|
1384
946
|
* The chainId of the token
|
|
@@ -1409,35 +971,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1409
971
|
* URL for token icon
|
|
1410
972
|
*/
|
|
1411
973
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
1412
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
1413
|
-
instrumentType?: string | undefined;
|
|
1414
|
-
ticker?: string | undefined;
|
|
1415
|
-
market?: {
|
|
1416
|
-
nextOpen?: string | undefined;
|
|
1417
|
-
nextClose?: string | undefined;
|
|
1418
|
-
} | undefined;
|
|
1419
|
-
nextPause?: {
|
|
1420
|
-
start?: string | undefined;
|
|
1421
|
-
end?: string | undefined;
|
|
1422
|
-
} | undefined;
|
|
1423
|
-
} | undefined, {
|
|
1424
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1425
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1426
|
-
market: import("@metamask/superstruct").Struct<{
|
|
1427
|
-
nextOpen?: string | undefined;
|
|
1428
|
-
nextClose?: string | undefined;
|
|
1429
|
-
} | undefined, {
|
|
1430
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1431
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1432
|
-
}>;
|
|
1433
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
1434
|
-
start?: string | undefined;
|
|
1435
|
-
end?: string | undefined;
|
|
1436
|
-
} | undefined, {
|
|
1437
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1438
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1439
|
-
}>;
|
|
1440
|
-
}>;
|
|
1441
974
|
}>;
|
|
1442
975
|
}>;
|
|
1443
976
|
/**
|
|
@@ -1455,18 +988,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1455
988
|
decimals: number;
|
|
1456
989
|
icon?: string | null | undefined;
|
|
1457
990
|
iconUrl?: string | null | undefined;
|
|
1458
|
-
rwaData?: {
|
|
1459
|
-
instrumentType?: string | undefined;
|
|
1460
|
-
ticker?: string | undefined;
|
|
1461
|
-
market?: {
|
|
1462
|
-
nextOpen?: string | undefined;
|
|
1463
|
-
nextClose?: string | undefined;
|
|
1464
|
-
} | undefined;
|
|
1465
|
-
nextPause?: {
|
|
1466
|
-
start?: string | undefined;
|
|
1467
|
-
end?: string | undefined;
|
|
1468
|
-
} | undefined;
|
|
1469
|
-
} | undefined;
|
|
1470
991
|
};
|
|
1471
992
|
} & {
|
|
1472
993
|
maxFeePerGas: string;
|
|
@@ -1492,18 +1013,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1492
1013
|
decimals: number;
|
|
1493
1014
|
icon?: string | null | undefined;
|
|
1494
1015
|
iconUrl?: string | null | undefined;
|
|
1495
|
-
rwaData?: {
|
|
1496
|
-
instrumentType?: string | undefined;
|
|
1497
|
-
ticker?: string | undefined;
|
|
1498
|
-
market?: {
|
|
1499
|
-
nextOpen?: string | undefined;
|
|
1500
|
-
nextClose?: string | undefined;
|
|
1501
|
-
} | undefined;
|
|
1502
|
-
nextPause?: {
|
|
1503
|
-
start?: string | undefined;
|
|
1504
|
-
end?: string | undefined;
|
|
1505
|
-
} | undefined;
|
|
1506
|
-
} | undefined;
|
|
1507
1016
|
};
|
|
1508
1017
|
destAsset: {
|
|
1509
1018
|
symbol: string;
|
|
@@ -1514,18 +1023,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1514
1023
|
decimals: number;
|
|
1515
1024
|
icon?: string | null | undefined;
|
|
1516
1025
|
iconUrl?: string | null | undefined;
|
|
1517
|
-
rwaData?: {
|
|
1518
|
-
instrumentType?: string | undefined;
|
|
1519
|
-
ticker?: string | undefined;
|
|
1520
|
-
market?: {
|
|
1521
|
-
nextOpen?: string | undefined;
|
|
1522
|
-
nextClose?: string | undefined;
|
|
1523
|
-
} | undefined;
|
|
1524
|
-
nextPause?: {
|
|
1525
|
-
start?: string | undefined;
|
|
1526
|
-
end?: string | undefined;
|
|
1527
|
-
} | undefined;
|
|
1528
|
-
} | undefined;
|
|
1529
1026
|
};
|
|
1530
1027
|
srcAmount: string;
|
|
1531
1028
|
destAmount: string;
|
|
@@ -1547,18 +1044,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1547
1044
|
decimals: number;
|
|
1548
1045
|
icon?: string | null | undefined;
|
|
1549
1046
|
iconUrl?: string | null | undefined;
|
|
1550
|
-
rwaData?: {
|
|
1551
|
-
instrumentType?: string | undefined;
|
|
1552
|
-
ticker?: string | undefined;
|
|
1553
|
-
market?: {
|
|
1554
|
-
nextOpen?: string | undefined;
|
|
1555
|
-
nextClose?: string | undefined;
|
|
1556
|
-
} | undefined;
|
|
1557
|
-
nextPause?: {
|
|
1558
|
-
start?: string | undefined;
|
|
1559
|
-
end?: string | undefined;
|
|
1560
|
-
} | undefined;
|
|
1561
|
-
} | undefined;
|
|
1562
1047
|
};
|
|
1563
1048
|
destAsset: {
|
|
1564
1049
|
symbol: string;
|
|
@@ -1569,18 +1054,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1569
1054
|
decimals: number;
|
|
1570
1055
|
icon?: string | null | undefined;
|
|
1571
1056
|
iconUrl?: string | null | undefined;
|
|
1572
|
-
rwaData?: {
|
|
1573
|
-
instrumentType?: string | undefined;
|
|
1574
|
-
ticker?: string | undefined;
|
|
1575
|
-
market?: {
|
|
1576
|
-
nextOpen?: string | undefined;
|
|
1577
|
-
nextClose?: string | undefined;
|
|
1578
|
-
} | undefined;
|
|
1579
|
-
nextPause?: {
|
|
1580
|
-
start?: string | undefined;
|
|
1581
|
-
end?: string | undefined;
|
|
1582
|
-
} | undefined;
|
|
1583
|
-
} | undefined;
|
|
1584
1057
|
};
|
|
1585
1058
|
srcAmount: string;
|
|
1586
1059
|
destAmount: string;
|
|
@@ -1607,18 +1080,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1607
1080
|
decimals: number;
|
|
1608
1081
|
icon?: string | null | undefined;
|
|
1609
1082
|
iconUrl?: string | null | undefined;
|
|
1610
|
-
rwaData?: {
|
|
1611
|
-
instrumentType?: string | undefined;
|
|
1612
|
-
ticker?: string | undefined;
|
|
1613
|
-
market?: {
|
|
1614
|
-
nextOpen?: string | undefined;
|
|
1615
|
-
nextClose?: string | undefined;
|
|
1616
|
-
} | undefined;
|
|
1617
|
-
nextPause?: {
|
|
1618
|
-
start?: string | undefined;
|
|
1619
|
-
end?: string | undefined;
|
|
1620
|
-
} | undefined;
|
|
1621
|
-
} | undefined;
|
|
1622
1083
|
}, {
|
|
1623
1084
|
/**
|
|
1624
1085
|
* The chainId of the token
|
|
@@ -1649,35 +1110,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1649
1110
|
* URL for token icon
|
|
1650
1111
|
*/
|
|
1651
1112
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
1652
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
1653
|
-
instrumentType?: string | undefined;
|
|
1654
|
-
ticker?: string | undefined;
|
|
1655
|
-
market?: {
|
|
1656
|
-
nextOpen?: string | undefined;
|
|
1657
|
-
nextClose?: string | undefined;
|
|
1658
|
-
} | undefined;
|
|
1659
|
-
nextPause?: {
|
|
1660
|
-
start?: string | undefined;
|
|
1661
|
-
end?: string | undefined;
|
|
1662
|
-
} | undefined;
|
|
1663
|
-
} | undefined, {
|
|
1664
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1665
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1666
|
-
market: import("@metamask/superstruct").Struct<{
|
|
1667
|
-
nextOpen?: string | undefined;
|
|
1668
|
-
nextClose?: string | undefined;
|
|
1669
|
-
} | undefined, {
|
|
1670
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1671
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1672
|
-
}>;
|
|
1673
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
1674
|
-
start?: string | undefined;
|
|
1675
|
-
end?: string | undefined;
|
|
1676
|
-
} | undefined, {
|
|
1677
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1678
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1679
|
-
}>;
|
|
1680
|
-
}>;
|
|
1681
1113
|
}>;
|
|
1682
1114
|
destAsset: import("@metamask/superstruct").Struct<{
|
|
1683
1115
|
symbol: string;
|
|
@@ -1688,18 +1120,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1688
1120
|
decimals: number;
|
|
1689
1121
|
icon?: string | null | undefined;
|
|
1690
1122
|
iconUrl?: string | null | undefined;
|
|
1691
|
-
rwaData?: {
|
|
1692
|
-
instrumentType?: string | undefined;
|
|
1693
|
-
ticker?: string | undefined;
|
|
1694
|
-
market?: {
|
|
1695
|
-
nextOpen?: string | undefined;
|
|
1696
|
-
nextClose?: string | undefined;
|
|
1697
|
-
} | undefined;
|
|
1698
|
-
nextPause?: {
|
|
1699
|
-
start?: string | undefined;
|
|
1700
|
-
end?: string | undefined;
|
|
1701
|
-
} | undefined;
|
|
1702
|
-
} | undefined;
|
|
1703
1123
|
}, {
|
|
1704
1124
|
/**
|
|
1705
1125
|
* The chainId of the token
|
|
@@ -1730,35 +1150,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1730
1150
|
* URL for token icon
|
|
1731
1151
|
*/
|
|
1732
1152
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
1733
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
1734
|
-
instrumentType?: string | undefined;
|
|
1735
|
-
ticker?: string | undefined;
|
|
1736
|
-
market?: {
|
|
1737
|
-
nextOpen?: string | undefined;
|
|
1738
|
-
nextClose?: string | undefined;
|
|
1739
|
-
} | undefined;
|
|
1740
|
-
nextPause?: {
|
|
1741
|
-
start?: string | undefined;
|
|
1742
|
-
end?: string | undefined;
|
|
1743
|
-
} | undefined;
|
|
1744
|
-
} | undefined, {
|
|
1745
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1746
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1747
|
-
market: import("@metamask/superstruct").Struct<{
|
|
1748
|
-
nextOpen?: string | undefined;
|
|
1749
|
-
nextClose?: string | undefined;
|
|
1750
|
-
} | undefined, {
|
|
1751
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1752
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1753
|
-
}>;
|
|
1754
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
1755
|
-
start?: string | undefined;
|
|
1756
|
-
end?: string | undefined;
|
|
1757
|
-
} | undefined, {
|
|
1758
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1759
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1760
|
-
}>;
|
|
1761
|
-
}>;
|
|
1762
1153
|
}>;
|
|
1763
1154
|
srcAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
1764
1155
|
destAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -1784,18 +1175,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1784
1175
|
decimals: number;
|
|
1785
1176
|
icon?: string | null | undefined;
|
|
1786
1177
|
iconUrl?: string | null | undefined;
|
|
1787
|
-
rwaData?: {
|
|
1788
|
-
instrumentType?: string | undefined;
|
|
1789
|
-
ticker?: string | undefined;
|
|
1790
|
-
market?: {
|
|
1791
|
-
nextOpen?: string | undefined;
|
|
1792
|
-
nextClose?: string | undefined;
|
|
1793
|
-
} | undefined;
|
|
1794
|
-
nextPause?: {
|
|
1795
|
-
start?: string | undefined;
|
|
1796
|
-
end?: string | undefined;
|
|
1797
|
-
} | undefined;
|
|
1798
|
-
} | undefined;
|
|
1799
1178
|
};
|
|
1800
1179
|
destAsset: {
|
|
1801
1180
|
symbol: string;
|
|
@@ -1806,18 +1185,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1806
1185
|
decimals: number;
|
|
1807
1186
|
icon?: string | null | undefined;
|
|
1808
1187
|
iconUrl?: string | null | undefined;
|
|
1809
|
-
rwaData?: {
|
|
1810
|
-
instrumentType?: string | undefined;
|
|
1811
|
-
ticker?: string | undefined;
|
|
1812
|
-
market?: {
|
|
1813
|
-
nextOpen?: string | undefined;
|
|
1814
|
-
nextClose?: string | undefined;
|
|
1815
|
-
} | undefined;
|
|
1816
|
-
nextPause?: {
|
|
1817
|
-
start?: string | undefined;
|
|
1818
|
-
end?: string | undefined;
|
|
1819
|
-
} | undefined;
|
|
1820
|
-
} | undefined;
|
|
1821
1188
|
};
|
|
1822
1189
|
srcAmount: string;
|
|
1823
1190
|
destAmount: string;
|
|
@@ -1844,18 +1211,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1844
1211
|
decimals: number;
|
|
1845
1212
|
icon?: string | null | undefined;
|
|
1846
1213
|
iconUrl?: string | null | undefined;
|
|
1847
|
-
rwaData?: {
|
|
1848
|
-
instrumentType?: string | undefined;
|
|
1849
|
-
ticker?: string | undefined;
|
|
1850
|
-
market?: {
|
|
1851
|
-
nextOpen?: string | undefined;
|
|
1852
|
-
nextClose?: string | undefined;
|
|
1853
|
-
} | undefined;
|
|
1854
|
-
nextPause?: {
|
|
1855
|
-
start?: string | undefined;
|
|
1856
|
-
end?: string | undefined;
|
|
1857
|
-
} | undefined;
|
|
1858
|
-
} | undefined;
|
|
1859
1214
|
}, {
|
|
1860
1215
|
/**
|
|
1861
1216
|
* The chainId of the token
|
|
@@ -1886,35 +1241,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1886
1241
|
* URL for token icon
|
|
1887
1242
|
*/
|
|
1888
1243
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
1889
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
1890
|
-
instrumentType?: string | undefined;
|
|
1891
|
-
ticker?: string | undefined;
|
|
1892
|
-
market?: {
|
|
1893
|
-
nextOpen?: string | undefined;
|
|
1894
|
-
nextClose?: string | undefined;
|
|
1895
|
-
} | undefined;
|
|
1896
|
-
nextPause?: {
|
|
1897
|
-
start?: string | undefined;
|
|
1898
|
-
end?: string | undefined;
|
|
1899
|
-
} | undefined;
|
|
1900
|
-
} | undefined, {
|
|
1901
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1902
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1903
|
-
market: import("@metamask/superstruct").Struct<{
|
|
1904
|
-
nextOpen?: string | undefined;
|
|
1905
|
-
nextClose?: string | undefined;
|
|
1906
|
-
} | undefined, {
|
|
1907
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1908
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1909
|
-
}>;
|
|
1910
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
1911
|
-
start?: string | undefined;
|
|
1912
|
-
end?: string | undefined;
|
|
1913
|
-
} | undefined, {
|
|
1914
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1915
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1916
|
-
}>;
|
|
1917
|
-
}>;
|
|
1918
1244
|
}>;
|
|
1919
1245
|
destAsset: import("@metamask/superstruct").Struct<{
|
|
1920
1246
|
symbol: string;
|
|
@@ -1925,18 +1251,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1925
1251
|
decimals: number;
|
|
1926
1252
|
icon?: string | null | undefined;
|
|
1927
1253
|
iconUrl?: string | null | undefined;
|
|
1928
|
-
rwaData?: {
|
|
1929
|
-
instrumentType?: string | undefined;
|
|
1930
|
-
ticker?: string | undefined;
|
|
1931
|
-
market?: {
|
|
1932
|
-
nextOpen?: string | undefined;
|
|
1933
|
-
nextClose?: string | undefined;
|
|
1934
|
-
} | undefined;
|
|
1935
|
-
nextPause?: {
|
|
1936
|
-
start?: string | undefined;
|
|
1937
|
-
end?: string | undefined;
|
|
1938
|
-
} | undefined;
|
|
1939
|
-
} | undefined;
|
|
1940
1254
|
}, {
|
|
1941
1255
|
/**
|
|
1942
1256
|
* The chainId of the token
|
|
@@ -1967,35 +1281,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
|
|
|
1967
1281
|
* URL for token icon
|
|
1968
1282
|
*/
|
|
1969
1283
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
1970
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
1971
|
-
instrumentType?: string | undefined;
|
|
1972
|
-
ticker?: string | undefined;
|
|
1973
|
-
market?: {
|
|
1974
|
-
nextOpen?: string | undefined;
|
|
1975
|
-
nextClose?: string | undefined;
|
|
1976
|
-
} | undefined;
|
|
1977
|
-
nextPause?: {
|
|
1978
|
-
start?: string | undefined;
|
|
1979
|
-
end?: string | undefined;
|
|
1980
|
-
} | undefined;
|
|
1981
|
-
} | undefined, {
|
|
1982
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1983
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1984
|
-
market: import("@metamask/superstruct").Struct<{
|
|
1985
|
-
nextOpen?: string | undefined;
|
|
1986
|
-
nextClose?: string | undefined;
|
|
1987
|
-
} | undefined, {
|
|
1988
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1989
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1990
|
-
}>;
|
|
1991
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
1992
|
-
start?: string | undefined;
|
|
1993
|
-
end?: string | undefined;
|
|
1994
|
-
} | undefined, {
|
|
1995
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1996
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
1997
|
-
}>;
|
|
1998
|
-
}>;
|
|
1999
1284
|
}>;
|
|
2000
1285
|
srcAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
2001
1286
|
destAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -2204,18 +1489,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2204
1489
|
decimals: number;
|
|
2205
1490
|
icon?: string | null | undefined;
|
|
2206
1491
|
iconUrl?: string | null | undefined;
|
|
2207
|
-
rwaData?: {
|
|
2208
|
-
instrumentType?: string | undefined;
|
|
2209
|
-
ticker?: string | undefined;
|
|
2210
|
-
market?: {
|
|
2211
|
-
nextOpen?: string | undefined;
|
|
2212
|
-
nextClose?: string | undefined;
|
|
2213
|
-
} | undefined;
|
|
2214
|
-
nextPause?: {
|
|
2215
|
-
start?: string | undefined;
|
|
2216
|
-
end?: string | undefined;
|
|
2217
|
-
} | undefined;
|
|
2218
|
-
} | undefined;
|
|
2219
1492
|
};
|
|
2220
1493
|
destAsset: {
|
|
2221
1494
|
symbol: string;
|
|
@@ -2226,18 +1499,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2226
1499
|
decimals: number;
|
|
2227
1500
|
icon?: string | null | undefined;
|
|
2228
1501
|
iconUrl?: string | null | undefined;
|
|
2229
|
-
rwaData?: {
|
|
2230
|
-
instrumentType?: string | undefined;
|
|
2231
|
-
ticker?: string | undefined;
|
|
2232
|
-
market?: {
|
|
2233
|
-
nextOpen?: string | undefined;
|
|
2234
|
-
nextClose?: string | undefined;
|
|
2235
|
-
} | undefined;
|
|
2236
|
-
nextPause?: {
|
|
2237
|
-
start?: string | undefined;
|
|
2238
|
-
end?: string | undefined;
|
|
2239
|
-
} | undefined;
|
|
2240
|
-
} | undefined;
|
|
2241
1502
|
};
|
|
2242
1503
|
requestId: string;
|
|
2243
1504
|
srcTokenAmount: string;
|
|
@@ -2255,18 +1516,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2255
1516
|
decimals: number;
|
|
2256
1517
|
icon?: string | null | undefined;
|
|
2257
1518
|
iconUrl?: string | null | undefined;
|
|
2258
|
-
rwaData?: {
|
|
2259
|
-
instrumentType?: string | undefined;
|
|
2260
|
-
ticker?: string | undefined;
|
|
2261
|
-
market?: {
|
|
2262
|
-
nextOpen?: string | undefined;
|
|
2263
|
-
nextClose?: string | undefined;
|
|
2264
|
-
} | undefined;
|
|
2265
|
-
nextPause?: {
|
|
2266
|
-
start?: string | undefined;
|
|
2267
|
-
end?: string | undefined;
|
|
2268
|
-
} | undefined;
|
|
2269
|
-
} | undefined;
|
|
2270
1519
|
};
|
|
2271
1520
|
};
|
|
2272
1521
|
txFee?: ({
|
|
@@ -2280,18 +1529,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2280
1529
|
decimals: number;
|
|
2281
1530
|
icon?: string | null | undefined;
|
|
2282
1531
|
iconUrl?: string | null | undefined;
|
|
2283
|
-
rwaData?: {
|
|
2284
|
-
instrumentType?: string | undefined;
|
|
2285
|
-
ticker?: string | undefined;
|
|
2286
|
-
market?: {
|
|
2287
|
-
nextOpen?: string | undefined;
|
|
2288
|
-
nextClose?: string | undefined;
|
|
2289
|
-
} | undefined;
|
|
2290
|
-
nextPause?: {
|
|
2291
|
-
start?: string | undefined;
|
|
2292
|
-
end?: string | undefined;
|
|
2293
|
-
} | undefined;
|
|
2294
|
-
} | undefined;
|
|
2295
1532
|
};
|
|
2296
1533
|
} & {
|
|
2297
1534
|
maxFeePerGas: string;
|
|
@@ -2312,18 +1549,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2312
1549
|
decimals: number;
|
|
2313
1550
|
icon?: string | null | undefined;
|
|
2314
1551
|
iconUrl?: string | null | undefined;
|
|
2315
|
-
rwaData?: {
|
|
2316
|
-
instrumentType?: string | undefined;
|
|
2317
|
-
ticker?: string | undefined;
|
|
2318
|
-
market?: {
|
|
2319
|
-
nextOpen?: string | undefined;
|
|
2320
|
-
nextClose?: string | undefined;
|
|
2321
|
-
} | undefined;
|
|
2322
|
-
nextPause?: {
|
|
2323
|
-
start?: string | undefined;
|
|
2324
|
-
end?: string | undefined;
|
|
2325
|
-
} | undefined;
|
|
2326
|
-
} | undefined;
|
|
2327
1552
|
};
|
|
2328
1553
|
destAsset: {
|
|
2329
1554
|
symbol: string;
|
|
@@ -2334,18 +1559,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2334
1559
|
decimals: number;
|
|
2335
1560
|
icon?: string | null | undefined;
|
|
2336
1561
|
iconUrl?: string | null | undefined;
|
|
2337
|
-
rwaData?: {
|
|
2338
|
-
instrumentType?: string | undefined;
|
|
2339
|
-
ticker?: string | undefined;
|
|
2340
|
-
market?: {
|
|
2341
|
-
nextOpen?: string | undefined;
|
|
2342
|
-
nextClose?: string | undefined;
|
|
2343
|
-
} | undefined;
|
|
2344
|
-
nextPause?: {
|
|
2345
|
-
start?: string | undefined;
|
|
2346
|
-
end?: string | undefined;
|
|
2347
|
-
} | undefined;
|
|
2348
|
-
} | undefined;
|
|
2349
1562
|
};
|
|
2350
1563
|
srcAmount: string;
|
|
2351
1564
|
destAmount: string;
|
|
@@ -2368,18 +1581,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2368
1581
|
decimals: number;
|
|
2369
1582
|
icon?: string | null | undefined;
|
|
2370
1583
|
iconUrl?: string | null | undefined;
|
|
2371
|
-
rwaData?: {
|
|
2372
|
-
instrumentType?: string | undefined;
|
|
2373
|
-
ticker?: string | undefined;
|
|
2374
|
-
market?: {
|
|
2375
|
-
nextOpen?: string | undefined;
|
|
2376
|
-
nextClose?: string | undefined;
|
|
2377
|
-
} | undefined;
|
|
2378
|
-
nextPause?: {
|
|
2379
|
-
start?: string | undefined;
|
|
2380
|
-
end?: string | undefined;
|
|
2381
|
-
} | undefined;
|
|
2382
|
-
} | undefined;
|
|
2383
1584
|
};
|
|
2384
1585
|
destAsset: {
|
|
2385
1586
|
symbol: string;
|
|
@@ -2390,18 +1591,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2390
1591
|
decimals: number;
|
|
2391
1592
|
icon?: string | null | undefined;
|
|
2392
1593
|
iconUrl?: string | null | undefined;
|
|
2393
|
-
rwaData?: {
|
|
2394
|
-
instrumentType?: string | undefined;
|
|
2395
|
-
ticker?: string | undefined;
|
|
2396
|
-
market?: {
|
|
2397
|
-
nextOpen?: string | undefined;
|
|
2398
|
-
nextClose?: string | undefined;
|
|
2399
|
-
} | undefined;
|
|
2400
|
-
nextPause?: {
|
|
2401
|
-
start?: string | undefined;
|
|
2402
|
-
end?: string | undefined;
|
|
2403
|
-
} | undefined;
|
|
2404
|
-
} | undefined;
|
|
2405
1594
|
};
|
|
2406
1595
|
srcAmount: string;
|
|
2407
1596
|
destAmount: string;
|
|
@@ -2494,18 +1683,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2494
1683
|
decimals: number;
|
|
2495
1684
|
icon?: string | null | undefined;
|
|
2496
1685
|
iconUrl?: string | null | undefined;
|
|
2497
|
-
rwaData?: {
|
|
2498
|
-
instrumentType?: string | undefined;
|
|
2499
|
-
ticker?: string | undefined;
|
|
2500
|
-
market?: {
|
|
2501
|
-
nextOpen?: string | undefined;
|
|
2502
|
-
nextClose?: string | undefined;
|
|
2503
|
-
} | undefined;
|
|
2504
|
-
nextPause?: {
|
|
2505
|
-
start?: string | undefined;
|
|
2506
|
-
end?: string | undefined;
|
|
2507
|
-
} | undefined;
|
|
2508
|
-
} | undefined;
|
|
2509
1686
|
};
|
|
2510
1687
|
destAsset: {
|
|
2511
1688
|
symbol: string;
|
|
@@ -2516,18 +1693,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2516
1693
|
decimals: number;
|
|
2517
1694
|
icon?: string | null | undefined;
|
|
2518
1695
|
iconUrl?: string | null | undefined;
|
|
2519
|
-
rwaData?: {
|
|
2520
|
-
instrumentType?: string | undefined;
|
|
2521
|
-
ticker?: string | undefined;
|
|
2522
|
-
market?: {
|
|
2523
|
-
nextOpen?: string | undefined;
|
|
2524
|
-
nextClose?: string | undefined;
|
|
2525
|
-
} | undefined;
|
|
2526
|
-
nextPause?: {
|
|
2527
|
-
start?: string | undefined;
|
|
2528
|
-
end?: string | undefined;
|
|
2529
|
-
} | undefined;
|
|
2530
|
-
} | undefined;
|
|
2531
1696
|
};
|
|
2532
1697
|
requestId: string;
|
|
2533
1698
|
srcTokenAmount: string;
|
|
@@ -2545,18 +1710,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2545
1710
|
decimals: number;
|
|
2546
1711
|
icon?: string | null | undefined;
|
|
2547
1712
|
iconUrl?: string | null | undefined;
|
|
2548
|
-
rwaData?: {
|
|
2549
|
-
instrumentType?: string | undefined;
|
|
2550
|
-
ticker?: string | undefined;
|
|
2551
|
-
market?: {
|
|
2552
|
-
nextOpen?: string | undefined;
|
|
2553
|
-
nextClose?: string | undefined;
|
|
2554
|
-
} | undefined;
|
|
2555
|
-
nextPause?: {
|
|
2556
|
-
start?: string | undefined;
|
|
2557
|
-
end?: string | undefined;
|
|
2558
|
-
} | undefined;
|
|
2559
|
-
} | undefined;
|
|
2560
1713
|
};
|
|
2561
1714
|
};
|
|
2562
1715
|
txFee?: ({
|
|
@@ -2570,18 +1723,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2570
1723
|
decimals: number;
|
|
2571
1724
|
icon?: string | null | undefined;
|
|
2572
1725
|
iconUrl?: string | null | undefined;
|
|
2573
|
-
rwaData?: {
|
|
2574
|
-
instrumentType?: string | undefined;
|
|
2575
|
-
ticker?: string | undefined;
|
|
2576
|
-
market?: {
|
|
2577
|
-
nextOpen?: string | undefined;
|
|
2578
|
-
nextClose?: string | undefined;
|
|
2579
|
-
} | undefined;
|
|
2580
|
-
nextPause?: {
|
|
2581
|
-
start?: string | undefined;
|
|
2582
|
-
end?: string | undefined;
|
|
2583
|
-
} | undefined;
|
|
2584
|
-
} | undefined;
|
|
2585
1726
|
};
|
|
2586
1727
|
} & {
|
|
2587
1728
|
maxFeePerGas: string;
|
|
@@ -2602,18 +1743,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2602
1743
|
decimals: number;
|
|
2603
1744
|
icon?: string | null | undefined;
|
|
2604
1745
|
iconUrl?: string | null | undefined;
|
|
2605
|
-
rwaData?: {
|
|
2606
|
-
instrumentType?: string | undefined;
|
|
2607
|
-
ticker?: string | undefined;
|
|
2608
|
-
market?: {
|
|
2609
|
-
nextOpen?: string | undefined;
|
|
2610
|
-
nextClose?: string | undefined;
|
|
2611
|
-
} | undefined;
|
|
2612
|
-
nextPause?: {
|
|
2613
|
-
start?: string | undefined;
|
|
2614
|
-
end?: string | undefined;
|
|
2615
|
-
} | undefined;
|
|
2616
|
-
} | undefined;
|
|
2617
1746
|
};
|
|
2618
1747
|
destAsset: {
|
|
2619
1748
|
symbol: string;
|
|
@@ -2624,18 +1753,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2624
1753
|
decimals: number;
|
|
2625
1754
|
icon?: string | null | undefined;
|
|
2626
1755
|
iconUrl?: string | null | undefined;
|
|
2627
|
-
rwaData?: {
|
|
2628
|
-
instrumentType?: string | undefined;
|
|
2629
|
-
ticker?: string | undefined;
|
|
2630
|
-
market?: {
|
|
2631
|
-
nextOpen?: string | undefined;
|
|
2632
|
-
nextClose?: string | undefined;
|
|
2633
|
-
} | undefined;
|
|
2634
|
-
nextPause?: {
|
|
2635
|
-
start?: string | undefined;
|
|
2636
|
-
end?: string | undefined;
|
|
2637
|
-
} | undefined;
|
|
2638
|
-
} | undefined;
|
|
2639
1756
|
};
|
|
2640
1757
|
srcAmount: string;
|
|
2641
1758
|
destAmount: string;
|
|
@@ -2658,18 +1775,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2658
1775
|
decimals: number;
|
|
2659
1776
|
icon?: string | null | undefined;
|
|
2660
1777
|
iconUrl?: string | null | undefined;
|
|
2661
|
-
rwaData?: {
|
|
2662
|
-
instrumentType?: string | undefined;
|
|
2663
|
-
ticker?: string | undefined;
|
|
2664
|
-
market?: {
|
|
2665
|
-
nextOpen?: string | undefined;
|
|
2666
|
-
nextClose?: string | undefined;
|
|
2667
|
-
} | undefined;
|
|
2668
|
-
nextPause?: {
|
|
2669
|
-
start?: string | undefined;
|
|
2670
|
-
end?: string | undefined;
|
|
2671
|
-
} | undefined;
|
|
2672
|
-
} | undefined;
|
|
2673
1778
|
};
|
|
2674
1779
|
destAsset: {
|
|
2675
1780
|
symbol: string;
|
|
@@ -2680,18 +1785,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2680
1785
|
decimals: number;
|
|
2681
1786
|
icon?: string | null | undefined;
|
|
2682
1787
|
iconUrl?: string | null | undefined;
|
|
2683
|
-
rwaData?: {
|
|
2684
|
-
instrumentType?: string | undefined;
|
|
2685
|
-
ticker?: string | undefined;
|
|
2686
|
-
market?: {
|
|
2687
|
-
nextOpen?: string | undefined;
|
|
2688
|
-
nextClose?: string | undefined;
|
|
2689
|
-
} | undefined;
|
|
2690
|
-
nextPause?: {
|
|
2691
|
-
start?: string | undefined;
|
|
2692
|
-
end?: string | undefined;
|
|
2693
|
-
} | undefined;
|
|
2694
|
-
} | undefined;
|
|
2695
1788
|
};
|
|
2696
1789
|
srcAmount: string;
|
|
2697
1790
|
destAmount: string;
|
|
@@ -2742,18 +1835,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2742
1835
|
decimals: number;
|
|
2743
1836
|
icon?: string | null | undefined;
|
|
2744
1837
|
iconUrl?: string | null | undefined;
|
|
2745
|
-
rwaData?: {
|
|
2746
|
-
instrumentType?: string | undefined;
|
|
2747
|
-
ticker?: string | undefined;
|
|
2748
|
-
market?: {
|
|
2749
|
-
nextOpen?: string | undefined;
|
|
2750
|
-
nextClose?: string | undefined;
|
|
2751
|
-
} | undefined;
|
|
2752
|
-
nextPause?: {
|
|
2753
|
-
start?: string | undefined;
|
|
2754
|
-
end?: string | undefined;
|
|
2755
|
-
} | undefined;
|
|
2756
|
-
} | undefined;
|
|
2757
1838
|
}, {
|
|
2758
1839
|
/**
|
|
2759
1840
|
* The chainId of the token
|
|
@@ -2784,35 +1865,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2784
1865
|
* URL for token icon
|
|
2785
1866
|
*/
|
|
2786
1867
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
2787
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
2788
|
-
instrumentType?: string | undefined;
|
|
2789
|
-
ticker?: string | undefined;
|
|
2790
|
-
market?: {
|
|
2791
|
-
nextOpen?: string | undefined;
|
|
2792
|
-
nextClose?: string | undefined;
|
|
2793
|
-
} | undefined;
|
|
2794
|
-
nextPause?: {
|
|
2795
|
-
start?: string | undefined;
|
|
2796
|
-
end?: string | undefined;
|
|
2797
|
-
} | undefined;
|
|
2798
|
-
} | undefined, {
|
|
2799
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2800
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2801
|
-
market: import("@metamask/superstruct").Struct<{
|
|
2802
|
-
nextOpen?: string | undefined;
|
|
2803
|
-
nextClose?: string | undefined;
|
|
2804
|
-
} | undefined, {
|
|
2805
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2806
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2807
|
-
}>;
|
|
2808
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
2809
|
-
start?: string | undefined;
|
|
2810
|
-
end?: string | undefined;
|
|
2811
|
-
} | undefined, {
|
|
2812
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2813
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2814
|
-
}>;
|
|
2815
|
-
}>;
|
|
2816
1868
|
}>;
|
|
2817
1869
|
/**
|
|
2818
1870
|
* The amount sent, in atomic amount: amount sent - fees
|
|
@@ -2829,18 +1881,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2829
1881
|
decimals: number;
|
|
2830
1882
|
icon?: string | null | undefined;
|
|
2831
1883
|
iconUrl?: string | null | undefined;
|
|
2832
|
-
rwaData?: {
|
|
2833
|
-
instrumentType?: string | undefined;
|
|
2834
|
-
ticker?: string | undefined;
|
|
2835
|
-
market?: {
|
|
2836
|
-
nextOpen?: string | undefined;
|
|
2837
|
-
nextClose?: string | undefined;
|
|
2838
|
-
} | undefined;
|
|
2839
|
-
nextPause?: {
|
|
2840
|
-
start?: string | undefined;
|
|
2841
|
-
end?: string | undefined;
|
|
2842
|
-
} | undefined;
|
|
2843
|
-
} | undefined;
|
|
2844
1884
|
}, {
|
|
2845
1885
|
/**
|
|
2846
1886
|
* The chainId of the token
|
|
@@ -2871,35 +1911,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2871
1911
|
* URL for token icon
|
|
2872
1912
|
*/
|
|
2873
1913
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
2874
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
2875
|
-
instrumentType?: string | undefined;
|
|
2876
|
-
ticker?: string | undefined;
|
|
2877
|
-
market?: {
|
|
2878
|
-
nextOpen?: string | undefined;
|
|
2879
|
-
nextClose?: string | undefined;
|
|
2880
|
-
} | undefined;
|
|
2881
|
-
nextPause?: {
|
|
2882
|
-
start?: string | undefined;
|
|
2883
|
-
end?: string | undefined;
|
|
2884
|
-
} | undefined;
|
|
2885
|
-
} | undefined, {
|
|
2886
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2887
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2888
|
-
market: import("@metamask/superstruct").Struct<{
|
|
2889
|
-
nextOpen?: string | undefined;
|
|
2890
|
-
nextClose?: string | undefined;
|
|
2891
|
-
} | undefined, {
|
|
2892
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2893
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2894
|
-
}>;
|
|
2895
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
2896
|
-
start?: string | undefined;
|
|
2897
|
-
end?: string | undefined;
|
|
2898
|
-
} | undefined, {
|
|
2899
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2900
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
2901
|
-
}>;
|
|
2902
|
-
}>;
|
|
2903
1914
|
}>;
|
|
2904
1915
|
/**
|
|
2905
1916
|
* The amount received, in atomic amount
|
|
@@ -2921,18 +1932,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2921
1932
|
decimals: number;
|
|
2922
1933
|
icon?: string | null | undefined;
|
|
2923
1934
|
iconUrl?: string | null | undefined;
|
|
2924
|
-
rwaData?: {
|
|
2925
|
-
instrumentType?: string | undefined;
|
|
2926
|
-
ticker?: string | undefined;
|
|
2927
|
-
market?: {
|
|
2928
|
-
nextOpen?: string | undefined;
|
|
2929
|
-
nextClose?: string | undefined;
|
|
2930
|
-
} | undefined;
|
|
2931
|
-
nextPause?: {
|
|
2932
|
-
start?: string | undefined;
|
|
2933
|
-
end?: string | undefined;
|
|
2934
|
-
} | undefined;
|
|
2935
|
-
} | undefined;
|
|
2936
1935
|
};
|
|
2937
1936
|
};
|
|
2938
1937
|
txFee?: ({
|
|
@@ -2946,18 +1945,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2946
1945
|
decimals: number;
|
|
2947
1946
|
icon?: string | null | undefined;
|
|
2948
1947
|
iconUrl?: string | null | undefined;
|
|
2949
|
-
rwaData?: {
|
|
2950
|
-
instrumentType?: string | undefined;
|
|
2951
|
-
ticker?: string | undefined;
|
|
2952
|
-
market?: {
|
|
2953
|
-
nextOpen?: string | undefined;
|
|
2954
|
-
nextClose?: string | undefined;
|
|
2955
|
-
} | undefined;
|
|
2956
|
-
nextPause?: {
|
|
2957
|
-
start?: string | undefined;
|
|
2958
|
-
end?: string | undefined;
|
|
2959
|
-
} | undefined;
|
|
2960
|
-
} | undefined;
|
|
2961
1948
|
};
|
|
2962
1949
|
} & {
|
|
2963
1950
|
maxFeePerGas: string;
|
|
@@ -2975,18 +1962,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2975
1962
|
decimals: number;
|
|
2976
1963
|
icon?: string | null | undefined;
|
|
2977
1964
|
iconUrl?: string | null | undefined;
|
|
2978
|
-
rwaData?: {
|
|
2979
|
-
instrumentType?: string | undefined;
|
|
2980
|
-
ticker?: string | undefined;
|
|
2981
|
-
market?: {
|
|
2982
|
-
nextOpen?: string | undefined;
|
|
2983
|
-
nextClose?: string | undefined;
|
|
2984
|
-
} | undefined;
|
|
2985
|
-
nextPause?: {
|
|
2986
|
-
start?: string | undefined;
|
|
2987
|
-
end?: string | undefined;
|
|
2988
|
-
} | undefined;
|
|
2989
|
-
} | undefined;
|
|
2990
1965
|
};
|
|
2991
1966
|
}, {
|
|
2992
1967
|
amount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -2999,18 +1974,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
2999
1974
|
decimals: number;
|
|
3000
1975
|
icon?: string | null | undefined;
|
|
3001
1976
|
iconUrl?: string | null | undefined;
|
|
3002
|
-
rwaData?: {
|
|
3003
|
-
instrumentType?: string | undefined;
|
|
3004
|
-
ticker?: string | undefined;
|
|
3005
|
-
market?: {
|
|
3006
|
-
nextOpen?: string | undefined;
|
|
3007
|
-
nextClose?: string | undefined;
|
|
3008
|
-
} | undefined;
|
|
3009
|
-
nextPause?: {
|
|
3010
|
-
start?: string | undefined;
|
|
3011
|
-
end?: string | undefined;
|
|
3012
|
-
} | undefined;
|
|
3013
|
-
} | undefined;
|
|
3014
1977
|
}, {
|
|
3015
1978
|
/**
|
|
3016
1979
|
* The chainId of the token
|
|
@@ -3041,35 +2004,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3041
2004
|
* URL for token icon
|
|
3042
2005
|
*/
|
|
3043
2006
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
3044
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
3045
|
-
instrumentType?: string | undefined;
|
|
3046
|
-
ticker?: string | undefined;
|
|
3047
|
-
market?: {
|
|
3048
|
-
nextOpen?: string | undefined;
|
|
3049
|
-
nextClose?: string | undefined;
|
|
3050
|
-
} | undefined;
|
|
3051
|
-
nextPause?: {
|
|
3052
|
-
start?: string | undefined;
|
|
3053
|
-
end?: string | undefined;
|
|
3054
|
-
} | undefined;
|
|
3055
|
-
} | undefined, {
|
|
3056
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3057
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3058
|
-
market: import("@metamask/superstruct").Struct<{
|
|
3059
|
-
nextOpen?: string | undefined;
|
|
3060
|
-
nextClose?: string | undefined;
|
|
3061
|
-
} | undefined, {
|
|
3062
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3063
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3064
|
-
}>;
|
|
3065
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
3066
|
-
start?: string | undefined;
|
|
3067
|
-
end?: string | undefined;
|
|
3068
|
-
} | undefined, {
|
|
3069
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3070
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3071
|
-
}>;
|
|
3072
|
-
}>;
|
|
3073
2007
|
}>;
|
|
3074
2008
|
}>;
|
|
3075
2009
|
/**
|
|
@@ -3087,18 +2021,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3087
2021
|
decimals: number;
|
|
3088
2022
|
icon?: string | null | undefined;
|
|
3089
2023
|
iconUrl?: string | null | undefined;
|
|
3090
|
-
rwaData?: {
|
|
3091
|
-
instrumentType?: string | undefined;
|
|
3092
|
-
ticker?: string | undefined;
|
|
3093
|
-
market?: {
|
|
3094
|
-
nextOpen?: string | undefined;
|
|
3095
|
-
nextClose?: string | undefined;
|
|
3096
|
-
} | undefined;
|
|
3097
|
-
nextPause?: {
|
|
3098
|
-
start?: string | undefined;
|
|
3099
|
-
end?: string | undefined;
|
|
3100
|
-
} | undefined;
|
|
3101
|
-
} | undefined;
|
|
3102
2024
|
};
|
|
3103
2025
|
} & {
|
|
3104
2026
|
maxFeePerGas: string;
|
|
@@ -3124,18 +2046,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3124
2046
|
decimals: number;
|
|
3125
2047
|
icon?: string | null | undefined;
|
|
3126
2048
|
iconUrl?: string | null | undefined;
|
|
3127
|
-
rwaData?: {
|
|
3128
|
-
instrumentType?: string | undefined;
|
|
3129
|
-
ticker?: string | undefined;
|
|
3130
|
-
market?: {
|
|
3131
|
-
nextOpen?: string | undefined;
|
|
3132
|
-
nextClose?: string | undefined;
|
|
3133
|
-
} | undefined;
|
|
3134
|
-
nextPause?: {
|
|
3135
|
-
start?: string | undefined;
|
|
3136
|
-
end?: string | undefined;
|
|
3137
|
-
} | undefined;
|
|
3138
|
-
} | undefined;
|
|
3139
2049
|
};
|
|
3140
2050
|
destAsset: {
|
|
3141
2051
|
symbol: string;
|
|
@@ -3146,18 +2056,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3146
2056
|
decimals: number;
|
|
3147
2057
|
icon?: string | null | undefined;
|
|
3148
2058
|
iconUrl?: string | null | undefined;
|
|
3149
|
-
rwaData?: {
|
|
3150
|
-
instrumentType?: string | undefined;
|
|
3151
|
-
ticker?: string | undefined;
|
|
3152
|
-
market?: {
|
|
3153
|
-
nextOpen?: string | undefined;
|
|
3154
|
-
nextClose?: string | undefined;
|
|
3155
|
-
} | undefined;
|
|
3156
|
-
nextPause?: {
|
|
3157
|
-
start?: string | undefined;
|
|
3158
|
-
end?: string | undefined;
|
|
3159
|
-
} | undefined;
|
|
3160
|
-
} | undefined;
|
|
3161
2059
|
};
|
|
3162
2060
|
srcAmount: string;
|
|
3163
2061
|
destAmount: string;
|
|
@@ -3179,18 +2077,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3179
2077
|
decimals: number;
|
|
3180
2078
|
icon?: string | null | undefined;
|
|
3181
2079
|
iconUrl?: string | null | undefined;
|
|
3182
|
-
rwaData?: {
|
|
3183
|
-
instrumentType?: string | undefined;
|
|
3184
|
-
ticker?: string | undefined;
|
|
3185
|
-
market?: {
|
|
3186
|
-
nextOpen?: string | undefined;
|
|
3187
|
-
nextClose?: string | undefined;
|
|
3188
|
-
} | undefined;
|
|
3189
|
-
nextPause?: {
|
|
3190
|
-
start?: string | undefined;
|
|
3191
|
-
end?: string | undefined;
|
|
3192
|
-
} | undefined;
|
|
3193
|
-
} | undefined;
|
|
3194
2080
|
};
|
|
3195
2081
|
destAsset: {
|
|
3196
2082
|
symbol: string;
|
|
@@ -3201,18 +2087,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3201
2087
|
decimals: number;
|
|
3202
2088
|
icon?: string | null | undefined;
|
|
3203
2089
|
iconUrl?: string | null | undefined;
|
|
3204
|
-
rwaData?: {
|
|
3205
|
-
instrumentType?: string | undefined;
|
|
3206
|
-
ticker?: string | undefined;
|
|
3207
|
-
market?: {
|
|
3208
|
-
nextOpen?: string | undefined;
|
|
3209
|
-
nextClose?: string | undefined;
|
|
3210
|
-
} | undefined;
|
|
3211
|
-
nextPause?: {
|
|
3212
|
-
start?: string | undefined;
|
|
3213
|
-
end?: string | undefined;
|
|
3214
|
-
} | undefined;
|
|
3215
|
-
} | undefined;
|
|
3216
2090
|
};
|
|
3217
2091
|
srcAmount: string;
|
|
3218
2092
|
destAmount: string;
|
|
@@ -3239,18 +2113,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3239
2113
|
decimals: number;
|
|
3240
2114
|
icon?: string | null | undefined;
|
|
3241
2115
|
iconUrl?: string | null | undefined;
|
|
3242
|
-
rwaData?: {
|
|
3243
|
-
instrumentType?: string | undefined;
|
|
3244
|
-
ticker?: string | undefined;
|
|
3245
|
-
market?: {
|
|
3246
|
-
nextOpen?: string | undefined;
|
|
3247
|
-
nextClose?: string | undefined;
|
|
3248
|
-
} | undefined;
|
|
3249
|
-
nextPause?: {
|
|
3250
|
-
start?: string | undefined;
|
|
3251
|
-
end?: string | undefined;
|
|
3252
|
-
} | undefined;
|
|
3253
|
-
} | undefined;
|
|
3254
2116
|
}, {
|
|
3255
2117
|
/**
|
|
3256
2118
|
* The chainId of the token
|
|
@@ -3281,35 +2143,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3281
2143
|
* URL for token icon
|
|
3282
2144
|
*/
|
|
3283
2145
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
3284
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
3285
|
-
instrumentType?: string | undefined;
|
|
3286
|
-
ticker?: string | undefined;
|
|
3287
|
-
market?: {
|
|
3288
|
-
nextOpen?: string | undefined;
|
|
3289
|
-
nextClose?: string | undefined;
|
|
3290
|
-
} | undefined;
|
|
3291
|
-
nextPause?: {
|
|
3292
|
-
start?: string | undefined;
|
|
3293
|
-
end?: string | undefined;
|
|
3294
|
-
} | undefined;
|
|
3295
|
-
} | undefined, {
|
|
3296
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3297
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3298
|
-
market: import("@metamask/superstruct").Struct<{
|
|
3299
|
-
nextOpen?: string | undefined;
|
|
3300
|
-
nextClose?: string | undefined;
|
|
3301
|
-
} | undefined, {
|
|
3302
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3303
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3304
|
-
}>;
|
|
3305
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
3306
|
-
start?: string | undefined;
|
|
3307
|
-
end?: string | undefined;
|
|
3308
|
-
} | undefined, {
|
|
3309
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3310
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3311
|
-
}>;
|
|
3312
|
-
}>;
|
|
3313
2146
|
}>;
|
|
3314
2147
|
destAsset: import("@metamask/superstruct").Struct<{
|
|
3315
2148
|
symbol: string;
|
|
@@ -3320,18 +2153,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3320
2153
|
decimals: number;
|
|
3321
2154
|
icon?: string | null | undefined;
|
|
3322
2155
|
iconUrl?: string | null | undefined;
|
|
3323
|
-
rwaData?: {
|
|
3324
|
-
instrumentType?: string | undefined;
|
|
3325
|
-
ticker?: string | undefined;
|
|
3326
|
-
market?: {
|
|
3327
|
-
nextOpen?: string | undefined;
|
|
3328
|
-
nextClose?: string | undefined;
|
|
3329
|
-
} | undefined;
|
|
3330
|
-
nextPause?: {
|
|
3331
|
-
start?: string | undefined;
|
|
3332
|
-
end?: string | undefined;
|
|
3333
|
-
} | undefined;
|
|
3334
|
-
} | undefined;
|
|
3335
2156
|
}, {
|
|
3336
2157
|
/**
|
|
3337
2158
|
* The chainId of the token
|
|
@@ -3362,35 +2183,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3362
2183
|
* URL for token icon
|
|
3363
2184
|
*/
|
|
3364
2185
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
3365
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
3366
|
-
instrumentType?: string | undefined;
|
|
3367
|
-
ticker?: string | undefined;
|
|
3368
|
-
market?: {
|
|
3369
|
-
nextOpen?: string | undefined;
|
|
3370
|
-
nextClose?: string | undefined;
|
|
3371
|
-
} | undefined;
|
|
3372
|
-
nextPause?: {
|
|
3373
|
-
start?: string | undefined;
|
|
3374
|
-
end?: string | undefined;
|
|
3375
|
-
} | undefined;
|
|
3376
|
-
} | undefined, {
|
|
3377
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3378
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3379
|
-
market: import("@metamask/superstruct").Struct<{
|
|
3380
|
-
nextOpen?: string | undefined;
|
|
3381
|
-
nextClose?: string | undefined;
|
|
3382
|
-
} | undefined, {
|
|
3383
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3384
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3385
|
-
}>;
|
|
3386
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
3387
|
-
start?: string | undefined;
|
|
3388
|
-
end?: string | undefined;
|
|
3389
|
-
} | undefined, {
|
|
3390
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3391
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3392
|
-
}>;
|
|
3393
|
-
}>;
|
|
3394
2186
|
}>;
|
|
3395
2187
|
srcAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
3396
2188
|
destAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -3416,18 +2208,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3416
2208
|
decimals: number;
|
|
3417
2209
|
icon?: string | null | undefined;
|
|
3418
2210
|
iconUrl?: string | null | undefined;
|
|
3419
|
-
rwaData?: {
|
|
3420
|
-
instrumentType?: string | undefined;
|
|
3421
|
-
ticker?: string | undefined;
|
|
3422
|
-
market?: {
|
|
3423
|
-
nextOpen?: string | undefined;
|
|
3424
|
-
nextClose?: string | undefined;
|
|
3425
|
-
} | undefined;
|
|
3426
|
-
nextPause?: {
|
|
3427
|
-
start?: string | undefined;
|
|
3428
|
-
end?: string | undefined;
|
|
3429
|
-
} | undefined;
|
|
3430
|
-
} | undefined;
|
|
3431
2211
|
};
|
|
3432
2212
|
destAsset: {
|
|
3433
2213
|
symbol: string;
|
|
@@ -3438,18 +2218,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3438
2218
|
decimals: number;
|
|
3439
2219
|
icon?: string | null | undefined;
|
|
3440
2220
|
iconUrl?: string | null | undefined;
|
|
3441
|
-
rwaData?: {
|
|
3442
|
-
instrumentType?: string | undefined;
|
|
3443
|
-
ticker?: string | undefined;
|
|
3444
|
-
market?: {
|
|
3445
|
-
nextOpen?: string | undefined;
|
|
3446
|
-
nextClose?: string | undefined;
|
|
3447
|
-
} | undefined;
|
|
3448
|
-
nextPause?: {
|
|
3449
|
-
start?: string | undefined;
|
|
3450
|
-
end?: string | undefined;
|
|
3451
|
-
} | undefined;
|
|
3452
|
-
} | undefined;
|
|
3453
2221
|
};
|
|
3454
2222
|
srcAmount: string;
|
|
3455
2223
|
destAmount: string;
|
|
@@ -3476,18 +2244,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3476
2244
|
decimals: number;
|
|
3477
2245
|
icon?: string | null | undefined;
|
|
3478
2246
|
iconUrl?: string | null | undefined;
|
|
3479
|
-
rwaData?: {
|
|
3480
|
-
instrumentType?: string | undefined;
|
|
3481
|
-
ticker?: string | undefined;
|
|
3482
|
-
market?: {
|
|
3483
|
-
nextOpen?: string | undefined;
|
|
3484
|
-
nextClose?: string | undefined;
|
|
3485
|
-
} | undefined;
|
|
3486
|
-
nextPause?: {
|
|
3487
|
-
start?: string | undefined;
|
|
3488
|
-
end?: string | undefined;
|
|
3489
|
-
} | undefined;
|
|
3490
|
-
} | undefined;
|
|
3491
2247
|
}, {
|
|
3492
2248
|
/**
|
|
3493
2249
|
* The chainId of the token
|
|
@@ -3518,35 +2274,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3518
2274
|
* URL for token icon
|
|
3519
2275
|
*/
|
|
3520
2276
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
3521
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
3522
|
-
instrumentType?: string | undefined;
|
|
3523
|
-
ticker?: string | undefined;
|
|
3524
|
-
market?: {
|
|
3525
|
-
nextOpen?: string | undefined;
|
|
3526
|
-
nextClose?: string | undefined;
|
|
3527
|
-
} | undefined;
|
|
3528
|
-
nextPause?: {
|
|
3529
|
-
start?: string | undefined;
|
|
3530
|
-
end?: string | undefined;
|
|
3531
|
-
} | undefined;
|
|
3532
|
-
} | undefined, {
|
|
3533
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3534
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3535
|
-
market: import("@metamask/superstruct").Struct<{
|
|
3536
|
-
nextOpen?: string | undefined;
|
|
3537
|
-
nextClose?: string | undefined;
|
|
3538
|
-
} | undefined, {
|
|
3539
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3540
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3541
|
-
}>;
|
|
3542
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
3543
|
-
start?: string | undefined;
|
|
3544
|
-
end?: string | undefined;
|
|
3545
|
-
} | undefined, {
|
|
3546
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3547
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3548
|
-
}>;
|
|
3549
|
-
}>;
|
|
3550
2277
|
}>;
|
|
3551
2278
|
destAsset: import("@metamask/superstruct").Struct<{
|
|
3552
2279
|
symbol: string;
|
|
@@ -3557,18 +2284,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3557
2284
|
decimals: number;
|
|
3558
2285
|
icon?: string | null | undefined;
|
|
3559
2286
|
iconUrl?: string | null | undefined;
|
|
3560
|
-
rwaData?: {
|
|
3561
|
-
instrumentType?: string | undefined;
|
|
3562
|
-
ticker?: string | undefined;
|
|
3563
|
-
market?: {
|
|
3564
|
-
nextOpen?: string | undefined;
|
|
3565
|
-
nextClose?: string | undefined;
|
|
3566
|
-
} | undefined;
|
|
3567
|
-
nextPause?: {
|
|
3568
|
-
start?: string | undefined;
|
|
3569
|
-
end?: string | undefined;
|
|
3570
|
-
} | undefined;
|
|
3571
|
-
} | undefined;
|
|
3572
2287
|
}, {
|
|
3573
2288
|
/**
|
|
3574
2289
|
* The chainId of the token
|
|
@@ -3599,35 +2314,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
|
|
|
3599
2314
|
* URL for token icon
|
|
3600
2315
|
*/
|
|
3601
2316
|
iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
|
|
3602
|
-
rwaData: import("@metamask/superstruct").Struct<{
|
|
3603
|
-
instrumentType?: string | undefined;
|
|
3604
|
-
ticker?: string | undefined;
|
|
3605
|
-
market?: {
|
|
3606
|
-
nextOpen?: string | undefined;
|
|
3607
|
-
nextClose?: string | undefined;
|
|
3608
|
-
} | undefined;
|
|
3609
|
-
nextPause?: {
|
|
3610
|
-
start?: string | undefined;
|
|
3611
|
-
end?: string | undefined;
|
|
3612
|
-
} | undefined;
|
|
3613
|
-
} | undefined, {
|
|
3614
|
-
instrumentType: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3615
|
-
ticker: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3616
|
-
market: import("@metamask/superstruct").Struct<{
|
|
3617
|
-
nextOpen?: string | undefined;
|
|
3618
|
-
nextClose?: string | undefined;
|
|
3619
|
-
} | undefined, {
|
|
3620
|
-
nextOpen: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3621
|
-
nextClose: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3622
|
-
}>;
|
|
3623
|
-
nextPause: import("@metamask/superstruct").Struct<{
|
|
3624
|
-
start?: string | undefined;
|
|
3625
|
-
end?: string | undefined;
|
|
3626
|
-
} | undefined, {
|
|
3627
|
-
start: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3628
|
-
end: import("@metamask/superstruct").Struct<string | undefined, null>;
|
|
3629
|
-
}>;
|
|
3630
|
-
}>;
|
|
3631
2317
|
}>;
|
|
3632
2318
|
srcAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
3633
2319
|
destAmount: import("@metamask/superstruct").Struct<string, null>;
|
|
@@ -3825,18 +2511,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
3825
2511
|
decimals: number;
|
|
3826
2512
|
icon?: string | null | undefined;
|
|
3827
2513
|
iconUrl?: string | null | undefined;
|
|
3828
|
-
rwaData?: {
|
|
3829
|
-
instrumentType?: string | undefined;
|
|
3830
|
-
ticker?: string | undefined;
|
|
3831
|
-
market?: {
|
|
3832
|
-
nextOpen?: string | undefined;
|
|
3833
|
-
nextClose?: string | undefined;
|
|
3834
|
-
} | undefined;
|
|
3835
|
-
nextPause?: {
|
|
3836
|
-
start?: string | undefined;
|
|
3837
|
-
end?: string | undefined;
|
|
3838
|
-
} | undefined;
|
|
3839
|
-
} | undefined;
|
|
3840
2514
|
};
|
|
3841
2515
|
destAsset: {
|
|
3842
2516
|
symbol: string;
|
|
@@ -3847,18 +2521,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
3847
2521
|
decimals: number;
|
|
3848
2522
|
icon?: string | null | undefined;
|
|
3849
2523
|
iconUrl?: string | null | undefined;
|
|
3850
|
-
rwaData?: {
|
|
3851
|
-
instrumentType?: string | undefined;
|
|
3852
|
-
ticker?: string | undefined;
|
|
3853
|
-
market?: {
|
|
3854
|
-
nextOpen?: string | undefined;
|
|
3855
|
-
nextClose?: string | undefined;
|
|
3856
|
-
} | undefined;
|
|
3857
|
-
nextPause?: {
|
|
3858
|
-
start?: string | undefined;
|
|
3859
|
-
end?: string | undefined;
|
|
3860
|
-
} | undefined;
|
|
3861
|
-
} | undefined;
|
|
3862
2524
|
};
|
|
3863
2525
|
requestId: string;
|
|
3864
2526
|
srcTokenAmount: string;
|
|
@@ -3876,18 +2538,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
3876
2538
|
decimals: number;
|
|
3877
2539
|
icon?: string | null | undefined;
|
|
3878
2540
|
iconUrl?: string | null | undefined;
|
|
3879
|
-
rwaData?: {
|
|
3880
|
-
instrumentType?: string | undefined;
|
|
3881
|
-
ticker?: string | undefined;
|
|
3882
|
-
market?: {
|
|
3883
|
-
nextOpen?: string | undefined;
|
|
3884
|
-
nextClose?: string | undefined;
|
|
3885
|
-
} | undefined;
|
|
3886
|
-
nextPause?: {
|
|
3887
|
-
start?: string | undefined;
|
|
3888
|
-
end?: string | undefined;
|
|
3889
|
-
} | undefined;
|
|
3890
|
-
} | undefined;
|
|
3891
2541
|
};
|
|
3892
2542
|
};
|
|
3893
2543
|
txFee?: ({
|
|
@@ -3901,18 +2551,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
3901
2551
|
decimals: number;
|
|
3902
2552
|
icon?: string | null | undefined;
|
|
3903
2553
|
iconUrl?: string | null | undefined;
|
|
3904
|
-
rwaData?: {
|
|
3905
|
-
instrumentType?: string | undefined;
|
|
3906
|
-
ticker?: string | undefined;
|
|
3907
|
-
market?: {
|
|
3908
|
-
nextOpen?: string | undefined;
|
|
3909
|
-
nextClose?: string | undefined;
|
|
3910
|
-
} | undefined;
|
|
3911
|
-
nextPause?: {
|
|
3912
|
-
start?: string | undefined;
|
|
3913
|
-
end?: string | undefined;
|
|
3914
|
-
} | undefined;
|
|
3915
|
-
} | undefined;
|
|
3916
2554
|
};
|
|
3917
2555
|
} & {
|
|
3918
2556
|
maxFeePerGas: string;
|
|
@@ -3933,18 +2571,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
3933
2571
|
decimals: number;
|
|
3934
2572
|
icon?: string | null | undefined;
|
|
3935
2573
|
iconUrl?: string | null | undefined;
|
|
3936
|
-
rwaData?: {
|
|
3937
|
-
instrumentType?: string | undefined;
|
|
3938
|
-
ticker?: string | undefined;
|
|
3939
|
-
market?: {
|
|
3940
|
-
nextOpen?: string | undefined;
|
|
3941
|
-
nextClose?: string | undefined;
|
|
3942
|
-
} | undefined;
|
|
3943
|
-
nextPause?: {
|
|
3944
|
-
start?: string | undefined;
|
|
3945
|
-
end?: string | undefined;
|
|
3946
|
-
} | undefined;
|
|
3947
|
-
} | undefined;
|
|
3948
2574
|
};
|
|
3949
2575
|
destAsset: {
|
|
3950
2576
|
symbol: string;
|
|
@@ -3955,18 +2581,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
3955
2581
|
decimals: number;
|
|
3956
2582
|
icon?: string | null | undefined;
|
|
3957
2583
|
iconUrl?: string | null | undefined;
|
|
3958
|
-
rwaData?: {
|
|
3959
|
-
instrumentType?: string | undefined;
|
|
3960
|
-
ticker?: string | undefined;
|
|
3961
|
-
market?: {
|
|
3962
|
-
nextOpen?: string | undefined;
|
|
3963
|
-
nextClose?: string | undefined;
|
|
3964
|
-
} | undefined;
|
|
3965
|
-
nextPause?: {
|
|
3966
|
-
start?: string | undefined;
|
|
3967
|
-
end?: string | undefined;
|
|
3968
|
-
} | undefined;
|
|
3969
|
-
} | undefined;
|
|
3970
2584
|
};
|
|
3971
2585
|
srcAmount: string;
|
|
3972
2586
|
destAmount: string;
|
|
@@ -3989,18 +2603,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
3989
2603
|
decimals: number;
|
|
3990
2604
|
icon?: string | null | undefined;
|
|
3991
2605
|
iconUrl?: string | null | undefined;
|
|
3992
|
-
rwaData?: {
|
|
3993
|
-
instrumentType?: string | undefined;
|
|
3994
|
-
ticker?: string | undefined;
|
|
3995
|
-
market?: {
|
|
3996
|
-
nextOpen?: string | undefined;
|
|
3997
|
-
nextClose?: string | undefined;
|
|
3998
|
-
} | undefined;
|
|
3999
|
-
nextPause?: {
|
|
4000
|
-
start?: string | undefined;
|
|
4001
|
-
end?: string | undefined;
|
|
4002
|
-
} | undefined;
|
|
4003
|
-
} | undefined;
|
|
4004
2606
|
};
|
|
4005
2607
|
destAsset: {
|
|
4006
2608
|
symbol: string;
|
|
@@ -4011,18 +2613,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
|
|
|
4011
2613
|
decimals: number;
|
|
4012
2614
|
icon?: string | null | undefined;
|
|
4013
2615
|
iconUrl?: string | null | undefined;
|
|
4014
|
-
rwaData?: {
|
|
4015
|
-
instrumentType?: string | undefined;
|
|
4016
|
-
ticker?: string | undefined;
|
|
4017
|
-
market?: {
|
|
4018
|
-
nextOpen?: string | undefined;
|
|
4019
|
-
nextClose?: string | undefined;
|
|
4020
|
-
} | undefined;
|
|
4021
|
-
nextPause?: {
|
|
4022
|
-
start?: string | undefined;
|
|
4023
|
-
end?: string | undefined;
|
|
4024
|
-
} | undefined;
|
|
4025
|
-
} | undefined;
|
|
4026
2616
|
};
|
|
4027
2617
|
srcAmount: string;
|
|
4028
2618
|
destAmount: string;
|