@metamask-previews/bridge-controller 64.2.0-preview-67bc4e39 → 64.2.0-preview-2f42013a

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,6 +21,18 @@ 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;
24
36
  }, {
25
37
  /**
26
38
  * The chainId of the token
@@ -51,6 +63,35 @@ export declare const BridgeAssetSchema: import("@metamask/superstruct").Struct<{
51
63
  * URL for token icon
52
64
  */
53
65
  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
+ }>;
54
95
  }>;
55
96
  export declare const ChainConfigurationSchema: import("@metamask/superstruct").Struct<{
56
97
  isActiveSrc: boolean;
@@ -237,6 +278,18 @@ export declare const validateSwapsTokenObject: (data: unknown) => data is {
237
278
  decimals: number;
238
279
  icon?: string | null | undefined;
239
280
  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;
240
293
  };
241
294
  export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
242
295
  amount: string;
@@ -249,6 +302,18 @@ export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
249
302
  decimals: number;
250
303
  icon?: string | null | undefined;
251
304
  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;
252
317
  };
253
318
  }, {
254
319
  amount: import("@metamask/superstruct").Struct<string, null>;
@@ -261,6 +326,18 @@ export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
261
326
  decimals: number;
262
327
  icon?: string | null | undefined;
263
328
  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;
264
341
  }, {
265
342
  /**
266
343
  * The chainId of the token
@@ -291,6 +368,35 @@ export declare const FeeDataSchema: import("@metamask/superstruct").Struct<{
291
368
  * URL for token icon
292
369
  */
293
370
  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
+ }>;
294
400
  }>;
295
401
  }>;
296
402
  export declare const ProtocolSchema: import("@metamask/superstruct").Struct<{
@@ -314,6 +420,18 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
314
420
  decimals: number;
315
421
  icon?: string | null | undefined;
316
422
  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;
317
435
  };
318
436
  destAsset: {
319
437
  symbol: string;
@@ -324,6 +442,18 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
324
442
  decimals: number;
325
443
  icon?: string | null | undefined;
326
444
  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;
327
457
  };
328
458
  srcAmount: string;
329
459
  destAmount: string;
@@ -350,6 +480,18 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
350
480
  decimals: number;
351
481
  icon?: string | null | undefined;
352
482
  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;
353
495
  }, {
354
496
  /**
355
497
  * The chainId of the token
@@ -380,6 +522,35 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
380
522
  * URL for token icon
381
523
  */
382
524
  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
+ }>;
383
554
  }>;
384
555
  destAsset: import("@metamask/superstruct").Struct<{
385
556
  symbol: string;
@@ -390,6 +561,18 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
390
561
  decimals: number;
391
562
  icon?: string | null | undefined;
392
563
  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;
393
576
  }, {
394
577
  /**
395
578
  * The chainId of the token
@@ -420,6 +603,35 @@ export declare const StepSchema: import("@metamask/superstruct").Struct<{
420
603
  * URL for token icon
421
604
  */
422
605
  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
+ }>;
423
635
  }>;
424
636
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
425
637
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -445,6 +657,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
445
657
  decimals: number;
446
658
  icon?: string | null | undefined;
447
659
  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;
448
672
  };
449
673
  destAsset: {
450
674
  symbol: string;
@@ -455,6 +679,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
455
679
  decimals: number;
456
680
  icon?: string | null | undefined;
457
681
  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;
458
694
  };
459
695
  requestId: string;
460
696
  srcTokenAmount: string;
@@ -472,6 +708,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
472
708
  decimals: number;
473
709
  icon?: string | null | undefined;
474
710
  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;
475
723
  };
476
724
  };
477
725
  txFee?: ({
@@ -485,6 +733,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
485
733
  decimals: number;
486
734
  icon?: string | null | undefined;
487
735
  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;
488
748
  };
489
749
  } & {
490
750
  maxFeePerGas: string;
@@ -505,6 +765,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
505
765
  decimals: number;
506
766
  icon?: string | null | undefined;
507
767
  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;
508
780
  };
509
781
  destAsset: {
510
782
  symbol: string;
@@ -515,6 +787,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
515
787
  decimals: number;
516
788
  icon?: string | null | undefined;
517
789
  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;
518
802
  };
519
803
  srcAmount: string;
520
804
  destAmount: string;
@@ -537,6 +821,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
537
821
  decimals: number;
538
822
  icon?: string | null | undefined;
539
823
  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;
