@metamask-previews/bridge-controller 64.2.0-preview-42084fe4 → 64.2.0-preview-e69ede40

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.
@@ -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;
26
- ticker: string;
27
- market: {
28
- nextOpen: string;
29
- nextClose: string;
30
- };
31
- nextPause: {
32
- start: string;
33
- end: string;
34
- };
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;
68
- ticker: string;
69
- market: {
70
- nextOpen: string;
71
- nextClose: string;
72
- };
73
- nextPause: {
74
- start: string;
75
- end: string;
76
- };
77
- } | undefined, {
78
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
79
- ticker: import("@metamask/superstruct").Struct<string, null>;
80
- market: import("@metamask/superstruct").Struct<{
81
- nextOpen: string;
82
- nextClose: string;
83
- }, {
84
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
85
- nextClose: import("@metamask/superstruct").Struct<string, null>;
86
- }>;
87
- nextPause: import("@metamask/superstruct").Struct<{
88
- start: string;
89
- end: string;
90
- }, {
91
- start: import("@metamask/superstruct").Struct<string, null>;
92
- end: import("@metamask/superstruct").Struct<string, 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;
283
- ticker: string;
284
- market: {
285
- nextOpen: string;
286
- nextClose: string;
287
- };
288
- nextPause: {
289
- start: string;
290
- end: string;
291
- };
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;
307
- ticker: string;
308
- market: {
309
- nextOpen: string;
310
- nextClose: string;
311
- };
312
- nextPause: {
313
- start: string;
314
- end: string;
315
- };
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;
331
- ticker: string;
332
- market: {
333
- nextOpen: string;
334
- nextClose: string;
335
- };
336
- nextPause: {
337
- start: string;
338
- end: string;
339
- };
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;
373
- ticker: string;
374
- market: {
375
- nextOpen: string;
376
- nextClose: string;
377
- };
378
- nextPause: {
379
- start: string;
380
- end: string;
381
- };
382
- } | undefined, {
383
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
384
- ticker: import("@metamask/superstruct").Struct<string, null>;
385
- market: import("@metamask/superstruct").Struct<{
386
- nextOpen: string;
387
- nextClose: string;
388
- }, {
389
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
390
- nextClose: import("@metamask/superstruct").Struct<string, null>;
391
- }>;
392
- nextPause: import("@metamask/superstruct").Struct<{
393
- start: string;
394
- end: string;
395
- }, {
396
- start: import("@metamask/superstruct").Struct<string, null>;
397
- end: import("@metamask/superstruct").Struct<string, 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;
425
- ticker: string;
426
- market: {
427
- nextOpen: string;
428
- nextClose: string;
429
- };
430
- nextPause: {
431
- start: string;
432
- end: string;
433
- };
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;
447
- ticker: string;
448
- market: {
449
- nextOpen: string;
450
- nextClose: string;
451
- };
452
- nextPause: {
453
- start: string;
454
- end: string;
455
- };
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;
485
- ticker: string;
486
- market: {
487
- nextOpen: string;
488
- nextClose: string;
489
- };
490
- nextPause: {
491
- start: string;
492
- end: string;
493
- };
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;
527
- ticker: string;
528
- market: {
529
- nextOpen: string;
530
- nextClose: string;
531
- };
532
- nextPause: {
533
- start: string;
534
- end: string;
535
- };
536
- } | undefined, {
537
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
538
- ticker: import("@metamask/superstruct").Struct<string, null>;
539
- market: import("@metamask/superstruct").Struct<{
540
- nextOpen: string;
541
- nextClose: string;
542
- }, {
543
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
544
- nextClose: import("@metamask/superstruct").Struct<string, null>;
545
- }>;
546
- nextPause: import("@metamask/superstruct").Struct<{
547
- start: string;
548
- end: string;
549
- }, {
550
- start: import("@metamask/superstruct").Struct<string, null>;
551
- end: import("@metamask/superstruct").Struct<string, 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;
566
- ticker: string;
567
- market: {
568
- nextOpen: string;
569
- nextClose: string;
570
- };
571
- nextPause: {
572
- start: string;
573
- end: string;
574
- };
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;
608
- ticker: string;
609
- market: {
610
- nextOpen: string;
611
- nextClose: string;
612
- };
613
- nextPause: {
614
- start: string;
615
- end: string;
616
- };
617
- } | undefined, {
618
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
619
- ticker: import("@metamask/superstruct").Struct<string, null>;
620
- market: import("@metamask/superstruct").Struct<{
621
- nextOpen: string;
622
- nextClose: string;
623
- }, {
624
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
625
- nextClose: import("@metamask/superstruct").Struct<string, null>;
626
- }>;
627
- nextPause: import("@metamask/superstruct").Struct<{
628
- start: string;
629
- end: string;
630
- }, {
631
- start: import("@metamask/superstruct").Struct<string, null>;
632
- end: import("@metamask/superstruct").Struct<string, null>;
633
- }>;
634
- }>;
635
423
  }>;
636
424
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
637
425
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -657,18 +445,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
657
445
  decimals: number;
658
446
  icon?: string | null | undefined;
659
447
  iconUrl?: string | null | undefined;
660
- rwaData?: {
661
- instrumentType: string;
662
- ticker: string;
663
- market: {
664
- nextOpen: string;
665
- nextClose: string;
666
- };
667
- nextPause: {
668
- start: string;
669
- end: string;
670
- };
671
- } | undefined;
672
448
  };
673
449
  destAsset: {
674
450
  symbol: string;
@@ -679,18 +455,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
679
455
  decimals: number;
680
456
  icon?: string | null | undefined;
681
457
  iconUrl?: string | null | undefined;
682
- rwaData?: {
683
- instrumentType: string;
684
- ticker: string;
685
- market: {
686
- nextOpen: string;
687
- nextClose: string;
688
- };
689
- nextPause: {
690
- start: string;
691
- end: string;
692
- };
693
- } | undefined;
694
458
  };
695
459
  requestId: string;
696
460
  srcTokenAmount: string;
@@ -708,18 +472,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
708
472
  decimals: number;
709
473
  icon?: string | null | undefined;
710
474
  iconUrl?: string | null | undefined;
711
- rwaData?: {
712
- instrumentType: string;
713
- ticker: string;
714
- market: {
715
- nextOpen: string;
716
- nextClose: string;
717
- };
718
- nextPause: {
719
- start: string;
720
- end: string;
721
- };
722
- } | undefined;
723
475
  };
724
476
  };
725
477
  txFee?: ({
@@ -733,18 +485,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
733
485
  decimals: number;
734
486
  icon?: string | null | undefined;
735
487
  iconUrl?: string | null | undefined;
736
- rwaData?: {
737
- instrumentType: string;
738
- ticker: string;
739
- market: {
740
- nextOpen: string;
741
- nextClose: string;
742
- };
743
- nextPause: {
744
- start: string;
745
- end: string;
746
- };
747
- } | undefined;
748
488
  };
749
489
  } & {
750
490
  maxFeePerGas: string;
@@ -765,18 +505,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
765
505
  decimals: number;
766
506
  icon?: string | null | undefined;
767
507
  iconUrl?: string | null | undefined;
768
- rwaData?: {
769
- instrumentType: string;
770
- ticker: string;
771
- market: {
772
- nextOpen: string;
773
- nextClose: string;
774
- };
775
- nextPause: {
776
- start: string;
777
- end: string;
778
- };
779
- } | undefined;
780
508
  };
