@metamask-previews/bridge-controller 75.2.1-preview-2a256aff2 → 75.2.1-preview-b2742a2fc

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.
Files changed (96) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/bridge-controller-method-action-types.cjs.map +1 -1
  3. package/dist/bridge-controller-method-action-types.d.cts +5 -1
  4. package/dist/bridge-controller-method-action-types.d.cts.map +1 -1
  5. package/dist/bridge-controller-method-action-types.d.mts +5 -1
  6. package/dist/bridge-controller-method-action-types.d.mts.map +1 -1
  7. package/dist/bridge-controller-method-action-types.mjs.map +1 -1
  8. package/dist/bridge-controller.cjs +24 -0
  9. package/dist/bridge-controller.cjs.map +1 -1
  10. package/dist/bridge-controller.d.cts +2 -1
  11. package/dist/bridge-controller.d.cts.map +1 -1
  12. package/dist/bridge-controller.d.mts +2 -1
  13. package/dist/bridge-controller.d.mts.map +1 -1
  14. package/dist/bridge-controller.mjs +24 -0
  15. package/dist/bridge-controller.mjs.map +1 -1
  16. package/dist/constants/bridge.cjs +3 -0
  17. package/dist/constants/bridge.cjs.map +1 -1
  18. package/dist/constants/bridge.d.cts +5 -2
  19. package/dist/constants/bridge.d.cts.map +1 -1
  20. package/dist/constants/bridge.d.mts +5 -2
  21. package/dist/constants/bridge.d.mts.map +1 -1
  22. package/dist/constants/bridge.mjs +4 -1
  23. package/dist/constants/bridge.mjs.map +1 -1
  24. package/dist/constants/tokens.cjs +10 -0
  25. package/dist/constants/tokens.cjs.map +1 -1
  26. package/dist/constants/tokens.d.cts +7 -0
  27. package/dist/constants/tokens.d.cts.map +1 -1
  28. package/dist/constants/tokens.d.mts +7 -0
  29. package/dist/constants/tokens.d.mts.map +1 -1
  30. package/dist/constants/tokens.mjs +11 -1
  31. package/dist/constants/tokens.mjs.map +1 -1
  32. package/dist/index.cjs +3 -1
  33. package/dist/index.cjs.map +1 -1
  34. package/dist/index.d.cts +5 -5
  35. package/dist/index.d.cts.map +1 -1
  36. package/dist/index.d.mts +5 -5
  37. package/dist/index.d.mts.map +1 -1
  38. package/dist/index.mjs +2 -2
  39. package/dist/index.mjs.map +1 -1
  40. package/dist/selectors.d.cts +800 -0
  41. package/dist/selectors.d.cts.map +1 -1
  42. package/dist/selectors.d.mts +800 -0
  43. package/dist/selectors.d.mts.map +1 -1
  44. package/dist/types.cjs +2 -0
  45. package/dist/types.cjs.map +1 -1
  46. package/dist/types.d.cts +12 -2
  47. package/dist/types.d.cts.map +1 -1
  48. package/dist/types.d.mts +12 -2
  49. package/dist/types.d.mts.map +1 -1
  50. package/dist/types.mjs +2 -0
  51. package/dist/types.mjs.map +1 -1
  52. package/dist/utils/bridge.cjs +18 -3
  53. package/dist/utils/bridge.cjs.map +1 -1
  54. package/dist/utils/bridge.d.cts +8 -1
  55. package/dist/utils/bridge.d.cts.map +1 -1
  56. package/dist/utils/bridge.d.mts +8 -1
  57. package/dist/utils/bridge.d.mts.map +1 -1
  58. package/dist/utils/bridge.mjs +17 -3
  59. package/dist/utils/bridge.mjs.map +1 -1
  60. package/dist/utils/caip-formatters.cjs +9 -0
  61. package/dist/utils/caip-formatters.cjs.map +1 -1
  62. package/dist/utils/caip-formatters.d.cts.map +1 -1
  63. package/dist/utils/caip-formatters.d.mts.map +1 -1
  64. package/dist/utils/caip-formatters.mjs +11 -2
  65. package/dist/utils/caip-formatters.mjs.map +1 -1
  66. package/dist/utils/metrics/constants.cjs +1 -0
  67. package/dist/utils/metrics/constants.cjs.map +1 -1
  68. package/dist/utils/metrics/constants.d.cts +1 -0
  69. package/dist/utils/metrics/constants.d.cts.map +1 -1
  70. package/dist/utils/metrics/constants.d.mts +1 -0
  71. package/dist/utils/metrics/constants.d.mts.map +1 -1
  72. package/dist/utils/metrics/constants.mjs +1 -0
  73. package/dist/utils/metrics/constants.mjs.map +1 -1
  74. package/dist/utils/metrics/types.cjs.map +1 -1
  75. package/dist/utils/metrics/types.d.cts +25 -9
  76. package/dist/utils/metrics/types.d.cts.map +1 -1
  77. package/dist/utils/metrics/types.d.mts +25 -9
  78. package/dist/utils/metrics/types.d.mts.map +1 -1
  79. package/dist/utils/metrics/types.mjs.map +1 -1
  80. package/dist/utils/trade-utils.cjs +39 -6
  81. package/dist/utils/trade-utils.cjs.map +1 -1
  82. package/dist/utils/trade-utils.d.cts +13 -2
  83. package/dist/utils/trade-utils.d.cts.map +1 -1
  84. package/dist/utils/trade-utils.d.mts +13 -2
  85. package/dist/utils/trade-utils.d.mts.map +1 -1
  86. package/dist/utils/trade-utils.mjs +37 -5
  87. package/dist/utils/trade-utils.mjs.map +1 -1
  88. package/dist/utils/validators.cjs +9 -1
  89. package/dist/utils/validators.cjs.map +1 -1
  90. package/dist/utils/validators.d.cts +20 -0
  91. package/dist/utils/validators.d.cts.map +1 -1
  92. package/dist/utils/validators.d.mts +20 -0
  93. package/dist/utils/validators.d.mts.map +1 -1
  94. package/dist/utils/validators.mjs +8 -0
  95. package/dist/utils/validators.mjs.map +1 -1
  96. package/package.json +1 -1
@@ -1140,6 +1140,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1140
1140
  }[] | undefined;
1141
1141
  fee_limit?: number | undefined;
1142
1142
  } | null | undefined;
1143
+ } | {
1144
+ xdrBase64: string;
1145
+ } | {
1146
+ xdr: string;
1143
1147
  };
1144
1148
  quoteId?: string | undefined;
1145
1149
  approval?: {
@@ -1181,6 +1185,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1181
1185
  }[] | undefined;
1182
1186
  fee_limit?: number | undefined;
1183
1187
  } | null | undefined;
1188
+ } | {
1189
+ xdrBase64: string;
1190
+ } | {
1191
+ xdr: string;
1184
1192
  };
1185
1193
  approval?: {
1186
1194
  chainId: number;
@@ -1396,6 +1404,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1396
1404
  }[] | undefined;
1397
1405
  fee_limit?: number | undefined;
1398
1406
  } | null | undefined;
1407
+ } | {
1408
+ xdrBase64: string;
1409
+ } | {
1410
+ xdr: string;
1399
1411
  };
1400
1412
  quoteId?: string | undefined;
1401
1413
  approval?: {
@@ -1437,6 +1449,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1437
1449
  }[] | undefined;
1438
1450
  fee_limit?: number | undefined;
1439
1451
  } | null | undefined;
1452
+ } | {
1453
+ xdrBase64: string;
1454
+ } | {
1455
+ xdr: string;
1440
1456
  };
1441
1457
  approval?: {
1442
1458
  chainId: number;
@@ -1652,6 +1668,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1652
1668
  }[] | undefined;
1653
1669
  fee_limit?: number | undefined;
1654
1670
  } | null | undefined;
1671
+ } | {
1672
+ xdrBase64: string;
1673
+ } | {
1674
+ xdr: string;
1655
1675
  };
1656
1676
  quoteId?: string | undefined;
1657
1677
  approval?: {
@@ -1693,6 +1713,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1693
1713
  }[] | undefined;
1694
1714
  fee_limit?: number | undefined;
1695
1715
  } | null | undefined;
1716
+ } | {
1717
+ xdrBase64: string;
1718
+ } | {
1719
+ xdr: string;
1696
1720
  };
1697
1721
  approval?: {
1698
1722
  chainId: number;
@@ -1919,6 +1943,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1919
1943
  }[] | undefined;
1920
1944
  fee_limit?: number | undefined;
1921
1945
  } | null | undefined;
1946
+ } | {
1947
+ xdrBase64: string;
1948
+ } | {
1949
+ xdr: string;
1922
1950
  };
1923
1951
  quoteId?: string | undefined;
1924
1952
  approval?: {
@@ -1960,6 +1988,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1960
1988
  }[] | undefined;
1961
1989
  fee_limit?: number | undefined;
1962
1990
  } | null | undefined;
1991
+ } | {
1992
+ xdrBase64: string;
1993
+ } | {
1994
+ xdr: string;
1963
1995
  };
1964
1996
  approval?: {
1965
1997
  chainId: number;
@@ -2174,6 +2206,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2174
2206
  }[] | undefined;
2175
2207
  fee_limit?: number | undefined;
2176
2208
  } | null | undefined;
2209
+ } | {
2210
+ xdrBase64: string;
2211
+ } | {
2212
+ xdr: string;
2177
2213
  };
2178
2214
  quoteId?: string | undefined;
2179
2215
  approval?: {
@@ -2215,6 +2251,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2215
2251
  }[] | undefined;
2216
2252
  fee_limit?: number | undefined;
2217
2253
  } | null | undefined;
2254
+ } | {
2255
+ xdrBase64: string;
2256
+ } | {
2257
+ xdr: string;
2218
2258
  };
2219
2259
  approval?: {
2220
2260
  chainId: number;
@@ -2429,6 +2469,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2429
2469
  }[] | undefined;
2430
2470
  fee_limit?: number | undefined;
2431
2471
  } | null | undefined;
2472
+ } | {
2473
+ xdrBase64: string;
2474
+ } | {
2475
+ xdr: string;
2432
2476
  };