540
836
  };
541
837
  destAsset: {
542
838
  symbol: string;
@@ -547,6 +843,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
547
843
  decimals: number;
548
844
  icon?: string | null | undefined;
549
845
  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;
550
858
  };
551
859
  srcAmount: string;
552
860
  destAmount: string;
@@ -578,6 +886,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
578
886
  decimals: number;
579
887
  icon?: string | null | undefined;
580
888
  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;
581
901
  }, {
582
902
  /**
583
903
  * The chainId of the token
@@ -608,6 +928,35 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
608
928
  * URL for token icon
609
929
  */
610
930
  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
+ }>;
611
960
  }>;
612
961
  /**
613
962
  * The amount sent, in atomic amount: amount sent - fees
@@ -624,6 +973,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
624
973
  decimals: number;
625
974
  icon?: string | null | undefined;
626
975
  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;
627
988
  }, {
628
989
  /**
629
990
  * The chainId of the token
@@ -654,6 +1015,35 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
654
1015
  * URL for token icon
655
1016
  */
656
1017
  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
+ }>;
657
1047
  }>;
658
1048
  /**
659
1049
  * The amount received, in atomic amount
@@ -675,6 +1065,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
675
1065
  decimals: number;
676
1066
  icon?: string | null | undefined;
677
1067
  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;
678
1080
  };
679
1081
  };
680
1082
  txFee?: ({
@@ -688,6 +1090,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
688
1090
  decimals: number;
689
1091
  icon?: string | null | undefined;
690
1092
  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;
691
1105
  };
692
1106
  } & {
693
1107
  maxFeePerGas: string;
@@ -705,6 +1119,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
705
1119
  decimals: number;
706
1120
  icon?: string | null | undefined;
707
1121
  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;
708
1134
  };
709
1135
  }, {
710
1136
  amount: import("@metamask/superstruct").Struct<string, null>;
@@ -717,6 +1143,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
717
1143
  decimals: number;
718
1144
  icon?: string | null | undefined;
719
1145
  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;
720
1158
  }, {
721
1159
  /**
722
1160
  * The chainId of the token
@@ -747,6 +1185,35 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
747
1185
  * URL for token icon
748
1186
  */
749
1187
  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
+ }>;
750
1217
  }>;
751
1218
  }>;
752
1219
  /**
@@ -764,6 +1231,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
764
1231
  decimals: number;
765
1232
  icon?: string | null | undefined;
766
1233
  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;
767
1246
  };
768
1247
  } & {
769
1248
  maxFeePerGas: string;
@@ -789,6 +1268,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
789
1268
  decimals: number;
790
1269
  icon?: string | null | undefined;
791
1270
  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;
792
1283
  };
793
1284
  destAsset: {
794
1285
  symbol: string;
@@ -799,6 +1290,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
799
1290
  decimals: number;
800
1291
  icon?: string | null | undefined;
801
1292
  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;
802
1305
  };
803
1306
  srcAmount: string;
804
1307
  destAmount: string;
@@ -820,6 +1323,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
820
1323
  decimals: number;
821
1324
  icon?: string | null | undefined;
822
1325
  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;
823
1338
  };
824
1339
  destAsset: {
825
1340
  symbol: string;
@@ -830,6 +1345,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
830
1345
  decimals: number;
831
1346
  icon?: string | null | undefined;
832
1347
  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;
833
1360
  };
834
1361
  srcAmount: string;
835
1362
  destAmount: string;
@@ -856,6 +1383,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
856
1383
  decimals: number;
857
1384
  icon?: string | null | undefined;
858
1385
  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;
859
1398
  }, {
860
1399
  /**
861
1400
  * The chainId of the token
@@ -886,6 +1425,35 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
886
1425
  * URL for token icon
887
1426
  */
888
1427
  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
+ }>;
889
1457
  }>;
890
1458
  destAsset: import("@metamask/superstruct").Struct<{
891
1459
  symbol: string;
@@ -896,6 +1464,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
896
1464
  decimals: number;
897
1465
  icon?: string | null | undefined;
898
1466
  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;
899
1479
  }, {
900
1480
  /**
901
1481
  * The chainId of the token
@@ -926,6 +1506,35 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
926
1506
  * URL for token icon
927
1507
  */
928
1508
  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
+ }>;
929
1538
  }>;
930
1539
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
931
1540
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -951,6 +1560,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
951
1560
  decimals: number;
952
1561
  icon?: string | null | undefined;