781
509
  destAsset: {
782
510
  symbol: string;
@@ -787,18 +515,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
787
515
  decimals: number;
788
516
  icon?: string | null | undefined;
789
517
  iconUrl?: string | null | undefined;
790
- rwaData?: {
791
- instrumentType: string;
792
- ticker: string;
793
- market: {
794
- nextOpen: string;
795
- nextClose: string;
796
- };
797
- nextPause: {
798
- start: string;
799
- end: string;
800
- };
801
- } | undefined;
802
518
  };
803
519
  srcAmount: string;
804
520
  destAmount: string;
@@ -821,18 +537,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
821
537
  decimals: number;
822
538
  icon?: string | null | undefined;
823
539
  iconUrl?: string | null | undefined;
824
- rwaData?: {
825
- instrumentType: string;
826
- ticker: string;
827
- market: {
828
- nextOpen: string;
829
- nextClose: string;
830
- };
831
- nextPause: {
832
- start: string;
833
- end: string;
834
- };
835
- } | undefined;
836
540
  };
837
541
  destAsset: {
838
542
  symbol: string;
@@ -843,18 +547,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
843
547
  decimals: number;
844
548
  icon?: string | null | undefined;
845
549
  iconUrl?: string | null | undefined;
846
- rwaData?: {
847
- instrumentType: string;
848
- ticker: string;
849
- market: {
850
- nextOpen: string;
851
- nextClose: string;
852
- };
853
- nextPause: {
854
- start: string;
855
- end: string;
856
- };
857
- } | undefined;
858
550
  };
859
551
  srcAmount: string;
860
552
  destAmount: string;
@@ -886,18 +578,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
886
578
  decimals: number;
887
579
  icon?: string | null | undefined;
888
580
  iconUrl?: string | null | undefined;
889
- rwaData?: {
890
- instrumentType: string;
891
- ticker: string;
892
- market: {
893
- nextOpen: string;
894
- nextClose: string;
895
- };
896
- nextPause: {
897
- start: string;
898
- end: string;
899
- };
900
- } | undefined;
901
581
  }, {
902
582
  /**
903
583
  * The chainId of the token
@@ -928,35 +608,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
928
608
  * URL for token icon
929
609
  */
930
610
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
931
- rwaData: import("@metamask/superstruct").Struct<{
932
- instrumentType: string;
933
- ticker: string;
934
- market: {
935
- nextOpen: string;
936
- nextClose: string;
937
- };
938
- nextPause: {
939
- start: string;
940
- end: string;
941
- };
942
- } | undefined, {
943
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
944
- ticker: import("@metamask/superstruct").Struct<string, null>;
945
- market: import("@metamask/superstruct").Struct<{
946
- nextOpen: string;
947
- nextClose: string;
948
- }, {
949
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
950
- nextClose: import("@metamask/superstruct").Struct<string, null>;
951
- }>;
952
- nextPause: import("@metamask/superstruct").Struct<{
953
- start: string;
954
- end: string;
955
- }, {
956
- start: import("@metamask/superstruct").Struct<string, null>;
957
- end: import("@metamask/superstruct").Struct<string, null>;
958
- }>;
959
- }>;
960
611
  }>;
961
612
  /**
962
613
  * The amount sent, in atomic amount: amount sent - fees
@@ -973,18 +624,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
973
624
  decimals: number;
974
625
  icon?: string | null | undefined;
975
626
  iconUrl?: string | null | undefined;
976
- rwaData?: {
977
- instrumentType: string;
978
- ticker: string;
979
- market: {
980
- nextOpen: string;
981
- nextClose: string;
982
- };
983
- nextPause: {
984
- start: string;
985
- end: string;
986
- };
987
- } | undefined;
988
627
  }, {
989
628
  /**
990
629
  * The chainId of the token
@@ -1015,35 +654,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1015
654
  * URL for token icon
1016
655
  */
1017
656
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
1018
- rwaData: import("@metamask/superstruct").Struct<{
1019
- instrumentType: string;
1020
- ticker: string;
1021
- market: {
1022
- nextOpen: string;
1023
- nextClose: string;
1024
- };
1025
- nextPause: {
1026
- start: string;
1027
- end: string;
1028
- };
1029
- } | undefined, {
1030
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
1031
- ticker: import("@metamask/superstruct").Struct<string, null>;
1032
- market: import("@metamask/superstruct").Struct<{
1033
- nextOpen: string;
1034
- nextClose: string;
1035
- }, {
1036
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
1037
- nextClose: import("@metamask/superstruct").Struct<string, null>;
1038
- }>;
1039
- nextPause: import("@metamask/superstruct").Struct<{
1040
- start: string;
1041
- end: string;
1042
- }, {
1043
- start: import("@metamask/superstruct").Struct<string, null>;
1044
- end: import("@metamask/superstruct").Struct<string, null>;
1045
- }>;
1046
- }>;
1047
657
  }>;
1048
658
  /**
1049
659
  * The amount received, in atomic amount
@@ -1065,18 +675,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1065
675
  decimals: number;
1066
676
  icon?: string | null | undefined;
1067
677
  iconUrl?: string | null | undefined;
1068
- rwaData?: {
1069
- instrumentType: string;
1070
- ticker: string;
1071
- market: {
1072
- nextOpen: string;
1073
- nextClose: string;
1074
- };
1075
- nextPause: {
1076
- start: string;
1077
- end: string;
1078
- };
1079
- } | undefined;
1080
678
  };
1081
679
  };
1082
680
  txFee?: ({
@@ -1090,18 +688,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1090
688
  decimals: number;
1091
689
  icon?: string | null | undefined;
1092
690
  iconUrl?: string | null | undefined;
1093
- rwaData?: {
1094
- instrumentType: string;
1095
- ticker: string;
1096
- market: {
1097
- nextOpen: string;
1098
- nextClose: string;
1099
- };
1100
- nextPause: {
1101
- start: string;
1102
- end: string;
1103
- };
1104
- } | undefined;
1105
691
  };
1106
692
  } & {
1107
693
  maxFeePerGas: string;
@@ -1119,18 +705,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1119
705
  decimals: number;
1120
706
  icon?: string | null | undefined;
1121
707
  iconUrl?: string | null | undefined;
1122
- rwaData?: {
1123
- instrumentType: string;
1124
- ticker: string;
1125
- market: {
1126
- nextOpen: string;
1127
- nextClose: string;
1128
- };
1129
- nextPause: {
1130
- start: string;
1131
- end: string;
1132
- };
1133
- } | undefined;
1134
708
  };
1135
709
  }, {
1136
710
  amount: import("@metamask/superstruct").Struct<string, null>;
@@ -1143,18 +717,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1143
717
  decimals: number;
1144
718
  icon?: string | null | undefined;
1145
719
  iconUrl?: string | null | undefined;
1146
- rwaData?: {
1147
- instrumentType: string;
1148
- ticker: string;
1149
- market: {
1150
- nextOpen: string;
1151
- nextClose: string;
1152
- };
1153
- nextPause: {
1154
- start: string;
1155
- end: string;
1156
- };
1157
- } | undefined;
1158
720
  }, {
1159
721
  /**
1160
722
  * The chainId of the token
@@ -1185,35 +747,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1185
747
  * URL for token icon
1186
748
  */