2433
2477
  quoteId?: string | undefined;
2434
2478
  approval?: {
@@ -2470,6 +2514,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2470
2514
  }[] | undefined;
2471
2515
  fee_limit?: number | undefined;
2472
2516
  } | null | undefined;
2517
+ } | {
2518
+ xdrBase64: string;
2519
+ } | {
2520
+ xdr: string;
2473
2521
  };
2474
2522
  approval?: {
2475
2523
  chainId: number;
@@ -2685,6 +2733,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2685
2733
  }[] | undefined;
2686
2734
  fee_limit?: number | undefined;
2687
2735
  } | null | undefined;
2736
+ } | {
2737
+ xdrBase64: string;
2738
+ } | {
2739
+ xdr: string;
2688
2740
  };
2689
2741
  quoteId?: string | undefined;
2690
2742
  approval?: {
@@ -2726,6 +2778,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2726
2778
  }[] | undefined;
2727
2779
  fee_limit?: number | undefined;
2728
2780
  } | null | undefined;
2781
+ } | {
2782
+ xdrBase64: string;
2783
+ } | {
2784
+ xdr: string;
2729
2785
  };
2730
2786
  approval?: {
2731
2787
  chainId: number;
@@ -2941,6 +2997,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2941
2997
  }[] | undefined;
2942
2998
  fee_limit?: number | undefined;
2943
2999
  } | null | undefined;
3000
+ } | {
3001
+ xdrBase64: string;
3002
+ } | {
3003
+ xdr: string;
2944
3004
  };
2945
3005
  quoteId?: string | undefined;
2946
3006
  approval?: {
@@ -2982,6 +3042,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2982
3042
  }[] | undefined;
2983
3043
  fee_limit?: number | undefined;
2984
3044
  } | null | undefined;
3045
+ } | {
3046
+ xdrBase64: string;
3047
+ } | {
3048
+ xdr: string;
2985
3049
  };
2986
3050
  approval?: {
2987
3051
  chainId: number;
@@ -3197,6 +3261,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3197
3261
  }[] | undefined;
3198
3262
  fee_limit?: number | undefined;
3199
3263
  } | null | undefined;
3264
+ } | {
3265
+ xdrBase64: string;
3266
+ } | {
3267
+ xdr: string;
3200
3268
  };
3201
3269
  quoteId?: string | undefined;
3202
3270
  approval?: {
@@ -3238,6 +3306,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3238
3306
  }[] | undefined;
3239
3307
  fee_limit?: number | undefined;
3240
3308
  } | null | undefined;
3309
+ } | {
3310
+ xdrBase64: string;
3311
+ } | {
3312
+ xdr: string;
3241
3313
  };
3242
3314
  approval?: {
3243
3315
  chainId: number;
@@ -3460,6 +3532,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3460
3532
  }[] | undefined;
3461
3533
  fee_limit?: number | undefined;
3462
3534
  } | null | undefined;
3535
+ } | {
3536
+ xdrBase64: string;
3537
+ } | {
3538
+ xdr: string;
3463
3539
  };
3464
3540
  quoteId?: string | undefined;
3465
3541
  approval?: {
@@ -3501,6 +3577,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3501
3577
  }[] | undefined;
3502
3578
  fee_limit?: number | undefined;
3503
3579
  } | null | undefined;
3580
+ } | {
3581
+ xdrBase64: string;
3582
+ } | {
3583
+ xdr: string;
3504
3584
  };
3505
3585
  approval?: {
3506
3586
  chainId: number;
@@ -3715,6 +3795,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3715
3795
  }[] | undefined;
3716
3796
  fee_limit?: number | undefined;
3717
3797
  } | null | undefined;
3798
+ } | {
3799
+ xdrBase64: string;
3800
+ } | {
3801
+ xdr: string;
3718
3802
  };
3719
3803
  quoteId?: string | undefined;
3720
3804
  approval?: {
@@ -3756,6 +3840,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3756
3840
  }[] | undefined;
3757
3841
  fee_limit?: number | undefined;
3758
3842
  } | null | undefined;
3843
+ } | {
3844
+ xdrBase64: string;
3845
+ } | {
3846
+ xdr: string;
3759
3847
  };
3760
3848
  approval?: {
3761
3849
  chainId: number;
@@ -3970,6 +4058,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3970
4058
  }[] | undefined;
3971
4059
  fee_limit?: number | undefined;
3972
4060
  } | null | undefined;
4061
+ } | {
4062
+ xdrBase64: string;
4063
+ } | {
4064
+ xdr: string;
3973
4065
  };
3974
4066
  quoteId?: string | undefined;
3975
4067
  approval?: {
@@ -4011,6 +4103,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4011
4103
  }[] | undefined;
4012
4104
  fee_limit?: number | undefined;
4013
4105
  } | null | undefined;
4106
+ } | {
4107
+ xdrBase64: string;
4108
+ } | {
4109
+ xdr: string;
4014
4110
  };
4015
4111
  approval?: {
4016
4112
  chainId: number;
@@ -4226,6 +4322,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4226
4322
  }[] | undefined;
4227
4323
  fee_limit?: number | undefined;
4228
4324
  } | null | undefined;
4325
+ } | {
4326
+ xdrBase64: string;
4327
+ } | {
4328
+ xdr: string;
4229
4329
  };
4230
4330
  quoteId?: string | undefined;
4231
4331
  approval?: {
@@ -4267,6 +4367,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4267
4367
  }[] | undefined;
4268
4368
  fee_limit?: number | undefined;
4269
4369
  } | null | undefined;
4370
+ } | {
4371
+ xdrBase64: string;
4372
+ } | {
4373
+ xdr: string;
4270
4374
  };
4271
4375
  approval?: {
4272
4376
  chainId: number;
@@ -4482,6 +4586,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4482
4586
  }[] | undefined;
4483
4587
  fee_limit?: number | undefined;
4484
4588
  } | null | undefined;
4589
+ } | {
4590
+ xdrBase64: string;
4591
+ } | {
4592
+ xdr: string;
4485
4593
  };
4486
4594
  quoteId?: string | undefined;
4487
4595
  approval?: {
@@ -4523,6 +4631,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4523
4631
  }[] | undefined;
4524
4632
  fee_limit?: number | undefined;
4525
4633
  } | null | undefined;
4634
+ } | {
4635
+ xdrBase64: string;
4636
+ } | {
4637
+ xdr: string;
4526
4638
  };
4527
4639
  approval?: {
4528
4640
  chainId: number;
@@ -4738,6 +4850,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4738
4850
  }[] | undefined;
4739
4851
  fee_limit?: number | undefined;
4740
4852
  } | null | undefined;
4853
+ } | {
4854
+ xdrBase64: string;
4855
+ } | {
4856
+ xdr: string;
4741
4857
  };
4742
4858
  quoteId?: string | undefined;
4743
4859
  approval?: {
@@ -4779,6 +4895,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4779
4895
  }[] | undefined;
4780
4896
  fee_limit?: number | undefined;
4781
4897
  } | null | undefined;
4898
+ } | {
4899
+ xdrBase64: string;
4900
+ } | {
4901
+ xdr: string;
4782
4902
  };
4783
4903
  approval?: {
4784
4904
  chainId: number;
@@ -5006,6 +5126,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5006
5126
  }[] | undefined;
5007
5127
  fee_limit?: number | undefined;
5008
5128
  } | null | undefined;
5129
+ } | {
5130
+ xdrBase64: string;
5131
+ } | {
5132
+ xdr: string;
5009
5133
  };
5010
5134
  quoteId?: string | undefined;
5011
5135
  approval?: {
@@ -5047,6 +5171,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5047
5171
  }[] | undefined;
5048
5172
  fee_limit?: number | undefined;
5049
5173
  } | null | undefined;
5174
+ } | {
5175
+ xdrBase64: string;
5176
+ } | {
5177
+ xdr: string;
5050
5178
  };
5051
5179
  approval?: {
5052
5180
  chainId: number;
@@ -5262,6 +5390,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5262
5390
  }[] | undefined;
5263
5391
  fee_limit?: number | undefined;
5264
5392
  } | null | undefined;
5393
+ } | {
5394
+ xdrBase64: string;
5395
+ } | {
5396
+ xdr: string;
5265
5397
  };
5266
5398
  quoteId?: string | undefined;
5267
5399
  approval?: {
@@ -5303,6 +5435,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5303
5435
  }[] | undefined;
5304
5436
  fee_limit?: number | undefined;
5305
5437
  } | null | undefined;
5438
+ } | {
5439
+ xdrBase64: string;
5440
+ } | {
5441
+ xdr: string;
5306
5442
  };
5307
5443
  approval?: {
5308
5444
  chainId: number;
@@ -5518,6 +5654,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5518
5654
  }[] | undefined;
5519
5655
  fee_limit?: number | undefined;
5520
5656
  } | null | undefined;
5657
+ } | {
5658
+ xdrBase64: string;
5659
+ } | {
5660
+ xdr: string;
5521
5661
  };
5522
5662
  quoteId?: string | undefined;
5523
5663
  approval?: {
@@ -5559,6 +5699,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5559
5699
  }[] | undefined;
5560
5700
  fee_limit?: number | undefined;
5561
5701
  } | null | undefined;
5702
+ } | {
5703
+ xdrBase64: string;
5704
+ } | {
5705
+ xdr: string;
5562
5706
  };
5563
5707
  approval?: {
5564
5708
  chainId: number;
@@ -5785,6 +5929,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5785
5929
  }[] | undefined;
5786
5930
  fee_limit?: number | undefined;
5787
5931
  } | null | undefined;
5932
+ } | {
5933
+ xdrBase64: string;
5934
+ } | {
5935
+ xdr: string;
5788
5936
  };
5789
5937
  quoteId?: string | undefined;
5790
5938
  approval?: {
@@ -5826,6 +5974,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5826
5974
  }[] | undefined;
5827
5975
  fee_limit?: number | undefined;
5828
5976
  } | null | undefined;
5977
+ } | {
5978
+ xdrBase64: string;
5979
+ } | {
5980
+ xdr: string;
5829
5981
  };