953
1562
  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;
954
1575
  };
955
1576
  destAsset: {
956
1577
  symbol: string;
@@ -961,6 +1582,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
961
1582
  decimals: number;
962
1583
  icon?: string | null | undefined;
963
1584
  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;
964
1597
  };
965
1598
  srcAmount: string;
966
1599
  destAmount: string;
@@ -987,6 +1620,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
987
1620
  decimals: number;
988
1621
  icon?: string | null | undefined;
989
1622
  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;
990
1635
  }, {
991
1636
  /**
992
1637
  * The chainId of the token
@@ -1017,6 +1662,35 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1017
1662
  * URL for token icon
1018
1663
  */
1019
1664
  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
+ }>;
1020
1694
  }>;
1021
1695
  destAsset: import("@metamask/superstruct").Struct<{
1022
1696
  symbol: string;
@@ -1027,6 +1701,18 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1027
1701
  decimals: number;
1028
1702
  icon?: string | null | undefined;
1029
1703
  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;
1030
1716
  }, {
1031
1717
  /**
1032
1718
  * The chainId of the token
@@ -1057,6 +1743,35 @@ export declare const QuoteSchema: import("@metamask/superstruct").Struct<{
1057
1743
  * URL for token icon
1058
1744
  */
1059
1745
  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
+ }>;
1060
1775
  }>;
1061
1776
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
1062
1777
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -1151,6 +1866,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1151
1866
  decimals: number;
1152
1867
  icon?: string | null | undefined;
1153
1868
  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;
1154
1881
  };
1155
1882
  destAsset: {
1156
1883
  symbol: string;
@@ -1161,6 +1888,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1161
1888
  decimals: number;
1162
1889
  icon?: string | null | undefined;
1163
1890
  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;
1164
1903
  };
1165
1904
  requestId: string;
1166
1905
  srcTokenAmount: string;
@@ -1178,6 +1917,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1178
1917
  decimals: number;
1179
1918
  icon?: string | null | undefined;
1180
1919
  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;
1181
1932
  };
1182
1933
  };
1183
1934
  txFee?: ({
@@ -1191,6 +1942,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1191
1942
  decimals: number;
1192
1943
  icon?: string | null | undefined;
1193
1944
  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;
1194
1957
  };
1195
1958
  } & {
1196
1959
  maxFeePerGas: string;
@@ -1211,6 +1974,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1211
1974
  decimals: number;
1212
1975
  icon?: string | null | undefined;
1213
1976
  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;
1214
1989
  };
1215
1990
  destAsset: {
1216
1991
  symbol: string;
@@ -1221,6 +1996,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1221
1996
  decimals: number;
1222
1997
  icon?: string | null | undefined;
1223
1998
  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;
1224
2011
  };
1225
2012
  srcAmount: string;
1226
2013
  destAmount: string;
@@ -1243,6 +2030,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1243
2030
  decimals: number;
1244
2031
  icon?: string | null | undefined;
1245
2032
  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;
1246
2045
  };
1247
2046
  destAsset: {
1248
2047
  symbol: string;
@@ -1253,6 +2052,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1253
2052
  decimals: number;
1254
2053
  icon?: string | null | undefined;
1255
2054
  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;
1256
2067
  };
1257
2068
  srcAmount: string;
1258
2069
  destAmount: string;
@@ -1326,6 +2137,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1326
2137
  decimals: number;
1327
2138
  icon?: string | null | undefined;
1328
2139
  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;
1329
2152
  };
1330
2153
  destAsset: {
1331
2154
  symbol: string;
@@ -1336,6 +2159,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1336
2159
  decimals: number;
1337
2160
  icon?: string | null | undefined;
1338
2161
  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;
1339
2174
  };
1340
2175
  requestId: string;
1341
2176
  srcTokenAmount: string;
@@ -1353,6 +2188,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1353
2188
  decimals: number;
1354
2189
  icon?: string | null | undefined;
1355
2190
  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;
1356
2203
  };
1357
2204
  };
1358
2205
  txFee?: ({
@@ -1366,6 +2213,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1366
2213
  decimals: number;
1367
2214
  icon?: string | null | undefined;
1368
2215
  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;
1369
2228
  };
1370
2229
  } & {
1371
2230
  maxFeePerGas: string;
@@ -1386,6 +2245,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1386
2245
  decimals: number;
1387
2246
  icon?: string | null | undefined;
1388
2247
  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;
1389
2260
  };
