@chainflip/processor 2.0.0 → 2.0.2

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 (261) hide show
  1. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  2. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  3. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  4. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  5. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  6. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  7. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  8. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  9. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  10. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  11. package/dist/100/system/extrinsicFailed.d.cts +16 -16
  12. package/dist/100/system/extrinsicFailed.d.ts +16 -16
  13. package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
  14. package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
  15. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  16. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +26 -26
  17. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +34 -34
  18. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +34 -34
  19. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  20. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  21. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +107 -107
  22. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +107 -107
  23. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +401 -401
  24. package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +401 -401
  25. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  26. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  27. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
  28. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +20 -20
  29. package/dist/11000/common.cjs +38 -8
  30. package/dist/11000/common.d.cts +2131 -801
  31. package/dist/11000/common.d.ts +2131 -801
  32. package/dist/11000/common.mjs +38 -8
  33. package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
  34. package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
  35. package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
  36. package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
  37. package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
  38. package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
  39. package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
  40. package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
  41. package/dist/11000/swapping/swapRequested.d.cts +92 -92
  42. package/dist/11000/swapping/swapRequested.d.ts +92 -92
  43. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
  44. package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
  45. package/dist/11100/common.cjs +38 -8
  46. package/dist/11100/common.d.cts +2067 -737
  47. package/dist/11100/common.d.ts +2067 -737
  48. package/dist/11100/common.mjs +38 -8
  49. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +166 -166
  50. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +166 -166
  51. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +218 -9
  52. package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +218 -9
  53. package/dist/11200/common.cjs +85 -15
  54. package/dist/11200/common.d.cts +4493 -2569
  55. package/dist/11200/common.d.ts +4493 -2569
  56. package/dist/11200/common.mjs +86 -16
  57. package/dist/11200/swapping/swapRescheduled.d.cts +2 -2
  58. package/dist/11200/swapping/swapRescheduled.d.ts +2 -2
  59. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  60. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
  61. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  62. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
  63. package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
  64. package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
  65. package/dist/120/swapping/ccmFailed.d.cts +62 -62
  66. package/dist/120/swapping/ccmFailed.d.ts +62 -62
  67. package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
  68. package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
  69. package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
  70. package/dist/120/swapping/swapEgressScheduled.d.ts +10 -10
  71. package/dist/120/swapping/swapExecuted.d.cts +12 -12
  72. package/dist/120/swapping/swapExecuted.d.ts +12 -12
  73. package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
  74. package/dist/120/swapping/withdrawalRequested.d.ts +8 -8
  75. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  76. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  77. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +28 -28
  78. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
  79. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  80. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  81. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  82. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
  83. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  84. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  85. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  86. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  87. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  88. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  89. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  90. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  91. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  92. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  93. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  94. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  95. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  96. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  97. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +28 -28
  98. package/dist/141/environment/runtimeSafeModeUpdated.d.ts +28 -28
  99. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  100. package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
  101. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  102. package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
  103. package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
  104. package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
  105. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  106. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  107. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  108. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  109. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  110. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  111. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  112. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  113. package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
  114. package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
  115. package/dist/141/swapping/ccmFailed.d.cts +73 -73
  116. package/dist/141/swapping/ccmFailed.d.ts +73 -73
  117. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  118. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  119. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  120. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  121. package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
  122. package/dist/141/swapping/swapDepositAddressReady.d.ts +20 -20
  123. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  124. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  125. package/dist/141/swapping/swapEgressScheduled.d.cts +11 -11
  126. package/dist/141/swapping/swapEgressScheduled.d.ts +11 -11
  127. package/dist/141/swapping/swapExecuted.d.cts +88 -88
  128. package/dist/141/swapping/swapExecuted.d.ts +88 -88
  129. package/dist/141/swapping/swapScheduled.d.cts +97 -97
  130. package/dist/141/swapping/swapScheduled.d.ts +97 -97
  131. package/dist/141/swapping/withdrawalRequested.d.cts +14 -14
  132. package/dist/141/swapping/withdrawalRequested.d.ts +14 -14
  133. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  134. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  135. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  136. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  137. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  138. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  139. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  140. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  141. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  142. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  143. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  144. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  145. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  146. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  147. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  148. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  149. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  150. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  151. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  152. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  153. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  154. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  155. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  156. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  157. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  158. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  159. package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
  160. package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
  161. package/dist/150/swapping/ccmFailed.d.cts +79 -79
  162. package/dist/150/swapping/ccmFailed.d.ts +79 -79
  163. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  164. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  165. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  166. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  167. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  168. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  169. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  170. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  171. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  172. package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
  173. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  174. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  175. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  176. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  177. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  178. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  179. package/dist/150/swapping/swapScheduled.d.cts +103 -103
  180. package/dist/150/swapping/swapScheduled.d.ts +103 -103
  181. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  182. package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
  183. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  184. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  185. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  186. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  187. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  188. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
  189. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +10 -10
  190. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +10 -10
  191. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  192. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  193. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  194. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
  195. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
  196. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
  197. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
  198. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
  199. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  200. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  201. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
  202. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
  203. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  204. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  205. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  206. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  207. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  208. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  209. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  210. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  211. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
  212. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
  213. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  214. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  215. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  216. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  217. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  218. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  219. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
  220. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
  221. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  222. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  223. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  224. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
  225. package/dist/180/solanaIngressEgress/depositFailed.d.cts +161 -161
  226. package/dist/180/solanaIngressEgress/depositFailed.d.ts +161 -161
  227. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  228. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  229. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  230. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  231. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  232. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  233. package/dist/190/assetBalances/accountCredited.d.cts +2 -2
  234. package/dist/190/assetBalances/accountCredited.d.ts +2 -2
  235. package/dist/190/assetBalances/accountDebited.d.cts +2 -2
  236. package/dist/190/assetBalances/accountDebited.d.ts +2 -2
  237. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  238. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  239. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  240. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
  241. package/dist/200/common.cjs +25 -1
  242. package/dist/200/common.d.cts +37 -1
  243. package/dist/200/common.d.ts +37 -1
  244. package/dist/200/common.mjs +24 -0
  245. package/dist/200/lendingPools/collateralAdded.cjs +7 -1
  246. package/dist/200/lendingPools/collateralAdded.d.cts +13 -0
  247. package/dist/200/lendingPools/collateralAdded.d.ts +13 -0
  248. package/dist/200/lendingPools/collateralAdded.mjs +8 -2
  249. package/dist/200/lendingPools/liquidationCompleted.cjs +13 -0
  250. package/dist/200/lendingPools/liquidationCompleted.d.cts +24 -0
  251. package/dist/200/lendingPools/liquidationCompleted.d.ts +24 -0
  252. package/dist/200/lendingPools/liquidationCompleted.mjs +13 -0
  253. package/dist/200/lendingPools/liquidationInitiated.cjs +5 -1
  254. package/dist/200/lendingPools/liquidationInitiated.d.cts +13 -3
  255. package/dist/200/lendingPools/liquidationInitiated.d.ts +13 -3
  256. package/dist/200/lendingPools/liquidationInitiated.mjs +6 -2
  257. package/dist/200/swapping/swapRequestCompleted.cjs +10 -0
  258. package/dist/200/swapping/swapRequestCompleted.d.cts +24 -0
  259. package/dist/200/swapping/swapRequestCompleted.d.ts +24 -0
  260. package/dist/200/swapping/swapRequestCompleted.mjs +10 -0
  261. package/package.json +1 -1
@@ -10615,7 +10615,7 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
10615
10615
  txHashes?: string[] | null | undefined;
10616
10616
  };
10617
10617
  }>;