5830
5982
  approval?: {
5831
5983
  chainId: number;
@@ -6095,6 +6247,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6095
6247
  }[] | undefined;
6096
6248
  fee_limit?: number | undefined;
6097
6249
  } | null | undefined;
6250
+ } | {
6251
+ xdrBase64: string;
6252
+ } | {
6253
+ xdr: string;
6098
6254
  };
6099
6255
  quoteId?: string | undefined;
6100
6256
  approval?: {
@@ -6312,6 +6468,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6312
6468
  }[] | undefined;
6313
6469
  fee_limit?: number | undefined;
6314
6470
  } | null | undefined;
6471
+ } | {
6472
+ xdrBase64: string;
6473
+ } | {
6474
+ xdr: string;
6315
6475
  };
6316
6476
  quoteId?: string | undefined;
6317
6477
  approval?: {
@@ -6353,6 +6513,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6353
6513
  }[] | undefined;
6354
6514
  fee_limit?: number | undefined;
6355
6515
  } | null | undefined;
6516
+ } | {
6517
+ xdrBase64: string;
6518
+ } | {
6519
+ xdr: string;
6356
6520
  };
6357
6521
  approval?: {
6358
6522
  chainId: number;
@@ -6618,6 +6782,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6618
6782
  }[] | undefined;
6619
6783
  fee_limit?: number | undefined;
6620
6784
  } | null | undefined;
6785
+ } | {
6786
+ xdrBase64: string;
6787
+ } | {
6788
+ xdr: string;
6621
6789
  };
6622
6790
  quoteId?: string | undefined;
6623
6791
  approval?: {
@@ -6835,6 +7003,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6835
7003
  }[] | undefined;
6836
7004
  fee_limit?: number | undefined;
6837
7005
  } | null | undefined;
7006
+ } | {
7007
+ xdrBase64: string;
7008
+ } | {
7009
+ xdr: string;
6838
7010
  };
6839
7011
  quoteId?: string | undefined;
6840
7012
  approval?: {
@@ -6876,6 +7048,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6876
7048
  }[] | undefined;
6877
7049
  fee_limit?: number | undefined;
6878
7050
  } | null | undefined;
7051
+ } | {
7052
+ xdrBase64: string;
7053
+ } | {
7054
+ xdr: string;
6879
7055
  };
6880
7056
  approval?: {
6881
7057
  chainId: number;
@@ -7095,6 +7271,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7095
7271
  }[] | undefined;
7096
7272
  fee_limit?: number | undefined;
7097
7273
  } | null | undefined;
7274
+ } | {
7275
+ xdrBase64: string;
7276
+ } | {
7277
+ xdr: string;
7098
7278
  };
7099
7279
  quoteId?: string | undefined;
7100
7280
  approval?: {
@@ -7136,6 +7316,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7136
7316
  }[] | undefined;
7137
7317
  fee_limit?: number | undefined;
7138
7318
  } | null | undefined;
7319
+ } | {
7320
+ xdrBase64: string;
7321
+ } | {
7322
+ xdr: string;
7139
7323
  };
7140
7324
  approval?: {
7141
7325
  chainId: number;
@@ -7405,6 +7589,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7405
7589
  }[] | undefined;
7406
7590
  fee_limit?: number | undefined;
7407
7591
  } | null | undefined;
7592
+ } | {
7593
+ xdrBase64: string;
7594
+ } | {
7595
+ xdr: string;
7408
7596
  };
7409
7597
  quoteId?: string | undefined;
7410
7598
  approval?: {
@@ -7627,6 +7815,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7627
7815
  }[] | undefined;
7628
7816
  fee_limit?: number | undefined;
7629
7817
  } | null | undefined;
7818
+ } | {
7819
+ xdrBase64: string;
7820
+ } | {
7821
+ xdr: string;
7630
7822
  };
7631
7823
  quoteId?: string | undefined;
7632
7824
  approval?: {
@@ -7668,6 +7860,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7668
7860
  }[] | undefined;
7669
7861
  fee_limit?: number | undefined;
7670
7862
  } | null | undefined;
7863
+ } | {
7864
+ xdrBase64: string;
7865
+ } | {
7866
+ xdr: string;
7671
7867
  };
7672
7868
  approval?: {
7673
7869
  chainId: number;
@@ -7936,6 +8132,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7936
8132
  }[] | undefined;
7937
8133
  fee_limit?: number | undefined;
7938
8134
  } | null | undefined;
8135
+ } | {
8136
+ xdrBase64: string;
8137
+ } | {
8138
+ xdr: string;
7939
8139
  };
7940
8140
  quoteId?: string | undefined;
7941
8141
  approval?: {
@@ -8154,6 +8354,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8154
8354
  }[] | undefined;
8155
8355
  fee_limit?: number | undefined;
8156
8356
  } | null | undefined;
8357
+ } | {
8358
+ xdrBase64: string;
8359
+ } | {
8360
+ xdr: string;
8157
8361
  };
8158
8362
  quoteId?: string | undefined;
8159
8363
  approval?: {
@@ -8195,6 +8399,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8195
8399
  }[] | undefined;
8196
8400
  fee_limit?: number | undefined;
8197
8401
  } | null | undefined;
8402
+ } | {
8403
+ xdrBase64: string;
8404
+ } | {
8405
+ xdr: string;
8198
8406
  };
8199
8407
  approval?: {
8200
8408
  chainId: number;
@@ -8463,6 +8671,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8463
8671
  }[] | undefined;
8464
8672
  fee_limit?: number | undefined;
8465
8673
  } | null | undefined;
8674
+ } | {
8675
+ xdrBase64: string;
8676
+ } | {
8677
+ xdr: string;
8466
8678
  };
8467
8679
  quoteId?: string | undefined;
8468
8680
  approval?: {
@@ -8735,6 +8947,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8735
8947
  }[] | undefined;
8736
8948
  fee_limit?: number | undefined;
8737
8949
  } | null | undefined;
8950
+ } | {
8951
+ xdrBase64: string;
8952
+ } | {
8953
+ xdr: string;
8738
8954
  };
8739
8955
  quoteId?: string | undefined;
8740
8956
  approval?: {
@@ -8953,6 +9169,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8953
9169
  }[] | undefined;
8954
9170
  fee_limit?: number | undefined;
8955
9171
  } | null | undefined;
9172
+ } | {
9173
+ xdrBase64: string;
9174
+ } | {
9175
+ xdr: string;
8956
9176
  };
8957
9177
  quoteId?: string | undefined;
8958
9178
  approval?: {
@@ -8994,6 +9214,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8994
9214
  }[] | undefined;
8995
9215
  fee_limit?: number | undefined;
8996
9216
  } | null | undefined;
9217
+ } | {
9218
+ xdrBase64: string;
9219
+ } | {
9220
+ xdr: string;
8997
9221
  };
8998
9222
  approval?: {
8999
9223
  chainId: number;
@@ -9340,6 +9564,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9340
9564
  }[] | undefined;
9341
9565
  fee_limit?: number | undefined;
9342
9566
  } | null | undefined;
9567
+ } | {
9568
+ xdrBase64: string;
9569
+ } | {
9570
+ xdr: string;
9343
9571
  };
9344
9572
  quoteId?: string | undefined;
9345
9573
  approval?: {
@@ -9381,6 +9609,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9381
9609
  }[] | undefined;
9382
9610
  fee_limit?: number | undefined;
9383
9611
  } | null | undefined;
9612
+ } | {
9613
+ xdrBase64: string;
9614
+ } | {
9615
+ xdr: string;
9384
9616
  };
9385
9617
  approval?: {
9386
9618
  chainId: number;
@@ -9600,6 +9832,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9600
9832
  }[] | undefined;
9601
9833
  fee_limit?: number | undefined;
9602
9834
  } | null | undefined;
9835
+ } | {
9836
+ xdrBase64: string;
9837
+ } | {
9838
+ xdr: string;
9603
9839
  };
9604
9840
  quoteId?: string | undefined;
9605
9841
  approval?: {
@@ -9641,6 +9877,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9641
9877
  }[] | undefined;
9642
9878
  fee_limit?: number | undefined;
9643
9879
  } | null | undefined;
9880
+ } | {
9881
+ xdrBase64: string;
9882
+ } | {
9883
+ xdr: string;
9644
9884
  };
9645
9885
  approval?: {
9646
9886
  chainId: number;
@@ -9855,6 +10095,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9855
10095
  }[] | undefined;
9856
10096
  fee_limit?: number | undefined;
9857
10097
  } | null | undefined;
10098
+ } | {
10099
+ xdrBase64: string;
10100
+ } | {
10101
+ xdr: string;
9858
10102
  };
9859
10103
  quoteId?: string | undefined;
9860
10104
  approval?: {
@@ -9896,6 +10140,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9896
10140
  }[] | undefined;
9897
10141
  fee_limit?: number | undefined;
9898
10142
  } | null | undefined;
10143
+ } | {
10144
+ xdrBase64: string;
10145
+ } | {
10146
+ xdr: string;
9899
10147
  };
9900
10148
  approval?: {
9901
10149
  chainId: number;
@@ -10111,6 +10359,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10111
10359
  }[] | undefined;
10112
10360
  fee_limit?: number | undefined;
10113
10361
  } | null | undefined;
10362
+ } | {
10363
+ xdrBase64: string;
10364
+ } | {
10365
+ xdr: string;
10114
10366
  };
10115
10367
  quoteId?: string | undefined;
10116
10368
  approval?: {
@@ -10152,6 +10404,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10152
10404
  }[] | undefined;
10153
10405
  fee_limit?: number | undefined;
10154
10406
  } | null | undefined;
10407
+ } | {
10408
+ xdrBase64: string;
10409
+ } | {
10410
+ xdr: string;
10155
10411
  };
10156
10412
  approval?: {
10157
10413
  chainId: number;
@@ -10366,6 +10622,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10366
10622
  }[] | undefined;
10367
10623
  fee_limit?: number | undefined;
10368
10624
  } | null | undefined;
10625
+ } | {
10626
+ xdrBase64: string;
10627
+ } | {
10628
+ xdr: string;
10369
10629
  };
10370
10630
  quoteId?: string | undefined;