1187
749
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
1188
- rwaData: import("@metamask/superstruct").Struct<{
1189
- instrumentType: string;
1190
- ticker: string;
1191
- market: {
1192
- nextOpen: string;
1193
- nextClose: string;
1194
- };
1195
- nextPause: {
1196
- start: string;
1197
- end: string;
1198
- };
1199
- } | undefined, {
1200
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
1201
- ticker: import("@metamask/superstruct").Struct<string, null>;
1202
- market: import("@metamask/superstruct").Struct<{
1203
- nextOpen: string;
1204
- nextClose: string;
1205
- }, {
1206
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
1207
- nextClose: import("@metamask/superstruct").Struct<string, null>;
1208
- }>;
1209
- nextPause: import("@metamask/superstruct").Struct<{
1210
- start: string;
1211
- end: string;
1212
- }, {
1213
- start: import("@metamask/superstruct").Struct<string, null>;
1214
- end: import("@metamask/superstruct").Struct<string, null>;
1215
- }>;
1216
- }>;
1217
750
  }>;
1218
751
  }>;
1219
752
  /**
@@ -1231,18 +764,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1231
764
  decimals: number;
1232
765
  icon?: string | null | undefined;
1233
766
  iconUrl?: string | null | undefined;
1234
- rwaData?: {
1235
- instrumentType: string;
1236
- ticker: string;
1237
- market: {
1238
- nextOpen: string;
1239
- nextClose: string;
1240
- };
1241
- nextPause: {
1242
- start: string;
1243
- end: string;
1244
- };
1245
- } | undefined;
1246
767
  };
1247
768
  } & {
1248
769
  maxFeePerGas: string;
@@ -1268,18 +789,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1268
789
  decimals: number;
1269
790
  icon?: string | null | undefined;
1270
791
  iconUrl?: string | null | undefined;
1271
- rwaData?: {
1272
- instrumentType: string;
1273
- ticker: string;
1274
- market: {
1275
- nextOpen: string;
1276
- nextClose: string;
1277
- };
1278
- nextPause: {
1279
- start: string;
1280
- end: string;
1281
- };
1282
- } | undefined;
1283
792
  };
1284
793
  destAsset: {
1285
794
  symbol: string;
@@ -1290,18 +799,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1290
799
  decimals: number;
1291
800
  icon?: string | null | undefined;
1292
801
  iconUrl?: string | null | undefined;
1293
- rwaData?: {
1294
- instrumentType: string;
1295
- ticker: string;
1296
- market: {
1297
- nextOpen: string;
1298
- nextClose: string;
1299
- };
1300
- nextPause: {
1301
- start: string;
1302
- end: string;
1303
- };
1304
- } | undefined;
1305
802
  };
1306
803
  srcAmount: string;
1307
804
  destAmount: string;
@@ -1323,18 +820,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1323
820
  decimals: number;
1324
821
  icon?: string | null | undefined;
1325
822
  iconUrl?: string | null | undefined;
1326
- rwaData?: {
1327
- instrumentType: string;
1328
- ticker: string;
1329
- market: {
1330
- nextOpen: string;
1331
- nextClose: string;
1332
- };
1333
- nextPause: {
1334
- start: string;
1335
- end: string;
1336
- };
1337
- } | undefined;
1338
823
  };
1339
824
  destAsset: {
1340
825
  symbol: string;
@@ -1345,18 +830,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1345
830
  decimals: number;
1346
831
  icon?: string | null | undefined;
1347
832
  iconUrl?: string | null | undefined;
1348
- rwaData?: {
1349
- instrumentType: string;
1350
- ticker: string;
1351
- market: {
1352
- nextOpen: string;
1353
- nextClose: string;
1354
- };
1355
- nextPause: {
1356
- start: string;
1357
- end: string;
1358
- };
1359
- } | undefined;
1360
833
  };
1361
834
  srcAmount: string;
1362
835
  destAmount: string;
@@ -1383,18 +856,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1383
856
  decimals: number;
1384
857
  icon?: string | null | undefined;
1385
858
  iconUrl?: string | null | undefined;
1386
- rwaData?: {
1387
- instrumentType: string;
1388
- ticker: string;
1389
- market: {
1390
- nextOpen: string;
1391
- nextClose: string;
1392
- };
1393
- nextPause: {
1394
- start: string;
1395
- end: string;
1396
- };
1397
- } | undefined;
1398
859
  }, {
1399
860
  /**
1400
861
  * The chainId of the token
@@ -1425,35 +886,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1425
886
  * URL for token icon
1426
887
  */
1427
888
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
1428
- rwaData: import("@metamask/superstruct").Struct<{
1429
- instrumentType: string;
1430
- ticker: string;
1431
- market: {
1432
- nextOpen: string;
1433
- nextClose: string;
1434
- };
1435
- nextPause: {
1436
- start: string;
1437
- end: string;
1438
- };
1439
- } | undefined, {
1440
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
1441
- ticker: import("@metamask/superstruct").Struct<string, null>;
1442
- market: import("@metamask/superstruct").Struct<{
1443
- nextOpen: string;
1444
- nextClose: string;
1445
- }, {
1446
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
1447
- nextClose: import("@metamask/superstruct").Struct<string, null>;
1448
- }>;
1449
- nextPause: import("@metamask/superstruct").Struct<{
1450
- start: string;
1451
- end: string;
1452
- }, {
1453
- start: import("@metamask/superstruct").Struct<string, null>;
1454
- end: import("@metamask/superstruct").Struct<string, null>;
1455
- }>;
1456
- }>;
1457
889
  }>;
1458
890
  destAsset: import("@metamask/superstruct").Struct<{
1459
891
  symbol: string;
@@ -1464,18 +896,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1464
896
  decimals: number;
1465
897
  icon?: string | null | undefined;
1466
898
  iconUrl?: string | null | undefined;
1467
- rwaData?: {
1468
- instrumentType: string;
1469
- ticker: string;
1470
- market: {
1471
- nextOpen: string;
1472
- nextClose: string;
1473
- };
1474
- nextPause: {
1475
- start: string;
1476
- end: string;
1477
- };
1478
- } | undefined;
1479
899
  }, {
1480
900
  /**
1481
901
  * The chainId of the token
@@ -1506,35 +926,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1506
926
  * URL for token icon
1507
927
  */
1508
928
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
1509
- rwaData: import("@metamask/superstruct").Struct<{
1510
- instrumentType: string;
1511
- ticker: string;
1512
- market: {
1513
- nextOpen: string;
1514
- nextClose: string;
1515
- };
1516
- nextPause: {
1517
- start: string;
1518
- end: string;
1519
- };
1520
- } | undefined, {
1521
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
1522
- ticker: import("@metamask/superstruct").Struct<string, null>;
1523
- market: import("@metamask/superstruct").Struct<{
1524
- nextOpen: string;
1525
- nextClose: string;
1526
- }, {
1527
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
1528
- nextClose: import("@metamask/superstruct").Struct<string, null>;
1529
- }>;
1530
- nextPause: import("@metamask/superstruct").Struct<{
1531
- start: string;
1532
- end: string;
1533
- }, {
1534
- start: import("@metamask/superstruct").Struct<string, null>;
1535
- end: import("@metamask/superstruct").Struct<string, null>;
1536
- }>;
1537
- }>;
1538
929
  }>;
1539
930
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
1540
931
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -1560,18 +951,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1560
951
  decimals: number;