10618
- declare const cfChainsCcmDepositMetadata: z.ZodObject<{
10618
+ declare const cfEthereumChainCcmDepositMetadata: z.ZodObject<{
10619
10619
  channelMetadata: z.ZodObject<{
10620
10620
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
10621
10621
  gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -12723,11 +12723,8 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
12723
12723
  };
12724
12724
  depositDetails: number;
12725
12725
  }>;
12726
- declare const cfChainsRefundParametersChannelRefundParametersPolkadotAccountId: z.ZodObject<{
12727
- retryDuration: z.ZodNumber;
12728
- refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12729
- minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12730
- refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12726
+ declare const cfPolkadotChainCcmDepositMetadata: z.ZodObject<{
12727
+ channelMetadata: z.ZodObject<{
12731
12728
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12732
12729
  gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12733
12730
  ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -12739,453 +12736,722 @@ declare const cfChainsRefundParametersChannelRefundParametersPolkadotAccountId:
12739
12736
  message: string;
12740
12737
  gasBudget: string | number;
12741
12738
  ccmAdditionalData: string;
12742
- }>>>;
12743
- maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12744
- }, "strip", z.ZodTypeAny, {
12745
- retryDuration: number;
12746
- refundAddress: `0x${string}`;
12747
- minPrice: bigint;
12748
- refundCcmMetadata?: {
12749
- message: `0x${string}`;
12750
- gasBudget: bigint;
12751
- ccmAdditionalData: `0x${string}`;
12752
- } | null | undefined;
12753
- maxOraclePriceSlippage?: number | null | undefined;
12754
- }, {
12755
- retryDuration: number;
12756
- refundAddress: string;
12757
- minPrice: string | number;
12758
- refundCcmMetadata?: {
12759
- message: string;
12760
- gasBudget: string | number;
12761
- ccmAdditionalData: string;
12762
- } | null | undefined;
12763
- maxOraclePriceSlippage?: number | null | undefined;
12764
- }>;
12765
- declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObject<{
12766
- inputAsset: z.ZodEffects<z.ZodObject<{
12767
- __kind: z.ZodEnum<["Dot"]>;
12768
- }, "strip", z.ZodTypeAny, {
12769
- __kind: "Dot";
12770
- }, {
12771
- __kind: "Dot";
12772
- }>, "Dot", {
12773
- __kind: "Dot";
12774
12739
  }>;
12775
- depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
12776
- channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
12777
- depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12778
- depositDetails: z.ZodNumber;
12779
- outputAsset: z.ZodEffects<z.ZodObject<{
12780
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
12740
+ sourceChain: z.ZodEffects<z.ZodObject<{
12741
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub"]>;
12781
12742
  }, "strip", z.ZodTypeAny, {
12782
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12743
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12783
12744
  }, {
12784
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12785
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
12786
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
12745
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12746
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", {
12747
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12787
12748
  }>;
12788
- destinationAddress: z.ZodEffects<z.ZodObject<{
12789
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
12749
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
12750
+ __kind: z.ZodLiteral<"Eth">;
12790
12751
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12791
12752
  }, "strip", z.ZodTypeAny, {
12792
12753
  value: `0x${string}`;
12793
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
12754
+ __kind: "Eth";
12794
12755
  }, {
12795
12756
  value: string;
12796
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
12797
- }>, {
12798
- readonly chain: "Ethereum";
12799
- readonly address: `0x${string}`;
12800
- } | {
12801
- readonly chain: "Polkadot";
12802
- readonly address: string;
12803
- } | {
12804
- readonly chain: "Bitcoin";
12805
- readonly address: string;
12806
- } | {
12807
- readonly chain: "Arbitrum";
12808
- readonly address: `0x${string}`;
12809
- } | {
12810
- readonly chain: "Solana";
12811
- readonly address: string;
12812
- } | {
12813
- readonly chain: "Assethub";
12814
- readonly address: string;
12757
+ __kind: "Eth";
12758
+ }>, z.ZodObject<{
12759
+ __kind: z.ZodLiteral<"Dot">;
12760
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12761
+ }, "strip", z.ZodTypeAny, {
12762
+ value: `0x${string}`;
12763
+ __kind: "Dot";
12815
12764
  }, {
12816
12765
  value: string;
12817
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
12818
- }>;
12819
- depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12820
- channelMetadata: z.ZodObject<{
12821
- message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12822
- gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12823
- ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12824
- }, "strip", z.ZodTypeAny, {
12825
- message: `0x${string}`;
12826
- gasBudget: bigint;
12827
- ccmAdditionalData: `0x${string}`;
12828
- }, {
12829
- message: string;
12830
- gasBudget: string | number;
12831
- ccmAdditionalData: string;
12832
- }>;
12833
- sourceChain: z.ZodEffects<z.ZodObject<{
12834
- __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub"]>;
12835
- }, "strip", z.ZodTypeAny, {
12836
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12837
- }, {
12838
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12839
- }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", {
12840
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12841
- }>;
12842
- sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
12843
- __kind: z.ZodLiteral<"Eth">;
12766
+ __kind: "Dot";
12767
+ }>, z.ZodObject<{
12768
+ __kind: z.ZodLiteral<"Btc">;
12769
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
12770
+ __kind: z.ZodLiteral<"P2PKH">;
12844
12771
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12845
12772
  }, "strip", z.ZodTypeAny, {
12846
12773
  value: `0x${string}`;
12847
- __kind: "Eth";
12774
+ __kind: "P2PKH";
12848
12775
  }, {
12849
12776
  value: string;
12850
- __kind: "Eth";
12777
+ __kind: "P2PKH";
12851
12778
  }>, z.ZodObject<{
12852
- __kind: z.ZodLiteral<"Dot">;
12779
+ __kind: z.ZodLiteral<"P2SH">;
12853
12780
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12854
12781
  }, "strip", z.ZodTypeAny, {
12855
12782
  value: `0x${string}`;
12856
- __kind: "Dot";
12783
+ __kind: "P2SH";
12857
12784
  }, {
12858
12785
  value: string;
12859
- __kind: "Dot";
12860
- }>, z.ZodObject<{
12861
- __kind: z.ZodLiteral<"Btc">;
12862
- value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
12863
- __kind: z.ZodLiteral<"P2PKH">;
12864
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12865
- }, "strip", z.ZodTypeAny, {
12866
- value: `0x${string}`;
12867
- __kind: "P2PKH";
12868
- }, {
12869
- value: string;
12870
- __kind: "P2PKH";
12871
- }>, z.ZodObject<{
12872
- __kind: z.ZodLiteral<"P2SH">;
12873
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12874
- }, "strip", z.ZodTypeAny, {
12875
- value: `0x${string}`;
12876
- __kind: "P2SH";
12877
- }, {
12878
- value: string;
12879
- __kind: "P2SH";
12880
- }>, z.ZodObject<{
12881
- __kind: z.ZodLiteral<"P2WPKH">;
12882
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12883
- }, "strip", z.ZodTypeAny, {
12884
- value: `0x${string}`;
12885
- __kind: "P2WPKH";
12886
- }, {
12887
- value: string;
12888
- __kind: "P2WPKH";
12889
- }>, z.ZodObject<{
12890
- __kind: z.ZodLiteral<"P2WSH">;
12891
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12892
- }, "strip", z.ZodTypeAny, {
12893
- value: `0x${string}`;
12894
- __kind: "P2WSH";
12895
- }, {
12896
- value: string;
12897
- __kind: "P2WSH";
12898
- }>, z.ZodObject<{
12899
- __kind: z.ZodLiteral<"Taproot">;
12900
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12901
- }, "strip", z.ZodTypeAny, {
12902
- value: `0x${string}`;
12903
- __kind: "Taproot";
12904
- }, {
12905
- value: string;
12906
- __kind: "Taproot";
12907
- }>, z.ZodObject<{
12908
- __kind: z.ZodLiteral<"OtherSegwit">;
12909
- version: z.ZodNumber;
12910
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12911
- }, "strip", z.ZodTypeAny, {
12912
- __kind: "OtherSegwit";
12913
- version: number;
12914
- program: `0x${string}`;
12915
- }, {
12916
- __kind: "OtherSegwit";
12917
- version: number;
12918
- program: string;
12919
- }>]>;
12920
- }, "strip", z.ZodTypeAny, {
12921
- value: {
12922
- value: `0x${string}`;
12923
- __kind: "P2PKH";
12924
- } | {
12925
- value: `0x${string}`;
12926
- __kind: "P2SH";
12927
- } | {
12928
- value: `0x${string}`;
12929
- __kind: "P2WPKH";
12930
- } | {
12931
- value: `0x${string}`;
12932
- __kind: "P2WSH";
12933
- } | {
12934
- value: `0x${string}`;
12935
- __kind: "Taproot";
12936
- } | {
12937
- __kind: "OtherSegwit";
12938
- version: number;
12939
- program: `0x${string}`;
12940
- };
12941
- __kind: "Btc";
12942
- }, {
12943
- value: {
12944
- value: string;
12945
- __kind: "P2PKH";
12946
- } | {
12947
- value: string;
12948
- __kind: "P2SH";
12949
- } | {
12950
- value: string;
12951
- __kind: "P2WPKH";
12952
- } | {
12953
- value: string;
12954
- __kind: "P2WSH";
12955
- } | {
12956
- value: string;
12957
- __kind: "Taproot";
12958
- } | {
12959
- __kind: "OtherSegwit";
12960
- version: number;
12961
- program: string;
12962
- };
12963
- __kind: "Btc";
12786
+ __kind: "P2SH";
12964
12787
  }>, z.ZodObject<{
12965
- __kind: z.ZodLiteral<"Arb">;
12788
+ __kind: z.ZodLiteral<"P2WPKH">;
12966
12789
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12967
12790
  }, "strip", z.ZodTypeAny, {
12968
12791
  value: `0x${string}`;
12969
- __kind: "Arb";
12792
+ __kind: "P2WPKH";
12970
12793
  }, {
12971
12794
  value: string;
12972
- __kind: "Arb";
12795
+ __kind: "P2WPKH";
12973
12796
  }>, z.ZodObject<{
12974
- __kind: z.ZodLiteral<"Sol">;
12797
+ __kind: z.ZodLiteral<"P2WSH">;
12975
12798
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12976
12799
  }, "strip", z.ZodTypeAny, {
12977
12800
  value: `0x${string}`;
12978
- __kind: "Sol";
12801
+ __kind: "P2WSH";
12979
12802
  }, {
12980
12803
  value: string;
12981
- __kind: "Sol";
12804
+ __kind: "P2WSH";
12982
12805
  }>, z.ZodObject<{
12983
- __kind: z.ZodLiteral<"Hub">;
12806
+ __kind: z.ZodLiteral<"Taproot">;
12984
12807
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12985
12808
  }, "strip", z.ZodTypeAny, {
12986
12809
  value: `0x${string}`;
12987
- __kind: "Hub";
12810
+ __kind: "Taproot";
12988
12811
  }, {
12989
12812
  value: string;
12990
- __kind: "Hub";
12991
- }>]>>>;
12992
- }, "strip", z.ZodTypeAny, {
12993
- channelMetadata: {
12994
- message: `0x${string}`;
12995
- gasBudget: bigint;
12996
- ccmAdditionalData: `0x${string}`;
12997
- };
12998
- sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12999
- sourceAddress?: {
12813
+ __kind: "Taproot";
12814
+ }>, z.ZodObject<{
12815
+ __kind: z.ZodLiteral<"OtherSegwit">;
12816
+ version: z.ZodNumber;
12817
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12818
+ }, "strip", z.ZodTypeAny, {
12819
+ __kind: "OtherSegwit";
12820
+ version: number;
12821
+ program: `0x${string}`;
12822
+ }, {
12823
+ __kind: "OtherSegwit";
12824
+ version: number;
12825
+ program: string;
12826
+ }>]>;
12827
+ }, "strip", z.ZodTypeAny, {
12828
+ value: {
13000
12829
  value: `0x${string}`;
13001
- __kind: "Eth";
12830
+ __kind: "P2PKH";
13002
12831
  } | {
13003
12832
  value: `0x${string}`;
13004
- __kind: "Dot";
13005
- } | {
13006
- value: {
13007
- value: `0x${string}`;
13008
- __kind: "P2PKH";
13009
- } | {
13010
- value: `0x${string}`;
13011
- __kind: "P2SH";
13012
- } | {
13013
- value: `0x${string}`;
13014
- __kind: "P2WPKH";
13015
- } | {
13016
- value: `0x${string}`;
13017
- __kind: "P2WSH";
13018
- } | {
13019
- value: `0x${string}`;
13020
- __kind: "Taproot";
13021
- } | {
13022
- __kind: "OtherSegwit";
13023
- version: number;
13024
- program: `0x${string}`;
13025
- };
13026
- __kind: "Btc";
12833
+ __kind: "P2SH";
13027
12834
  } | {
13028
12835
  value: `0x${string}`;
13029
- __kind: "Arb";
12836
+ __kind: "P2WPKH";
13030
12837
  } | {
13031
12838
  value: `0x${string}`;
13032
- __kind: "Sol";
12839
+ __kind: "P2WSH";
13033
12840
  } | {
13034
12841
  value: `0x${string}`;
13035
- __kind: "Hub";
13036
- } | null | undefined;
13037
- }, {
13038
- channelMetadata: {
13039
- message: string;
13040
- gasBudget: string | number;
13041
- ccmAdditionalData: string;
13042
- };
13043
- sourceChain: {
13044
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12842
+ __kind: "Taproot";
12843
+ } | {
12844
+ __kind: "OtherSegwit";
12845
+ version: number;
12846
+ program: `0x${string}`;
13045
12847
  };
13046
- sourceAddress?: {
12848
+ __kind: "Btc";
12849
+ }, {
12850
+ value: {
13047
12851
  value: string;
13048
- __kind: "Eth";
12852
+ __kind: "P2PKH";
13049
12853
  } | {
13050
12854
  value: string;
13051
- __kind: "Dot";
13052
- } | {
13053
- value: {
13054
- value: string;
13055
- __kind: "P2PKH";
13056
- } | {
13057
- value: string;
13058
- __kind: "P2SH";
13059
- } | {
13060
- value: string;
13061
- __kind: "P2WPKH";
13062
- } | {
13063
- value: string;
13064
- __kind: "P2WSH";
13065
- } | {
13066
- value: string;
13067
- __kind: "Taproot";
13068
- } | {
13069
- __kind: "OtherSegwit";
13070
- version: number;
13071
- program: string;
13072
- };
13073
- __kind: "Btc";
12855
+ __kind: "P2SH";
13074
12856
  } | {
13075
12857
  value: string;
13076
- __kind: "Arb";
12858
+ __kind: "P2WPKH";
13077
12859
  } | {
13078
12860
  value: string;
13079
- __kind: "Sol";
12861
+ __kind: "P2WSH";
13080
12862
  } | {
13081
12863
  value: string;
13082
- __kind: "Hub";
13083
- } | null | undefined;
13084
- }>>>;
13085
- txId: z.ZodObject<{
13086
- blockNumber: z.ZodNumber;
13087
- extrinsicIndex: z.ZodNumber;
13088
- }, "strip", z.ZodTypeAny, {
13089
- blockNumber: number;
13090
- extrinsicIndex: number;
13091
- }, {
13092
- blockNumber: number;
13093
- extrinsicIndex: number;
13094
- }>;
13095
- brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13096
- account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
13097
- bps: z.ZodNumber;
13098
- }, "strip", z.ZodTypeAny, {
13099
- account: string;
13100
- bps: number;
13101
- }, {
13102
- account: string;
13103
- bps: number;
13104
- }>>>;
13105
- affiliateFees: z.ZodArray<z.ZodObject<{
13106
- account: z.ZodNumber;
13107
- bps: z.ZodNumber;
12864
+ __kind: "Taproot";
12865
+ } | {
12866
+ __kind: "OtherSegwit";
12867
+ version: number;
12868
+ program: string;
12869
+ };
12870
+ __kind: "Btc";
12871
+ }>, z.ZodObject<{
12872
+ __kind: z.ZodLiteral<"Arb">;
12873
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13108
12874
  }, "strip", z.ZodTypeAny, {
13109
- account: number;
13110
- bps: number;
12875
+ value: `0x${string}`;
12876
+ __kind: "Arb";
13111
12877
  }, {
13112
- account: number;
13113
- bps: number;
13114
- }>, "many">;
13115
- refundParams: z.ZodObject<{
13116
- retryDuration: z.ZodNumber;
13117
- refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13118
- minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13119
- refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13120
- message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13121
- gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13122
- ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13123
- }, "strip", z.ZodTypeAny, {
13124
- message: `0x${string}`;
13125
- gasBudget: bigint;
13126
- ccmAdditionalData: `0x${string}`;
13127
- }, {
13128
- message: string;
13129
- gasBudget: string | number;
13130
- ccmAdditionalData: string;
13131
- }>>>;
13132
- maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12878
+ value: string;
12879
+ __kind: "Arb";
12880
+ }>, z.ZodObject<{
12881
+ __kind: z.ZodLiteral<"Sol">;
12882
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13133
12883
  }, "strip", z.ZodTypeAny, {
13134
- retryDuration: number;
13135
- refundAddress: `0x${string}`;
13136
- minPrice: bigint;
13137
- refundCcmMetadata?: {
13138
- message: `0x${string}`;
13139
- gasBudget: bigint;
13140
- ccmAdditionalData: `0x${string}`;
13141
- } | null | undefined;
13142
- maxOraclePriceSlippage?: number | null | undefined;
12884
+ value: `0x${string}`;
12885
+ __kind: "Sol";
13143
12886
  }, {
13144
- retryDuration: number;
13145
- refundAddress: string;
13146
- minPrice: string | number;
13147
- refundCcmMetadata?: {
13148
- message: string;
13149
- gasBudget: string | number;
13150
- ccmAdditionalData: string;
13151
- } | null | undefined;
13152
- maxOraclePriceSlippage?: number | null | undefined;
13153
- }>;
13154
- dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13155
- numberOfChunks: z.ZodNumber;
13156
- chunkInterval: z.ZodNumber;
12887
+ value: string;
12888
+ __kind: "Sol";
12889
+ }>, z.ZodObject<{
12890
+ __kind: z.ZodLiteral<"Hub">;
12891
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13157
12892
  }, "strip", z.ZodTypeAny, {
13158
- numberOfChunks: number;
13159
- chunkInterval: number;
12893
+ value: `0x${string}`;
12894
+ __kind: "Hub";
13160
12895
  }, {
13161
- numberOfChunks: number;
13162
- chunkInterval: number;
13163
- }>>>;
13164
- boostFee: z.ZodNumber;
12896
+ value: string;
12897
+ __kind: "Hub";
12898
+ }>]>>>;
13165
12899
  }, "strip", z.ZodTypeAny, {
13166
- txId: {
13167
- blockNumber: number;
13168
- extrinsicIndex: number;
12900
+ channelMetadata: {
12901
+ message: `0x${string}`;
12902
+ gasBudget: bigint;
12903
+ ccmAdditionalData: `0x${string}`;
13169
12904
  };
13170
- depositDetails: number;
13171
- inputAsset: "Dot";
13172
- depositAmount: bigint;
13173
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13174
- destinationAddress: {
13175
- readonly chain: "Ethereum";
13176
- readonly address: `0x${string}`;
12905
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12906
+ sourceAddress?: {
12907
+ value: `0x${string}`;
12908
+ __kind: "Eth";
13177
12909
  } | {
13178
- readonly chain: "Polkadot";
13179
- readonly address: string;
12910
+ value: `0x${string}`;
12911
+ __kind: "Dot";
13180
12912
  } | {
13181
- readonly chain: "Bitcoin";
13182
- readonly address: string;
12913
+ value: {
12914
+ value: `0x${string}`;
12915
+ __kind: "P2PKH";
12916
+ } | {
12917
+ value: `0x${string}`;
12918
+ __kind: "P2SH";
12919
+ } | {
12920
+ value: `0x${string}`;
12921
+ __kind: "P2WPKH";
12922
+ } | {
12923
+ value: `0x${string}`;
12924
+ __kind: "P2WSH";
12925
+ } | {
12926
+ value: `0x${string}`;
12927
+ __kind: "Taproot";
12928
+ } | {
12929
+ __kind: "OtherSegwit";
12930
+ version: number;
12931
+ program: `0x${string}`;
12932
+ };
12933
+ __kind: "Btc";
13183
12934
  } | {
13184
- readonly chain: "Arbitrum";
13185
- readonly address: `0x${string}`;
12935
+ value: `0x${string}`;
12936
+ __kind: "Arb";
13186
12937
  } | {
13187
- readonly chain: "Solana";
13188
- readonly address: string;
12938
+ value: `0x${string}`;
12939
+ __kind: "Sol";
12940
+ } | {
12941
+ value: `0x${string}`;
12942
+ __kind: "Hub";
12943
+ } | null | undefined;
12944
+ }, {
12945
+ channelMetadata: {
12946
+ message: string;
12947
+ gasBudget: string | number;
12948
+ ccmAdditionalData: string;
12949
+ };
12950
+ sourceChain: {
12951
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
12952
+ };
12953
+ sourceAddress?: {
12954
+ value: string;
12955
+ __kind: "Eth";
12956
+ } | {
12957
+ value: string;
12958
+ __kind: "Dot";
12959
+ } | {
12960
+ value: {
12961
+ value: string;
12962
+ __kind: "P2PKH";
12963
+ } | {
12964
+ value: string;
12965
+ __kind: "P2SH";
12966
+ } | {
12967
+ value: string;
12968
+ __kind: "P2WPKH";
12969
+ } | {
12970
+ value: string;
12971
+ __kind: "P2WSH";
12972
+ } | {
12973
+ value: string;
12974
+ __kind: "Taproot";
12975
+ } | {
12976
+ __kind: "OtherSegwit";
12977
+ version: number;
12978
+ program: string;
12979
+ };
12980
+ __kind: "Btc";
12981
+ } | {
12982
+ value: string;
12983
+ __kind: "Arb";
12984
+ } | {
12985
+ value: string;
12986
+ __kind: "Sol";
12987
+ } | {
12988
+ value: string;
12989
+ __kind: "Hub";
12990
+ } | null | undefined;
12991
+ }>;
12992
+ declare const cfChainsRefundParametersChannelRefundParametersPolkadotAccountId: z.ZodObject<{
12993
+ retryDuration: z.ZodNumber;
12994
+ refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12995
+ minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12996
+ refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12997
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
12998
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
12999
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13000
+ }, "strip", z.ZodTypeAny, {
13001
+ message: `0x${string}`;
13002
+ gasBudget: bigint;
13003
+ ccmAdditionalData: `0x${string}`;
13004
+ }, {
13005
+ message: string;
13006
+ gasBudget: string | number;
13007
+ ccmAdditionalData: string;
13008
+ }>>>;
13009
+ maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13010
+ }, "strip", z.ZodTypeAny, {
13011
+ retryDuration: number;
13012
+ refundAddress: `0x${string}`;
13013
+ minPrice: bigint;
13014
+ refundCcmMetadata?: {
13015
+ message: `0x${string}`;
13016
+ gasBudget: bigint;
13017
+ ccmAdditionalData: `0x${string}`;
13018
+ } | null | undefined;
13019
+ maxOraclePriceSlippage?: number | null | undefined;
13020
+ }, {
13021
+ retryDuration: number;
13022
+ refundAddress: string;
13023
+ minPrice: string | number;
13024
+ refundCcmMetadata?: {
13025
+ message: string;
13026
+ gasBudget: string | number;
13027
+ ccmAdditionalData: string;
13028
+ } | null | undefined;
13029
+ maxOraclePriceSlippage?: number | null | undefined;
13030
+ }>;
13031
+ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObject<{
13032
+ inputAsset: z.ZodEffects<z.ZodObject<{
13033
+ __kind: z.ZodEnum<["Dot"]>;
13034
+ }, "strip", z.ZodTypeAny, {
13035
+ __kind: "Dot";
13036
+ }, {
13037
+ __kind: "Dot";
13038
+ }>, "Dot", {
13039
+ __kind: "Dot";
13040
+ }>;
13041
+ depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
13042
+ channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
13043
+ depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13044
+ depositDetails: z.ZodNumber;
13045
+ outputAsset: z.ZodEffects<z.ZodObject<{
13046
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
13047
+ }, "strip", z.ZodTypeAny, {
13048
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13049
+ }, {
13050
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13051
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
13052
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13053
+ }>;
13054
+ destinationAddress: z.ZodEffects<z.ZodObject<{
13055
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
13056
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13057
+ }, "strip", z.ZodTypeAny, {
13058
+ value: `0x${string}`;
13059
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
13060
+ }, {
13061
+ value: string;
13062
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
13063
+ }>, {
13064
+ readonly chain: "Ethereum";
13065
+ readonly address: `0x${string}`;
13066
+ } | {
13067
+ readonly chain: "Polkadot";
13068
+ readonly address: string;
13069
+ } | {
13070
+ readonly chain: "Bitcoin";
13071
+ readonly address: string;
13072
+ } | {
13073
+ readonly chain: "Arbitrum";
13074
+ readonly address: `0x${string}`;
13075
+ } | {
13076
+ readonly chain: "Solana";
13077
+ readonly address: string;
13078
+ } | {
13079
+ readonly chain: "Assethub";
13080
+ readonly address: string;
13081
+ }, {
13082
+ value: string;
13083
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
13084
+ }>;
13085
+ depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13086
+ channelMetadata: z.ZodObject<{
13087
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13088
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13089
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13090
+ }, "strip", z.ZodTypeAny, {
13091
+ message: `0x${string}`;
13092
+ gasBudget: bigint;
13093
+ ccmAdditionalData: `0x${string}`;
13094
+ }, {
13095
+ message: string;
13096
+ gasBudget: string | number;
13097
+ ccmAdditionalData: string;
13098
+ }>;
13099
+ sourceChain: z.ZodEffects<z.ZodObject<{
13100
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub"]>;
13101
+ }, "strip", z.ZodTypeAny, {
13102
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
13103
+ }, {
13104
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
13105
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", {
13106
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
13107
+ }>;
13108
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
13109
+ __kind: z.ZodLiteral<"Eth">;
13110
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13111
+ }, "strip", z.ZodTypeAny, {
13112
+ value: `0x${string}`;
13113
+ __kind: "Eth";
13114
+ }, {
13115
+ value: string;
13116
+ __kind: "Eth";
13117
+ }>, z.ZodObject<{
13118
+ __kind: z.ZodLiteral<"Dot">;
13119
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13120
+ }, "strip", z.ZodTypeAny, {
13121
+ value: `0x${string}`;
13122
+ __kind: "Dot";
13123
+ }, {
13124
+ value: string;
13125
+ __kind: "Dot";
13126
+ }>, z.ZodObject<{
13127
+ __kind: z.ZodLiteral<"Btc">;
13128
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
13129
+ __kind: z.ZodLiteral<"P2PKH">;
13130
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13131
+ }, "strip", z.ZodTypeAny, {
13132
+ value: `0x${string}`;
13133
+ __kind: "P2PKH";
13134
+ }, {
13135
+ value: string;
13136
+ __kind: "P2PKH";
13137
+ }>, z.ZodObject<{
13138
+ __kind: z.ZodLiteral<"P2SH">;
13139
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13140
+ }, "strip", z.ZodTypeAny, {
13141
+ value: `0x${string}`;
13142
+ __kind: "P2SH";
13143
+ }, {
13144
+ value: string;
13145
+ __kind: "P2SH";
13146
+ }>, z.ZodObject<{
13147
+ __kind: z.ZodLiteral<"P2WPKH">;
13148
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13149
+ }, "strip", z.ZodTypeAny, {
13150
+ value: `0x${string}`;
13151
+ __kind: "P2WPKH";
13152
+ }, {
13153
+ value: string;
13154
+ __kind: "P2WPKH";
13155
+ }>, z.ZodObject<{
13156
+ __kind: z.ZodLiteral<"P2WSH">;
13157
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13158
+ }, "strip", z.ZodTypeAny, {
13159
+ value: `0x${string}`;
13160
+ __kind: "P2WSH";
13161
+ }, {
13162
+ value: string;
13163
+ __kind: "P2WSH";
13164
+ }>, z.ZodObject<{
13165
+ __kind: z.ZodLiteral<"Taproot">;
13166
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13167
+ }, "strip", z.ZodTypeAny, {
13168
+ value: `0x${string}`;
13169
+ __kind: "Taproot";
13170
+ }, {
13171
+ value: string;
13172
+ __kind: "Taproot";
13173
+ }>, z.ZodObject<{
13174
+ __kind: z.ZodLiteral<"OtherSegwit">;
13175
+ version: z.ZodNumber;
13176
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13177
+ }, "strip", z.ZodTypeAny, {
13178
+ __kind: "OtherSegwit";
13179
+ version: number;
13180
+ program: `0x${string}`;
13181
+ }, {
13182
+ __kind: "OtherSegwit";
13183
+ version: number;
13184
+ program: string;
13185
+ }>]>;
13186
+ }, "strip", z.ZodTypeAny, {
13187
+ value: {
13188
+ value: `0x${string}`;
13189
+ __kind: "P2PKH";
13190
+ } | {
13191
+ value: `0x${string}`;
13192
+ __kind: "P2SH";
13193
+ } | {
13194
+ value: `0x${string}`;
13195
+ __kind: "P2WPKH";
13196
+ } | {
13197
+ value: `0x${string}`;
13198
+ __kind: "P2WSH";
13199
+ } | {
13200
+ value: `0x${string}`;
13201
+ __kind: "Taproot";
13202
+ } | {
13203
+ __kind: "OtherSegwit";
13204
+ version: number;
13205
+ program: `0x${string}`;
13206
+ };
13207
+ __kind: "Btc";
13208
+ }, {
13209
+ value: {
13210
+ value: string;
13211
+ __kind: "P2PKH";
13212
+ } | {
13213
+ value: string;
13214
+ __kind: "P2SH";
13215
+ } | {
13216
+ value: string;
13217
+ __kind: "P2WPKH";
13218
+ } | {
13219
+ value: string;
13220
+ __kind: "P2WSH";
13221
+ } | {
13222
+ value: string;
13223
+ __kind: "Taproot";
13224
+ } | {
13225
+ __kind: "OtherSegwit";
13226
+ version: number;
13227
+ program: string;
13228
+ };
13229
+ __kind: "Btc";
13230
+ }>, z.ZodObject<{
13231
+ __kind: z.ZodLiteral<"Arb">;
13232
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13233
+ }, "strip", z.ZodTypeAny, {
13234
+ value: `0x${string}`;
13235
+ __kind: "Arb";
13236
+ }, {
13237
+ value: string;
13238
+ __kind: "Arb";
13239
+ }>, z.ZodObject<{
13240
+ __kind: z.ZodLiteral<"Sol">;
13241
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13242
+ }, "strip", z.ZodTypeAny, {
13243
+ value: `0x${string}`;
13244
+ __kind: "Sol";
13245
+ }, {
13246
+ value: string;
13247
+ __kind: "Sol";
13248
+ }>, z.ZodObject<{
13249
+ __kind: z.ZodLiteral<"Hub">;
13250
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13251
+ }, "strip", z.ZodTypeAny, {
13252
+ value: `0x${string}`;
13253
+ __kind: "Hub";
13254
+ }, {
13255
+ value: string;
13256
+ __kind: "Hub";
13257
+ }>]>>>;
13258
+ }, "strip", z.ZodTypeAny, {
13259
+ channelMetadata: {
13260
+ message: `0x${string}`;
13261
+ gasBudget: bigint;
13262
+ ccmAdditionalData: `0x${string}`;
13263
+ };
13264
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
13265
+ sourceAddress?: {
13266
+ value: `0x${string}`;
13267
+ __kind: "Eth";
13268
+ } | {
13269
+ value: `0x${string}`;
13270
+ __kind: "Dot";
13271
+ } | {
13272
+ value: {
13273
+ value: `0x${string}`;
13274
+ __kind: "P2PKH";
13275
+ } | {
13276
+ value: `0x${string}`;
13277
+ __kind: "P2SH";
13278
+ } | {
13279
+ value: `0x${string}`;
13280
+ __kind: "P2WPKH";
13281
+ } | {
13282
+ value: `0x${string}`;
13283
+ __kind: "P2WSH";
13284
+ } | {
13285
+ value: `0x${string}`;
13286
+ __kind: "Taproot";
13287
+ } | {
13288
+ __kind: "OtherSegwit";
13289
+ version: number;
13290
+ program: `0x${string}`;
13291
+ };
13292
+ __kind: "Btc";
13293
+ } | {
13294
+ value: `0x${string}`;
13295
+ __kind: "Arb";
13296
+ } | {
13297
+ value: `0x${string}`;
13298
+ __kind: "Sol";
13299
+ } | {
13300
+ value: `0x${string}`;
13301
+ __kind: "Hub";
13302
+ } | null | undefined;
13303
+ }, {
13304
+ channelMetadata: {
13305
+ message: string;
13306
+ gasBudget: string | number;
13307
+ ccmAdditionalData: string;
13308
+ };
13309
+ sourceChain: {
13310
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
13311
+ };
13312
+ sourceAddress?: {
13313
+ value: string;
13314
+ __kind: "Eth";
13315
+ } | {
13316
+ value: string;
13317
+ __kind: "Dot";
13318
+ } | {
13319
+ value: {
13320
+ value: string;
13321
+ __kind: "P2PKH";
13322
+ } | {
13323
+ value: string;
13324
+ __kind: "P2SH";
13325
+ } | {
13326
+ value: string;
13327
+ __kind: "P2WPKH";
13328
+ } | {
13329
+ value: string;
13330
+ __kind: "P2WSH";
13331
+ } | {
13332
+ value: string;
13333
+ __kind: "Taproot";
13334
+ } | {
13335
+ __kind: "OtherSegwit";
13336
+ version: number;
13337
+ program: string;
13338
+ };
13339
+ __kind: "Btc";
13340
+ } | {
13341
+ value: string;
13342
+ __kind: "Arb";
13343
+ } | {
13344
+ value: string;
13345
+ __kind: "Sol";
13346
+ } | {
13347
+ value: string;
13348
+ __kind: "Hub";
13349
+ } | null | undefined;
13350
+ }>>>;
13351
+ txId: z.ZodObject<{
13352
+ blockNumber: z.ZodNumber;
13353
+ extrinsicIndex: z.ZodNumber;
13354
+ }, "strip", z.ZodTypeAny, {
13355
+ blockNumber: number;
13356
+ extrinsicIndex: number;
13357
+ }, {
13358
+ blockNumber: number;
13359
+ extrinsicIndex: number;
13360
+ }>;
13361
+ brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13362
+ account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
13363
+ bps: z.ZodNumber;
13364
+ }, "strip", z.ZodTypeAny, {
13365
+ account: string;
13366
+ bps: number;
13367
+ }, {
13368
+ account: string;
13369
+ bps: number;
13370
+ }>>>;
13371
+ affiliateFees: z.ZodArray<z.ZodObject<{
13372
+ account: z.ZodNumber;
13373
+ bps: z.ZodNumber;
13374
+ }, "strip", z.ZodTypeAny, {
13375
+ account: number;
13376
+ bps: number;
13377
+ }, {
13378
+ account: number;
13379
+ bps: number;
13380
+ }>, "many">;
13381
+ refundParams: z.ZodObject<{
13382
+ retryDuration: z.ZodNumber;
13383
+ refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13384
+ minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13385
+ refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13386
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13387
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
13388
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13389
+ }, "strip", z.ZodTypeAny, {
13390
+ message: `0x${string}`;
13391
+ gasBudget: bigint;
13392
+ ccmAdditionalData: `0x${string}`;
13393
+ }, {
13394
+ message: string;
13395
+ gasBudget: string | number;
13396
+ ccmAdditionalData: string;
13397
+ }>>>;
13398
+ maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13399
+ }, "strip", z.ZodTypeAny, {
13400
+ retryDuration: number;
13401
+ refundAddress: `0x${string}`;
13402
+ minPrice: bigint;
13403
+ refundCcmMetadata?: {
13404
+ message: `0x${string}`;
13405
+ gasBudget: bigint;
13406
+ ccmAdditionalData: `0x${string}`;
13407
+ } | null | undefined;
13408
+ maxOraclePriceSlippage?: number | null | undefined;
13409
+ }, {
13410
+ retryDuration: number;
13411
+ refundAddress: string;
13412
+ minPrice: string | number;
13413
+ refundCcmMetadata?: {
13414
+ message: string;
13415
+ gasBudget: string | number;
13416
+ ccmAdditionalData: string;
13417
+ } | null | undefined;
13418
+ maxOraclePriceSlippage?: number | null | undefined;
13419
+ }>;
13420
+ dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13421
+ numberOfChunks: z.ZodNumber;
13422
+ chunkInterval: z.ZodNumber;
13423
+ }, "strip", z.ZodTypeAny, {
13424
+ numberOfChunks: number;
13425
+ chunkInterval: number;
13426
+ }, {
13427
+ numberOfChunks: number;
13428
+ chunkInterval: number;
13429
+ }>>>;
13430
+ boostFee: z.ZodNumber;
13431
+ }, "strip", z.ZodTypeAny, {
13432
+ txId: {
13433
+ blockNumber: number;
13434
+ extrinsicIndex: number;
13435
+ };
13436
+ depositDetails: number;
13437
+ inputAsset: "Dot";
13438
+ depositAmount: bigint;
13439
+ outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
13440
+ destinationAddress: {
13441
+ readonly chain: "Ethereum";
13442
+ readonly address: `0x${string}`;
13443
+ } | {
13444
+ readonly chain: "Polkadot";
13445
+ readonly address: string;
13446
+ } | {
13447
+ readonly chain: "Bitcoin";
13448
+ readonly address: string;
13449
+ } | {
13450
+ readonly chain: "Arbitrum";
13451
+ readonly address: `0x${string}`;
13452
+ } | {
13453
+ readonly chain: "Solana";
13454
+ readonly address: string;
13189
13455
  } | {
13190
13456
  readonly chain: "Assethub";
13191
13457
  readonly address: string;
@@ -14825,145 +15091,411 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
14825
15091
  };
14826
15092
  }>>>;