10371
10631
  approval?: {
@@ -10407,6 +10667,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10407
10667
  }[] | undefined;
10408
10668
  fee_limit?: number | undefined;
10409
10669
  } | null | undefined;
10670
+ } | {
10671
+ xdrBase64: string;
10672
+ } | {
10673
+ xdr: string;
10410
10674
  };
10411
10675
  approval?: {
10412
10676
  chainId: number;
@@ -10626,6 +10890,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10626
10890
  }[] | undefined;
10627
10891
  fee_limit?: number | undefined;
10628
10892
  } | null | undefined;
10893
+ } | {
10894
+ xdrBase64: string;
10895
+ } | {
10896
+ xdr: string;
10629
10897
  };
10630
10898
  quoteId?: string | undefined;
10631
10899
  approval?: {
@@ -10667,6 +10935,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10667
10935
  }[] | undefined;
10668
10936
  fee_limit?: number | undefined;
10669
10937
  } | null | undefined;
10938
+ } | {
10939
+ xdrBase64: string;
10940
+ } | {
10941
+ xdr: string;
10670
10942
  };
10671
10943
  approval?: {
10672
10944
  chainId: number;
@@ -10886,6 +11158,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10886
11158
  }[] | undefined;
10887
11159
  fee_limit?: number | undefined;
10888
11160
  } | null | undefined;
11161
+ } | {
11162
+ xdrBase64: string;
11163
+ } | {
11164
+ xdr: string;
10889
11165
  };
10890
11166
  quoteId?: string | undefined;
10891
11167
  approval?: {
@@ -10927,6 +11203,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10927
11203
  }[] | undefined;
10928
11204
  fee_limit?: number | undefined;
10929
11205
  } | null | undefined;
11206
+ } | {
11207
+ xdrBase64: string;
11208
+ } | {
11209
+ xdr: string;
10930
11210
  };
10931
11211
  approval?: {
10932
11212
  chainId: number;
@@ -11196,6 +11476,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11196
11476
  }[] | undefined;
11197
11477
  fee_limit?: number | undefined;
11198
11478
  } | null | undefined;
11479
+ } | {
11480
+ xdrBase64: string;
11481
+ } | {
11482
+ xdr: string;
11199
11483
  };
11200
11484
  quoteId?: string | undefined;
11201
11485
  approval?: {
@@ -11413,6 +11697,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11413
11697
  }[] | undefined;
11414
11698
  fee_limit?: number | undefined;
11415
11699
  } | null | undefined;
11700
+ } | {
11701
+ xdrBase64: string;
11702
+ } | {
11703
+ xdr: string;
11416
11704
  };
11417
11705
  quoteId?: string | undefined;
11418
11706
  approval?: {
@@ -11454,6 +11742,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11454
11742
  }[] | undefined;
11455
11743
  fee_limit?: number | undefined;
11456
11744
  } | null | undefined;
11745
+ } | {
11746
+ xdrBase64: string;
11747
+ } | {
11748
+ xdr: string;
11457
11749
  };
11458
11750
  approval?: {
11459
11751
  chainId: number;
@@ -11719,6 +12011,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11719
12011
  }[] | undefined;
11720
12012
  fee_limit?: number | undefined;
11721
12013
  } | null | undefined;
12014
+ } | {
12015
+ xdrBase64: string;
12016
+ } | {
12017
+ xdr: string;
11722
12018
  };
11723
12019
  quoteId?: string | undefined;
11724
12020
  approval?: {
@@ -11936,6 +12232,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11936
12232
  }[] | undefined;
11937
12233
  fee_limit?: number | undefined;
11938
12234
  } | null | undefined;
12235
+ } | {
12236
+ xdrBase64: string;
12237
+ } | {
12238
+ xdr: string;
11939
12239
  };
11940
12240
  quoteId?: string | undefined;
11941
12241
  approval?: {
@@ -11977,6 +12277,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11977
12277
  }[] | undefined;
11978
12278
  fee_limit?: number | undefined;
11979
12279
  } | null | undefined;
12280
+ } | {
12281
+ xdrBase64: string;
12282
+ } | {
12283
+ xdr: string;
11980
12284
  };
11981
12285
  approval?: {
11982
12286
  chainId: number;
@@ -12196,6 +12500,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12196
12500
  }[] | undefined;
12197
12501
  fee_limit?: number | undefined;
12198
12502
  } | null | undefined;
12503
+ } | {
12504
+ xdrBase64: string;
12505
+ } | {
12506
+ xdr: string;
12199
12507
  };
12200
12508
  quoteId?: string | undefined;
12201
12509
  approval?: {
@@ -12237,6 +12545,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12237
12545
  }[] | undefined;
12238
12546
  fee_limit?: number | undefined;
12239
12547
  } | null | undefined;
12548
+ } | {
12549
+ xdrBase64: string;
12550
+ } | {
12551
+ xdr: string;
12240
12552
  };
12241
12553
  approval?: {
12242
12554
  chainId: number;
@@ -12506,6 +12818,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12506
12818
  }[] | undefined;
12507
12819
  fee_limit?: number | undefined;
12508
12820
  } | null | undefined;
12821
+ } | {
12822
+ xdrBase64: string;
12823
+ } | {
12824
+ xdr: string;
12509
12825
  };
12510
12826
  quoteId?: string | undefined;
12511
12827
  approval?: {
@@ -12728,6 +13044,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12728
13044
  }[] | undefined;
12729
13045
  fee_limit?: number | undefined;
12730
13046
  } | null | undefined;
13047
+ } | {
13048
+ xdrBase64: string;
13049
+ } | {
13050
+ xdr: string;
12731
13051
  };
12732
13052
  quoteId?: string | undefined;
12733
13053
  approval?: {
@@ -12769,6 +13089,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12769
13089
  }[] | undefined;
12770
13090
  fee_limit?: number | undefined;
12771
13091
  } | null | undefined;
13092
+ } | {
13093
+ xdrBase64: string;
13094
+ } | {
13095
+ xdr: string;
12772
13096
  };
12773
13097
  approval?: {
12774
13098
  chainId: number;
@@ -13037,6 +13361,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13037
13361
  }[] | undefined;
13038
13362
  fee_limit?: number | undefined;
13039
13363
  } | null | undefined;
13364
+ } | {
13365
+ xdrBase64: string;
13366
+ } | {
13367
+ xdr: string;
13040
13368
  };
13041
13369
  quoteId?: string | undefined;
13042
13370
  approval?: {
@@ -13255,6 +13583,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13255
13583
  }[] | undefined;
13256
13584
  fee_limit?: number | undefined;
13257
13585
  } | null | undefined;
13586
+ } | {
13587
+ xdrBase64: string;
13588
+ } | {
13589
+ xdr: string;
13258
13590
  };
13259
13591
  quoteId?: string | undefined;
13260
13592
  approval?: {
@@ -13296,6 +13628,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13296
13628
  }[] | undefined;
13297
13629
  fee_limit?: number | undefined;
13298
13630
  } | null | undefined;
13631
+ } | {
13632
+ xdrBase64: string;
13633
+ } | {
13634
+ xdr: string;
13299
13635
  };
13300
13636
  approval?: {
13301
13637
  chainId: number;
@@ -13564,6 +13900,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13564
13900
  }[] | undefined;
13565
13901
  fee_limit?: number | undefined;
13566
13902
  } | null | undefined;
13903
+ } | {
13904
+ xdrBase64: string;
13905
+ } | {
13906
+ xdr: string;
13567
13907
  };
13568
13908
  quoteId?: string | undefined;
13569
13909
  approval?: {
@@ -13836,6 +14176,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13836
14176
  }[] | undefined;
13837
14177
  fee_limit?: number | undefined;
13838
14178
  } | null | undefined;
14179
+ } | {
14180
+ xdrBase64: string;
14181
+ } | {
14182
+ xdr: string;
13839
14183
  };
13840
14184
  quoteId?: string | undefined;
13841
14185
  approval?: {
@@ -14054,6 +14398,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14054
14398
  }[] | undefined;
14055
14399
  fee_limit?: number | undefined;
14056
14400
  } | null | undefined;
14401
+ } | {
14402
+ xdrBase64: string;
14403
+ } | {
14404
+ xdr: string;
14057
14405
  };
14058
14406
  quoteId?: string | undefined;
14059
14407
  approval?: {
@@ -14095,6 +14443,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14095
14443
  }[] | undefined;
14096
14444
  fee_limit?: number | undefined;
14097
14445
  } | null | undefined;
14446
+ } | {
14447
+ xdrBase64: string;
14448
+ } | {
14449
+ xdr: string;
14098
14450
  };
14099
14451
  approval?: {
14100
14452
  chainId: number;
@@ -14449,6 +14801,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14449
14801
  }[] | undefined;
14450
14802
  fee_limit?: number | undefined;
14451
14803
  } | null | undefined;
14804
+ } | {
14805
+ xdrBase64: string;
14806
+ } | {
14807
+ xdr: string;
14452
14808
  };
14453
14809
  quoteId?: string | undefined;
14454
14810
  approval?: {
@@ -14490,6 +14846,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14490
14846
  }[] | undefined;
14491
14847
  fee_limit?: number | undefined;
14492
14848
  } | null | undefined;
14849
+ } | {
14850
+ xdrBase64: string;
14851
+ } | {
14852
+ xdr: string;
14493
14853
  };
14494
14854
  approval?: {
14495
14855
  chainId: number;
@@ -14709,6 +15069,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14709
15069
  }[] | undefined;
14710
15070
  fee_limit?: number | undefined;
14711
15071
  } | null | undefined;
15072
+ } | {
15073
+ xdrBase64: string;
15074
+ } | {
15075
+ xdr: string;
14712
15076
  };
14713
15077
  quoteId?: string | undefined;
14714
15078
  approval?: {
@@ -14750,6 +15114,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14750
15114
  }[] | undefined;
14751
15115
  fee_limit?: number | undefined;
14752
15116
  } | null | undefined;
15117
+ } | {
15118
+ xdrBase64: string;
15119
+ } | {
15120
+ xdr: string;
14753
15121
  };
14754
15122
  approval?: {
14755
15123
  chainId: number;
@@ -14964,6 +15332,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14964
15332
  }[] | undefined;