1561
952
  icon?: string | null | undefined;
1562
953
  iconUrl?: string | null | undefined;
1563
- rwaData?: {
1564
- instrumentType: string;
1565
- ticker: string;
1566
- market: {
1567
- nextOpen: string;
1568
- nextClose: string;
1569
- };
1570
- nextPause: {
1571
- start: string;
1572
- end: string;
1573
- };
1574
- } | undefined;
1575
954
  };
1576
955
  destAsset: {
1577
956
  symbol: string;
@@ -1582,18 +961,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1582
961
  decimals: number;
1583
962
  icon?: string | null | undefined;
1584
963
  iconUrl?: string | null | undefined;
1585
- rwaData?: {
1586
- instrumentType: string;
1587
- ticker: string;
1588
- market: {
1589
- nextOpen: string;
1590
- nextClose: string;
1591
- };
1592
- nextPause: {
1593
- start: string;
1594
- end: string;
1595
- };
1596
- } | undefined;
1597
964
  };
1598
965
  srcAmount: string;
1599
966
  destAmount: string;
@@ -1620,18 +987,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1620
987
  decimals: number;
1621
988
  icon?: string | null | undefined;
1622
989
  iconUrl?: string | null | undefined;
1623
- rwaData?: {
1624
- instrumentType: string;
1625
- ticker: string;
1626
- market: {
1627
- nextOpen: string;
1628
- nextClose: string;
1629
- };
1630
- nextPause: {
1631
- start: string;
1632
- end: string;
1633
- };
1634
- } | undefined;
1635
990
  }, {
1636
991
  /**
1637
992
  * The chainId of the token
@@ -1662,35 +1017,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1662
1017
  * URL for token icon
1663
1018
  */
1664
1019
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
1665
- rwaData: import("@metamask/superstruct").Struct<{
1666
- instrumentType: string;
1667
- ticker: string;
1668
- market: {
1669
- nextOpen: string;
1670
- nextClose: string;
1671
- };
1672
- nextPause: {
1673
- start: string;
1674
- end: string;
1675
- };
1676
- } | undefined, {
1677
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
1678
- ticker: import("@metamask/superstruct").Struct<string, null>;
1679
- market: import("@metamask/superstruct").Struct<{
1680
- nextOpen: string;
1681
- nextClose: string;
1682
- }, {
1683
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
1684
- nextClose: import("@metamask/superstruct").Struct<string, null>;
1685
- }>;
1686
- nextPause: import("@metamask/superstruct").Struct<{
1687
- start: string;
1688
- end: string;
1689
- }, {
1690
- start: import("@metamask/superstruct").Struct<string, null>;
1691
- end: import("@metamask/superstruct").Struct<string, null>;
1692
- }>;
1693
- }>;
1694
1020
  }>;
1695
1021
  destAsset: import("@metamask/superstruct").Struct<{
1696
1022
  symbol: string;
@@ -1701,18 +1027,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1701
1027
  decimals: number;
1702
1028
  icon?: string | null | undefined;
1703
1029
  iconUrl?: string | null | undefined;
1704
- rwaData?: {
1705
- instrumentType: string;
1706
- ticker: string;
1707
- market: {
1708
- nextOpen: string;
1709
- nextClose: string;
1710
- };
1711
- nextPause: {
1712
- start: string;
1713
- end: string;
1714
- };
1715
- } | undefined;
1716
1030
  }, {
1717
1031
  /**
1718
1032
  * The chainId of the token
@@ -1743,35 +1057,6 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1743
1057
  * URL for token icon
1744
1058
  */
1745
1059
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
1746
- rwaData: import("@metamask/superstruct").Struct<{
1747
- instrumentType: string;
1748
- ticker: string;
1749
- market: {
1750
- nextOpen: string;
1751
- nextClose: string;
1752
- };
1753
- nextPause: {
1754
- start: string;
1755
- end: string;
1756
- };
1757
- } | undefined, {
1758
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
1759
- ticker: import("@metamask/superstruct").Struct<string, null>;
1760
- market: import("@metamask/superstruct").Struct<{
1761
- nextOpen: string;
1762
- nextClose: string;
1763
- }, {
1764
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
1765
- nextClose: import("@metamask/superstruct").Struct<string, null>;
1766
- }>;
1767
- nextPause: import("@metamask/superstruct").Struct<{
1768
- start: string;
1769
- end: string;
1770
- }, {
1771
- start: import("@metamask/superstruct").Struct<string, null>;
1772
- end: import("@metamask/superstruct").Struct<string, null>;
1773
- }>;
1774
- }>;
1775
1060
  }>;
1776
1061
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
1777
1062
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -1866,18 +1151,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1866
1151
  decimals: number;
1867
1152
  icon?: string | null | undefined;
1868
1153
  iconUrl?: string | null | undefined;
1869
- rwaData?: {
1870
- instrumentType: string;
1871
- ticker: string;
1872
- market: {
1873
- nextOpen: string;
1874
- nextClose: string;
1875
- };
1876
- nextPause: {
1877
- start: string;
1878
- end: string;
1879
- };
1880
- } | undefined;
1881
1154
  };
1882
1155
  destAsset: {
1883
1156
  symbol: string;
@@ -1888,18 +1161,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1888
1161
  decimals: number;
1889
1162
  icon?: string | null | undefined;
1890
1163
  iconUrl?: string | null | undefined;
1891
- rwaData?: {
1892
- instrumentType: string;
1893
- ticker: string;
1894
- market: {
1895
- nextOpen: string;
1896
- nextClose: string;
1897
- };
1898
- nextPause: {
1899
- start: string;
1900
- end: string;
1901
- };
1902
- } | undefined;
1903
1164
  };
1904
1165
  requestId: string;
1905
1166
  srcTokenAmount: string;
@@ -1917,18 +1178,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1917
1178
  decimals: number;
1918
1179
  icon?: string | null | undefined;
1919
1180
  iconUrl?: string | null | undefined;
1920
- rwaData?: {
1921
- instrumentType: string;
1922
- ticker: string;
1923
- market: {
1924
- nextOpen: string;
1925
- nextClose: string;
1926
- };
1927
- nextPause: {
1928
- start: string;
1929
- end: string;
1930
- };
1931
- } | undefined;
1932
1181
  };
1933
1182
  };
1934
1183
  txFee?: ({
@@ -1942,18 +1191,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1942
1191
  decimals: number;
1943
1192
  icon?: string | null | undefined;
1944
1193
  iconUrl?: string | null | undefined;
1945
- rwaData?: {
1946
- instrumentType: string;
1947
- ticker: string;
1948
- market: {
1949
- nextOpen: string;
1950
- nextClose: string;
1951
- };
1952
- nextPause: {
1953
- start: string;
1954
- end: string;
1955
- };
1956
- } | undefined;
1957
1194
  };
1958
1195
  } & {
1959
1196
  maxFeePerGas: string;
@@ -1974,18 +1211,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1974
1211
  decimals: number;
1975
1212
  icon?: string | null | undefined;
1976
1213
  iconUrl?: string | null | undefined;
1977
- rwaData?: {
1978
- instrumentType: string;
1979
- ticker: string;
1980
- market: {
1981
- nextOpen: string;
1982
- nextClose: string;
1983
- };
1984
- nextPause: {
1985
- start: string;
1986
- end: string;
1987
- };
1988
- } | undefined;
1989
1214
  };