1390
2261
  destAsset: {
1391
2262
  symbol: string;
@@ -1396,6 +2267,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1396
2267
  decimals: number;
1397
2268
  icon?: string | null | undefined;
1398
2269
  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;
1399
2282
  };
1400
2283
  srcAmount: string;
1401
2284
  destAmount: string;
@@ -1418,6 +2301,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1418
2301
  decimals: number;
1419
2302
  icon?: string | null | undefined;
1420
2303
  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;
1421
2316
  };
1422
2317
  destAsset: {
1423
2318
  symbol: string;
@@ -1428,6 +2323,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1428
2323
  decimals: number;
1429
2324
  icon?: string | null | undefined;
1430
2325
  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;
1431
2338
  };
1432
2339
  srcAmount: string;
1433
2340
  destAmount: string;
@@ -1459,6 +2366,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1459
2366
  decimals: number;
1460
2367
  icon?: string | null | undefined;
1461
2368
  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;
1462
2381
  }, {
1463
2382
  /**
1464
2383
  * The chainId of the token
@@ -1489,6 +2408,35 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1489
2408
  * URL for token icon
1490
2409
  */
1491
2410
  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
+ }>;
1492
2440
  }>;
1493
2441
  /**
1494
2442
  * The amount sent, in atomic amount: amount sent - fees
@@ -1505,6 +2453,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1505
2453
  decimals: number;
1506
2454
  icon?: string | null | undefined;
1507
2455
  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;
1508
2468
  }, {
1509
2469
  /**
1510
2470
  * The chainId of the token
@@ -1535,6 +2495,35 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1535
2495
  * URL for token icon
1536
2496
  */
1537
2497
  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
+ }>;
1538
2527
  }>;
1539
2528
  /**
1540
2529
  * The amount received, in atomic amount
@@ -1556,6 +2545,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1556
2545
  decimals: number;
1557
2546
  icon?: string | null | undefined;
1558
2547
  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;
1559
2560
  };
1560
2561
  };
1561
2562
  txFee?: ({
@@ -1569,6 +2570,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1569
2570
  decimals: number;
1570
2571
  icon?: string | null | undefined;
1571
2572
  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;
1572
2585
  };
1573
2586
  } & {
1574
2587
  maxFeePerGas: string;
@@ -1586,6 +2599,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1586
2599
  decimals: number;
1587
2600
  icon?: string | null | undefined;
1588
2601
  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;
1589
2614
  };
1590
2615
  }, {
1591
2616
  amount: import("@metamask/superstruct").Struct<string, null>;
@@ -1598,6 +2623,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1598
2623
  decimals: number;
1599
2624
  icon?: string | null | undefined;
1600
2625
  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;
1601
2638
  }, {
1602
2639
  /**
1603
2640
  * The chainId of the token
@@ -1628,6 +2665,35 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1628
2665
  * URL for token icon
1629
2666
  */
1630
2667
  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
+ }>;
1631
2697
  }>;
1632
2698
  }>;
1633
2699
  /**
@@ -1645,6 +2711,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1645
2711
  decimals: number;
1646
2712
  icon?: string | null | undefined;
1647
2713
  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;
1648
2726
  };
1649
2727
  } & {
1650
2728
  maxFeePerGas: string;
@@ -1670,6 +2748,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1670
2748
  decimals: number;
1671
2749
  icon?: string | null | undefined;
1672
2750
  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;
1673
2763
  };
1674
2764
  destAsset: {
1675
2765
  symbol: string;
@@ -1680,6 +2770,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1680
2770
  decimals: number;
1681
2771
  icon?: string | null | undefined;
1682
2772
  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;
1683
2785
  };
1684
2786
  srcAmount: string;
1685
2787
  destAmount: string;
@@ -1701,6 +2803,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1701
2803
  decimals: number;
1702
2804
  icon?: string | null | undefined;
1703
2805
  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;
1704
2818
  };
1705
2819
  destAsset: {
1706
2820
  symbol: string;
@@ -1711,6 +2825,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1711
2825
  decimals: number;
1712
2826
  icon?: string | null | undefined;
1713
2827
  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;
1714
2840
  };
1715
2841
  srcAmount: string;
1716
2842
  destAmount: string;
@@ -1737,6 +2863,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1737
2863
  decimals: number;
1738
2864
  icon?: string | null | undefined;
1739
2865
  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;
1740
2878
  }, {
1741
2879
  /**
1742
2880
  * The chainId of the token
@@ -1767,6 +2905,35 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1767
2905
  * URL for token icon
1768
2906
  */