14965
15333
  fee_limit?: number | undefined;
14966
15334
  } | null | undefined;
15335
+ } | {
15336
+ xdrBase64: string;
15337
+ } | {
15338
+ xdr: string;
14967
15339
  };
14968
15340
  quoteId?: string | undefined;
14969
15341
  approval?: {
@@ -15005,6 +15377,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15005
15377
  }[] | undefined;
15006
15378
  fee_limit?: number | undefined;
15007
15379
  } | null | undefined;
15380
+ } | {
15381
+ xdrBase64: string;
15382
+ } | {
15383
+ xdr: string;
15008
15384
  };
15009
15385
  approval?: {
15010
15386
  chainId: number;
@@ -15219,6 +15595,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15219
15595
  }[] | undefined;
15220
15596
  fee_limit?: number | undefined;
15221
15597
  } | null | undefined;
15598
+ } | {
15599
+ xdrBase64: string;
15600
+ } | {
15601
+ xdr: string;
15222
15602
  };
15223
15603
  quoteId?: string | undefined;
15224
15604
  approval?: {
@@ -15260,6 +15640,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15260
15640
  }[] | undefined;
15261
15641
  fee_limit?: number | undefined;
15262
15642
  } | null | undefined;
15643
+ } | {
15644
+ xdrBase64: string;
15645
+ } | {
15646
+ xdr: string;
15263
15647
  };
15264
15648
  approval?: {
15265
15649
  chainId: number;
@@ -15475,6 +15859,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15475
15859
  }[] | undefined;
15476
15860
  fee_limit?: number | undefined;
15477
15861
  } | null | undefined;
15862
+ } | {
15863
+ xdrBase64: string;
15864
+ } | {
15865
+ xdr: string;
15478
15866
  };
15479
15867
  quoteId?: string | undefined;
15480
15868
  approval?: {
@@ -15516,6 +15904,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15516
15904
  }[] | undefined;
15517
15905
  fee_limit?: number | undefined;
15518
15906
  } | null | undefined;
15907
+ } | {
15908
+ xdrBase64: string;
15909
+ } | {
15910
+ xdr: string;
15519
15911
  };
15520
15912
  approval?: {
15521
15913
  chainId: number;
@@ -15730,6 +16122,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15730
16122
  }[] | undefined;
15731
16123
  fee_limit?: number | undefined;
15732
16124
  } | null | undefined;
16125
+ } | {
16126
+ xdrBase64: string;
16127
+ } | {
16128
+ xdr: string;
15733
16129
  };
15734
16130
  quoteId?: string | undefined;
15735
16131
  approval?: {
@@ -15771,6 +16167,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15771
16167
  }[] | undefined;
15772
16168
  fee_limit?: number | undefined;
15773
16169
  } | null | undefined;
16170
+ } | {
16171
+ xdrBase64: string;
16172
+ } | {
16173
+ xdr: string;
15774
16174
  };
15775
16175
  approval?: {
15776
16176
  chainId: number;
@@ -15985,6 +16385,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15985
16385
  }[] | undefined;
15986
16386
  fee_limit?: number | undefined;
15987
16387
  } | null | undefined;
16388
+ } | {
16389
+ xdrBase64: string;
16390
+ } | {
16391
+ xdr: string;
15988
16392
  };
15989
16393
  quoteId?: string | undefined;
15990
16394
  approval?: {
@@ -16026,6 +16430,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
16026
16430
  }[] | undefined;
16027
16431
  fee_limit?: number | undefined;
16028
16432
  } | null | undefined;
16433
+ } | {
16434
+ xdrBase64: string;
16435
+ } | {
16436
+ xdr: string;
16029
16437
  };
16030
16438
  approval?: {
16031
16439
  chainId: number;
@@ -16245,6 +16653,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
16245
16653
  }[] | undefined;
16246
16654
  fee_limit?: number | undefined;
16247
16655
  } | null | undefined;
16656
+ } | {
16657
+ xdrBase64: string;
16658
+ } | {
16659
+ xdr: string;
16248
16660
  };
16249
16661
  quoteId?: string | undefined;
16250
16662
  approval?: {
@@ -16286,6 +16698,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
16286
16698
  }[] | undefined;
16287
16699
  fee_limit?: number | undefined;
16288
16700
  } | null | undefined;
16701
+ } | {
16702
+ xdrBase64: string;
16703
+ } | {
16704
+ xdr: string;
16289
16705
  };
16290
16706
  approval?: {
16291
16707
  chainId: number;
@@ -16505,6 +16921,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
16505
16921
  }[] | undefined;
16506
16922
  fee_limit?: number | undefined;
16507
16923
  } | null | undefined;
16924
+ } | {
16925
+ xdrBase64: string;
16926
+ } | {
16927
+ xdr: string;
16508
16928
  };
16509
16929
  quoteId?: string | undefined;
16510
16930
  approval?: {
@@ -16546,6 +16966,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
16546
16966
  }[] | undefined;
16547
16967
  fee_limit?: number | undefined;
16548
16968
  } | null | undefined;
16969
+ } | {
16970
+ xdrBase64: string;
16971
+ } | {
16972
+ xdr: string;
16549
16973
  };
16550
16974
  approval?: {
16551
16975
  chainId: number;
@@ -16765,6 +17189,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
16765
17189
  }[] | undefined;
16766
17190
  fee_limit?: number | undefined;
16767
17191
  } | null | undefined;
17192
+ } | {
17193
+ xdrBase64: string;
17194
+ } | {
17195
+ xdr: string;
16768
17196
  };
16769
17197
  quoteId?: string | undefined;
16770
17198
  approval?: {
@@ -16806,6 +17234,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
16806
17234
  }[] | undefined;
16807
17235
  fee_limit?: number | undefined;
16808
17236
  } | null | undefined;
17237
+ } | {
17238
+ xdrBase64: string;
17239
+ } | {
17240
+ xdr: string;
16809
17241
  };
16810
17242
  approval?: {
16811
17243
  chainId: number;
@@ -17020,6 +17452,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17020
17452
  }[] | undefined;
17021
17453
  fee_limit?: number | undefined;
17022
17454
  } | null | undefined;
17455
+ } | {
17456
+ xdrBase64: string;
17457
+ } | {
17458
+ xdr: string;
17023
17459
  };
17024
17460
  quoteId?: string | undefined;
17025
17461
  approval?: {
@@ -17061,6 +17497,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17061
17497
  }[] | undefined;
17062
17498
  fee_limit?: number | undefined;
17063
17499
  } | null | undefined;
17500
+ } | {
17501
+ xdrBase64: string;
17502
+ } | {
17503
+ xdr: string;
17064
17504
  };
17065
17505
  approval?: {
17066
17506
  chainId: number;
@@ -17276,6 +17716,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17276
17716
  }[] | undefined;
17277
17717
  fee_limit?: number | undefined;
17278
17718
  } | null | undefined;
17719
+ } | {
17720
+ xdrBase64: string;
17721
+ } | {
17722
+ xdr: string;
17279
17723
  };
17280
17724
  quoteId?: string | undefined;
17281
17725
  approval?: {
@@ -17317,6 +17761,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17317
17761
  }[] | undefined;
17318
17762
  fee_limit?: number | undefined;
17319
17763
  } | null | undefined;
17764
+ } | {
17765
+ xdrBase64: string;
17766
+ } | {
17767
+ xdr: string;
17320
17768
  };
17321
17769
  approval?: {
17322
17770
  chainId: number;
@@ -17531,6 +17979,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17531
17979
  }[] | undefined;
17532
17980
  fee_limit?: number | undefined;
17533
17981
  } | null | undefined;
17982
+ } | {
17983
+ xdrBase64: string;
17984
+ } | {
17985
+ xdr: string;
17534
17986
  };
17535
17987
  quoteId?: string | undefined;
17536
17988
  approval?: {
@@ -17572,6 +18024,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17572
18024
  }[] | undefined;
17573
18025
  fee_limit?: number | undefined;
17574
18026
  } | null | undefined;
18027
+ } | {
18028
+ xdrBase64: string;
18029
+ } | {
18030
+ xdr: string;
17575
18031
  };
17576
18032
  approval?: {
17577
18033
  chainId: number;
@@ -17791,6 +18247,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17791
18247
  }[] | undefined;
17792
18248
  fee_limit?: number | undefined;
17793
18249
  } | null | undefined;
18250
+ } | {
18251
+ xdrBase64: string;
18252
+ } | {
18253
+ xdr: string;
17794
18254
  };
17795
18255
  quoteId?: string | undefined;
17796
18256
  approval?: {
@@ -17832,6 +18292,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
17832
18292
  }[] | undefined;
17833
18293
  fee_limit?: number | undefined;
17834
18294
  } | null | undefined;
18295
+ } | {
18296
+ xdrBase64: string;
18297
+ } | {
18298
+ xdr: string;
17835
18299
  };
17836
18300
  approval?: {
17837
18301
  chainId: number;
@@ -18051,6 +18515,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
18051
18515
  }[] | undefined;
18052
18516
  fee_limit?: number | undefined;
18053
18517
  } | null | undefined;
18518
+ } | {
18519
+ xdrBase64: string;
18520
+ } | {
18521
+ xdr: string;
18054
18522
  };
18055
18523
  quoteId?: string | undefined;
18056
18524
  approval?: {
@@ -18092,6 +18560,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
18092
18560
  }[] | undefined;
18093
18561
  fee_limit?: number | undefined;
18094
18562
  } | null | undefined;
18563
+ } | {
18564
+ xdrBase64: string;
18565
+ } | {
18566
+ xdr: string;
18095
18567
  };
18096
18568
  approval?: {
18097
18569
  chainId: number;
@@ -18361,6 +18833,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
18361
18833
  }[] | undefined;
18362
18834
  fee_limit?: number | undefined;
18363
18835
  } | null | undefined;
18836
+ } | {
18837
+ xdrBase64: string;
18838
+ } | {
18839
+ xdr: string;
18364
18840
  };
18365
18841
  quoteId?: string | undefined;
18366
18842
  approval?: {
@@ -18578,6 +19054,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
18578
19054
  }[] | undefined;