1990
1215
  destAsset: {
1991
1216
  symbol: string;
@@ -1996,18 +1221,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1996
1221
  decimals: number;
1997
1222
  icon?: string | null | undefined;
1998
1223
  iconUrl?: string | null | undefined;
1999
- rwaData?: {
2000
- instrumentType: string;
2001
- ticker: string;
2002
- market: {
2003
- nextOpen: string;
2004
- nextClose: string;
2005
- };
2006
- nextPause: {
2007
- start: string;
2008
- end: string;
2009
- };
2010
- } | undefined;
2011
1224
  };
2012
1225
  srcAmount: string;
2013
1226
  destAmount: string;
@@ -2030,18 +1243,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2030
1243
  decimals: number;
2031
1244
  icon?: string | null | undefined;
2032
1245
  iconUrl?: string | null | undefined;
2033
- rwaData?: {
2034
- instrumentType: string;
2035
- ticker: string;
2036
- market: {
2037
- nextOpen: string;
2038
- nextClose: string;
2039
- };
2040
- nextPause: {
2041
- start: string;
2042
- end: string;
2043
- };
2044
- } | undefined;
2045
1246
  };
2046
1247
  destAsset: {
2047
1248
  symbol: string;
@@ -2052,18 +1253,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2052
1253
  decimals: number;
2053
1254
  icon?: string | null | undefined;
2054
1255
  iconUrl?: string | null | undefined;
2055
- rwaData?: {
2056
- instrumentType: string;
2057
- ticker: string;
2058
- market: {
2059
- nextOpen: string;
2060
- nextClose: string;
2061
- };
2062
- nextPause: {
2063
- start: string;
2064
- end: string;
2065
- };
2066
- } | undefined;
2067
1256
  };
2068
1257
  srcAmount: string;
2069
1258
  destAmount: string;
@@ -2137,18 +1326,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2137
1326
  decimals: number;
2138
1327
  icon?: string | null | undefined;
2139
1328
  iconUrl?: string | null | undefined;
2140
- rwaData?: {
2141
- instrumentType: string;
2142
- ticker: string;
2143
- market: {
2144
- nextOpen: string;
2145
- nextClose: string;
2146
- };
2147
- nextPause: {
2148
- start: string;
2149
- end: string;
2150
- };
2151
- } | undefined;
2152
1329
  };
2153
1330
  destAsset: {
2154
1331
  symbol: string;
@@ -2159,18 +1336,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2159
1336
  decimals: number;
2160
1337
  icon?: string | null | undefined;
2161
1338
  iconUrl?: string | null | undefined;
2162
- rwaData?: {
2163
- instrumentType: string;
2164
- ticker: string;
2165
- market: {
2166
- nextOpen: string;
2167
- nextClose: string;
2168
- };
2169
- nextPause: {
2170
- start: string;
2171
- end: string;
2172
- };
2173
- } | undefined;
2174
1339
  };
2175
1340
  requestId: string;
2176
1341
  srcTokenAmount: string;
@@ -2188,18 +1353,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2188
1353
  decimals: number;
2189
1354
  icon?: string | null | undefined;
2190
1355
  iconUrl?: string | null | undefined;
2191
- rwaData?: {
2192
- instrumentType: string;
2193
- ticker: string;
2194
- market: {
2195
- nextOpen: string;
2196
- nextClose: string;
2197
- };
2198
- nextPause: {
2199
- start: string;
2200
- end: string;
2201
- };
2202
- } | undefined;
2203
1356
  };
2204
1357
  };
2205
1358
  txFee?: ({
@@ -2213,18 +1366,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2213
1366
  decimals: number;
2214
1367
  icon?: string | null | undefined;
2215
1368
  iconUrl?: string | null | undefined;
2216
- rwaData?: {
2217
- instrumentType: string;
2218
- ticker: string;
2219
- market: {
2220
- nextOpen: string;
2221
- nextClose: string;
2222
- };
2223
- nextPause: {
2224
- start: string;
2225
- end: string;
2226
- };
2227
- } | undefined;
2228
1369
  };
2229
1370
  } & {
2230
1371
  maxFeePerGas: string;
@@ -2245,18 +1386,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2245
1386
  decimals: number;
2246
1387
  icon?: string | null | undefined;
2247
1388
  iconUrl?: string | null | undefined;
2248
- rwaData?: {
2249
- instrumentType: string;
2250
- ticker: string;
2251
- market: {
2252
- nextOpen: string;
2253
- nextClose: string;
2254
- };
2255
- nextPause: {
2256
- start: string;
2257
- end: string;
2258
- };
2259
- } | undefined;
2260
1389
  };
2261
1390
  destAsset: {
2262
1391
  symbol: string;
@@ -2267,18 +1396,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2267
1396
  decimals: number;
2268
1397
  icon?: string | null | undefined;
2269
1398
  iconUrl?: string | null | undefined;
2270
- rwaData?: {
2271
- instrumentType: string;
2272
- ticker: string;
2273
- market: {
2274
- nextOpen: string;
2275
- nextClose: string;
2276
- };
2277
- nextPause: {
2278
- start: string;
2279
- end: string;
2280
- };
2281
- } | undefined;
2282
1399
  };
2283
1400
  srcAmount: string;
2284
1401
  destAmount: string;
@@ -2301,18 +1418,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2301
1418
  decimals: number;
2302
1419
  icon?: string | null | undefined;
2303
1420
  iconUrl?: string | null | undefined;
2304
- rwaData?: {
2305
- instrumentType: string;
2306
- ticker: string;
2307
- market: {
2308
- nextOpen: string;
2309
- nextClose: string;
2310
- };
2311
- nextPause: {
2312
- start: string;
2313
- end: string;
2314
- };
2315
- } | undefined;
2316
1421
  };
2317
1422
  destAsset: {
2318
1423
  symbol: string;
@@ -2323,18 +1428,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2323
1428
  decimals: number;
2324
1429
  icon?: string | null | undefined;
2325
1430
  iconUrl?: string | null | undefined;
2326
- rwaData?: {
2327
- instrumentType: string;
2328
- ticker: string;
2329
- market: {
2330
- nextOpen: string;
2331
- nextClose: string;
2332
- };
2333
- nextPause: {
2334
- start: string;
2335
- end: string;
2336
- };
2337
- } | undefined;
2338
1431
  };
2339
1432
  srcAmount: string;
2340
1433
  destAmount: string;
@@ -2366,18 +1459,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2366
1459
  decimals: number;
2367
1460
  icon?: string | null | undefined;
2368
1461
  iconUrl?: string | null | undefined;