1769
2907
  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
+ }>;
1770
2937
  }>;
1771
2938
  destAsset: import("@metamask/superstruct").Struct<{
1772
2939
  symbol: string;
@@ -1777,6 +2944,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1777
2944
  decimals: number;
1778
2945
  icon?: string | null | undefined;
1779
2946
  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;
1780
2959
  }, {
1781
2960
  /**
1782
2961
  * The chainId of the token
@@ -1807,6 +2986,35 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1807
2986
  * URL for token icon
1808
2987
  */
1809
2988
  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
+ }>;
1810
3018
  }>;
1811
3019
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
1812
3020
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -1832,6 +3040,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1832
3040
  decimals: number;
1833
3041
  icon?: string | null | undefined;
1834
3042
  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;
1835
3055
  };
1836
3056
  destAsset: {
1837
3057
  symbol: string;
@@ -1842,6 +3062,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1842
3062
  decimals: number;
1843
3063
  icon?: string | null | undefined;
1844
3064
  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;
1845
3077
  };
1846
3078
  srcAmount: string;
1847
3079
  destAmount: string;
@@ -1868,6 +3100,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1868
3100
  decimals: number;
1869
3101
  icon?: string | null | undefined;
1870
3102
  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;
1871
3115
  }, {
1872
3116
  /**
1873
3117
  * The chainId of the token
@@ -1898,6 +3142,35 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1898
3142
  * URL for token icon
1899
3143
  */
1900
3144
  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
+ }>;
1901
3174
  }>;
1902
3175
  destAsset: import("@metamask/superstruct").Struct<{
1903
3176
  symbol: string;
@@ -1908,6 +3181,18 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1908
3181
  decimals: number;
1909
3182
  icon?: string | null | undefined;
1910
3183
  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;
1911
3196
  }, {
1912
3197
  /**
1913
3198
  * The chainId of the token
@@ -1938,6 +3223,35 @@ export declare const QuoteResponseSchema: import("@metamask/superstruct").Struct
1938
3223
  * URL for token icon
1939
3224
  */
1940
3225
  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
+ }>;
1941
3255
  }>;
1942
3256
  srcAmount: import("@metamask/superstruct").Struct<string, null>;
1943
3257
  destAmount: import("@metamask/superstruct").Struct<string, null>;
@@ -2021,6 +3335,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2021
3335
  decimals: number;
2022
3336
  icon?: string | null | undefined;
2023
3337
  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;
2024
3350
  };
2025
3351
  destAsset: {
2026
3352
  symbol: string;
@@ -2031,6 +3357,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2031
3357
  decimals: number;
2032
3358
  icon?: string | null | undefined;
2033
3359
  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;
2034
3372
  };
2035
3373
  requestId: string;
2036
3374
  srcTokenAmount: string;
@@ -2048,6 +3386,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2048
3386
  decimals: number;
2049
3387
  icon?: string | null | undefined;
2050
3388
  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;
2051
3401
  };
2052
3402
  };
2053
3403
  txFee?: ({
@@ -2061,6 +3411,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2061
3411
  decimals: number;
2062
3412
  icon?: string | null | undefined;
2063
3413
  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;
2064
3426
  };
2065
3427
  } & {
2066
3428
  maxFeePerGas: string;
@@ -2081,6 +3443,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2081
3443
  decimals: number;
2082
3444
  icon?: string | null | undefined;
2083
3445
  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;
2084
3458
  };
2085
3459
  destAsset: {
2086
3460
  symbol: string;
@@ -2091,6 +3465,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2091
3465
  decimals: number;
2092
3466
  icon?: string | null | undefined;
2093
3467
  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;
2094
3480
  };
2095
3481
  srcAmount: string;
2096
3482
  destAmount: string;
@@ -2113,6 +3499,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2113
3499
  decimals: number;
2114
3500
  icon?: string | null | undefined;
2115
3501
  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;
2116
3514
  };
2117
3515
  destAsset: {
2118
3516
  symbol: string;
@@ -2123,6 +3521,18 @@ export declare const validateQuoteResponse: (data: unknown) => data is {
2123
3521
  decimals: number;
2124
3522
  icon?: string | null | undefined;
2125
3523
  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;
2126
3536
  };
2127
3537
  srcAmount: string;
2128
3538
  destAmount: string;