18579
19055
  fee_limit?: number | undefined;
18580
19056
  } | null | undefined;
19057
+ } | {
19058
+ xdrBase64: string;
19059
+ } | {
19060
+ xdr: string;
18581
19061
  };
18582
19062
  quoteId?: string | undefined;
18583
19063
  approval?: {
@@ -18619,6 +19099,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
18619
19099
  }[] | undefined;
18620
19100
  fee_limit?: number | undefined;
18621
19101
  } | null | undefined;
19102
+ } | {
19103
+ xdrBase64: string;
19104
+ } | {
19105
+ xdr: string;
18622
19106
  };
18623
19107
  approval?: {
18624
19108
  chainId: number;
@@ -18884,6 +19368,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
18884
19368
  }[] | undefined;
18885
19369
  fee_limit?: number | undefined;
18886
19370
  } | null | undefined;
19371
+ } | {
19372
+ xdrBase64: string;
19373
+ } | {
19374
+ xdr: string;
18887
19375
  };
18888
19376
  quoteId?: string | undefined;
18889
19377
  approval?: {
@@ -19101,6 +19589,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
19101
19589
  }[] | undefined;
19102
19590
  fee_limit?: number | undefined;
19103
19591
  } | null | undefined;
19592
+ } | {
19593
+ xdrBase64: string;
19594
+ } | {
19595
+ xdr: string;
19104
19596
  };
19105
19597
  quoteId?: string | undefined;
19106
19598
  approval?: {
@@ -19142,6 +19634,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
19142
19634
  }[] | undefined;
19143
19635
  fee_limit?: number | undefined;
19144
19636
  } | null | undefined;
19637
+ } | {
19638
+ xdrBase64: string;
19639
+ } | {
19640
+ xdr: string;
19145
19641
  };
19146
19642
  approval?: {
19147
19643
  chainId: number;
@@ -19361,6 +19857,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
19361
19857
  }[] | undefined;
19362
19858
  fee_limit?: number | undefined;
19363
19859
  } | null | undefined;
19860
+ } | {
19861
+ xdrBase64: string;
19862
+ } | {
19863
+ xdr: string;
19364
19864
  };
19365
19865
  quoteId?: string | undefined;
19366
19866
  approval?: {
@@ -19402,6 +19902,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
19402
19902
  }[] | undefined;
19403
19903
  fee_limit?: number | undefined;
19404
19904
  } | null | undefined;
19905
+ } | {
19906
+ xdrBase64: string;
19907
+ } | {
19908
+ xdr: string;
19405
19909
  };
19406
19910
  approval?: {
19407
19911
  chainId: number;
@@ -19671,6 +20175,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
19671
20175
  }[] | undefined;
19672
20176
  fee_limit?: number | undefined;
19673
20177
  } | null | undefined;
20178
+ } | {
20179
+ xdrBase64: string;
20180
+ } | {
20181
+ xdr: string;
19674
20182
  };
19675
20183
  quoteId?: string | undefined;
19676
20184
  approval?: {
@@ -19893,6 +20401,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
19893
20401
  }[] | undefined;
19894
20402
  fee_limit?: number | undefined;
19895
20403
  } | null | undefined;
20404
+ } | {
20405
+ xdrBase64: string;
20406
+ } | {
20407
+ xdr: string;
19896
20408
  };
19897
20409
  quoteId?: string | undefined;
19898
20410
  approval?: {
@@ -19934,6 +20446,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
19934
20446
  }[] | undefined;
19935
20447
  fee_limit?: number | undefined;
19936
20448
  } | null | undefined;
20449
+ } | {
20450
+ xdrBase64: string;
20451
+ } | {
20452
+ xdr: string;
19937
20453
  };
19938
20454
  approval?: {
19939
20455
  chainId: number;
@@ -20202,6 +20718,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
20202
20718
  }[] | undefined;
20203
20719
  fee_limit?: number | undefined;
20204
20720
  } | null | undefined;
20721
+ } | {
20722
+ xdrBase64: string;
20723
+ } | {
20724
+ xdr: string;
20205
20725
  };
20206
20726
  quoteId?: string | undefined;
20207
20727
  approval?: {
@@ -20420,6 +20940,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
20420
20940
  }[] | undefined;
20421
20941
  fee_limit?: number | undefined;
20422
20942
  } | null | undefined;
20943
+ } | {
20944
+ xdrBase64: string;
20945
+ } | {
20946
+ xdr: string;
20423
20947
  };
20424
20948
  quoteId?: string | undefined;
20425
20949
  approval?: {
@@ -20461,6 +20985,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
20461
20985
  }[] | undefined;
20462
20986
  fee_limit?: number | undefined;
20463
20987
  } | null | undefined;
20988
+ } | {
20989
+ xdrBase64: string;
20990
+ } | {
20991
+ xdr: string;
20464
20992
  };
20465
20993
  approval?: {
20466
20994
  chainId: number;
@@ -20729,6 +21257,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
20729
21257
  }[] | undefined;
20730
21258
  fee_limit?: number | undefined;
20731
21259
  } | null | undefined;
21260
+ } | {
21261
+ xdrBase64: string;
21262
+ } | {
21263
+ xdr: string;
20732
21264
  };
20733
21265
  quoteId?: string | undefined;
20734
21266
  approval?: {
@@ -21001,6 +21533,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
21001
21533
  }[] | undefined;
21002
21534
  fee_limit?: number | undefined;
21003
21535
  } | null | undefined;
21536
+ } | {
21537
+ xdrBase64: string;
21538
+ } | {
21539
+ xdr: string;
21004
21540
  };
21005
21541
  quoteId?: string | undefined;
21006
21542
  approval?: {
@@ -21219,6 +21755,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
21219
21755
  }[] | undefined;
21220
21756
  fee_limit?: number | undefined;
21221
21757
  } | null | undefined;
21758
+ } | {
21759
+ xdrBase64: string;
21760
+ } | {
21761
+ xdr: string;
21222
21762
  };
21223
21763
  quoteId?: string | undefined;
21224
21764
  approval?: {
@@ -21260,6 +21800,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
21260
21800
  }[] | undefined;
21261
21801
  fee_limit?: number | undefined;
21262
21802
  } | null | undefined;
21803
+ } | {
21804
+ xdrBase64: string;
21805
+ } | {
21806
+ xdr: string;
21263
21807
  };
21264
21808
  approval?: {
21265
21809
  chainId: number;
@@ -21614,6 +22158,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
21614
22158
  }[] | undefined;
21615
22159
  fee_limit?: number | undefined;
21616
22160
  } | null | undefined;
22161
+ } | {
22162
+ xdrBase64: string;
22163
+ } | {
22164
+ xdr: string;
21617
22165
  };
21618
22166
  quoteId?: string | undefined;
21619
22167
  approval?: {
@@ -21655,6 +22203,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
21655
22203
  }[] | undefined;
21656
22204
  fee_limit?: number | undefined;
21657
22205
  } | null | undefined;
22206
+ } | {
22207
+ xdrBase64: string;
22208
+ } | {
22209
+ xdr: string;
21658
22210
  };
21659
22211
  approval?: {
21660
22212
  chainId: number;
@@ -21924,6 +22476,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
21924
22476
  }[] | undefined;
21925
22477
  fee_limit?: number | undefined;
21926
22478
  } | null | undefined;
22479
+ } | {
22480
+ xdrBase64: string;
22481
+ } | {
22482
+ xdr: string;
21927
22483
  };
21928
22484
  quoteId?: string | undefined;
21929
22485
  approval?: {
@@ -22141,6 +22697,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
22141
22697
  }[] | undefined;
22142
22698
  fee_limit?: number | undefined;
22143
22699
  } | null | undefined;
22700
+ } | {
22701
+ xdrBase64: string;
22702
+ } | {
22703
+ xdr: string;
22144
22704
  };
22145
22705
  quoteId?: string | undefined;
22146
22706
  approval?: {
@@ -22182,6 +22742,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
22182
22742
  }[] | undefined;
22183
22743
  fee_limit?: number | undefined;
22184
22744
  } | null | undefined;
22745
+ } | {
22746
+ xdrBase64: string;
22747
+ } | {
22748
+ xdr: string;
22185
22749
  };
22186
22750
  approval?: {
22187
22751
  chainId: number;
@@ -22447,6 +23011,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
22447
23011
  }[] | undefined;
22448
23012
  fee_limit?: number | undefined;
22449
23013
  } | null | undefined;
23014
+ } | {
23015
+ xdrBase64: string;
23016
+ } | {
23017
+ xdr: string;
22450
23018
  };
22451
23019
  quoteId?: string | undefined;
22452
23020
  approval?: {
@@ -22664,6 +23232,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
22664
23232
  }[] | undefined;
22665
23233
  fee_limit?: number | undefined;
22666
23234
  } | null | undefined;
23235
+ } | {
23236
+ xdrBase64: string;
23237
+ } | {
23238
+ xdr: string;
22667
23239
  };
22668
23240
  quoteId?: string | undefined;
22669
23241
  approval?: {
@@ -22705,6 +23277,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
22705
23277
  }[] | undefined;
22706
23278
  fee_limit?: number | undefined;
22707
23279
  } | null | undefined;
23280
+ } | {
23281
+ xdrBase64: string;
23282
+ } | {
23283
+ xdr: string;
22708
23284
  };
22709
23285
  approval?: {
22710
23286
  chainId: number;
@@ -22924,6 +23500,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
22924
23500
  }[] | undefined;
22925
23501
  fee_limit?: number | undefined;
22926
23502
  } | null | undefined;
23503
+ } | {
23504
+ xdrBase64: string;
23505
+ } | {
23506
+ xdr: string;
22927
23507
  };
22928
23508
  quoteId?: string | undefined;
22929
23509
  approval?: {
@@ -22965,6 +23545,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
22965
23545
  }[] | undefined;
22966
23546
  fee_limit?: number | undefined;
22967
23547
  } | null | undefined;
23548
+ } | {
23549
+ xdrBase64: string;
23550
+ } | {
23551
+ xdr: string;
22968
23552
  };
22969
23553
  approval?: {
22970
23554
  chainId: number;
@@ -23234,6 +23818,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
23234
23818
  }[] | undefined;
23235
23819
  fee_limit?: number | undefined;
23236
23820
  } | null | undefined;
23821
+ } | {
23822
+ xdrBase64: string;
23823
+ } | {
23824
+ xdr: string;
23237
23825
  };
23238
23826
  quoteId?: string | undefined;
23239
23827
  approval?: {
@@ -23456,6 +24044,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
23456
24044
  }[] | undefined;
23457
24045
  fee_limit?: number | undefined;
23458
24046
  } | null | undefined;
24047
+ } | {
24048
+ xdrBase64: string;
24049
+ } | {
24050
+ xdr: string;
23459
24051
  };
23460
24052
  quoteId?: string | undefined;
23461
24053
  approval?: {
@@ -23497,6 +24089,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
23497
24089
  }[] | undefined;
23498
24090
  fee_limit?: number | undefined;
23499
24091
  } | null | undefined;
24092
+ } | {
24093
+ xdrBase64: string;
24094
+ } | {
24095
+ xdr: string;
23500
24096
  };
23501
24097
  approval?: {
23502
24098
  chainId: number;
@@ -23765,6 +24361,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
23765
24361
  }[] | undefined;
23766
24362
  fee_limit?: number | undefined;
23767
24363
  } | null | undefined;
24364
+ } | {
24365
+ xdrBase64: string;
24366
+ } | {
24367
+ xdr: string;
23768
24368
  };
23769
24369
  quoteId?: string | undefined;
23770
24370
  approval?: {
@@ -23983,6 +24583,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
23983
24583
  }[] | undefined;
23984
24584
  fee_limit?: number | undefined;
23985
24585
  } | null | undefined;
24586
+ } | {
24587
+ xdrBase64: string;
24588
+ } | {
24589
+ xdr: string;
23986
24590
  };
23987
24591
  quoteId?: string | undefined;
23988
24592
  approval?: {
@@ -24024,6 +24628,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
24024
24628
  }[] | undefined;
24025
24629
  fee_limit?: number | undefined;
24026
24630
  } | null | undefined;
24631
+ } | {
24632
+ xdrBase64: string;
24633
+ } | {
24634
+ xdr: string;
24027
24635
  };
24028
24636
  approval?: {
24029
24637
  chainId: number;
@@ -24292,6 +24900,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
24292
24900
  }[] | undefined;
24293
24901
  fee_limit?: number | undefined;
24294
24902
  } | null | undefined;
24903
+ } | {
24904
+ xdrBase64: string;
24905
+ } | {
24906
+ xdr: string;
24295
24907
  };
24296
24908
  quoteId?: string | undefined;
24297
24909
  approval?: {
@@ -24564,6 +25176,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
24564
25176
  }[] | undefined;
24565
25177
  fee_limit?: number | undefined;
24566
25178
  } | null | undefined;
25179
+ } | {
25180
+ xdrBase64: string;
25181
+ } | {
25182
+ xdr: string;
24567
25183
  };
24568
25184
  quoteId?: string | undefined;
24569
25185
  approval?: {
@@ -24782,6 +25398,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
24782
25398
  }[] | undefined;
24783
25399
  fee_limit?: number | undefined;
24784
25400
  } | null | undefined;
25401
+ } | {
25402
+ xdrBase64: string;
25403
+ } | {
25404
+ xdr: string;
24785
25405
  };
24786
25406
  quoteId?: string | undefined;
24787
25407
  approval?: {
@@ -24823,6 +25443,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
24823
25443
  }[] | undefined;
24824
25444
  fee_limit?: number | undefined;
24825
25445
  } | null | undefined;
25446
+ } | {
25447
+ xdrBase64: string;
25448
+ } | {
25449
+ xdr: string;
24826
25450
  };
24827
25451
  approval?: {
24828
25452
  chainId: number;
@@ -25521,6 +26145,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
25521
26145
  }[] | undefined;
25522
26146
  fee_limit?: number | undefined;
25523
26147
  } | null | undefined;
26148
+ } | {
26149
+ xdrBase64: string;
26150
+ } | {
26151
+ xdr: string;
25524
26152
  };
25525
26153
  quoteId?: string | undefined;
25526
26154
  approval?: {
@@ -25562,6 +26190,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
25562
26190
  }[] | undefined;
25563
26191
  fee_limit?: number | undefined;
25564
26192
  } | null | undefined;
26193
+ } | {
26194
+ xdrBase64: string;
26195
+ } | {
26196
+ xdr: string;
25565
26197
  };
25566
26198
  approval?: {
25567
26199
  chainId: number;
@@ -25790,6 +26422,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
25790
26422
  }[] | undefined;
25791
26423
  fee_limit?: number | undefined;
25792
26424
  } | null | undefined;
26425
+ } | {
26426
+ xdrBase64: string;
26427
+ } | {
26428
+ xdr: string;
25793
26429
  };
25794
26430
  quoteId?: string | undefined;
25795
26431
  approval?: {
@@ -25831,6 +26467,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
25831
26467
  }[] | undefined;
25832
26468
  fee_limit?: number | undefined;
25833
26469
  } | null | undefined;
26470
+ } | {
26471
+ xdrBase64: string;
26472
+ } | {
26473
+ xdr: string;
25834
26474
  };
25835
26475
  approval?: {
25836
26476
  chainId: number;
@@ -26046,6 +26686,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26046
26686
  }[] | undefined;
26047
26687
  fee_limit?: number | undefined;
26048
26688
  } | null | undefined;
26689
+ } | {
26690
+ xdrBase64: string;
26691
+ } | {
26692
+ xdr: string;
26049
26693
  };
26050
26694
  quoteId?: string | undefined;
26051
26695
  approval?: {
@@ -26087,6 +26731,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26087
26731
  }[] | undefined;
26088
26732
  fee_limit?: number | undefined;
26089
26733
  } | null | undefined;
26734
+ } | {
26735
+ xdrBase64: string;
26736
+ } | {
26737
+ xdr: string;
26090
26738
  };
26091
26739
  approval?: {
26092
26740
  chainId: number;
@@ -26311,6 +26959,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26311
26959
  }[] | undefined;
26312
26960
  fee_limit?: number | undefined;
26313
26961
  } | null | undefined;
26962
+ } | {
26963
+ xdrBase64: string;
26964
+ } | {
26965
+ xdr: string;
26314
26966
  };
26315
26967
  quoteId?: string | undefined;
26316
26968
  approval?: {
@@ -26352,6 +27004,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26352
27004
  }[] | undefined;
26353
27005
  fee_limit?: number | undefined;
26354
27006
  } | null | undefined;
27007
+ } | {
27008
+ xdrBase64: string;
27009
+ } | {
27010
+ xdr: string;
26355
27011
  };
26356
27012
  approval?: {
26357
27013
  chainId: number;
@@ -26567,6 +27223,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26567
27223
  }[] | undefined;
26568
27224
  fee_limit?: number | undefined;
26569
27225
  } | null | undefined;
27226
+ } | {
27227
+ xdrBase64: string;
27228
+ } | {
27229
+ xdr: string;
26570
27230
  };
26571
27231
  quoteId?: string | undefined;
26572
27232
  approval?: {
@@ -26608,6 +27268,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26608
27268
  }[] | undefined;
26609
27269
  fee_limit?: number | undefined;
26610
27270
  } | null | undefined;
27271
+ } | {
27272
+ xdrBase64: string;
27273
+ } | {
27274
+ xdr: string;
26611
27275
  };
26612
27276
  approval?: {
26613
27277
  chainId: number;
@@ -26837,6 +27501,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26837
27501
  }[] | undefined;
26838
27502
  fee_limit?: number | undefined;
26839
27503
  } | null | undefined;
27504
+ } | {
27505
+ xdrBase64: string;
27506
+ } | {
27507
+ xdr: string;
26840
27508
  };
26841
27509
  quoteId?: string | undefined;
26842
27510
  approval?: {
@@ -26878,6 +27546,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
26878
27546
  }[] | undefined;
26879
27547
  fee_limit?: number | undefined;
26880
27548
  } | null | undefined;
27549
+ } | {
27550
+ xdrBase64: string;
27551
+ } | {
27552
+ xdr: string;
26881
27553
  };
26882
27554
  approval?: {
26883
27555
  chainId: number;
@@ -27422,6 +28094,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
27422
28094
  }[] | undefined;
27423
28095
  fee_limit?: number | undefined;
27424
28096
  } | null | undefined;
28097
+ } | {
28098
+ xdrBase64: string;
28099
+ } | {
28100
+ xdr: string;
27425
28101
  };
27426
28102
  quoteId?: string | undefined;
27427
28103
  approval?: {
@@ -27463,6 +28139,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
27463
28139
  }[] | undefined;
27464
28140
  fee_limit?: number | undefined;
27465
28141
  } | null | undefined;
28142
+ } | {
28143
+ xdrBase64: string;
28144
+ } | {
28145
+ xdr: string;
27466
28146
  };
27467
28147
  approval?: {
27468
28148
  chainId: number;
@@ -27682,6 +28362,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
27682
28362
  }[] | undefined;
27683
28363
  fee_limit?: number | undefined;
27684
28364
  } | null | undefined;
28365
+ } | {
28366
+ xdrBase64: string;
28367
+ } | {
28368
+ xdr: string;
27685
28369
  };
27686
28370
  quoteId?: string | undefined;
27687
28371
  approval?: {
@@ -27723,6 +28407,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
27723
28407
  }[] | undefined;
27724
28408
  fee_limit?: number | undefined;
27725
28409
  } | null | undefined;
28410
+ } | {
28411
+ xdrBase64: string;
28412
+ } | {
28413
+ xdr: string;
27726
28414
  };
27727
28415
  approval?: {
27728
28416
  chainId: number;
@@ -27937,6 +28625,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
27937
28625
  }[] | undefined;
27938
28626
  fee_limit?: number | undefined;
27939
28627
  } | null | undefined;
28628
+ } | {
28629
+ xdrBase64: string;
28630
+ } | {
28631
+ xdr: string;
27940
28632
  };
27941
28633
  quoteId?: string | undefined;
27942
28634
  approval?: {
@@ -27978,6 +28670,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
27978
28670
  }[] | undefined;