2369
- rwaData?: {
2370
- instrumentType: string;
2371
- ticker: string;
2372
- market: {
2373
- nextOpen: string;
2374
- nextClose: string;
2375
- };
2376
- nextPause: {
2377
- start: string;
2378
- end: string;
2379
- };
2380
- } | undefined;
2381
1462
  }, {
2382
1463
  /**
2383
1464
  * The chainId of the token
@@ -2408,35 +1489,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2408
1489
  * URL for token icon
2409
1490
  */
2410
1491
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
2411
- rwaData: import("@metamask/superstruct").Struct<{
2412
- instrumentType: string;
2413
- ticker: string;
2414
- market: {
2415
- nextOpen: string;
2416
- nextClose: string;
2417
- };
2418
- nextPause: {
2419
- start: string;
2420
- end: string;
2421
- };
2422
- } | undefined, {
2423
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
2424
- ticker: import("@metamask/superstruct").Struct<string, null>;
2425
- market: import("@metamask/superstruct").Struct<{
2426
- nextOpen: string;
2427
- nextClose: string;
2428
- }, {
2429
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
2430
- nextClose: import("@metamask/superstruct").Struct<string, null>;
2431
- }>;
2432
- nextPause: import("@metamask/superstruct").Struct<{
2433
- start: string;
2434
- end: string;
2435
- }, {
2436
- start: import("@metamask/superstruct").Struct<string, null>;
2437
- end: import("@metamask/superstruct").Struct<string, null>;
2438
- }>;
2439
- }>;
2440
1492
  }>;
2441
1493
  /**
2442
1494
  * The amount sent, in atomic amount: amount sent - fees
@@ -2453,18 +1505,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2453
1505
  decimals: number;
2454
1506
  icon?: string | null | undefined;
2455
1507
  iconUrl?: string | null | undefined;
2456
- rwaData?: {
2457
- instrumentType: string;
2458
- ticker: string;
2459
- market: {
2460
- nextOpen: string;
2461
- nextClose: string;
2462
- };
2463
- nextPause: {
2464
- start: string;
2465
- end: string;
2466
- };
2467
- } | undefined;
2468
1508
  }, {
2469
1509
  /**
2470
1510
  * The chainId of the token
@@ -2495,35 +1535,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2495
1535
  * URL for token icon
2496
1536
  */
2497
1537
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
2498
- rwaData: import("@metamask/superstruct").Struct<{
2499
- instrumentType: string;
2500
- ticker: string;
2501
- market: {
2502
- nextOpen: string;
2503
- nextClose: string;
2504
- };
2505
- nextPause: {
2506
- start: string;
2507
- end: string;
2508
- };
2509
- } | undefined, {
2510
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
2511
- ticker: import("@metamask/superstruct").Struct<string, null>;
2512
- market: import("@metamask/superstruct").Struct<{
2513
- nextOpen: string;
2514
- nextClose: string;
2515
- }, {
2516
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
2517
- nextClose: import("@metamask/superstruct").Struct<string, null>;
2518
- }>;
2519
- nextPause: import("@metamask/superstruct").Struct<{
2520
- start: string;
2521
- end: string;
2522
- }, {
2523
- start: import("@metamask/superstruct").Struct<string, null>;
2524
- end: import("@metamask/superstruct").Struct<string, null>;
2525
- }>;
2526
- }>;
2527
1538
  }>;
2528
1539
  /**
2529
1540
  * The amount received, in atomic amount
@@ -2545,18 +1556,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2545
1556
  decimals: number;
2546
1557
  icon?: string | null | undefined;
2547
1558
  iconUrl?: string | null | undefined;
2548
- rwaData?: {
2549
- instrumentType: string;
2550
- ticker: string;
2551
- market: {
2552
- nextOpen: string;
2553
- nextClose: string;
2554
- };
2555
- nextPause: {
2556
- start: string;
2557
- end: string;
2558
- };
2559
- } | undefined;
2560
1559
  };
2561
1560
  };
2562
1561
  txFee?: ({
@@ -2570,18 +1569,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2570
1569
  decimals: number;
2571
1570
  icon?: string | null | undefined;
2572
1571
  iconUrl?: string | null | undefined;
2573
- rwaData?: {
2574
- instrumentType: string;
2575
- ticker: string;
2576
- market: {
2577
- nextOpen: string;
2578
- nextClose: string;
2579
- };
2580
- nextPause: {
2581
- start: string;
2582
- end: string;
2583
- };
2584
- } | undefined;
2585
1572
  };
2586
1573
  } & {
2587
1574
  maxFeePerGas: string;
@@ -2599,18 +1586,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2599
1586
  decimals: number;
2600
1587
  icon?: string | null | undefined;
2601
1588
  iconUrl?: string | null | undefined;
2602
- rwaData?: {
2603
- instrumentType: string;
2604
- ticker: string;
2605
- market: {
2606
- nextOpen: string;
2607
- nextClose: string;
2608
- };
2609
- nextPause: {
2610
- start: string;
2611
- end: string;
2612
- };
2613
- } | undefined;
2614
1589
  };
2615
1590
  }, {
2616
1591
  amount: import("@metamask/superstruct").Struct<string, null>;
@@ -2623,18 +1598,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2623
1598
  decimals: number;
2624
1599
  icon?: string | null | undefined;
2625
1600
  iconUrl?: string | null | undefined;
2626
- rwaData?: {
2627
- instrumentType: string;
2628
- ticker: string;
2629
- market: {
2630
- nextOpen: string;
2631
- nextClose: string;
2632
- };
2633
- nextPause: {
2634
- start: string;
2635
- end: string;
2636
- };
2637
- } | undefined;
2638
1601
  }, {
2639
1602
  /**
2640
1603
  * The chainId of the token
@@ -2665,35 +1628,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2665
1628
  * URL for token icon
2666
1629
  */
2667
1630
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
2668
- rwaData: import("@metamask/superstruct").Struct<{
2669
- instrumentType: string;
2670
- ticker: string;
2671
- market: {
2672
- nextOpen: string;
2673
- nextClose: string;
2674
- };
2675
- nextPause: {
2676
- start: string;
2677
- end: string;
2678
- };
2679
- } | undefined, {
2680
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
2681
- ticker: import("@metamask/superstruct").Struct<string, null>;
2682
- market: import("@metamask/superstruct").Struct<{
2683
- nextOpen: string;
2684
- nextClose: string;
2685
- }, {
2686
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
2687
- nextClose: import("@metamask/superstruct").Struct<string, null>;
2688
- }>;
2689
- nextPause: import("@metamask/superstruct").Struct<{
2690
- start: string;
2691
- end: string;
2692
- }, {
2693
- start: import("@metamask/superstruct").Struct<string, null>;
2694
- end: import("@metamask/superstruct").Struct<string, null>;
2695
- }>;
2696
- }>;
2697
1631
  }>;
2698
1632
  }>;