14827
15093
  }, "strip", z.ZodTypeAny, {
14828
- pubkeyX: `0x${string}`;
14829
- scriptPath?: {
14830
- salt: number;
14831
- tweakedPubkeyBytes: `0x${string}`;
14832
- tapleafHash: `0x${string}`;
14833
- unlockScript: {
14834
- bytes: `0x${string}`;
14835
- };
14836
- } | null | undefined;
15094
+ pubkeyX: `0x${string}`;
15095
+ scriptPath?: {
15096
+ salt: number;
15097
+ tweakedPubkeyBytes: `0x${string}`;
15098
+ tapleafHash: `0x${string}`;
15099
+ unlockScript: {
15100
+ bytes: `0x${string}`;
15101
+ };
15102
+ } | null | undefined;
15103
+ }, {
15104
+ pubkeyX: string;
15105
+ scriptPath?: {
15106
+ salt: number;
15107
+ tweakedPubkeyBytes: string;
15108
+ tapleafHash: string;
15109
+ unlockScript: {
15110
+ bytes: string;
15111
+ };
15112
+ } | null | undefined;
15113
+ }>;
15114
+ }, "strip", z.ZodTypeAny, {
15115
+ amount: bigint;
15116
+ depositAddress: {
15117
+ pubkeyX: `0x${string}`;
15118
+ scriptPath?: {
15119
+ salt: number;
15120
+ tweakedPubkeyBytes: `0x${string}`;
15121
+ tapleafHash: `0x${string}`;
15122
+ unlockScript: {
15123
+ bytes: `0x${string}`;
15124
+ };
15125
+ } | null | undefined;
15126
+ };
15127
+ id: {
15128
+ txId: `0x${string}`;
15129
+ vout: number;
15130
+ };
15131
+ }, {
15132
+ amount: string | number;
15133
+ depositAddress: {
15134
+ pubkeyX: string;
15135
+ scriptPath?: {
15136
+ salt: number;
15137
+ tweakedPubkeyBytes: string;
15138
+ tapleafHash: string;
15139
+ unlockScript: {
15140
+ bytes: string;
15141
+ };
15142
+ } | null | undefined;
15143
+ };
15144
+ id: {
15145
+ txId: string;
15146
+ vout: number;
15147
+ };
15148
+ }>;
15149
+ }, "strip", z.ZodTypeAny, {
15150
+ amount: bigint;
15151
+ depositAddress: {
15152
+ value: `0x${string}`;
15153
+ __kind: "P2PKH";
15154
+ } | {
15155
+ value: `0x${string}`;
15156
+ __kind: "P2SH";
15157
+ } | {
15158
+ value: `0x${string}`;
15159
+ __kind: "P2WPKH";
15160
+ } | {
15161
+ value: `0x${string}`;
15162
+ __kind: "P2WSH";
15163
+ } | {
15164
+ value: `0x${string}`;
15165
+ __kind: "Taproot";
15166
+ } | {
15167
+ __kind: "OtherSegwit";
15168
+ version: number;
15169
+ program: `0x${string}`;
15170
+ };
15171
+ asset: "Btc";
15172
+ depositDetails: {
15173
+ amount: bigint;
15174
+ depositAddress: {
15175
+ pubkeyX: `0x${string}`;
15176
+ scriptPath?: {
15177
+ salt: number;
15178
+ tweakedPubkeyBytes: `0x${string}`;
15179
+ tapleafHash: `0x${string}`;
15180
+ unlockScript: {
15181
+ bytes: `0x${string}`;
15182
+ };
15183
+ } | null | undefined;
15184
+ };
15185
+ id: {
15186
+ txId: `0x${string}`;
15187
+ vout: number;
15188
+ };
15189
+ };
15190
+ }, {
15191
+ amount: string | number;
15192
+ depositAddress: {
15193
+ value: string;
15194
+ __kind: "P2PKH";
15195
+ } | {
15196
+ value: string;
15197
+ __kind: "P2SH";
15198
+ } | {
15199
+ value: string;
15200
+ __kind: "P2WPKH";
15201
+ } | {
15202
+ value: string;
15203
+ __kind: "P2WSH";
15204
+ } | {
15205
+ value: string;
15206
+ __kind: "Taproot";
15207
+ } | {
15208
+ __kind: "OtherSegwit";
15209
+ version: number;
15210
+ program: string;
15211
+ };
15212
+ asset: {
15213
+ __kind: "Btc";
15214
+ };
15215
+ depositDetails: {
15216
+ amount: string | number;
15217
+ depositAddress: {
15218
+ pubkeyX: string;
15219
+ scriptPath?: {
15220
+ salt: number;
15221
+ tweakedPubkeyBytes: string;
15222
+ tapleafHash: string;
15223
+ unlockScript: {
15224
+ bytes: string;
15225
+ };
15226
+ } | null | undefined;
15227
+ };
15228
+ id: {
15229
+ txId: string;
15230
+ vout: number;
15231
+ };
15232
+ };
15233
+ }>;
15234
+ declare const cfBitcoinChainCcmDepositMetadata: z.ZodObject<{
15235
+ channelMetadata: z.ZodObject<{
15236
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15237
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15238
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15239
+ }, "strip", z.ZodTypeAny, {
15240
+ message: `0x${string}`;
15241
+ gasBudget: bigint;
15242
+ ccmAdditionalData: `0x${string}`;
15243
+ }, {
15244
+ message: string;
15245
+ gasBudget: string | number;
15246
+ ccmAdditionalData: string;
15247
+ }>;
15248
+ sourceChain: z.ZodEffects<z.ZodObject<{
15249
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub"]>;
15250
+ }, "strip", z.ZodTypeAny, {
15251
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
15252
+ }, {
15253
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
15254
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", {
15255
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
15256
+ }>;
15257
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
15258
+ __kind: z.ZodLiteral<"Eth">;
15259
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15260
+ }, "strip", z.ZodTypeAny, {
15261
+ value: `0x${string}`;
15262
+ __kind: "Eth";
15263
+ }, {
15264
+ value: string;
15265
+ __kind: "Eth";
15266
+ }>, z.ZodObject<{
15267
+ __kind: z.ZodLiteral<"Dot">;
15268
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15269
+ }, "strip", z.ZodTypeAny, {
15270
+ value: `0x${string}`;
15271
+ __kind: "Dot";
15272
+ }, {
15273
+ value: string;
15274
+ __kind: "Dot";
15275
+ }>, z.ZodObject<{
15276
+ __kind: z.ZodLiteral<"Btc">;
15277
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
15278
+ __kind: z.ZodLiteral<"P2PKH">;
15279
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15280
+ }, "strip", z.ZodTypeAny, {
15281
+ value: `0x${string}`;
15282
+ __kind: "P2PKH";
15283
+ }, {
15284
+ value: string;
15285
+ __kind: "P2PKH";
15286
+ }>, z.ZodObject<{
15287
+ __kind: z.ZodLiteral<"P2SH">;
15288
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15289
+ }, "strip", z.ZodTypeAny, {
15290
+ value: `0x${string}`;
15291
+ __kind: "P2SH";
15292
+ }, {
15293
+ value: string;
15294
+ __kind: "P2SH";
15295
+ }>, z.ZodObject<{
15296
+ __kind: z.ZodLiteral<"P2WPKH">;
15297
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15298
+ }, "strip", z.ZodTypeAny, {
15299
+ value: `0x${string}`;
15300
+ __kind: "P2WPKH";
15301
+ }, {
15302
+ value: string;
15303
+ __kind: "P2WPKH";
15304
+ }>, z.ZodObject<{
15305
+ __kind: z.ZodLiteral<"P2WSH">;
15306
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15307
+ }, "strip", z.ZodTypeAny, {
15308
+ value: `0x${string}`;
15309
+ __kind: "P2WSH";
15310
+ }, {
15311
+ value: string;
15312
+ __kind: "P2WSH";
15313
+ }>, z.ZodObject<{
15314
+ __kind: z.ZodLiteral<"Taproot">;
15315
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15316
+ }, "strip", z.ZodTypeAny, {
15317
+ value: `0x${string}`;
15318
+ __kind: "Taproot";
15319
+ }, {
15320
+ value: string;
15321
+ __kind: "Taproot";
15322
+ }>, z.ZodObject<{
15323
+ __kind: z.ZodLiteral<"OtherSegwit">;
15324
+ version: z.ZodNumber;
15325
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15326
+ }, "strip", z.ZodTypeAny, {
15327
+ __kind: "OtherSegwit";
15328
+ version: number;
15329
+ program: `0x${string}`;
14837
15330
  }, {
14838
- pubkeyX: string;
14839
- scriptPath?: {
14840
- salt: number;
14841
- tweakedPubkeyBytes: string;
14842
- tapleafHash: string;
14843
- unlockScript: {
14844
- bytes: string;
14845
- };
14846
- } | null | undefined;
14847
- }>;
15331
+ __kind: "OtherSegwit";
15332
+ version: number;
15333
+ program: string;
15334
+ }>]>;
14848
15335
  }, "strip", z.ZodTypeAny, {
14849
- amount: bigint;
14850
- depositAddress: {
14851
- pubkeyX: `0x${string}`;
14852
- scriptPath?: {
14853
- salt: number;
14854
- tweakedPubkeyBytes: `0x${string}`;
14855
- tapleafHash: `0x${string}`;
14856
- unlockScript: {
14857
- bytes: `0x${string}`;
14858
- };
14859
- } | null | undefined;
14860
- };
14861
- id: {
14862
- txId: `0x${string}`;
14863
- vout: number;
15336
+ value: {
15337
+ value: `0x${string}`;
15338
+ __kind: "P2PKH";
15339
+ } | {
15340
+ value: `0x${string}`;
15341
+ __kind: "P2SH";
15342
+ } | {
15343
+ value: `0x${string}`;
15344
+ __kind: "P2WPKH";
15345
+ } | {
15346
+ value: `0x${string}`;
15347
+ __kind: "P2WSH";
15348
+ } | {
15349
+ value: `0x${string}`;
15350
+ __kind: "Taproot";
15351
+ } | {
15352
+ __kind: "OtherSegwit";
15353
+ version: number;
15354
+ program: `0x${string}`;
14864
15355
  };
15356
+ __kind: "Btc";
14865
15357
  }, {
14866
- amount: string | number;
14867
- depositAddress: {
14868
- pubkeyX: string;
14869
- scriptPath?: {
14870
- salt: number;
14871
- tweakedPubkeyBytes: string;
14872
- tapleafHash: string;
14873
- unlockScript: {
14874
- bytes: string;
14875
- };
14876
- } | null | undefined;
14877
- };
14878
- id: {
14879
- txId: string;
14880
- vout: number;
15358
+ value: {
15359
+ value: string;
15360
+ __kind: "P2PKH";
15361
+ } | {
15362
+ value: string;
15363
+ __kind: "P2SH";
15364
+ } | {
15365
+ value: string;
15366
+ __kind: "P2WPKH";
15367
+ } | {
15368
+ value: string;
15369
+ __kind: "P2WSH";
15370
+ } | {
15371
+ value: string;
15372
+ __kind: "Taproot";
15373
+ } | {
15374
+ __kind: "OtherSegwit";
15375
+ version: number;
15376
+ program: string;
14881
15377
  };
14882
- }>;
15378
+ __kind: "Btc";
15379
+ }>, z.ZodObject<{
15380
+ __kind: z.ZodLiteral<"Arb">;
15381
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15382
+ }, "strip", z.ZodTypeAny, {
15383
+ value: `0x${string}`;
15384
+ __kind: "Arb";
15385
+ }, {
15386
+ value: string;
15387
+ __kind: "Arb";
15388
+ }>, z.ZodObject<{
15389
+ __kind: z.ZodLiteral<"Sol">;
15390
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15391
+ }, "strip", z.ZodTypeAny, {
15392
+ value: `0x${string}`;
15393
+ __kind: "Sol";
15394
+ }, {
15395
+ value: string;
15396
+ __kind: "Sol";
15397
+ }>, z.ZodObject<{
15398
+ __kind: z.ZodLiteral<"Hub">;
15399
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15400
+ }, "strip", z.ZodTypeAny, {
15401
+ value: `0x${string}`;
15402
+ __kind: "Hub";
15403
+ }, {
15404
+ value: string;
15405
+ __kind: "Hub";
15406
+ }>]>>>;
14883
15407
  }, "strip", z.ZodTypeAny, {
14884
- amount: bigint;
14885
- depositAddress: {
15408
+ channelMetadata: {
15409
+ message: `0x${string}`;
15410
+ gasBudget: bigint;
15411
+ ccmAdditionalData: `0x${string}`;
15412
+ };
15413
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
15414
+ sourceAddress?: {
14886
15415
  value: `0x${string}`;
14887
- __kind: "P2PKH";
15416
+ __kind: "Eth";
14888
15417
  } | {
14889
15418
  value: `0x${string}`;
14890
- __kind: "P2SH";
15419
+ __kind: "Dot";
14891
15420
  } | {
14892
- value: `0x${string}`;
14893
- __kind: "P2WPKH";
15421
+ value: {
15422
+ value: `0x${string}`;
15423
+ __kind: "P2PKH";
15424
+ } | {
15425
+ value: `0x${string}`;
15426
+ __kind: "P2SH";
15427
+ } | {
15428
+ value: `0x${string}`;
15429
+ __kind: "P2WPKH";
15430
+ } | {
15431
+ value: `0x${string}`;
15432
+ __kind: "P2WSH";
15433
+ } | {
15434
+ value: `0x${string}`;
15435
+ __kind: "Taproot";
15436
+ } | {
15437
+ __kind: "OtherSegwit";
15438
+ version: number;
15439
+ program: `0x${string}`;
15440
+ };
15441
+ __kind: "Btc";
14894
15442
  } | {
14895
15443
  value: `0x${string}`;
14896
- __kind: "P2WSH";
15444
+ __kind: "Arb";
14897
15445
  } | {
14898
15446
  value: `0x${string}`;
14899
- __kind: "Taproot";
15447
+ __kind: "Sol";
14900
15448
  } | {
14901
- __kind: "OtherSegwit";
14902
- version: number;
14903
- program: `0x${string}`;
15449
+ value: `0x${string}`;
15450
+ __kind: "Hub";
15451
+ } | null | undefined;
15452
+ }, {
15453
+ channelMetadata: {
15454
+ message: string;
15455
+ gasBudget: string | number;
15456
+ ccmAdditionalData: string;
14904
15457
  };
14905
- asset: "Btc";
14906
- depositDetails: {
14907
- amount: bigint;
14908
- depositAddress: {
14909
- pubkeyX: `0x${string}`;
14910
- scriptPath?: {
14911
- salt: number;
14912
- tweakedPubkeyBytes: `0x${string}`;
14913
- tapleafHash: `0x${string}`;
14914
- unlockScript: {
14915
- bytes: `0x${string}`;
14916
- };
14917
- } | null | undefined;
14918
- };
14919
- id: {
14920
- txId: `0x${string}`;
14921
- vout: number;
14922
- };
15458
+ sourceChain: {
15459
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
14923
15460
  };
14924
- }, {
14925
- amount: string | number;
14926
- depositAddress: {
15461
+ sourceAddress?: {
14927
15462
  value: string;
14928
- __kind: "P2PKH";
15463
+ __kind: "Eth";
14929
15464
  } | {
14930
15465
  value: string;
14931
- __kind: "P2SH";
15466
+ __kind: "Dot";
14932
15467
  } | {
14933
- value: string;
14934
- __kind: "P2WPKH";
15468
+ value: {
15469
+ value: string;
15470
+ __kind: "P2PKH";
15471
+ } | {
15472
+ value: string;
15473
+ __kind: "P2SH";
15474
+ } | {
15475
+ value: string;
15476
+ __kind: "P2WPKH";
15477
+ } | {
15478
+ value: string;
15479
+ __kind: "P2WSH";
15480
+ } | {
15481
+ value: string;
15482
+ __kind: "Taproot";
15483
+ } | {
15484
+ __kind: "OtherSegwit";
15485
+ version: number;
15486
+ program: string;
15487
+ };
15488
+ __kind: "Btc";
14935
15489
  } | {
14936
15490
  value: string;
14937
- __kind: "P2WSH";
15491
+ __kind: "Arb";
14938
15492
  } | {
14939
15493
  value: string;
14940
- __kind: "Taproot";
14941
- } | {
14942
- __kind: "OtherSegwit";
14943
- version: number;
14944
- program: string;
14945
- };
14946
- asset: {
14947
- __kind: "Btc";
14948
- };
14949
- depositDetails: {
14950
- amount: string | number;
14951
- depositAddress: {
14952
- pubkeyX: string;
14953
- scriptPath?: {
14954
- salt: number;
14955
- tweakedPubkeyBytes: string;
14956
- tapleafHash: string;
14957
- unlockScript: {
14958
- bytes: string;
14959
- };
14960
- } | null | undefined;
14961
- };
14962
- id: {
14963
- txId: string;
14964
- vout: number;
14965
- };
14966
- };
15494
+ __kind: "Sol";
15495
+ } | {
15496
+ value: string;
15497
+ __kind: "Hub";
15498
+ } | null | undefined;
14967
15499
  }>;
14968
15500
  declare const cfChainsRefundParametersChannelRefundParametersScriptPubkey: z.ZodObject<{
14969
15501
  retryDuration: z.ZodNumber;
@@ -17984,6 +18516,272 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
17984
18516
  txHashes?: string[] | null | undefined;
17985
18517
  };
17986
18518
  }>;
18519
+ declare const cfArbitrumChainCcmDepositMetadata: z.ZodObject<{
18520
+ channelMetadata: z.ZodObject<{
18521
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18522
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
18523
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18524
+ }, "strip", z.ZodTypeAny, {
18525
+ message: `0x${string}`;
18526
+ gasBudget: bigint;
18527
+ ccmAdditionalData: `0x${string}`;
18528
+ }, {
18529
+ message: string;
18530
+ gasBudget: string | number;
18531
+ ccmAdditionalData: string;
18532
+ }>;
18533
+ sourceChain: z.ZodEffects<z.ZodObject<{
18534
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub"]>;
18535
+ }, "strip", z.ZodTypeAny, {
18536
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
18537
+ }, {
18538
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
18539
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", {
18540
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
18541
+ }>;
18542
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
18543
+ __kind: z.ZodLiteral<"Eth">;
18544
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18545
+ }, "strip", z.ZodTypeAny, {
18546
+ value: `0x${string}`;
18547
+ __kind: "Eth";
18548
+ }, {
18549
+ value: string;
18550
+ __kind: "Eth";
18551
+ }>, z.ZodObject<{
18552
+ __kind: z.ZodLiteral<"Dot">;
18553
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18554
+ }, "strip", z.ZodTypeAny, {
18555
+ value: `0x${string}`;
18556
+ __kind: "Dot";
18557
+ }, {
18558
+ value: string;
18559
+ __kind: "Dot";
18560
+ }>, z.ZodObject<{
18561
+ __kind: z.ZodLiteral<"Btc">;
18562
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
18563
+ __kind: z.ZodLiteral<"P2PKH">;
18564
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18565
+ }, "strip", z.ZodTypeAny, {
18566
+ value: `0x${string}`;
18567
+ __kind: "P2PKH";
18568
+ }, {
18569
+ value: string;
18570
+ __kind: "P2PKH";
18571
+ }>, z.ZodObject<{
18572
+ __kind: z.ZodLiteral<"P2SH">;
18573
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18574
+ }, "strip", z.ZodTypeAny, {
18575
+ value: `0x${string}`;
18576
+ __kind: "P2SH";
18577
+ }, {
18578
+ value: string;
18579
+ __kind: "P2SH";
18580
+ }>, z.ZodObject<{
18581
+ __kind: z.ZodLiteral<"P2WPKH">;
18582
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18583
+ }, "strip", z.ZodTypeAny, {
18584
+ value: `0x${string}`;
18585
+ __kind: "P2WPKH";
18586
+ }, {
18587
+ value: string;
18588
+ __kind: "P2WPKH";
18589
+ }>, z.ZodObject<{
18590
+ __kind: z.ZodLiteral<"P2WSH">;
18591
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18592
+ }, "strip", z.ZodTypeAny, {
18593
+ value: `0x${string}`;
18594
+ __kind: "P2WSH";
18595
+ }, {
18596
+ value: string;
18597
+ __kind: "P2WSH";
18598
+ }>, z.ZodObject<{
18599
+ __kind: z.ZodLiteral<"Taproot">;
18600
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18601
+ }, "strip", z.ZodTypeAny, {
18602
+ value: `0x${string}`;
18603
+ __kind: "Taproot";
18604
+ }, {
18605
+ value: string;
18606
+ __kind: "Taproot";
18607
+ }>, z.ZodObject<{
18608
+ __kind: z.ZodLiteral<"OtherSegwit">;
18609
+ version: z.ZodNumber;
18610
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18611
+ }, "strip", z.ZodTypeAny, {
18612
+ __kind: "OtherSegwit";
18613
+ version: number;
18614
+ program: `0x${string}`;
18615
+ }, {
18616
+ __kind: "OtherSegwit";
18617
+ version: number;
18618
+ program: string;
18619
+ }>]>;
18620
+ }, "strip", z.ZodTypeAny, {
18621
+ value: {
18622
+ value: `0x${string}`;
18623
+ __kind: "P2PKH";
18624
+ } | {
18625
+ value: `0x${string}`;
18626
+ __kind: "P2SH";
18627
+ } | {
18628
+ value: `0x${string}`;
18629
+ __kind: "P2WPKH";
18630
+ } | {
18631
+ value: `0x${string}`;
18632
+ __kind: "P2WSH";
18633
+ } | {
18634
+ value: `0x${string}`;
18635
+ __kind: "Taproot";
18636
+ } | {
18637
+ __kind: "OtherSegwit";
18638
+ version: number;
18639
+ program: `0x${string}`;
18640
+ };
18641
+ __kind: "Btc";
18642
+ }, {
18643
+ value: {
18644
+ value: string;
18645
+ __kind: "P2PKH";
18646
+ } | {
18647
+ value: string;
18648
+ __kind: "P2SH";
18649
+ } | {
18650
+ value: string;
18651
+ __kind: "P2WPKH";
18652
+ } | {
18653
+ value: string;
18654
+ __kind: "P2WSH";
18655
+ } | {
18656
+ value: string;
18657
+ __kind: "Taproot";
18658
+ } | {
18659
+ __kind: "OtherSegwit";
18660
+ version: number;
18661
+ program: string;
18662
+ };
18663
+ __kind: "Btc";
18664
+ }>, z.ZodObject<{
18665
+ __kind: z.ZodLiteral<"Arb">;
18666
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18667
+ }, "strip", z.ZodTypeAny, {
18668
+ value: `0x${string}`;
18669
+ __kind: "Arb";
18670
+ }, {
18671
+ value: string;
18672
+ __kind: "Arb";
18673
+ }>, z.ZodObject<{
18674
+ __kind: z.ZodLiteral<"Sol">;
18675
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18676
+ }, "strip", z.ZodTypeAny, {
18677
+ value: `0x${string}`;
18678
+ __kind: "Sol";
18679
+ }, {
18680
+ value: string;
18681
+ __kind: "Sol";
18682
+ }>, z.ZodObject<{
18683
+ __kind: z.ZodLiteral<"Hub">;
18684
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18685
+ }, "strip", z.ZodTypeAny, {
18686
+ value: `0x${string}`;
18687
+ __kind: "Hub";
18688
+ }, {
18689
+ value: string;
18690
+ __kind: "Hub";
18691
+ }>]>>>;
18692
+ }, "strip", z.ZodTypeAny, {
18693
+ channelMetadata: {
18694
+ message: `0x${string}`;
18695
+ gasBudget: bigint;
18696
+ ccmAdditionalData: `0x${string}`;
18697
+ };
18698
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
18699
+ sourceAddress?: {
18700
+ value: `0x${string}`;
18701
+ __kind: "Eth";
18702
+ } | {
18703
+ value: `0x${string}`;
18704
+ __kind: "Dot";
18705
+ } | {
18706
+ value: {
18707
+ value: `0x${string}`;
18708
+ __kind: "P2PKH";
18709
+ } | {
18710
+ value: `0x${string}`;
18711
+ __kind: "P2SH";
18712
+ } | {
18713
+ value: `0x${string}`;
18714
+ __kind: "P2WPKH";
18715
+ } | {
18716
+ value: `0x${string}`;
18717
+ __kind: "P2WSH";
18718
+ } | {
18719
+ value: `0x${string}`;
18720
+ __kind: "Taproot";
18721
+ } | {
18722
+ __kind: "OtherSegwit";
18723
+ version: number;
18724
+ program: `0x${string}`;
18725
+ };
18726
+ __kind: "Btc";
18727
+ } | {
18728
+ value: `0x${string}`;
18729
+ __kind: "Arb";
18730
+ } | {
18731
+ value: `0x${string}`;
18732
+ __kind: "Sol";
18733
+ } | {
18734
+ value: `0x${string}`;
18735
+ __kind: "Hub";
18736
+ } | null | undefined;
18737
+ }, {
18738
+ channelMetadata: {
18739
+ message: string;
18740
+ gasBudget: string | number;
18741
+ ccmAdditionalData: string;
18742
+ };
18743
+ sourceChain: {
18744
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
18745
+ };
18746
+ sourceAddress?: {
18747
+ value: string;
18748
+ __kind: "Eth";
18749
+ } | {
18750
+ value: string;
18751
+ __kind: "Dot";
18752
+ } | {
18753
+ value: {
18754
+ value: string;
18755
+ __kind: "P2PKH";
18756
+ } | {
18757
+ value: string;
18758
+ __kind: "P2SH";
18759
+ } | {
18760
+ value: string;
18761
+ __kind: "P2WPKH";
18762
+ } | {
18763
+ value: string;
18764
+ __kind: "P2WSH";
18765
+ } | {
18766
+ value: string;
18767
+ __kind: "Taproot";
18768
+ } | {
18769
+ __kind: "OtherSegwit";
18770
+ version: number;
18771
+ program: string;
18772
+ };
18773
+ __kind: "Btc";
18774
+ } | {
18775
+ value: string;
18776
+ __kind: "Arb";
18777
+ } | {
18778
+ value: string;
18779
+ __kind: "Sol";
18780
+ } | {
18781
+ value: string;
18782
+ __kind: "Hub";
18783
+ } | null | undefined;
18784
+ }>;
17987
18785
  declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObject<{
17988
18786
  inputAsset: z.ZodEffects<z.ZodObject<{
17989
18787
  __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
@@ -19627,152 +20425,418 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
19627
20425
  __kind: "LimitReached" | "NoLayer";
19628
20426
  }>;
19629
20427
  }, "strip", z.ZodTypeAny, {
19630
- value: "LimitReached" | "NoLayer";
19631
- __kind: "Transactional";
19632
- }, {
20428
+ value: "LimitReached" | "NoLayer";
20429
+ __kind: "Transactional";
20430
+ }, {
20431
+ value: {
20432
+ __kind: "LimitReached" | "NoLayer";
20433
+ };
20434
+ __kind: "Transactional";
20435
+ }>, z.ZodObject<{
20436
+ __kind: z.ZodLiteral<"Exhausted">;
20437
+ }, "strip", z.ZodTypeAny, {
20438
+ __kind: "Exhausted";
20439
+ }, {
20440
+ __kind: "Exhausted";
20441
+ }>, z.ZodObject<{
20442
+ __kind: z.ZodLiteral<"Corruption">;
20443
+ }, "strip", z.ZodTypeAny, {
20444
+ __kind: "Corruption";
20445
+ }, {
20446
+ __kind: "Corruption";
20447
+ }>, z.ZodObject<{
20448
+ __kind: z.ZodLiteral<"Unavailable">;
20449
+ }, "strip", z.ZodTypeAny, {
20450
+ __kind: "Unavailable";
20451
+ }, {
20452
+ __kind: "Unavailable";
20453
+ }>, z.ZodObject<{
20454
+ __kind: z.ZodLiteral<"RootNotAllowed">;
20455
+ }, "strip", z.ZodTypeAny, {
20456
+ __kind: "RootNotAllowed";
20457
+ }, {
20458
+ __kind: "RootNotAllowed";
20459
+ }>]>;
20460
+ }, "strip", z.ZodTypeAny, {
20461
+ value: {
20462
+ __kind: "Other";
20463
+ } | {
20464
+ __kind: "CannotLookup";
20465
+ } | {
20466
+ __kind: "BadOrigin";
20467
+ } | {
20468
+ value: {
20469
+ index: number;
20470
+ error: `0x${string}`;
20471
+ };
20472
+ __kind: "Module";
20473
+ } | {
20474
+ __kind: "ConsumerRemaining";
20475
+ } | {
20476
+ __kind: "NoProviders";
20477
+ } | {
20478
+ __kind: "TooManyConsumers";
20479
+ } | {
20480
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
20481
+ __kind: "Token";
20482
+ } | {
20483
+ value: "Underflow" | "Overflow" | "DivisionByZero";
20484
+ __kind: "Arithmetic";
20485
+ } | {
20486
+ value: "LimitReached" | "NoLayer";
20487
+ __kind: "Transactional";
20488
+ } | {
20489
+ __kind: "Exhausted";
20490
+ } | {
20491
+ __kind: "Corruption";
20492
+ } | {
20493
+ __kind: "Unavailable";
20494
+ } | {
20495
+ __kind: "RootNotAllowed";
20496
+ };
20497
+ __kind: "DepositWitnessRejected";
20498
+ }, {
20499
+ value: {
20500
+ __kind: "Other";
20501
+ } | {
20502
+ __kind: "CannotLookup";
20503
+ } | {
20504
+ __kind: "BadOrigin";
20505
+ } | {
20506
+ value: {
20507
+ index: number;
20508
+ error: string;
20509
+ };
20510
+ __kind: "Module";
20511
+ } | {
20512
+ __kind: "ConsumerRemaining";
20513
+ } | {
20514
+ __kind: "NoProviders";
20515
+ } | {
20516
+ __kind: "TooManyConsumers";
20517
+ } | {
20518
+ value: {
20519
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
20520
+ };
20521
+ __kind: "Token";
20522
+ } | {
20523
+ value: {
20524
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
20525
+ };
20526
+ __kind: "Arithmetic";
20527
+ } | {
20528
+ value: {
20529
+ __kind: "LimitReached" | "NoLayer";
20530
+ };
20531
+ __kind: "Transactional";
20532
+ } | {
20533
+ __kind: "Exhausted";
20534
+ } | {
20535
+ __kind: "Corruption";
20536
+ } | {
20537
+ __kind: "Unavailable";
20538
+ } | {
20539
+ __kind: "RootNotAllowed";
20540
+ };
20541
+ __kind: "DepositWitnessRejected";
20542
+ }>]>;
20543
+ declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
20544
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
20545
+ }, "strip", z.ZodTypeAny, {
20546
+ __kind: "Sol" | "SolUsdc";
20547
+ }, {
20548
+ __kind: "Sol" | "SolUsdc";
20549
+ }>, "Sol" | "SolUsdc", {
20550
+ __kind: "Sol" | "SolUsdc";
20551
+ }>;
20552
+ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
20553
+ depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20554
+ asset: z.ZodEffects<z.ZodObject<{
20555
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
20556
+ }, "strip", z.ZodTypeAny, {
20557
+ __kind: "Sol" | "SolUsdc";
20558
+ }, {
20559
+ __kind: "Sol" | "SolUsdc";
20560
+ }>, "Sol" | "SolUsdc", {
20561
+ __kind: "Sol" | "SolUsdc";
20562
+ }>;
20563
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
20564
+ }, "strip", z.ZodTypeAny, {
20565
+ amount: bigint;
20566
+ depositAddress: `0x${string}`;
20567
+ asset: "Sol" | "SolUsdc";
20568
+ }, {
20569
+ amount: string | number;
20570
+ depositAddress: string;
20571
+ asset: {
20572
+ __kind: "Sol" | "SolUsdc";
20573
+ };
20574
+ }>;
20575
+ declare const cfSolanaChainCcmDepositMetadata: z.ZodObject<{
20576
+ channelMetadata: z.ZodObject<{
20577
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20578
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
20579
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20580
+ }, "strip", z.ZodTypeAny, {
20581
+ message: `0x${string}`;
20582
+ gasBudget: bigint;
20583
+ ccmAdditionalData: `0x${string}`;
20584
+ }, {
20585
+ message: string;
20586
+ gasBudget: string | number;
20587
+ ccmAdditionalData: string;
20588
+ }>;
20589
+ sourceChain: z.ZodEffects<z.ZodObject<{
20590
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub"]>;
20591
+ }, "strip", z.ZodTypeAny, {
20592
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
20593
+ }, {
20594
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
20595
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", {
20596
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
20597
+ }>;
20598
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
20599
+ __kind: z.ZodLiteral<"Eth">;
20600
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20601
+ }, "strip", z.ZodTypeAny, {
20602
+ value: `0x${string}`;
20603
+ __kind: "Eth";
20604
+ }, {
20605
+ value: string;
20606
+ __kind: "Eth";
20607
+ }>, z.ZodObject<{
20608
+ __kind: z.ZodLiteral<"Dot">;
20609
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20610
+ }, "strip", z.ZodTypeAny, {
20611
+ value: `0x${string}`;
20612
+ __kind: "Dot";
20613
+ }, {
20614
+ value: string;
20615
+ __kind: "Dot";
20616
+ }>, z.ZodObject<{
20617
+ __kind: z.ZodLiteral<"Btc">;
20618
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
20619
+ __kind: z.ZodLiteral<"P2PKH">;
20620
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20621
+ }, "strip", z.ZodTypeAny, {
20622
+ value: `0x${string}`;
20623
+ __kind: "P2PKH";
20624
+ }, {
20625
+ value: string;
20626
+ __kind: "P2PKH";
20627
+ }>, z.ZodObject<{
20628
+ __kind: z.ZodLiteral<"P2SH">;
20629
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20630
+ }, "strip", z.ZodTypeAny, {
20631
+ value: `0x${string}`;
20632
+ __kind: "P2SH";
20633
+ }, {
20634
+ value: string;
20635
+ __kind: "P2SH";
20636
+ }>, z.ZodObject<{
20637
+ __kind: z.ZodLiteral<"P2WPKH">;
20638
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20639
+ }, "strip", z.ZodTypeAny, {
20640
+ value: `0x${string}`;
20641
+ __kind: "P2WPKH";
20642
+ }, {
20643
+ value: string;
20644
+ __kind: "P2WPKH";
20645
+ }>, z.ZodObject<{
20646
+ __kind: z.ZodLiteral<"P2WSH">;
20647
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20648
+ }, "strip", z.ZodTypeAny, {
20649
+ value: `0x${string}`;
20650
+ __kind: "P2WSH";
20651
+ }, {
20652
+ value: string;
20653
+ __kind: "P2WSH";
20654
+ }>, z.ZodObject<{
20655
+ __kind: z.ZodLiteral<"Taproot">;
20656
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20657
+ }, "strip", z.ZodTypeAny, {
20658
+ value: `0x${string}`;
20659
+ __kind: "Taproot";
20660
+ }, {
20661
+ value: string;
20662
+ __kind: "Taproot";
20663
+ }>, z.ZodObject<{
20664
+ __kind: z.ZodLiteral<"OtherSegwit">;
20665
+ version: z.ZodNumber;
20666
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20667
+ }, "strip", z.ZodTypeAny, {
20668
+ __kind: "OtherSegwit";
20669
+ version: number;
20670
+ program: `0x${string}`;
20671
+ }, {
20672
+ __kind: "OtherSegwit";
20673
+ version: number;
20674
+ program: string;
20675
+ }>]>;
20676
+ }, "strip", z.ZodTypeAny, {
19633
20677
  value: {
19634
- __kind: "LimitReached" | "NoLayer";
20678
+ value: `0x${string}`;
20679
+ __kind: "P2PKH";
20680
+ } | {
20681
+ value: `0x${string}`;
20682
+ __kind: "P2SH";
20683
+ } | {
20684
+ value: `0x${string}`;
20685
+ __kind: "P2WPKH";
20686
+ } | {
20687
+ value: `0x${string}`;
20688
+ __kind: "P2WSH";
20689
+ } | {
20690
+ value: `0x${string}`;
20691
+ __kind: "Taproot";
20692
+ } | {
20693
+ __kind: "OtherSegwit";
20694
+ version: number;
20695
+ program: `0x${string}`;
19635
20696
  };
19636
- __kind: "Transactional";
19637
- }>, z.ZodObject<{
19638
- __kind: z.ZodLiteral<"Exhausted">;
19639
- }, "strip", z.ZodTypeAny, {
19640
- __kind: "Exhausted";
20697
+ __kind: "Btc";
19641
20698
  }, {
19642
- __kind: "Exhausted";
20699
+ value: {
20700
+ value: string;
20701
+ __kind: "P2PKH";
20702
+ } | {
20703
+ value: string;
20704
+ __kind: "P2SH";
20705
+ } | {
20706
+ value: string;
20707
+ __kind: "P2WPKH";
20708
+ } | {
20709
+ value: string;
20710
+ __kind: "P2WSH";
20711
+ } | {
20712
+ value: string;
20713
+ __kind: "Taproot";
20714
+ } | {
20715
+ __kind: "OtherSegwit";
20716
+ version: number;
20717
+ program: string;
20718
+ };
20719
+ __kind: "Btc";
19643
20720
  }>, z.ZodObject<{
19644
- __kind: z.ZodLiteral<"Corruption">;
20721
+ __kind: z.ZodLiteral<"Arb">;
20722
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
19645
20723
  }, "strip", z.ZodTypeAny, {
19646
- __kind: "Corruption";
20724
+ value: `0x${string}`;
20725
+ __kind: "Arb";
19647
20726
  }, {
19648
- __kind: "Corruption";
20727
+ value: string;
20728
+ __kind: "Arb";
19649
20729
  }>, z.ZodObject<{
19650
- __kind: z.ZodLiteral<"Unavailable">;
20730
+ __kind: z.ZodLiteral<"Sol">;
20731
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
19651
20732
  }, "strip", z.ZodTypeAny, {
19652
- __kind: "Unavailable";
20733
+ value: `0x${string}`;
20734
+ __kind: "Sol";
19653
20735
  }, {
19654
- __kind: "Unavailable";
20736
+ value: string;
20737
+ __kind: "Sol";
19655
20738
  }>, z.ZodObject<{
19656
- __kind: z.ZodLiteral<"RootNotAllowed">;
20739
+ __kind: z.ZodLiteral<"Hub">;
20740
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
19657
20741
  }, "strip", z.ZodTypeAny, {
19658
- __kind: "RootNotAllowed";
20742
+ value: `0x${string}`;
20743
+ __kind: "Hub";
19659
20744
  }, {
19660
- __kind: "RootNotAllowed";
19661
- }>]>;
20745
+ value: string;
20746
+ __kind: "Hub";
20747
+ }>]>>>;
19662
20748
  }, "strip", z.ZodTypeAny, {
19663
- value: {
19664
- __kind: "Other";
19665
- } | {
19666
- __kind: "CannotLookup";
19667
- } | {
19668
- __kind: "BadOrigin";
19669
- } | {
19670
- value: {
19671
- index: number;
19672
- error: `0x${string}`;
19673
- };
19674
- __kind: "Module";
19675
- } | {
19676
- __kind: "ConsumerRemaining";
19677
- } | {
19678
- __kind: "NoProviders";
19679
- } | {
19680
- __kind: "TooManyConsumers";
19681
- } | {
19682
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19683
- __kind: "Token";
19684
- } | {
19685
- value: "Underflow" | "Overflow" | "DivisionByZero";
19686
- __kind: "Arithmetic";
19687
- } | {
19688
- value: "LimitReached" | "NoLayer";
19689
- __kind: "Transactional";
19690
- } | {
19691
- __kind: "Exhausted";
19692
- } | {
19693
- __kind: "Corruption";
19694
- } | {
19695
- __kind: "Unavailable";
19696
- } | {
19697
- __kind: "RootNotAllowed";
20749
+ channelMetadata: {
20750
+ message: `0x${string}`;
20751
+ gasBudget: bigint;
20752
+ ccmAdditionalData: `0x${string}`;
19698
20753
  };
19699
- __kind: "DepositWitnessRejected";
19700
- }, {
19701
- value: {
19702
- __kind: "Other";
19703
- } | {
19704
- __kind: "CannotLookup";
20754
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
20755
+ sourceAddress?: {
20756
+ value: `0x${string}`;
20757
+ __kind: "Eth";
19705
20758
  } | {
19706
- __kind: "BadOrigin";
20759
+ value: `0x${string}`;
20760
+ __kind: "Dot";
19707
20761
  } | {
19708
20762
  value: {
19709
- index: number;
19710
- error: string;
20763
+ value: `0x${string}`;
20764
+ __kind: "P2PKH";
20765
+ } | {
20766
+ value: `0x${string}`;
20767
+ __kind: "P2SH";
20768
+ } | {
20769
+ value: `0x${string}`;
20770
+ __kind: "P2WPKH";
20771
+ } | {
20772
+ value: `0x${string}`;
20773
+ __kind: "P2WSH";
20774
+ } | {
20775
+ value: `0x${string}`;
20776
+ __kind: "Taproot";
20777
+ } | {
20778
+ __kind: "OtherSegwit";
20779
+ version: number;
20780
+ program: `0x${string}`;
19711
20781
  };
19712
- __kind: "Module";
19713
- } | {
19714
- __kind: "ConsumerRemaining";
20782
+ __kind: "Btc";
19715
20783
  } | {
19716
- __kind: "NoProviders";
20784
+ value: `0x${string}`;
20785
+ __kind: "Arb";
19717
20786
  } | {
19718
- __kind: "TooManyConsumers";
20787
+ value: `0x${string}`;
20788
+ __kind: "Sol";
19719
20789
  } | {
19720
- value: {
19721
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
19722
- };
19723
- __kind: "Token";
20790
+ value: `0x${string}`;
20791
+ __kind: "Hub";
20792
+ } | null | undefined;
20793
+ }, {
20794
+ channelMetadata: {
20795
+ message: string;
20796
+ gasBudget: string | number;
20797
+ ccmAdditionalData: string;
20798
+ };
20799
+ sourceChain: {
20800
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
20801
+ };
20802
+ sourceAddress?: {
20803
+ value: string;
20804
+ __kind: "Eth";
19724
20805
  } | {
19725
- value: {
19726
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
19727
- };
19728
- __kind: "Arithmetic";
20806
+ value: string;
20807
+ __kind: "Dot";
19729
20808
  } | {
19730
20809
  value: {
19731
- __kind: "LimitReached" | "NoLayer";
20810
+ value: string;
20811
+ __kind: "P2PKH";
20812
+ } | {
20813
+ value: string;
20814
+ __kind: "P2SH";
20815
+ } | {
20816
+ value: string;
20817
+ __kind: "P2WPKH";
20818
+ } | {
20819
+ value: string;
20820
+ __kind: "P2WSH";
20821
+ } | {
20822
+ value: string;
20823
+ __kind: "Taproot";
20824
+ } | {
20825
+ __kind: "OtherSegwit";
20826
+ version: number;
20827
+ program: string;
19732
20828
  };
19733
- __kind: "Transactional";
19734
- } | {
19735
- __kind: "Exhausted";
19736
- } | {
19737
- __kind: "Corruption";
20829
+ __kind: "Btc";
19738
20830
  } | {
19739
- __kind: "Unavailable";
20831
+ value: string;
20832
+ __kind: "Arb";
19740
20833
  } | {
19741
- __kind: "RootNotAllowed";
19742
- };
19743
- __kind: "DepositWitnessRejected";
19744
- }>]>;
19745
- declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
19746
- __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
19747
- }, "strip", z.ZodTypeAny, {
19748
- __kind: "Sol" | "SolUsdc";
19749
- }, {
19750
- __kind: "Sol" | "SolUsdc";
19751
- }>, "Sol" | "SolUsdc", {
19752
- __kind: "Sol" | "SolUsdc";
19753
- }>;
19754
- declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
19755
- depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
19756
- asset: z.ZodEffects<z.ZodObject<{
19757
- __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
19758
- }, "strip", z.ZodTypeAny, {
19759
- __kind: "Sol" | "SolUsdc";
19760
- }, {
19761
- __kind: "Sol" | "SolUsdc";
19762
- }>, "Sol" | "SolUsdc", {
19763
- __kind: "Sol" | "SolUsdc";
19764
- }>;
19765
- amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
19766
- }, "strip", z.ZodTypeAny, {
19767
- amount: bigint;
19768
- depositAddress: `0x${string}`;
19769
- asset: "Sol" | "SolUsdc";
19770
- }, {
19771
- amount: string | number;
19772
- depositAddress: string;
19773
- asset: {
19774
- __kind: "Sol" | "SolUsdc";
19775
- };
20834
+ value: string;
20835
+ __kind: "Sol";
20836
+ } | {
20837
+ value: string;
20838
+ __kind: "Hub";
20839
+ } | null | undefined;
19776
20840
  }>;