27979
28671
  fee_limit?: number | undefined;
27980
28672
  } | null | undefined;
28673
+ } | {
28674
+ xdrBase64: string;
28675
+ } | {
28676
+ xdr: string;
27981
28677
  };
27982
28678
  approval?: {
27983
28679
  chainId: number;
@@ -28193,6 +28889,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
28193
28889
  }[] | undefined;
28194
28890
  fee_limit?: number | undefined;
28195
28891
  } | null | undefined;
28892
+ } | {
28893
+ xdrBase64: string;
28894
+ } | {
28895
+ xdr: string;
28196
28896
  };
28197
28897
  quoteId?: string | undefined;
28198
28898
  approval?: {
@@ -28234,6 +28934,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
28234
28934
  }[] | undefined;
28235
28935
  fee_limit?: number | undefined;
28236
28936
  } | null | undefined;
28937
+ } | {
28938
+ xdrBase64: string;
28939
+ } | {
28940
+ xdr: string;
28237
28941
  };
28238
28942
  approval?: {
28239
28943
  chainId: number;
@@ -28448,6 +29152,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
28448
29152
  }[] | undefined;
28449
29153
  fee_limit?: number | undefined;
28450
29154
  } | null | undefined;
29155
+ } | {
29156
+ xdrBase64: string;
29157
+ } | {
29158
+ xdr: string;
28451
29159
  };
28452
29160
  quoteId?: string | undefined;
28453
29161
  approval?: {
@@ -28489,6 +29197,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
28489
29197
  }[] | undefined;
28490
29198
  fee_limit?: number | undefined;
28491
29199
  } | null | undefined;
29200
+ } | {
29201
+ xdrBase64: string;
29202
+ } | {
29203
+ xdr: string;
28492
29204
  };
28493
29205
  approval?: {
28494
29206
  chainId: number;
@@ -28708,6 +29420,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
28708
29420
  }[] | undefined;
28709
29421
  fee_limit?: number | undefined;
28710
29422
  } | null | undefined;
29423
+ } | {
29424
+ xdrBase64: string;
29425
+ } | {
29426
+ xdr: string;
28711
29427
  };
28712
29428
  quoteId?: string | undefined;
28713
29429
  approval?: {
@@ -28749,6 +29465,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
28749
29465
  }[] | undefined;
28750
29466
  fee_limit?: number | undefined;
28751
29467
  } | null | undefined;
29468
+ } | {
29469
+ xdrBase64: string;
29470
+ } | {
29471
+ xdr: string;
28752
29472
  };
28753
29473
  approval?: {
28754
29474
  chainId: number;
@@ -28968,6 +29688,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
28968
29688
  }[] | undefined;
28969
29689
  fee_limit?: number | undefined;
28970
29690
  } | null | undefined;
29691
+ } | {
29692
+ xdrBase64: string;
29693
+ } | {
29694
+ xdr: string;
28971
29695
  };
28972
29696
  quoteId?: string | undefined;
28973
29697
  approval?: {
@@ -29009,6 +29733,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
29009
29733
  }[] | undefined;
29010
29734
  fee_limit?: number | undefined;
29011
29735
  } | null | undefined;
29736
+ } | {
29737
+ xdrBase64: string;
29738
+ } | {
29739
+ xdr: string;
29012
29740
  };
29013
29741
  approval?: {
29014
29742
  chainId: number;
@@ -29278,6 +30006,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
29278
30006
  }[] | undefined;
29279
30007
  fee_limit?: number | undefined;
29280
30008
  } | null | undefined;
30009
+ } | {
30010
+ xdrBase64: string;
30011
+ } | {
30012
+ xdr: string;
29281
30013
  };
29282
30014
  quoteId?: string | undefined;
29283
30015
  approval?: {
@@ -29495,6 +30227,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
29495
30227
  }[] | undefined;
29496
30228
  fee_limit?: number | undefined;
29497
30229
  } | null | undefined;
30230
+ } | {
30231
+ xdrBase64: string;
30232
+ } | {
30233
+ xdr: string;
29498
30234
  };
29499
30235
  quoteId?: string | undefined;
29500
30236
  approval?: {
@@ -29536,6 +30272,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
29536
30272
  }[] | undefined;
29537
30273
  fee_limit?: number | undefined;
29538
30274
  } | null | undefined;
30275
+ } | {
30276
+ xdrBase64: string;
30277
+ } | {
30278
+ xdr: string;
29539
30279
  };
29540
30280
  approval?: {
29541
30281
  chainId: number;
@@ -29801,6 +30541,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
29801
30541
  }[] | undefined;
29802
30542
  fee_limit?: number | undefined;
29803
30543
  } | null | undefined;
30544
+ } | {
30545
+ xdrBase64: string;
30546
+ } | {
30547
+ xdr: string;
29804
30548
  };
29805
30549
  quoteId?: string | undefined;
29806
30550
  approval?: {
@@ -30018,6 +30762,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
30018
30762
  }[] | undefined;
30019
30763
  fee_limit?: number | undefined;
30020
30764
  } | null | undefined;
30765
+ } | {
30766
+ xdrBase64: string;
30767
+ } | {
30768
+ xdr: string;
30021
30769
  };
30022
30770
  quoteId?: string | undefined;
30023
30771
  approval?: {
@@ -30059,6 +30807,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
30059
30807
  }[] | undefined;
30060
30808
  fee_limit?: number | undefined;
30061
30809
  } | null | undefined;
30810
+ } | {
30811
+ xdrBase64: string;
30812
+ } | {
30813
+ xdr: string;
30062
30814
  };
30063
30815
  approval?: {
30064
30816
  chainId: number;
@@ -30278,6 +31030,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
30278
31030
  }[] | undefined;
30279
31031
  fee_limit?: number | undefined;
30280
31032
  } | null | undefined;
31033
+ } | {
31034
+ xdrBase64: string;
31035
+ } | {
31036
+ xdr: string;
30281
31037
  };
30282
31038
  quoteId?: string | undefined;
30283
31039
  approval?: {
@@ -30319,6 +31075,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
30319
31075
  }[] | undefined;
30320
31076
  fee_limit?: number | undefined;
30321
31077
  } | null | undefined;
31078
+ } | {
31079
+ xdrBase64: string;
31080
+ } | {
31081
+ xdr: string;
30322
31082
  };
30323
31083
  approval?: {
30324
31084
  chainId: number;
@@ -30588,6 +31348,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
30588
31348
  }[] | undefined;
30589
31349
  fee_limit?: number | undefined;
30590
31350
  } | null | undefined;
31351
+ } | {
31352
+ xdrBase64: string;
31353
+ } | {
31354
+ xdr: string;
30591
31355
  };
30592
31356
  quoteId?: string | undefined;
30593
31357
  approval?: {
@@ -30810,6 +31574,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
30810
31574
  }[] | undefined;
30811
31575
  fee_limit?: number | undefined;
30812
31576
  } | null | undefined;
31577
+ } | {
31578
+ xdrBase64: string;
31579
+ } | {
31580
+ xdr: string;
30813
31581
  };
30814
31582
  quoteId?: string | undefined;
30815
31583
  approval?: {
@@ -30851,6 +31619,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
30851
31619
  }[] | undefined;
30852
31620
  fee_limit?: number | undefined;
30853
31621
  } | null | undefined;
31622
+ } | {
31623
+ xdrBase64: string;
31624
+ } | {
31625
+ xdr: string;
30854
31626
  };
30855
31627
  approval?: {
30856
31628
  chainId: number;
@@ -31119,6 +31891,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
31119
31891
  }[] | undefined;
31120
31892
  fee_limit?: number | undefined;
31121
31893
  } | null | undefined;
31894
+ } | {
31895
+ xdrBase64: string;
31896
+ } | {
31897
+ xdr: string;
31122
31898
  };
31123
31899
  quoteId?: string | undefined;
31124
31900
  approval?: {
@@ -31337,6 +32113,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
31337
32113
  }[] | undefined;
31338
32114
  fee_limit?: number | undefined;
31339
32115
  } | null | undefined;
32116
+ } | {
32117
+ xdrBase64: string;
32118
+ } | {
32119
+ xdr: string;
31340
32120
  };
31341
32121
  quoteId?: string | undefined;
31342
32122
  approval?: {
@@ -31378,6 +32158,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
31378
32158
  }[] | undefined;
31379
32159
  fee_limit?: number | undefined;
31380
32160
  } | null | undefined;
32161
+ } | {
32162
+ xdrBase64: string;
32163
+ } | {
32164
+ xdr: string;
31381
32165
  };
31382
32166
  approval?: {
31383
32167
  chainId: number;
@@ -31646,6 +32430,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
31646
32430
  }[] | undefined;
31647
32431
  fee_limit?: number | undefined;
31648
32432
  } | null | undefined;
32433
+ } | {
32434
+ xdrBase64: string;
32435
+ } | {
32436
+ xdr: string;
31649
32437
  };
31650
32438
  quoteId?: string | undefined;
31651
32439
  approval?: {
@@ -31918,6 +32706,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
31918
32706
  }[] | undefined;
31919
32707
  fee_limit?: number | undefined;
31920
32708
  } | null | undefined;
32709
+ } | {
32710
+ xdrBase64: string;
32711
+ } | {
32712
+ xdr: string;
31921
32713
  };
31922
32714
  quoteId?: string | undefined;
31923
32715
  approval?: {
@@ -32136,6 +32928,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
32136
32928
  }[] | undefined;
32137
32929
  fee_limit?: number | undefined;
32138
32930
  } | null | undefined;
32931
+ } | {
32932
+ xdrBase64: string;
32933
+ } | {
32934
+ xdr: string;
32139
32935
  };
32140
32936
  quoteId?: string | undefined;
32141
32937
  approval?: {
@@ -32177,6 +32973,10 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
32177
32973
  }[] | undefined;
32178
32974
  fee_limit?: number | undefined;
32179
32975
  } | null | undefined;
32976
+ } | {
32977
+ xdrBase64: string;
32978
+ } | {
32979
+ xdr: string;
32180
32980
  };
32181
32981
  approval?: {
32182
32982
  chainId: number;