2699
1633
  /**
@@ -2711,18 +1645,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2711
1645
  decimals: number;
2712
1646
  icon?: string | null | undefined;
2713
1647
  iconUrl?: string | null | undefined;
2714
- rwaData?: {
2715
- instrumentType: string;
2716
- ticker: string;
2717
- market: {
2718
- nextOpen: string;
2719
- nextClose: string;
2720
- };
2721
- nextPause: {
2722
- start: string;
2723
- end: string;
2724
- };
2725
- } | undefined;
2726
1648
  };
2727
1649
  } & {
2728
1650
  maxFeePerGas: string;
@@ -2748,18 +1670,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2748
1670
  decimals: number;
2749
1671
  icon?: string | null | undefined;
2750
1672
  iconUrl?: string | null | undefined;
2751
- rwaData?: {
2752
- instrumentType: string;
2753
- ticker: string;
2754
- market: {
2755
- nextOpen: string;
2756
- nextClose: string;
2757
- };
2758
- nextPause: {
2759
- start: string;
2760
- end: string;
2761
- };
2762
- } | undefined;
2763
1673
  };
2764
1674
  destAsset: {
2765
1675
  symbol: string;
@@ -2770,18 +1680,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2770
1680
  decimals: number;
2771
1681
  icon?: string | null | undefined;
2772
1682
  iconUrl?: string | null | undefined;
2773
- rwaData?: {
2774
- instrumentType: string;
2775
- ticker: string;
2776
- market: {
2777
- nextOpen: string;
2778
- nextClose: string;
2779
- };
2780
- nextPause: {
2781
- start: string;
2782
- end: string;
2783
- };
2784
- } | undefined;
2785
1683
  };
2786
1684
  srcAmount: string;
2787
1685
  destAmount: string;
@@ -2803,18 +1701,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2803
1701
  decimals: number;
2804
1702
  icon?: string | null | undefined;
2805
1703
  iconUrl?: string | null | undefined;
2806
- rwaData?: {
2807
- instrumentType: string;
2808
- ticker: string;
2809
- market: {
2810
- nextOpen: string;
2811
- nextClose: string;
2812
- };
2813
- nextPause: {
2814
- start: string;
2815
- end: string;
2816
- };
2817
- } | undefined;
2818
1704
  };
2819
1705
  destAsset: {
2820
1706
  symbol: string;
@@ -2825,18 +1711,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2825
1711
  decimals: number;
2826
1712
  icon?: string | null | undefined;
2827
1713
  iconUrl?: string | null | undefined;
2828
- rwaData?: {
2829
- instrumentType: string;
2830
- ticker: string;
2831
- market: {
2832
- nextOpen: string;
2833
- nextClose: string;
2834
- };
2835
- nextPause: {
2836
- start: string;
2837
- end: string;
2838
- };
2839
- } | undefined;
2840
1714
  };
2841
1715
  srcAmount: string;
2842
1716
  destAmount: string;
@@ -2863,18 +1737,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2863
1737
  decimals: number;
2864
1738
  icon?: string | null | undefined;
2865
1739
  iconUrl?: string | null | undefined;
2866
- rwaData?: {
2867
- instrumentType: string;
2868
- ticker: string;
2869
- market: {
2870
- nextOpen: string;
2871
- nextClose: string;
2872
- };
2873
- nextPause: {
2874
- start: string;
2875
- end: string;
2876
- };
2877
- } | undefined;
2878
1740
  }, {
2879
1741
  /**
2880
1742
  * The chainId of the token
@@ -2905,35 +1767,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2905
1767
  * URL for token icon
2906
1768
  */
2907
1769
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
2908
- rwaData: import("@metamask/superstruct").Struct<{
2909
- instrumentType: string;
2910
- ticker: string;
2911
- market: {
2912
- nextOpen: string;
2913
- nextClose: string;
2914
- };
2915
- nextPause: {
2916
- start: string;
2917
- end: string;
2918
- };
2919
- } | undefined, {
2920
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
2921
- ticker: import("@metamask/superstruct").Struct<string, null>;
2922
- market: import("@metamask/superstruct").Struct<{
2923
- nextOpen: string;
2924
- nextClose: string;
2925
- }, {
2926
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
2927
- nextClose: import("@metamask/superstruct").Struct<string, null>;
2928
- }>;
2929
- nextPause: import("@metamask/superstruct").Struct<{
2930
- start: string;
2931
- end: string;
2932
- }, {
2933
- start: import("@metamask/superstruct").Struct<string, null>;
2934
- end: import("@metamask/superstruct").Struct<string, null>;
2935
- }>;
2936
- }>;
2937
1770
  }>;
2938
1771
  destAsset: import("@metamask/superstruct").Struct<{
2939
1772
  symbol: string;
@@ -2944,18 +1777,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2944
1777
  decimals: number;
2945
1778
  icon?: string | null | undefined;
2946
1779
  iconUrl?: string | null | undefined;
2947
- rwaData?: {
2948
- instrumentType: string;
2949
- ticker: string;
2950
- market: {
2951
- nextOpen: string;
2952
- nextClose: string;
2953
- };
2954
- nextPause: {
2955
- start: string;
2956
- end: string;
2957
- };
2958
- } | undefined;
2959
1780
  }, {
2960
1781
  /**
2961
1782
  * The chainId of the token
@@ -2986,35 +1807,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
2986
1807
  * URL for token icon
2987
1808
  */
2988
1809
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
2989
- rwaData: import("@metamask/superstruct").Struct<{
2990
- instrumentType: string;
2991
- ticker: string;
2992
- market: {
2993
- nextOpen: string;
2994
- nextClose: string;
2995
- };
2996
- nextPause: {
2997
- start: string;
2998
- end: string;
2999
- };
3000
- } | undefined, {
3001
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
3002
- ticker: import("@metamask/superstruct").Struct<string, null>;
3003
- market: import("@metamask/superstruct").Struct<{
3004
- nextOpen: string;
3005
- nextClose: string;
3006
- }, {
3007
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
3008
- nextClose: import("@metamask/superstruct").Struct<string, null>;
3009
- }>;
3010
- nextPause: import("@metamask/superstruct").Struct<{
3011
- start: string;
3012
- end: string;
3013
- }, {
3014
- start: import("@metamask/superstruct").Struct<string, null>;
3015
- end: import("@metamask/superstruct").Struct<string, null>;
3016
- }>;
3017
- }>;
3018
1810
  }>;
3019
1811
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
3020
1812
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -3040,18 +1832,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
3040
1832
  decimals: number;
3041
1833
  icon?: string | null | undefined;
3042
1834
  iconUrl?: string | null | undefined;
3043
- rwaData?: {
3044
- instrumentType: string;
3045
- ticker: string;
3046
- market: {
3047
- nextOpen: string;
3048
- nextClose: string;
3049
- };
3050
- nextPause: {
3051
- start: string;
3052
- end: string;
3053
- };
3054
- } | undefined;
3055
1835
  };
3056
1836
  destAsset: {
3057
1837
  symbol: string;
@@ -3062,18 +1842,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
3062
1842
  decimals: number;
3063
1843
  icon?: string | null | undefined;
3064
1844
  iconUrl?: string | null | undefined;
3065
- rwaData?: {
3066
- instrumentType: string;
3067
- ticker: string;
3068
- market: {
3069
- nextOpen: string;
3070
- nextClose: string;
3071
- };
3072
- nextPause: {
3073
- start: string;
3074
- end: string;
3075
- };
3076
- } | undefined;
3077
1845
  };
3078
1846
  srcAmount: string;
3079
1847
  destAmount: string;
@@ -3100,18 +1868,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
3100
1868
  decimals: number;
3101
1869
  icon?: string | null | undefined;
3102
1870
  iconUrl?: string | null | undefined;
3103
- rwaData?: {
3104
- instrumentType: string;
3105
- ticker: string;
3106
- market: {
3107
- nextOpen: string;
3108
- nextClose: string;
3109
- };
3110
- nextPause: {
3111
- start: string;
3112
- end: string;
3113
- };
3114
- } | undefined;
3115
1871
  }, {
3116
1872
  /**
3117
1873
  * The chainId of the token
@@ -3142,35 +1898,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
3142
1898
  * URL for token icon
3143
1899
  */
3144
1900
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
3145
- rwaData: import("@metamask/superstruct").Struct<{
3146
- instrumentType: string;
3147
- ticker: string;
3148
- market: {
3149
- nextOpen: string;
3150
- nextClose: string;
3151
- };
3152
- nextPause: {
3153
- start: string;
3154
- end: string;
3155
- };
3156
- } | undefined, {
3157
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
3158
- ticker: import("@metamask/superstruct").Struct<string, null>;
3159
- market: import("@metamask/superstruct").Struct<{
3160
- nextOpen: string;
3161
- nextClose: string;
3162
- }, {
3163
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
3164
- nextClose: import("@metamask/superstruct").Struct<string, null>;
3165
- }>;
3166
- nextPause: import("@metamask/superstruct").Struct<{
3167
- start: string;
3168
- end: string;
3169
- }, {
3170
- start: import("@metamask/superstruct").Struct<string, null>;
3171
- end: import("@metamask/superstruct").Struct<string, null>;
3172
- }>;
3173
- }>;
3174
1901
  }>;