19777
20841
  declare const cfChainsRefundParametersChannelRefundParametersAddress: z.ZodObject<{
19778
20842
  retryDuration: z.ZodNumber;
@@ -21405,155 +22469,421 @@ declare const palletCfAssethubIngressEgressDepositFailedReason: z.ZodDiscriminat
21405
22469
  __kind: "LimitReached" | "NoLayer";
21406
22470
  }>;
21407
22471
  }, "strip", z.ZodTypeAny, {
21408
- value: "LimitReached" | "NoLayer";
21409
- __kind: "Transactional";
21410
- }, {
22472
+ value: "LimitReached" | "NoLayer";
22473
+ __kind: "Transactional";
22474
+ }, {
22475
+ value: {
22476
+ __kind: "LimitReached" | "NoLayer";
22477
+ };
22478
+ __kind: "Transactional";
22479
+ }>, z.ZodObject<{
22480
+ __kind: z.ZodLiteral<"Exhausted">;
22481
+ }, "strip", z.ZodTypeAny, {
22482
+ __kind: "Exhausted";
22483
+ }, {
22484
+ __kind: "Exhausted";
22485
+ }>, z.ZodObject<{
22486
+ __kind: z.ZodLiteral<"Corruption">;
22487
+ }, "strip", z.ZodTypeAny, {
22488
+ __kind: "Corruption";
22489
+ }, {
22490
+ __kind: "Corruption";
22491
+ }>, z.ZodObject<{
22492
+ __kind: z.ZodLiteral<"Unavailable">;
22493
+ }, "strip", z.ZodTypeAny, {
22494
+ __kind: "Unavailable";
22495
+ }, {
22496
+ __kind: "Unavailable";
22497
+ }>, z.ZodObject<{
22498
+ __kind: z.ZodLiteral<"RootNotAllowed">;
22499
+ }, "strip", z.ZodTypeAny, {
22500
+ __kind: "RootNotAllowed";
22501
+ }, {
22502
+ __kind: "RootNotAllowed";
22503
+ }>]>;
22504
+ }, "strip", z.ZodTypeAny, {
22505
+ value: {
22506
+ __kind: "Other";
22507
+ } | {
22508
+ __kind: "CannotLookup";
22509
+ } | {
22510
+ __kind: "BadOrigin";
22511
+ } | {
22512
+ value: {
22513
+ index: number;
22514
+ error: `0x${string}`;
22515
+ };
22516
+ __kind: "Module";
22517
+ } | {
22518
+ __kind: "ConsumerRemaining";
22519
+ } | {
22520
+ __kind: "NoProviders";
22521
+ } | {
22522
+ __kind: "TooManyConsumers";
22523
+ } | {
22524
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
22525
+ __kind: "Token";
22526
+ } | {
22527
+ value: "Underflow" | "Overflow" | "DivisionByZero";
22528
+ __kind: "Arithmetic";
22529
+ } | {
22530
+ value: "LimitReached" | "NoLayer";
22531
+ __kind: "Transactional";
22532
+ } | {
22533
+ __kind: "Exhausted";
22534
+ } | {
22535
+ __kind: "Corruption";
22536
+ } | {
22537
+ __kind: "Unavailable";
22538
+ } | {
22539
+ __kind: "RootNotAllowed";
22540
+ };
22541
+ __kind: "DepositWitnessRejected";
22542
+ }, {
22543
+ value: {
22544
+ __kind: "Other";
22545
+ } | {
22546
+ __kind: "CannotLookup";
22547
+ } | {
22548
+ __kind: "BadOrigin";
22549
+ } | {
22550
+ value: {
22551
+ index: number;
22552
+ error: string;
22553
+ };
22554
+ __kind: "Module";
22555
+ } | {
22556
+ __kind: "ConsumerRemaining";
22557
+ } | {
22558
+ __kind: "NoProviders";
22559
+ } | {
22560
+ __kind: "TooManyConsumers";
22561
+ } | {
22562
+ value: {
22563
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
22564
+ };
22565
+ __kind: "Token";
22566
+ } | {
22567
+ value: {
22568
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
22569
+ };
22570
+ __kind: "Arithmetic";
22571
+ } | {
22572
+ value: {
22573
+ __kind: "LimitReached" | "NoLayer";
22574
+ };
22575
+ __kind: "Transactional";
22576
+ } | {
22577
+ __kind: "Exhausted";
22578
+ } | {
22579
+ __kind: "Corruption";
22580
+ } | {
22581
+ __kind: "Unavailable";
22582
+ } | {
22583
+ __kind: "RootNotAllowed";
22584
+ };
22585
+ __kind: "DepositWitnessRejected";
22586
+ }>]>;
22587
+ declare const cfPrimitivesChainsAssetsHubAsset: z.ZodEffects<z.ZodObject<{
22588
+ __kind: z.ZodEnum<["HubDot", "HubUsdt", "HubUsdc"]>;
22589
+ }, "strip", z.ZodTypeAny, {
22590
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22591
+ }, {
22592
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22593
+ }>, "HubDot" | "HubUsdt" | "HubUsdc", {
22594
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22595
+ }>;
22596
+ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
22597
+ depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22598
+ asset: z.ZodEffects<z.ZodObject<{
22599
+ __kind: z.ZodEnum<["HubDot", "HubUsdt", "HubUsdc"]>;
22600
+ }, "strip", z.ZodTypeAny, {
22601
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22602
+ }, {
22603
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22604
+ }>, "HubDot" | "HubUsdt" | "HubUsdc", {
22605
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22606
+ }>;
22607
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
22608
+ depositDetails: z.ZodNumber;
22609
+ }, "strip", z.ZodTypeAny, {
22610
+ amount: bigint;
22611
+ depositAddress: `0x${string}`;
22612
+ asset: "HubDot" | "HubUsdt" | "HubUsdc";
22613
+ depositDetails: number;
22614
+ }, {
22615
+ amount: string | number;
22616
+ depositAddress: string;
22617
+ asset: {
22618
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc";
22619
+ };
22620
+ depositDetails: number;
22621
+ }>;
22622
+ declare const cfAssethubChainCcmDepositMetadata: z.ZodObject<{
22623
+ channelMetadata: z.ZodObject<{
22624
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22625
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
22626
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22627
+ }, "strip", z.ZodTypeAny, {
22628
+ message: `0x${string}`;
22629
+ gasBudget: bigint;
22630
+ ccmAdditionalData: `0x${string}`;
22631
+ }, {
22632
+ message: string;
22633
+ gasBudget: string | number;
22634
+ ccmAdditionalData: string;
22635
+ }>;
22636
+ sourceChain: z.ZodEffects<z.ZodObject<{
22637
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub"]>;
22638
+ }, "strip", z.ZodTypeAny, {
22639
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
22640
+ }, {
22641
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
22642
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", {
22643
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
22644
+ }>;
22645
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
22646
+ __kind: z.ZodLiteral<"Eth">;
22647
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22648
+ }, "strip", z.ZodTypeAny, {
22649
+ value: `0x${string}`;
22650
+ __kind: "Eth";
22651
+ }, {
22652
+ value: string;
22653
+ __kind: "Eth";
22654
+ }>, z.ZodObject<{
22655
+ __kind: z.ZodLiteral<"Dot">;
22656
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22657
+ }, "strip", z.ZodTypeAny, {
22658
+ value: `0x${string}`;
22659
+ __kind: "Dot";
22660
+ }, {
22661
+ value: string;
22662
+ __kind: "Dot";
22663
+ }>, z.ZodObject<{
22664
+ __kind: z.ZodLiteral<"Btc">;
22665
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
22666
+ __kind: z.ZodLiteral<"P2PKH">;
22667
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22668
+ }, "strip", z.ZodTypeAny, {
22669
+ value: `0x${string}`;
22670
+ __kind: "P2PKH";
22671
+ }, {
22672
+ value: string;
22673
+ __kind: "P2PKH";
22674
+ }>, z.ZodObject<{
22675
+ __kind: z.ZodLiteral<"P2SH">;
22676
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22677
+ }, "strip", z.ZodTypeAny, {
22678
+ value: `0x${string}`;
22679
+ __kind: "P2SH";
22680
+ }, {
22681
+ value: string;
22682
+ __kind: "P2SH";
22683
+ }>, z.ZodObject<{
22684
+ __kind: z.ZodLiteral<"P2WPKH">;
22685
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22686
+ }, "strip", z.ZodTypeAny, {
22687
+ value: `0x${string}`;
22688
+ __kind: "P2WPKH";
22689
+ }, {
22690
+ value: string;
22691
+ __kind: "P2WPKH";
22692
+ }>, z.ZodObject<{
22693
+ __kind: z.ZodLiteral<"P2WSH">;
22694
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22695
+ }, "strip", z.ZodTypeAny, {
22696
+ value: `0x${string}`;
22697
+ __kind: "P2WSH";
22698
+ }, {
22699
+ value: string;
22700
+ __kind: "P2WSH";
22701
+ }>, z.ZodObject<{
22702
+ __kind: z.ZodLiteral<"Taproot">;
22703
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22704
+ }, "strip", z.ZodTypeAny, {
22705
+ value: `0x${string}`;
22706
+ __kind: "Taproot";
22707
+ }, {
22708
+ value: string;
22709
+ __kind: "Taproot";
22710
+ }>, z.ZodObject<{
22711
+ __kind: z.ZodLiteral<"OtherSegwit">;
22712
+ version: z.ZodNumber;
22713
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
22714
+ }, "strip", z.ZodTypeAny, {
22715
+ __kind: "OtherSegwit";
22716
+ version: number;
22717
+ program: `0x${string}`;
22718
+ }, {
22719
+ __kind: "OtherSegwit";
22720
+ version: number;
22721
+ program: string;
22722
+ }>]>;
22723
+ }, "strip", z.ZodTypeAny, {
21411
22724
  value: {
21412
- __kind: "LimitReached" | "NoLayer";
22725
+ value: `0x${string}`;
22726
+ __kind: "P2PKH";
22727
+ } | {
22728
+ value: `0x${string}`;
22729
+ __kind: "P2SH";
22730
+ } | {
22731
+ value: `0x${string}`;
22732
+ __kind: "P2WPKH";
22733
+ } | {
22734
+ value: `0x${string}`;
22735
+ __kind: "P2WSH";
22736
+ } | {
22737
+ value: `0x${string}`;
22738
+ __kind: "Taproot";
22739
+ } | {
22740
+ __kind: "OtherSegwit";
22741
+ version: number;
22742
+ program: `0x${string}`;
21413
22743
  };
21414
- __kind: "Transactional";
21415
- }>, z.ZodObject<{
21416
- __kind: z.ZodLiteral<"Exhausted">;
21417
- }, "strip", z.ZodTypeAny, {
21418
- __kind: "Exhausted";
22744
+ __kind: "Btc";
21419
22745
  }, {
21420
- __kind: "Exhausted";
22746
+ value: {
22747
+ value: string;
22748
+ __kind: "P2PKH";
22749
+ } | {
22750
+ value: string;
22751
+ __kind: "P2SH";
22752
+ } | {
22753
+ value: string;
22754
+ __kind: "P2WPKH";
22755
+ } | {
22756
+ value: string;
22757
+ __kind: "P2WSH";
22758
+ } | {
22759
+ value: string;
22760
+ __kind: "Taproot";
22761
+ } | {
22762
+ __kind: "OtherSegwit";
22763
+ version: number;
22764
+ program: string;
22765
+ };
22766
+ __kind: "Btc";
21421
22767
  }>, z.ZodObject<{
21422
- __kind: z.ZodLiteral<"Corruption">;
22768
+ __kind: z.ZodLiteral<"Arb">;
22769
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
21423
22770
  }, "strip", z.ZodTypeAny, {
21424
- __kind: "Corruption";
22771
+ value: `0x${string}`;
22772
+ __kind: "Arb";
21425
22773
  }, {
21426
- __kind: "Corruption";
22774
+ value: string;
22775
+ __kind: "Arb";
21427
22776
  }>, z.ZodObject<{
21428
- __kind: z.ZodLiteral<"Unavailable">;
22777
+ __kind: z.ZodLiteral<"Sol">;
22778
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
21429
22779
  }, "strip", z.ZodTypeAny, {
21430
- __kind: "Unavailable";
22780
+ value: `0x${string}`;
22781
+ __kind: "Sol";
21431
22782
  }, {
21432
- __kind: "Unavailable";
22783
+ value: string;
22784
+ __kind: "Sol";
21433
22785
  }>, z.ZodObject<{
21434
- __kind: z.ZodLiteral<"RootNotAllowed">;
22786
+ __kind: z.ZodLiteral<"Hub">;
22787
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
21435
22788
  }, "strip", z.ZodTypeAny, {
21436
- __kind: "RootNotAllowed";
22789
+ value: `0x${string}`;
22790
+ __kind: "Hub";
21437
22791
  }, {
21438
- __kind: "RootNotAllowed";
21439
- }>]>;
22792
+ value: string;
22793
+ __kind: "Hub";
22794
+ }>]>>>;
21440
22795
  }, "strip", z.ZodTypeAny, {
21441
- value: {
21442
- __kind: "Other";
21443
- } | {
21444
- __kind: "CannotLookup";
21445
- } | {
21446
- __kind: "BadOrigin";
21447
- } | {
21448
- value: {
21449
- index: number;
21450
- error: `0x${string}`;
21451
- };
21452
- __kind: "Module";
21453
- } | {
21454
- __kind: "ConsumerRemaining";
21455
- } | {
21456
- __kind: "NoProviders";
21457
- } | {
21458
- __kind: "TooManyConsumers";
21459
- } | {
21460
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
21461
- __kind: "Token";
21462
- } | {
21463
- value: "Underflow" | "Overflow" | "DivisionByZero";
21464
- __kind: "Arithmetic";
21465
- } | {
21466
- value: "LimitReached" | "NoLayer";
21467
- __kind: "Transactional";
21468
- } | {
21469
- __kind: "Exhausted";
21470
- } | {
21471
- __kind: "Corruption";
21472
- } | {
21473
- __kind: "Unavailable";
21474
- } | {
21475
- __kind: "RootNotAllowed";
22796
+ channelMetadata: {
22797
+ message: `0x${string}`;
22798
+ gasBudget: bigint;
22799
+ ccmAdditionalData: `0x${string}`;
21476
22800
  };
21477
- __kind: "DepositWitnessRejected";
21478
- }, {
21479
- value: {
21480
- __kind: "Other";
21481
- } | {
21482
- __kind: "CannotLookup";
22801
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
22802
+ sourceAddress?: {
22803
+ value: `0x${string}`;
22804
+ __kind: "Eth";
21483
22805
  } | {
21484
- __kind: "BadOrigin";
22806
+ value: `0x${string}`;
22807
+ __kind: "Dot";
21485
22808
  } | {
21486
22809
  value: {
21487
- index: number;
21488
- error: string;
22810
+ value: `0x${string}`;
22811
+ __kind: "P2PKH";
22812
+ } | {
22813
+ value: `0x${string}`;
22814
+ __kind: "P2SH";
22815
+ } | {
22816
+ value: `0x${string}`;
22817
+ __kind: "P2WPKH";
22818
+ } | {
22819
+ value: `0x${string}`;
22820
+ __kind: "P2WSH";
22821
+ } | {
22822
+ value: `0x${string}`;
22823
+ __kind: "Taproot";
22824
+ } | {
22825
+ __kind: "OtherSegwit";
22826
+ version: number;
22827
+ program: `0x${string}`;
21489
22828
  };
21490
- __kind: "Module";
21491
- } | {
21492
- __kind: "ConsumerRemaining";
22829
+ __kind: "Btc";
21493
22830
  } | {
21494
- __kind: "NoProviders";
22831
+ value: `0x${string}`;
22832
+ __kind: "Arb";
21495
22833
  } | {
21496
- __kind: "TooManyConsumers";
22834
+ value: `0x${string}`;
22835
+ __kind: "Sol";
21497
22836
  } | {
21498
- value: {
21499
- __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
21500
- };
21501
- __kind: "Token";
22837
+ value: `0x${string}`;
22838
+ __kind: "Hub";
22839
+ } | null | undefined;
22840
+ }, {
22841
+ channelMetadata: {
22842
+ message: string;
22843
+ gasBudget: string | number;
22844
+ ccmAdditionalData: string;
22845
+ };
22846
+ sourceChain: {
22847
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
22848
+ };
22849
+ sourceAddress?: {
22850
+ value: string;
22851
+ __kind: "Eth";
21502
22852
  } | {
21503
- value: {
21504
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
21505
- };
21506
- __kind: "Arithmetic";
22853
+ value: string;
22854
+ __kind: "Dot";
21507
22855
  } | {
21508
22856
  value: {
21509
- __kind: "LimitReached" | "NoLayer";
22857
+ value: string;
22858
+ __kind: "P2PKH";
22859
+ } | {
22860
+ value: string;
22861
+ __kind: "P2SH";
22862
+ } | {
22863
+ value: string;
22864
+ __kind: "P2WPKH";
22865
+ } | {
22866
+ value: string;
22867
+ __kind: "P2WSH";
22868
+ } | {
22869
+ value: string;
22870
+ __kind: "Taproot";
22871
+ } | {
22872
+ __kind: "OtherSegwit";
22873
+ version: number;
22874
+ program: string;
21510
22875
  };
21511
- __kind: "Transactional";
21512
- } | {
21513
- __kind: "Exhausted";
22876
+ __kind: "Btc";
21514
22877
  } | {
21515
- __kind: "Corruption";
22878
+ value: string;
22879
+ __kind: "Arb";
21516
22880
  } | {
21517
- __kind: "Unavailable";
22881
+ value: string;
22882
+ __kind: "Sol";
21518
22883
  } | {
21519
- __kind: "RootNotAllowed";
21520
- };
21521
- __kind: "DepositWitnessRejected";
21522
- }>]>;
21523
- declare const cfPrimitivesChainsAssetsHubAsset: z.ZodEffects<z.ZodObject<{
21524
- __kind: z.ZodEnum<["HubDot", "HubUsdt", "HubUsdc"]>;
21525
- }, "strip", z.ZodTypeAny, {
21526
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21527
- }, {
21528
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21529
- }>, "HubDot" | "HubUsdt" | "HubUsdc", {
21530
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21531
- }>;
21532
- declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
21533
- depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
21534
- asset: z.ZodEffects<z.ZodObject<{
21535
- __kind: z.ZodEnum<["HubDot", "HubUsdt", "HubUsdc"]>;
21536
- }, "strip", z.ZodTypeAny, {
21537
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21538
- }, {
21539
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21540
- }>, "HubDot" | "HubUsdt" | "HubUsdc", {
21541
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21542
- }>;
21543
- amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
21544
- depositDetails: z.ZodNumber;
21545
- }, "strip", z.ZodTypeAny, {
21546
- amount: bigint;
21547
- depositAddress: `0x${string}`;
21548
- asset: "HubDot" | "HubUsdt" | "HubUsdc";
21549
- depositDetails: number;
21550
- }, {
21551
- amount: string | number;
21552
- depositAddress: string;
21553
- asset: {
21554
- __kind: "HubDot" | "HubUsdt" | "HubUsdc";
21555
- };
21556
- depositDetails: number;
22884
+ value: string;
22885
+ __kind: "Hub";
22886
+ } | null | undefined;
21557
22887
  }>;