3175
1902
  destAsset: import("@metamask/superstruct").Struct<{
3176
1903
  symbol: string;
@@ -3181,18 +1908,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
3181
1908
  decimals: number;
3182
1909
  icon?: string | null | undefined;
3183
1910
  iconUrl?: string | null | undefined;
3184
- rwaData?: {
3185
- instrumentType: string;
3186
- ticker: string;
3187
- market: {
3188
- nextOpen: string;
3189
- nextClose: string;
3190
- };
3191
- nextPause: {
3192
- start: string;
3193
- end: string;
3194
- };
3195
- } | undefined;
3196
1911
  }, {
3197
1912
  /**
3198
1913
  * The chainId of the token
@@ -3223,35 +1938,6 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
3223
1938
  * URL for token icon
3224
1939
  */
3225
1940
  iconUrl: import("@metamask/superstruct").Struct<string | null | undefined, null>;
3226
- rwaData: import("@metamask/superstruct").Struct<{
3227
- instrumentType: string;
3228
- ticker: string;
3229
- market: {
3230
- nextOpen: string;
3231
- nextClose: string;
3232
- };
3233
- nextPause: {
3234
- start: string;
3235
- end: string;
3236
- };
3237
- } | undefined, {
3238
- instrumentType: import("@metamask/superstruct").Struct<string, null>;
3239
- ticker: import("@metamask/superstruct").Struct<string, null>;
3240
- market: import("@metamask/superstruct").Struct<{
3241
- nextOpen: string;
3242
- nextClose: string;
3243
- }, {
3244
- nextOpen: import("@metamask/superstruct").Struct<string, null>;
3245
- nextClose: import("@metamask/superstruct").Struct<string, null>;
3246
- }>;
3247
- nextPause: import("@metamask/superstruct").Struct<{
3248
- start: string;
3249
- end: string;
3250
- }, {
3251
- start: import("@metamask/superstruct").Struct<string, null>;
3252
- end: import("@metamask/superstruct").Struct<string, null>;
3253
- }>;
3254
- }>;
3255
1941
  }>;
3256
1942
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
3257
1943
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -3335,18 +2021,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3335
2021
  decimals: number;
3336
2022
  icon?: string | null | undefined;
3337
2023
  iconUrl?: string | null | undefined;
3338
- rwaData?: {
3339
- instrumentType: string;
3340
- ticker: string;
3341
- market: {
3342
- nextOpen: string;
3343
- nextClose: string;
3344
- };
3345
- nextPause: {
3346
- start: string;
3347
- end: string;
3348
- };
3349
- } | undefined;
3350
2024
  };
3351
2025
  destAsset: {
3352
2026
  symbol: string;
@@ -3357,18 +2031,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3357
2031
  decimals: number;
3358
2032
  icon?: string | null | undefined;
3359
2033
  iconUrl?: string | null | undefined;
3360
- rwaData?: {
3361
- instrumentType: string;
3362
- ticker: string;
3363
- market: {
3364
- nextOpen: string;
3365
- nextClose: string;
3366
- };
3367
- nextPause: {
3368
- start: string;
3369
- end: string;
3370
- };
3371
- } | undefined;
3372
2034
  };
3373
2035
  requestId: string;
3374
2036
  srcTokenAmount: string;
@@ -3386,18 +2048,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3386
2048
  decimals: number;
3387
2049
  icon?: string | null | undefined;
3388
2050
  iconUrl?: string | null | undefined;
3389
- rwaData?: {
3390
- instrumentType: string;
3391
- ticker: string;
3392
- market: {
3393
- nextOpen: string;
3394
- nextClose: string;
3395
- };
3396
- nextPause: {
3397
- start: string;
3398
- end: string;
3399
- };
3400
- } | undefined;
3401
2051
  };
3402
2052
  };
3403
2053
  txFee?: ({
@@ -3411,18 +2061,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3411
2061
  decimals: number;
3412
2062
  icon?: string | null | undefined;
3413
2063
  iconUrl?: string | null | undefined;
3414
- rwaData?: {
3415
- instrumentType: string;
3416
- ticker: string;
3417
- market: {
3418
- nextOpen: string;
3419
- nextClose: string;
3420
- };
3421
- nextPause: {
3422
- start: string;
3423
- end: string;
3424
- };
3425
- } | undefined;
3426
2064
  };
3427
2065
  } & {
3428
2066
  maxFeePerGas: string;
@@ -3443,18 +2081,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3443
2081
  decimals: number;
3444
2082
  icon?: string | null | undefined;
3445
2083
  iconUrl?: string | null | undefined;
3446
- rwaData?: {
3447
- instrumentType: string;
3448
- ticker: string;
3449
- market: {
3450
- nextOpen: string;
3451
- nextClose: string;
3452
- };
3453
- nextPause: {
3454
- start: string;
3455
- end: string;
3456
- };
3457
- } | undefined;
3458
2084
  };
3459
2085
  destAsset: {
3460
2086
  symbol: string;
@@ -3465,18 +2091,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3465
2091
  decimals: number;
3466
2092
  icon?: string | null | undefined;
3467
2093
  iconUrl?: string | null | undefined;
3468
- rwaData?: {
3469
- instrumentType: string;
3470
- ticker: string;
3471
- market: {
3472
- nextOpen: string;
3473
- nextClose: string;
3474
- };
3475
- nextPause: {
3476
- start: string;
3477
- end: string;
3478
- };
3479
- } | undefined;
3480
2094
  };
3481
2095
  srcAmount: string;
3482
2096
  destAmount: string;
@@ -3499,18 +2113,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3499
2113
  decimals: number;
3500
2114
  icon?: string | null | undefined;
3501
2115
  iconUrl?: string | null | undefined;
3502
- rwaData?: {
3503
- instrumentType: string;
3504
- ticker: string;
3505
- market: {
3506
- nextOpen: string;
3507
- nextClose: string;
3508
- };
3509
- nextPause: {
3510
- start: string;
3511
- end: string;
3512
- };
3513
- } | undefined;
3514
2116
  };
3515
2117
  destAsset: {
3516
2118
  symbol: string;
@@ -3521,18 +2123,6 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
3521
2123
  decimals: number;
3522
2124
  icon?: string | null | undefined;
3523
2125
  iconUrl?: string | null | undefined;
3524
- rwaData?: {
3525
- instrumentType: string;
3526
- ticker: string;
3527
- market: {
3528
- nextOpen: string;
3529
- nextClose: string;
3530
- };
3531
- nextPause: {
3532
- start: string;
3533
- end: string;
3534
- };
3535
- } | undefined;
3536
2126
  };
3537
2127
  srcAmount: string;
3538
2128
  destAmount: string;