21558
22888
  declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObject<{
21559
22889
  inputAsset: z.ZodEffects<z.ZodObject<{
@@ -23180,4 +24510,4 @@ declare const stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents:
23180
24510
  }[];
23181
24511
  }>;
23182
24512
 
23183
- export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadata, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAddress, cfChainsRefundParametersChannelRefundParametersEncodedAddress, cfChainsRefundParametersChannelRefundParametersH160, cfChainsRefundParametersChannelRefundParametersPolkadotAccountId, cfChainsRefundParametersChannelRefundParametersScriptPubkey, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSemVer, cfPrimitivesTxId, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingLendingSwapType, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, frameSupportDispatchPays, frameSupportDispatchPostDispatchInfo, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple1ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsOraclePricePricePriceAsset, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfFundingRedemptionAmount, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfSwappingSwapFailureReason, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorDelegationChange, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationDelegationAmount, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeDispatchErrorWithPostInfo, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, spWeightsWeightV2Weight, stateChainRuntimeChainflipEthereumScCallsDelegationApi, stateChainRuntimeChainflipEthereumScCallsEthereumSCApi, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents, stateChainRuntimeChainflipGenericElectionsOraclePriceUpdate, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
24513
+ export { accountId, cfArbitrumChainCcmDepositMetadata, cfAssethubChainCcmDepositMetadata, cfBitcoinChainCcmDepositMetadata, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAddress, cfChainsRefundParametersChannelRefundParametersEncodedAddress, cfChainsRefundParametersChannelRefundParametersH160, cfChainsRefundParametersChannelRefundParametersPolkadotAccountId, cfChainsRefundParametersChannelRefundParametersScriptPubkey, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfEthereumChainCcmDepositMetadata, cfPolkadotChainCcmDepositMetadata, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSemVer, cfPrimitivesTxId, cfSolanaChainCcmDepositMetadata, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingLendingSwapType, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, frameSupportDispatchPays, frameSupportDispatchPostDispatchInfo, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple1ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsOraclePricePricePriceAsset, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfFundingRedemptionAmount, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfSwappingSwapFailureReason, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorDelegationChange, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationDelegationAmount, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeDispatchErrorWithPostInfo, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, spWeightsWeightV2Weight, stateChainRuntimeChainflipEthereumScCallsDelegationApi, stateChainRuntimeChainflipEthereumScCallsEthereumSCApi, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents, stateChainRuntimeChainflipGenericElectionsOraclePriceUpdate, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };