@chainflip/processor 2.1.4-dev.0 → 2.2.0-alpha.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 (1649) hide show
  1. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  2. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +22 -22
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +22 -22
  5. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
  6. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +20 -20
  7. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  8. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
  9. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
  10. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
  11. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
  12. package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
  13. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +26 -26
  14. package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +26 -26
  15. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +58 -58
  16. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +58 -58
  17. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +26 -26
  18. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +26 -26
  19. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +22 -22
  20. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +22 -22
  21. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
  22. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
  23. package/dist/100/common.cjs +1 -1
  24. package/dist/100/common.d.cts +253 -253
  25. package/dist/100/common.d.mts +253 -253
  26. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
  27. package/dist/100/environment/runtimeSafeModeUpdated.d.mts +12 -12
  28. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  29. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  30. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  31. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  32. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  33. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
  34. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  35. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  36. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  37. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  38. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
  39. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
  40. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +24 -24
  41. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +24 -24
  42. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +4 -4
  43. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +4 -4
  44. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
  45. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
  46. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
  47. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
  48. package/dist/100/flip/remainingImbalance.d.cts +22 -22
  49. package/dist/100/flip/remainingImbalance.d.mts +22 -22
  50. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  51. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  52. package/dist/100/governance/failedExecution.d.cts +8 -8
  53. package/dist/100/governance/failedExecution.d.mts +8 -8
  54. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +16 -16
  55. package/dist/100/governance/govKeyCallExecutionFailed.d.mts +16 -16
  56. package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
  57. package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
  58. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +24 -24
  59. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +24 -24
  60. package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
  61. package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
  62. package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
  63. package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
  64. package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
  65. package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
  66. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +30 -30
  67. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +30 -30
  68. package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
  69. package/dist/100/liquidityProvider/accountCredited.d.mts +6 -6
  70. package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
  71. package/dist/100/liquidityProvider/accountDebited.d.mts +6 -6
  72. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  73. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  74. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +42 -42
  75. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +42 -42
  76. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +11 -11
  77. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +11 -11
  78. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  79. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  80. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  81. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  82. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  83. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
  84. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  85. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
  86. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
  87. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  88. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
  89. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
  90. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +24 -24
  91. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +24 -24
  92. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +4 -4
  93. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +4 -4
  94. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
  95. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
  96. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
  97. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
  98. package/dist/100/swapping/batchSwapFailed.d.cts +7 -7
  99. package/dist/100/swapping/batchSwapFailed.d.mts +7 -7
  100. package/dist/100/swapping/ccmDepositReceived.d.cts +66 -66
  101. package/dist/100/swapping/ccmDepositReceived.d.mts +66 -66
  102. package/dist/100/swapping/ccmFailed.d.cts +62 -62
  103. package/dist/100/swapping/ccmFailed.d.mts +62 -62
  104. package/dist/100/swapping/minimumSwapAmountSet.d.cts +7 -7
  105. package/dist/100/swapping/minimumSwapAmountSet.d.mts +7 -7
  106. package/dist/100/swapping/swapAmountTooLow.d.cts +16 -16
  107. package/dist/100/swapping/swapAmountTooLow.d.mts +16 -16
  108. package/dist/100/swapping/swapDepositAddressReady.d.cts +20 -20
  109. package/dist/100/swapping/swapDepositAddressReady.d.mts +20 -20
  110. package/dist/100/swapping/swapEgressScheduled.d.cts +7 -7
  111. package/dist/100/swapping/swapEgressScheduled.d.mts +7 -7
  112. package/dist/100/swapping/swapExecuted.d.cts +13 -13
  113. package/dist/100/swapping/swapExecuted.d.mts +13 -13
  114. package/dist/100/swapping/swapScheduled.d.cts +97 -97
  115. package/dist/100/swapping/swapScheduled.d.mts +97 -97
  116. package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
  117. package/dist/100/swapping/withdrawalRequested.d.mts +4 -4
  118. package/dist/100/system/extrinsicFailed.d.cts +16 -16
  119. package/dist/100/system/extrinsicFailed.d.mts +16 -16
  120. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  121. package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  122. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
  123. package/dist/100/tokenholderGovernance/proposalPassed.d.mts +8 -8
  124. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
  125. package/dist/100/tokenholderGovernance/proposalRejected.d.mts +8 -8
  126. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  127. package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  128. package/dist/100/validator/rotationPhaseUpdated.d.cts +20 -20
  129. package/dist/100/validator/rotationPhaseUpdated.d.mts +20 -20
  130. package/dist/100/witnesser/witnessExecutionFailed.d.cts +16 -16
  131. package/dist/100/witnesser/witnessExecutionFailed.d.mts +16 -16
  132. package/dist/102/common.cjs +1 -1
  133. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
  134. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +88 -88
  135. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +198 -198
  136. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +198 -198
  137. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  138. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +88 -88
  139. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +88 -88
  140. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +88 -88
  141. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +201 -201
  142. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +201 -201
  143. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  144. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +88 -88
  145. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +88 -88
  146. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +88 -88
  147. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +398 -398
  148. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +398 -398
  149. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  150. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +88 -88
  151. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
  152. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +20 -20
  153. package/dist/11000/common.cjs +2 -2
  154. package/dist/11000/common.d.cts +2449 -2449
  155. package/dist/11000/common.d.mts +2449 -2449
  156. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +12 -12
  157. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +12 -12
  158. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +88 -88
  159. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +88 -88
  160. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +198 -198
  161. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +198 -198
  162. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  163. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +88 -88
  164. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +88 -88
  165. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +88 -88
  166. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +201 -201
  167. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +201 -201
  168. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  169. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +88 -88
  170. package/dist/11000/solanaElections/unknownElection.d.cts +4 -4
  171. package/dist/11000/solanaElections/unknownElection.d.mts +4 -4
  172. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +88 -88
  173. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +88 -88
  174. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +189 -189
  175. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +189 -189
  176. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
  177. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +88 -88
  178. package/dist/11000/swapping/refundEgressScheduled.d.cts +2 -2
  179. package/dist/11000/swapping/refundEgressScheduled.d.mts +2 -2
  180. package/dist/11000/swapping/swapDepositAddressReady.d.cts +39 -39
  181. package/dist/11000/swapping/swapDepositAddressReady.d.mts +39 -39
  182. package/dist/11000/swapping/swapRequested.d.cts +94 -94
  183. package/dist/11000/swapping/swapRequested.d.mts +94 -94
  184. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
  185. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
  186. package/dist/111/common.cjs +1 -1
  187. package/dist/111/common.d.cts +30 -30
  188. package/dist/111/common.d.mts +30 -30
  189. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  190. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  191. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +20 -20
  192. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +20 -20
  193. package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
  194. package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
  195. package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
  196. package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
  197. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +20 -20
  198. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
  199. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +16 -16
  200. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +16 -16
  201. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  202. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  203. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +16 -16
  204. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +16 -16
  205. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +34 -34
  206. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +34 -34
  207. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +16 -16
  208. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +16 -16
  209. package/dist/11100/common.cjs +2 -2
  210. package/dist/11100/common.d.cts +342 -342
  211. package/dist/11100/common.d.mts +342 -342
  212. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +90 -90
  213. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +90 -90
  214. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +16 -16
  215. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +16 -16
  216. package/dist/11100/flip/flipMinted.d.cts +2 -2
  217. package/dist/11100/flip/flipMinted.d.mts +2 -2
  218. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +6 -6
  219. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +6 -6
  220. package/dist/11100/funding/sCCallExecuted.d.cts +6 -6
  221. package/dist/11100/funding/sCCallExecuted.d.mts +6 -6
  222. package/dist/11100/lendingPools/collateralAdded.d.cts +12 -12
  223. package/dist/11100/lendingPools/collateralAdded.d.mts +12 -12
  224. package/dist/11100/lendingPools/collateralRemoved.d.cts +12 -12
  225. package/dist/11100/lendingPools/collateralRemoved.d.mts +12 -12
  226. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +6 -6
  227. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +6 -6
  228. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +6 -6
  229. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +6 -6
  230. package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +6 -6
  231. package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +6 -6
  232. package/dist/11100/lendingPools/lendingPoolCreated.d.cts +6 -6
  233. package/dist/11100/lendingPools/lendingPoolCreated.d.mts +6 -6
  234. package/dist/11100/lendingPools/loanCreated.d.cts +10 -10
  235. package/dist/11100/lendingPools/loanCreated.d.mts +10 -10
  236. package/dist/11100/lendingPools/loanRepaid.d.cts +6 -6
  237. package/dist/11100/lendingPools/loanRepaid.d.mts +6 -6
  238. package/dist/11100/lendingPools/loanSettled.d.cts +6 -6
  239. package/dist/11100/lendingPools/loanSettled.d.mts +6 -6
  240. package/dist/11100/lendingPools/loanUpdated.d.cts +2 -2
  241. package/dist/11100/lendingPools/loanUpdated.d.mts +2 -2
  242. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +34 -34
  243. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +34 -34
  244. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +16 -16
  245. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +16 -16
  246. package/dist/11100/swapping/swapDepositAddressReady.d.cts +14 -14
  247. package/dist/11100/swapping/swapDepositAddressReady.d.mts +14 -14
  248. package/dist/11100/swapping/swapExecuted.d.cts +14 -14
  249. package/dist/11100/swapping/swapExecuted.d.mts +14 -14
  250. package/dist/11100/swapping/swapRequested.d.cts +28 -28
  251. package/dist/11100/swapping/swapRequested.d.mts +28 -28
  252. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  253. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  254. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  255. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  256. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +182 -182
  257. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +182 -182
  258. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  259. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  260. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  261. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  262. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +12 -12
  263. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +12 -12
  264. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +200 -200
  265. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +200 -200
  266. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +8 -8
  267. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +8 -8
  268. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
  269. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +22 -22
  270. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
  271. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
  272. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +312 -312
  273. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +312 -312
  274. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +28 -28
  275. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +28 -28
  276. package/dist/11200/common.cjs +2 -2
  277. package/dist/11200/common.d.cts +2743 -2743
  278. package/dist/11200/common.d.mts +2743 -2743
  279. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +12 -12
  280. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  281. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  282. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  283. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  284. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  285. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +182 -182
  286. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +182 -182
  287. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  288. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  289. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  290. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  291. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  292. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  293. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +200 -200
  294. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +200 -200
  295. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  296. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  297. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  298. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
  299. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +20 -20
  300. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +20 -20
  301. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +214 -214
  302. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +214 -214
  303. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +16 -16
  304. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +16 -16
  305. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  306. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  307. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
  308. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  309. package/dist/11200/swapping/swapRequested.d.cts +376 -376
  310. package/dist/11200/swapping/swapRequested.d.mts +376 -376
  311. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
  312. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
  313. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -10
  314. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +10 -10
  315. package/dist/120/common.cjs +1 -1
  316. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  317. package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
  318. package/dist/120/emissions/networkFeeBurned.d.cts +2 -2
  319. package/dist/120/emissions/networkFeeBurned.d.mts +2 -2
  320. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  321. package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  322. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +2 -2
  323. package/dist/120/ethereumIngressEgress/depositReceived.d.mts +2 -2
  324. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  325. package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
  326. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  327. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
  328. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  329. package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +2 -2
  330. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +2 -2
  331. package/dist/120/polkadotIngressEgress/depositReceived.d.mts +2 -2
  332. package/dist/120/swapping/ccmFailed.d.cts +4 -4
  333. package/dist/120/swapping/ccmFailed.d.mts +4 -4
  334. package/dist/120/swapping/swapEgressIgnored.d.cts +2 -2
  335. package/dist/120/swapping/swapEgressIgnored.d.mts +2 -2
  336. package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
  337. package/dist/120/swapping/swapEgressScheduled.d.mts +6 -6
  338. package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
  339. package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
  340. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
  341. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
  342. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +26 -26
  343. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +26 -26
  344. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +58 -58
  345. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +58 -58
  346. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  347. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  348. package/dist/131/common.cjs +1 -1
  349. package/dist/131/common.d.cts +209 -209
  350. package/dist/131/common.d.mts +209 -209
  351. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +12 -12
  352. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +12 -12
  353. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  354. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  355. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  356. package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  357. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
  358. package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
  359. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  360. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +20 -20
  361. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  362. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  363. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  364. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  365. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -10
  366. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +10 -10
  367. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  368. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +10 -10
  369. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  370. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
  371. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  372. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  373. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  374. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  375. package/dist/131/swapping/ccmFailed.d.cts +71 -71
  376. package/dist/131/swapping/ccmFailed.d.mts +71 -71
  377. package/dist/131/swapping/swapDepositAddressReady.d.cts +14 -14
  378. package/dist/131/swapping/swapDepositAddressReady.d.mts +14 -14
  379. package/dist/131/swapping/swapEgressIgnored.d.cts +18 -18
  380. package/dist/131/swapping/swapEgressIgnored.d.mts +18 -18
  381. package/dist/131/swapping/swapEgressScheduled.d.cts +4 -4
  382. package/dist/131/swapping/swapEgressScheduled.d.mts +4 -4
  383. package/dist/131/swapping/swapExecuted.d.cts +3 -3
  384. package/dist/131/swapping/swapExecuted.d.mts +3 -3
  385. package/dist/131/swapping/swapScheduled.d.cts +91 -91
  386. package/dist/131/swapping/swapScheduled.d.mts +91 -91
  387. package/dist/131/swapping/withdrawalRequested.d.cts +8 -8
  388. package/dist/131/swapping/withdrawalRequested.d.mts +8 -8
  389. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +18 -18
  390. package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +18 -18
  391. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
  392. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
  393. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  394. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  395. package/dist/141/common.cjs +1 -1
  396. package/dist/141/common.d.cts +2 -2
  397. package/dist/141/common.d.mts +2 -2
  398. package/dist/141/environment/staleUtxosDiscarded.d.cts +4 -4
  399. package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
  400. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +2 -2
  401. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
  402. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +2 -2
  403. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +2 -2
  404. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  405. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
  406. package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
  407. package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
  408. package/dist/141/swapping/swapDepositAddressReady.d.cts +2 -2
  409. package/dist/141/swapping/swapDepositAddressReady.d.mts +2 -2
  410. package/dist/141/swapping/swapExecuted.d.cts +2 -2
  411. package/dist/141/swapping/swapExecuted.d.mts +2 -2
  412. package/dist/141/swapping/swapScheduled.d.cts +10 -10
  413. package/dist/141/swapping/swapScheduled.d.mts +10 -10
  414. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  415. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +20 -20
  416. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  417. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  418. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  419. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
  420. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
  421. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +16 -16
  422. package/dist/150/assetBalances/refundScheduled.d.cts +50 -50
  423. package/dist/150/assetBalances/refundScheduled.d.mts +50 -50
  424. package/dist/150/assetBalances/refundSkipped.d.cts +97 -97
  425. package/dist/150/assetBalances/refundSkipped.d.mts +97 -97
  426. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +20 -20
  427. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +20 -20
  428. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  429. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
  430. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  431. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +24 -24
  432. package/dist/150/common.cjs +2 -2
  433. package/dist/150/common.d.cts +243 -243
  434. package/dist/150/common.d.mts +243 -243
  435. package/dist/150/environment/runtimeSafeModeUpdated.d.cts +12 -12
  436. package/dist/150/environment/runtimeSafeModeUpdated.d.mts +12 -12
  437. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  438. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +20 -20
  439. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  440. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  441. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  442. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +4 -4
  443. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  444. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
  445. package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
  446. package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
  447. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +20 -20
  448. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +20 -20
  449. package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
  450. package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
  451. package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
  452. package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
  453. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +32 -32
  454. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +32 -32
  455. package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
  456. package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
  457. package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
  458. package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
  459. package/dist/150/liquidityProvider/assetTransferred.d.cts +6 -6
  460. package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
  461. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
  462. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
  463. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
  464. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
  465. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +50 -50
  466. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +50 -50
  467. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  468. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  469. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
  470. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +20 -20
  471. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  472. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  473. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  474. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  475. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +16 -16
  476. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +16 -16
  477. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  478. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  479. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +20 -20
  480. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +20 -20
  481. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +6 -6
  482. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +6 -6
  483. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  484. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  485. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
  486. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +2 -2
  487. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
  488. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
  489. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  490. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  491. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  492. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  493. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  494. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  495. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  496. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
  497. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  498. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
  499. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +30 -30
  500. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +30 -30
  501. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  502. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  503. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  504. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  505. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  506. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  507. package/dist/150/swapping/batchSwapFailed.d.cts +6 -6
  508. package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
  509. package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
  510. package/dist/150/swapping/ccmDepositReceived.d.mts +74 -74
  511. package/dist/150/swapping/ccmFailed.d.cts +83 -83
  512. package/dist/150/swapping/ccmFailed.d.mts +83 -83
  513. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  514. package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
  515. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  516. package/dist/150/swapping/refundEgressIgnored.d.mts +24 -24
  517. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  518. package/dist/150/swapping/refundEgressScheduled.d.mts +8 -8
  519. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  520. package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
  521. package/dist/150/swapping/swapDepositAddressReady.d.cts +27 -27
  522. package/dist/150/swapping/swapDepositAddressReady.d.mts +27 -27
  523. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  524. package/dist/150/swapping/swapEgressIgnored.d.mts +24 -24
  525. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  526. package/dist/150/swapping/swapEgressScheduled.d.mts +8 -8
  527. package/dist/150/swapping/swapExecuted.d.cts +96 -96
  528. package/dist/150/swapping/swapExecuted.d.mts +96 -96
  529. package/dist/150/swapping/swapScheduled.d.cts +107 -107
  530. package/dist/150/swapping/swapScheduled.d.mts +107 -107
  531. package/dist/150/swapping/withdrawalRequested.d.cts +16 -16
  532. package/dist/150/swapping/withdrawalRequested.d.mts +16 -16
  533. package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  534. package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  535. package/dist/150/tokenholderGovernance/proposalPassed.d.cts +8 -8
  536. package/dist/150/tokenholderGovernance/proposalPassed.d.mts +8 -8
  537. package/dist/150/tokenholderGovernance/proposalRejected.d.cts +8 -8
  538. package/dist/150/tokenholderGovernance/proposalRejected.d.mts +8 -8
  539. package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  540. package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  541. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +9 -9
  542. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +9 -9
  543. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  544. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  545. package/dist/160/assetBalances/accountCredited.d.cts +2 -2
  546. package/dist/160/assetBalances/accountCredited.d.mts +2 -2
  547. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  548. package/dist/160/assetBalances/accountDebited.d.mts +2 -2
  549. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
  550. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
  551. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
  552. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
  553. package/dist/160/common.cjs +2 -2
  554. package/dist/160/common.d.cts +54 -54
  555. package/dist/160/common.d.mts +54 -54
  556. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
  557. package/dist/160/environment/runtimeSafeModeUpdated.d.mts +28 -28
  558. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +9 -9
  559. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +9 -9
  560. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  561. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  562. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +12 -12
  563. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +12 -12
  564. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
  565. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  566. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +9 -9
  567. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +9 -9
  568. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +7 -7
  569. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +7 -7
  570. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +7 -7
  571. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +7 -7
  572. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  573. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  574. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +5 -5
  575. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +5 -5
  576. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
  577. package/dist/160/solanaIngressEgress/depositIgnored.d.mts +2 -2
  578. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +4 -4
  579. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
  580. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  581. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  582. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  583. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  584. package/dist/160/swapping/refundEgressIgnored.d.cts +2 -2
  585. package/dist/160/swapping/refundEgressIgnored.d.mts +2 -2
  586. package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
  587. package/dist/160/swapping/refundEgressScheduled.d.mts +2 -2
  588. package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
  589. package/dist/160/swapping/swapAmountConfiscated.d.mts +2 -2
  590. package/dist/160/swapping/swapDepositAddressReady.d.cts +2 -2
  591. package/dist/160/swapping/swapDepositAddressReady.d.mts +2 -2
  592. package/dist/160/swapping/swapEgressIgnored.d.cts +2 -2
  593. package/dist/160/swapping/swapEgressIgnored.d.mts +2 -2
  594. package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
  595. package/dist/160/swapping/swapEgressScheduled.d.mts +2 -2
  596. package/dist/160/swapping/swapScheduled.d.cts +6 -6
  597. package/dist/160/swapping/swapScheduled.d.mts +6 -6
  598. package/dist/160/swapping/withdrawalRequested.d.cts +8 -8
  599. package/dist/160/swapping/withdrawalRequested.d.mts +8 -8
  600. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  601. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +2 -2
  602. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  603. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  604. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
  605. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +2 -2
  606. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  607. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +4 -4
  608. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  609. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  610. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +4 -4
  611. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
  612. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +6 -6
  613. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +6 -6
  614. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +6 -6
  615. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +6 -6
  616. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
  617. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
  618. package/dist/170/common.cjs +2 -2
  619. package/dist/170/common.d.cts +6 -6
  620. package/dist/170/common.d.mts +6 -6
  621. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
  622. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +2 -2
  623. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  624. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  625. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
  626. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +2 -2
  627. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  628. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  629. package/dist/170/reputation/offencePenalty.d.cts +2 -2
  630. package/dist/170/reputation/offencePenalty.d.mts +2 -2
  631. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  632. package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +2 -2
  633. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  634. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
  635. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  636. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  637. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +185 -185
  638. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +185 -185
  639. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  640. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  641. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  642. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  643. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  644. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  645. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  646. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
  647. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
  648. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
  649. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +337 -337
  650. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +337 -337
  651. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +32 -32
  652. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +32 -32
  653. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  654. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  655. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  656. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  657. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
  658. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.mts +20 -20
  659. package/dist/180/common.cjs +2 -2
  660. package/dist/180/common.d.cts +1622 -1622
  661. package/dist/180/common.d.mts +1622 -1622
  662. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  663. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
  664. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  665. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  666. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +185 -185
  667. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +185 -185
  668. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  669. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  670. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  671. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  672. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  673. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  674. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  675. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
  676. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  677. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  678. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +191 -191
  679. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +191 -191
  680. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  681. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  682. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  683. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  684. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  685. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  686. package/dist/180/solanaElections/unknownElection.d.cts +4 -4
  687. package/dist/180/solanaElections/unknownElection.d.mts +4 -4
  688. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  689. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
  690. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +8 -8
  691. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +8 -8
  692. package/dist/180/solanaIngressEgress/depositFailed.d.cts +179 -179
  693. package/dist/180/solanaIngressEgress/depositFailed.d.mts +179 -179
  694. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +8 -8
  695. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +8 -8
  696. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  697. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
  698. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  699. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  700. package/dist/180/swapping/refundEgressScheduled.d.cts +18 -18
  701. package/dist/180/swapping/refundEgressScheduled.d.mts +18 -18
  702. package/dist/180/swapping/swapDepositAddressReady.d.cts +39 -39
  703. package/dist/180/swapping/swapDepositAddressReady.d.mts +39 -39
  704. package/dist/180/swapping/swapEgressScheduled.d.cts +18 -18
  705. package/dist/180/swapping/swapEgressScheduled.d.mts +18 -18
  706. package/dist/180/swapping/swapRequested.d.cts +65 -65
  707. package/dist/180/swapping/swapRequested.d.mts +65 -65
  708. package/dist/180/swapping/withdrawalRequested.d.cts +15 -15
  709. package/dist/180/swapping/withdrawalRequested.d.mts +15 -15
  710. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  711. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  712. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  713. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +20 -20
  714. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  715. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  716. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
  717. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +10 -10
  718. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  719. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  720. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  721. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  722. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  723. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  724. package/dist/190/assetBalances/refundSkipped.d.cts +8 -8
  725. package/dist/190/assetBalances/refundSkipped.d.mts +8 -8
  726. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +10 -10
  727. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +10 -10
  728. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  729. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.mts +2 -2
  730. package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
  731. package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +2 -2
  732. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  733. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  734. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +20 -20
  735. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +20 -20
  736. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +8 -8
  737. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +8 -8
  738. package/dist/190/assethubIngressEgress/depositFailed.d.cts +10 -10
  739. package/dist/190/assethubIngressEgress/depositFailed.d.mts +10 -10
  740. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +8 -8
  741. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +8 -8
  742. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  743. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  744. package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +2 -2
  745. package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +2 -2
  746. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  747. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  748. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  749. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
  750. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  751. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  752. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +20 -20
  753. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +20 -20
  754. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  755. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  756. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +10 -10
  757. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +10 -10
  758. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
  759. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
  760. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  761. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  762. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +2 -2
  763. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
  764. package/dist/190/common.cjs +2 -2
  765. package/dist/190/common.d.cts +168 -168
  766. package/dist/190/common.d.mts +168 -168
  767. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  768. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  769. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  770. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +20 -20
  771. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  772. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  773. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +10 -10
  774. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +10 -10
  775. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  776. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  777. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  778. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  779. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  780. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  781. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +2 -2
  782. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +2 -2
  783. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  784. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  785. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  786. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  787. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
  788. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +20 -20
  789. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  790. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  791. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
  792. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +10 -10
  793. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  794. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  795. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  796. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  797. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  798. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  799. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  800. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  801. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +20 -20
  802. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +20 -20
  803. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
  804. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
  805. package/dist/190/solanaIngressEgress/depositFailed.d.cts +10 -10
  806. package/dist/190/solanaIngressEgress/depositFailed.d.mts +10 -10
  807. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +8 -8
  808. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +8 -8
  809. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  810. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
  811. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  812. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  813. package/dist/190/swapping/refundEgressIgnored.d.cts +8 -8
  814. package/dist/190/swapping/refundEgressIgnored.d.mts +8 -8
  815. package/dist/190/swapping/swapEgressIgnored.d.cts +8 -8
  816. package/dist/190/swapping/swapEgressIgnored.d.mts +8 -8
  817. package/dist/190/swapping/withdrawalRequested.d.cts +2 -2
  818. package/dist/190/swapping/withdrawalRequested.d.mts +2 -2
  819. package/dist/200/common.cjs +2 -2
  820. package/dist/200/lendingPools/lendingFundsAdded.d.cts +2 -2
  821. package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
  822. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +128 -128
  823. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +128 -128
  824. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +16 -16
  825. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +16 -16
  826. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +206 -206
  827. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +206 -206
  828. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +10 -10
  829. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +10 -10
  830. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
  831. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
  832. package/dist/210/assetBalances/accountCredited.d.cts +6 -6
  833. package/dist/210/assetBalances/accountCredited.d.mts +6 -6
  834. package/dist/210/assetBalances/accountDebited.d.cts +6 -6
  835. package/dist/210/assetBalances/accountDebited.d.mts +6 -6
  836. package/dist/210/assetBalances/refundSkipped.d.cts +113 -113
  837. package/dist/210/assetBalances/refundSkipped.d.mts +113 -113
  838. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +128 -128
  839. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +128 -128
  840. package/dist/210/assethubIngressEgress/depositFailed.d.cts +221 -221
  841. package/dist/210/assethubIngressEgress/depositFailed.d.mts +221 -221
  842. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
  843. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
  844. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +128 -128
  845. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +128 -128
  846. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +352 -352
  847. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +352 -352
  848. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
  849. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
  850. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
  851. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
  852. package/dist/210/common.cjs +2 -2
  853. package/dist/210/common.d.cts +3649 -3649
  854. package/dist/210/common.d.mts +3649 -3649
  855. package/dist/210/emissions/flipBurnSkipped.d.cts +26 -26
  856. package/dist/210/emissions/flipBurnSkipped.d.mts +26 -26
  857. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +135 -135
  858. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +135 -135
  859. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +128 -128
  860. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +128 -128
  861. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +16 -16
  862. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +16 -16
  863. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +206 -206
  864. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +206 -206
  865. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +10 -10
  866. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +10 -10
  867. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
  868. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
  869. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
  870. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
  871. package/dist/210/funding/funded.d.cts +8 -8
  872. package/dist/210/funding/funded.d.mts +8 -8
  873. package/dist/210/funding/redemptionExpired.d.cts +2 -2
  874. package/dist/210/funding/redemptionExpired.d.mts +2 -2
  875. package/dist/210/funding/redemptionSettled.d.cts +2 -2
  876. package/dist/210/funding/redemptionSettled.d.mts +2 -2
  877. package/dist/210/funding/sCCallCannotBeExecuted.d.cts +61 -61
  878. package/dist/210/funding/sCCallCannotBeExecuted.d.mts +61 -61
  879. package/dist/210/governance/failedExecution.d.cts +15 -15
  880. package/dist/210/governance/failedExecution.d.mts +15 -15
  881. package/dist/210/governance/govKeyCallExecutionFailed.d.cts +28 -28
  882. package/dist/210/governance/govKeyCallExecutionFailed.d.mts +28 -28
  883. package/dist/210/lendingPools/boostFundsAdded.d.cts +8 -8
  884. package/dist/210/lendingPools/boostFundsAdded.d.mts +8 -8
  885. package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
  886. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  887. package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
  888. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  889. package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
  890. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  891. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
  892. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  893. package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
  894. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  895. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +6 -6
  896. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
  897. package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
  898. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  899. package/dist/210/lendingPools/loanCreated.d.cts +6 -6
  900. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  901. package/dist/210/lendingPools/palletConfigUpdated.d.cts +34 -34
  902. package/dist/210/lendingPools/palletConfigUpdated.d.mts +34 -34
  903. package/dist/210/lendingPools/stoppedBoosting.d.cts +8 -8
  904. package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
  905. package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
  906. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  907. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +25 -25
  908. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +25 -25
  909. package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
  910. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  911. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
  912. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +36 -36
  913. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
  914. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  915. package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
  916. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  917. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +42 -42
  918. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +42 -42
  919. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +26 -26
  920. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +26 -26
  921. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +32 -32
  922. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +32 -32
  923. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +14 -14
  924. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +14 -14
  925. package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
  926. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  927. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
  928. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
  929. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  930. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  931. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +128 -128
  932. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +128 -128
  933. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +221 -221
  934. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +221 -221
  935. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
  936. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
  937. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
  938. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
  939. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +128 -128
  940. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +128 -128
  941. package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
  942. package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
  943. package/dist/210/solanaIngressEgress/depositFailed.d.cts +238 -238
  944. package/dist/210/solanaIngressEgress/depositFailed.d.mts +238 -238
  945. package/dist/210/solanaIngressEgress/depositFinalised.d.cts +18 -18
  946. package/dist/210/solanaIngressEgress/depositFinalised.d.mts +18 -18
  947. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
  948. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
  949. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
  950. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
  951. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +16 -16
  952. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +16 -16
  953. package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
  954. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  955. package/dist/210/swapping/creditedOnChain.d.cts +8 -8
  956. package/dist/210/swapping/creditedOnChain.d.mts +8 -8
  957. package/dist/210/swapping/palletConfigUpdated.d.cts +48 -48
  958. package/dist/210/swapping/palletConfigUpdated.d.mts +48 -48
  959. package/dist/210/swapping/refundEgressIgnored.d.cts +34 -34
  960. package/dist/210/swapping/refundEgressIgnored.d.mts +34 -34
  961. package/dist/210/swapping/refundEgressScheduled.d.cts +19 -19
  962. package/dist/210/swapping/refundEgressScheduled.d.mts +19 -19
  963. package/dist/210/swapping/refundedOnChain.d.cts +8 -8
  964. package/dist/210/swapping/refundedOnChain.d.mts +8 -8
  965. package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
  966. package/dist/210/swapping/swapAmountConfiscated.d.mts +7 -7
  967. package/dist/210/swapping/swapDepositAddressReady.d.cts +43 -43
  968. package/dist/210/swapping/swapDepositAddressReady.d.mts +43 -43
  969. package/dist/210/swapping/swapEgressIgnored.d.cts +34 -34
  970. package/dist/210/swapping/swapEgressIgnored.d.mts +34 -34
  971. package/dist/210/swapping/swapEgressScheduled.d.cts +18 -18
  972. package/dist/210/swapping/swapEgressScheduled.d.mts +18 -18
  973. package/dist/210/swapping/swapExecuted.d.cts +12 -12
  974. package/dist/210/swapping/swapExecuted.d.mts +12 -12
  975. package/dist/210/swapping/swapRequested.d.cts +409 -409
  976. package/dist/210/swapping/swapRequested.d.mts +409 -409
  977. package/dist/210/swapping/withdrawalRequested.d.cts +10 -10
  978. package/dist/210/swapping/withdrawalRequested.d.mts +10 -10
  979. package/dist/210/system/extrinsicFailed.d.cts +34 -34
  980. package/dist/210/system/extrinsicFailed.d.mts +34 -34
  981. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +26 -26
  982. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +26 -26
  983. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
  984. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  985. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  986. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  987. package/dist/210/tradingStrategy/strategyDeployed.d.cts +24 -24
  988. package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
  989. package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +28 -28
  990. package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +28 -28
  991. package/dist/210/witnesser/witnessExecutionFailed.d.cts +28 -28
  992. package/dist/210/witnesser/witnessExecutionFailed.d.mts +28 -28
  993. package/dist/220/arbitrumBroadcaster/callResigned.cjs +13 -0
  994. package/dist/220/arbitrumBroadcaster/callResigned.d.cts +55 -0
  995. package/dist/220/arbitrumBroadcaster/callResigned.d.mts +55 -0
  996. package/dist/220/arbitrumBroadcaster/callResigned.mjs +11 -0
  997. package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.cjs +13 -0
  998. package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  999. package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.d.mts +25 -0
  1000. package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.mjs +11 -0
  1001. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.cjs +13 -0
  1002. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1003. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +25 -0
  1004. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.mjs +11 -0
  1005. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.cjs +13 -0
  1006. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
  1007. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
  1008. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.mjs +11 -0
  1009. package/dist/220/arbitrumIngressEgress/depositBoosted.cjs +23 -0
  1010. package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +224 -0
  1011. package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +224 -0
  1012. package/dist/220/arbitrumIngressEgress/depositBoosted.mjs +21 -0
  1013. package/dist/220/arbitrumIngressEgress/depositFailed.cjs +14 -0
  1014. package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +1507 -0
  1015. package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +1507 -0
  1016. package/dist/220/arbitrumIngressEgress/depositFailed.mjs +12 -0
  1017. package/dist/220/arbitrumIngressEgress/depositFinalised.cjs +21 -0
  1018. package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
  1019. package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +198 -0
  1020. package/dist/220/arbitrumIngressEgress/depositFinalised.mjs +19 -0
  1021. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.cjs +16 -0
  1022. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
  1023. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +66 -0
  1024. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.mjs +14 -0
  1025. package/dist/220/assetBalances/accountCredited.cjs +15 -0
  1026. package/dist/220/assetBalances/accountCredited.d.cts +31 -0
  1027. package/dist/220/assetBalances/accountCredited.d.mts +31 -0
  1028. package/dist/220/assetBalances/accountCredited.mjs +13 -0
  1029. package/dist/220/assetBalances/accountDebited.cjs +15 -0
  1030. package/dist/220/assetBalances/accountDebited.d.cts +31 -0
  1031. package/dist/220/assetBalances/accountDebited.d.mts +31 -0
  1032. package/dist/220/assetBalances/accountDebited.mjs +13 -0
  1033. package/dist/220/assetBalances/refundScheduled.cjs +14 -0
  1034. package/dist/220/assetBalances/refundScheduled.d.cts +266 -0
  1035. package/dist/220/assetBalances/refundScheduled.d.mts +266 -0
  1036. package/dist/220/assetBalances/refundScheduled.mjs +12 -0
  1037. package/dist/220/assetBalances/refundSkipped.cjs +14 -0
  1038. package/dist/220/assetBalances/refundSkipped.d.cts +510 -0
  1039. package/dist/220/assetBalances/refundSkipped.d.mts +510 -0
  1040. package/dist/220/assetBalances/refundSkipped.mjs +12 -0
  1041. package/dist/220/assetBalances/vaultDeficitDetected.cjs +14 -0
  1042. package/dist/220/assetBalances/vaultDeficitDetected.d.cts +28 -0
  1043. package/dist/220/assetBalances/vaultDeficitDetected.d.mts +28 -0
  1044. package/dist/220/assetBalances/vaultDeficitDetected.mjs +12 -0
  1045. package/dist/220/assethubBroadcaster/callResigned.cjs +13 -0
  1046. package/dist/220/assethubBroadcaster/callResigned.d.cts +25 -0
  1047. package/dist/220/assethubBroadcaster/callResigned.d.mts +25 -0
  1048. package/dist/220/assethubBroadcaster/callResigned.mjs +11 -0
  1049. package/dist/220/assethubIngressEgress/batchBroadcastRequested.cjs +13 -0
  1050. package/dist/220/assethubIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1051. package/dist/220/assethubIngressEgress/batchBroadcastRequested.d.mts +25 -0
  1052. package/dist/220/assethubIngressEgress/batchBroadcastRequested.mjs +11 -0
  1053. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.cjs +13 -0
  1054. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1055. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +25 -0
  1056. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.mjs +11 -0
  1057. package/dist/220/assethubIngressEgress/ccmEgressInvalid.cjs +13 -0
  1058. package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +1059 -0
  1059. package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +1059 -0
  1060. package/dist/220/assethubIngressEgress/ccmEgressInvalid.mjs +11 -0
  1061. package/dist/220/assethubIngressEgress/depositBoosted.cjs +23 -0
  1062. package/dist/220/assethubIngressEgress/depositBoosted.d.cts +214 -0
  1063. package/dist/220/assethubIngressEgress/depositBoosted.d.mts +214 -0
  1064. package/dist/220/assethubIngressEgress/depositBoosted.mjs +21 -0
  1065. package/dist/220/assethubIngressEgress/depositFailed.cjs +14 -0
  1066. package/dist/220/assethubIngressEgress/depositFailed.d.cts +1498 -0
  1067. package/dist/220/assethubIngressEgress/depositFailed.d.mts +1498 -0
  1068. package/dist/220/assethubIngressEgress/depositFailed.mjs +12 -0
  1069. package/dist/220/assethubIngressEgress/depositFinalised.cjs +21 -0
  1070. package/dist/220/assethubIngressEgress/depositFinalised.d.cts +188 -0
  1071. package/dist/220/assethubIngressEgress/depositFinalised.d.mts +188 -0
  1072. package/dist/220/assethubIngressEgress/depositFinalised.mjs +19 -0
  1073. package/dist/220/assethubIngressEgress/transferFallbackRequested.cjs +16 -0
  1074. package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +66 -0
  1075. package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +66 -0
  1076. package/dist/220/assethubIngressEgress/transferFallbackRequested.mjs +14 -0
  1077. package/dist/220/bitcoinBroadcaster/callResigned.cjs +13 -0
  1078. package/dist/220/bitcoinBroadcaster/callResigned.d.cts +25 -0
  1079. package/dist/220/bitcoinBroadcaster/callResigned.d.mts +25 -0
  1080. package/dist/220/bitcoinBroadcaster/callResigned.mjs +11 -0
  1081. package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.cjs +13 -0
  1082. package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1083. package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.d.mts +25 -0
  1084. package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.mjs +11 -0
  1085. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.cjs +13 -0
  1086. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1087. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +25 -0
  1088. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.mjs +11 -0
  1089. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.cjs +13 -0
  1090. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1059 -0
  1091. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +1059 -0
  1092. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.mjs +11 -0
  1093. package/dist/220/bitcoinIngressEgress/depositBoosted.cjs +23 -0
  1094. package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +438 -0
  1095. package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +438 -0
  1096. package/dist/220/bitcoinIngressEgress/depositBoosted.mjs +21 -0
  1097. package/dist/220/bitcoinIngressEgress/depositFailed.cjs +14 -0
  1098. package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +2416 -0
  1099. package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +2416 -0
  1100. package/dist/220/bitcoinIngressEgress/depositFailed.mjs +12 -0
  1101. package/dist/220/bitcoinIngressEgress/depositFinalised.cjs +21 -0
  1102. package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +412 -0
  1103. package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +412 -0
  1104. package/dist/220/bitcoinIngressEgress/depositFinalised.mjs +19 -0
  1105. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.cjs +16 -0
  1106. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
  1107. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +161 -0
  1108. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.mjs +14 -0
  1109. package/dist/220/common.cjs +1824 -7
  1110. package/dist/220/common.d.cts +32053 -106
  1111. package/dist/220/common.d.mts +32053 -106
  1112. package/dist/220/common.mjs +1642 -6
  1113. package/dist/220/emissions/networkFeeBurned.cjs +13 -0
  1114. package/dist/220/emissions/networkFeeBurned.d.cts +25 -0
  1115. package/dist/220/emissions/networkFeeBurned.d.mts +25 -0
  1116. package/dist/220/emissions/networkFeeBurned.mjs +11 -0
  1117. package/dist/220/environment/runtimeSafeModeUpdated.cjs +10 -0
  1118. package/dist/220/environment/runtimeSafeModeUpdated.d.cts +1944 -0
  1119. package/dist/220/environment/runtimeSafeModeUpdated.d.mts +1944 -0
  1120. package/dist/220/environment/runtimeSafeModeUpdated.mjs +8 -0
  1121. package/dist/220/environment/tronInitialized.cjs +9 -0
  1122. package/dist/220/environment/tronInitialized.d.cts +6 -0
  1123. package/dist/220/environment/tronInitialized.d.mts +6 -0
  1124. package/dist/220/environment/tronInitialized.mjs +7 -0
  1125. package/dist/220/ethereumBroadcaster/callResigned.cjs +13 -0
  1126. package/dist/220/ethereumBroadcaster/callResigned.d.cts +55 -0
  1127. package/dist/220/ethereumBroadcaster/callResigned.d.mts +55 -0
  1128. package/dist/220/ethereumBroadcaster/callResigned.mjs +11 -0
  1129. package/dist/220/ethereumIngressEgress/batchBroadcastRequested.cjs +13 -0
  1130. package/dist/220/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1131. package/dist/220/ethereumIngressEgress/batchBroadcastRequested.d.mts +25 -0
  1132. package/dist/220/ethereumIngressEgress/batchBroadcastRequested.mjs +11 -0
  1133. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.cjs +13 -0
  1134. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1135. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +25 -0
  1136. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.mjs +11 -0
  1137. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.cjs +13 -0
  1138. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
  1139. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
  1140. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.mjs +11 -0
  1141. package/dist/220/ethereumIngressEgress/depositBoosted.cjs +23 -0
  1142. package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +224 -0
  1143. package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +224 -0
  1144. package/dist/220/ethereumIngressEgress/depositBoosted.mjs +21 -0
  1145. package/dist/220/ethereumIngressEgress/depositFailed.cjs +14 -0
  1146. package/dist/220/ethereumIngressEgress/depositFailed.d.cts +1507 -0
  1147. package/dist/220/ethereumIngressEgress/depositFailed.d.mts +1507 -0
  1148. package/dist/220/ethereumIngressEgress/depositFailed.mjs +12 -0
  1149. package/dist/220/ethereumIngressEgress/depositFinalised.cjs +21 -0
  1150. package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +198 -0
  1151. package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +198 -0
  1152. package/dist/220/ethereumIngressEgress/depositFinalised.mjs +19 -0
  1153. package/dist/220/ethereumIngressEgress/transferFallbackRequested.cjs +16 -0
  1154. package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
  1155. package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +66 -0
  1156. package/dist/220/ethereumIngressEgress/transferFallbackRequested.mjs +14 -0
  1157. package/dist/220/funding/funded.cjs +15 -0
  1158. package/dist/220/funding/funded.d.cts +88 -0
  1159. package/dist/220/funding/funded.d.mts +88 -0
  1160. package/dist/220/funding/funded.mjs +13 -0
  1161. package/dist/220/grandpa/grandpaVoteDelegated.cjs +13 -0
  1162. package/dist/220/grandpa/grandpaVoteDelegated.d.cts +15 -0
  1163. package/dist/220/grandpa/grandpaVoteDelegated.d.mts +15 -0
  1164. package/dist/220/grandpa/grandpaVoteDelegated.mjs +11 -0
  1165. package/dist/220/grandpa/grandpaVoteDelegationRemoved.cjs +10 -0
  1166. package/dist/220/grandpa/grandpaVoteDelegationRemoved.d.cts +12 -0
  1167. package/dist/220/grandpa/grandpaVoteDelegationRemoved.d.mts +12 -0
  1168. package/dist/220/grandpa/grandpaVoteDelegationRemoved.mjs +8 -0
  1169. package/dist/220/lendingPools/boostFundsAdded.cjs +14 -0
  1170. package/dist/220/lendingPools/boostFundsAdded.d.cts +45 -0
  1171. package/dist/220/lendingPools/boostFundsAdded.d.mts +45 -0
  1172. package/dist/220/lendingPools/boostFundsAdded.mjs +12 -0
  1173. package/dist/220/lendingPools/boostPoolCreated.cjs +10 -0
  1174. package/dist/220/lendingPools/boostPoolCreated.d.cts +39 -0
  1175. package/dist/220/lendingPools/boostPoolCreated.d.mts +39 -0
  1176. package/dist/220/lendingPools/boostPoolCreated.mjs +8 -0
  1177. package/dist/220/lendingPools/lendingFundsAdded.cjs +15 -0
  1178. package/dist/220/lendingPools/lendingFundsAdded.d.cts +81 -0
  1179. package/dist/220/lendingPools/lendingFundsAdded.d.mts +81 -0
  1180. package/dist/220/lendingPools/lendingFundsAdded.mjs +13 -0
  1181. package/dist/220/lendingPools/lendingFundsRemoved.cjs +15 -0
  1182. package/dist/220/lendingPools/lendingFundsRemoved.d.cts +41 -0
  1183. package/dist/220/lendingPools/lendingFundsRemoved.d.mts +41 -0
  1184. package/dist/220/lendingPools/lendingFundsRemoved.mjs +13 -0
  1185. package/dist/220/lendingPools/lendingPoolCreated.cjs +10 -0
  1186. package/dist/220/lendingPools/lendingPoolCreated.d.cts +22 -0
  1187. package/dist/220/lendingPools/lendingPoolCreated.d.mts +22 -0
  1188. package/dist/220/lendingPools/lendingPoolCreated.mjs +8 -0
  1189. package/dist/220/lendingPools/loanCreated.cjs +15 -0
  1190. package/dist/220/lendingPools/loanCreated.d.cts +61 -0
  1191. package/dist/220/lendingPools/loanCreated.d.mts +61 -0
  1192. package/dist/220/lendingPools/loanCreated.mjs +13 -0
  1193. package/dist/220/lendingPools/loanRepaid.cjs +14 -0
  1194. package/dist/220/lendingPools/loanRepaid.d.cts +53 -0
  1195. package/dist/220/lendingPools/loanRepaid.d.mts +53 -0
  1196. package/dist/220/lendingPools/loanRepaid.mjs +12 -0
  1197. package/dist/220/lendingPools/palletConfigUpdated.cjs +10 -0
  1198. package/dist/220/lendingPools/palletConfigUpdated.d.cts +438 -0
  1199. package/dist/220/lendingPools/palletConfigUpdated.d.mts +438 -0
  1200. package/dist/220/lendingPools/palletConfigUpdated.mjs +8 -0
  1201. package/dist/220/lendingPools/stoppedBoosting.cjs +15 -0
  1202. package/dist/220/lendingPools/stoppedBoosting.d.cts +48 -0
  1203. package/dist/220/lendingPools/stoppedBoosting.d.mts +48 -0
  1204. package/dist/220/lendingPools/stoppedBoosting.mjs +13 -0
  1205. package/dist/220/liquidityPools/assetSwapped.cjs +15 -0
  1206. package/dist/220/liquidityPools/assetSwapped.d.cts +41 -0
  1207. package/dist/220/liquidityPools/assetSwapped.d.mts +41 -0
  1208. package/dist/220/liquidityPools/assetSwapped.mjs +13 -0
  1209. package/dist/220/liquidityPools/limitOrderUpdated.cjs +21 -0
  1210. package/dist/220/liquidityPools/limitOrderUpdated.d.cts +99 -0
  1211. package/dist/220/liquidityPools/limitOrderUpdated.d.mts +99 -0
  1212. package/dist/220/liquidityPools/limitOrderUpdated.mjs +19 -0
  1213. package/dist/220/liquidityPools/newPoolCreated.cjs +15 -0
  1214. package/dist/220/liquidityPools/newPoolCreated.d.cts +41 -0
  1215. package/dist/220/liquidityPools/newPoolCreated.d.mts +41 -0
  1216. package/dist/220/liquidityPools/newPoolCreated.mjs +13 -0
  1217. package/dist/220/liquidityPools/orderDeletionFailed.cjs +10 -0
  1218. package/dist/220/liquidityPools/orderDeletionFailed.d.cts +127 -0
  1219. package/dist/220/liquidityPools/orderDeletionFailed.d.mts +127 -0
  1220. package/dist/220/liquidityPools/orderDeletionFailed.mjs +8 -0
  1221. package/dist/220/liquidityPools/palletConfigUpdated.cjs +10 -0
  1222. package/dist/220/liquidityPools/palletConfigUpdated.d.cts +44 -0
  1223. package/dist/220/liquidityPools/palletConfigUpdated.d.mts +44 -0
  1224. package/dist/220/liquidityPools/palletConfigUpdated.mjs +8 -0
  1225. package/dist/220/liquidityPools/poolFeeSet.cjs +14 -0
  1226. package/dist/220/liquidityPools/poolFeeSet.d.cts +38 -0
  1227. package/dist/220/liquidityPools/poolFeeSet.d.mts +38 -0
  1228. package/dist/220/liquidityPools/poolFeeSet.mjs +12 -0
  1229. package/dist/220/liquidityPools/priceImpactLimitSet.cjs +13 -0
  1230. package/dist/220/liquidityPools/priceImpactLimitSet.d.cts +46 -0
  1231. package/dist/220/liquidityPools/priceImpactLimitSet.d.mts +46 -0
  1232. package/dist/220/liquidityPools/priceImpactLimitSet.mjs +11 -0
  1233. package/dist/220/liquidityPools/rangeOrderUpdated.cjs +22 -0
  1234. package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +209 -0
  1235. package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +209 -0
  1236. package/dist/220/liquidityPools/rangeOrderUpdated.mjs +20 -0
  1237. package/dist/220/liquidityProvider/assetBalancePurgeFailed.cjs +15 -0
  1238. package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +275 -0
  1239. package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +275 -0
  1240. package/dist/220/liquidityProvider/assetBalancePurgeFailed.mjs +13 -0
  1241. package/dist/220/liquidityProvider/assetBalancePurged.cjs +17 -0
  1242. package/dist/220/liquidityProvider/assetBalancePurged.d.cts +104 -0
  1243. package/dist/220/liquidityProvider/assetBalancePurged.d.mts +104 -0
  1244. package/dist/220/liquidityProvider/assetBalancePurged.mjs +15 -0
  1245. package/dist/220/liquidityProvider/assetTransferred.cjs +15 -0
  1246. package/dist/220/liquidityProvider/assetTransferred.d.cts +31 -0
  1247. package/dist/220/liquidityProvider/assetTransferred.d.mts +31 -0
  1248. package/dist/220/liquidityProvider/assetTransferred.mjs +13 -0
  1249. package/dist/220/liquidityProvider/liquidityDepositAddressReady.cjs +18 -0
  1250. package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +97 -0
  1251. package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +97 -0
  1252. package/dist/220/liquidityProvider/liquidityDepositAddressReady.mjs +16 -0
  1253. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.cjs +14 -0
  1254. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +266 -0
  1255. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +266 -0
  1256. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.mjs +12 -0
  1257. package/dist/220/liquidityProvider/withdrawalEgressScheduled.cjs +16 -0
  1258. package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +101 -0
  1259. package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +101 -0
  1260. package/dist/220/liquidityProvider/withdrawalEgressScheduled.mjs +14 -0
  1261. package/dist/220/polkadotBroadcaster/callResigned.cjs +13 -0
  1262. package/dist/220/polkadotBroadcaster/callResigned.d.cts +25 -0
  1263. package/dist/220/polkadotBroadcaster/callResigned.d.mts +25 -0
  1264. package/dist/220/polkadotBroadcaster/callResigned.mjs +11 -0
  1265. package/dist/220/polkadotIngressEgress/batchBroadcastRequested.cjs +13 -0
  1266. package/dist/220/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1267. package/dist/220/polkadotIngressEgress/batchBroadcastRequested.d.mts +25 -0
  1268. package/dist/220/polkadotIngressEgress/batchBroadcastRequested.mjs +11 -0
  1269. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.cjs +13 -0
  1270. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1271. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +25 -0
  1272. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.mjs +11 -0
  1273. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.cjs +13 -0
  1274. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +1059 -0
  1275. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +1059 -0
  1276. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.mjs +11 -0
  1277. package/dist/220/polkadotIngressEgress/depositBoosted.cjs +23 -0
  1278. package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +214 -0
  1279. package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +214 -0
  1280. package/dist/220/polkadotIngressEgress/depositBoosted.mjs +21 -0
  1281. package/dist/220/polkadotIngressEgress/depositFailed.cjs +14 -0
  1282. package/dist/220/polkadotIngressEgress/depositFailed.d.cts +1498 -0
  1283. package/dist/220/polkadotIngressEgress/depositFailed.d.mts +1498 -0
  1284. package/dist/220/polkadotIngressEgress/depositFailed.mjs +12 -0
  1285. package/dist/220/polkadotIngressEgress/depositFinalised.cjs +21 -0
  1286. package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +188 -0
  1287. package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +188 -0
  1288. package/dist/220/polkadotIngressEgress/depositFinalised.mjs +19 -0
  1289. package/dist/220/polkadotIngressEgress/transferFallbackRequested.cjs +16 -0
  1290. package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
  1291. package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +66 -0
  1292. package/dist/220/polkadotIngressEgress/transferFallbackRequested.mjs +14 -0
  1293. package/dist/220/reputation/offencePenalty.cjs +14 -0
  1294. package/dist/220/reputation/offencePenalty.d.cts +125 -0
  1295. package/dist/220/reputation/offencePenalty.d.mts +125 -0
  1296. package/dist/220/reputation/offencePenalty.mjs +12 -0
  1297. package/dist/220/reputation/penaltyUpdated.cjs +14 -0
  1298. package/dist/220/reputation/penaltyUpdated.d.cts +155 -0
  1299. package/dist/220/reputation/penaltyUpdated.d.mts +155 -0
  1300. package/dist/220/reputation/penaltyUpdated.mjs +12 -0
  1301. package/dist/220/solanaBroadcaster/callResigned.cjs +13 -0
  1302. package/dist/220/solanaBroadcaster/callResigned.d.cts +30 -0
  1303. package/dist/220/solanaBroadcaster/callResigned.d.mts +30 -0
  1304. package/dist/220/solanaBroadcaster/callResigned.mjs +11 -0
  1305. package/dist/220/solanaIngressEgress/batchBroadcastRequested.cjs +13 -0
  1306. package/dist/220/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1307. package/dist/220/solanaIngressEgress/batchBroadcastRequested.d.mts +25 -0
  1308. package/dist/220/solanaIngressEgress/batchBroadcastRequested.mjs +11 -0
  1309. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.cjs +13 -0
  1310. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1311. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +25 -0
  1312. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.mjs +11 -0
  1313. package/dist/220/solanaIngressEgress/ccmEgressInvalid.cjs +13 -0
  1314. package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +1059 -0
  1315. package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +1059 -0
  1316. package/dist/220/solanaIngressEgress/ccmEgressInvalid.mjs +11 -0
  1317. package/dist/220/solanaIngressEgress/depositBoosted.cjs +23 -0
  1318. package/dist/220/solanaIngressEgress/depositBoosted.d.cts +244 -0
  1319. package/dist/220/solanaIngressEgress/depositBoosted.d.mts +244 -0
  1320. package/dist/220/solanaIngressEgress/depositBoosted.mjs +21 -0
  1321. package/dist/220/solanaIngressEgress/depositFailed.cjs +14 -0
  1322. package/dist/220/solanaIngressEgress/depositFailed.d.cts +1579 -0
  1323. package/dist/220/solanaIngressEgress/depositFailed.d.mts +1579 -0
  1324. package/dist/220/solanaIngressEgress/depositFailed.mjs +12 -0
  1325. package/dist/220/solanaIngressEgress/depositFinalised.cjs +21 -0
  1326. package/dist/220/solanaIngressEgress/depositFinalised.d.cts +218 -0
  1327. package/dist/220/solanaIngressEgress/depositFinalised.d.mts +218 -0
  1328. package/dist/220/solanaIngressEgress/depositFinalised.mjs +19 -0
  1329. package/dist/220/solanaIngressEgress/transferFallbackRequested.cjs +16 -0
  1330. package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
  1331. package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +66 -0
  1332. package/dist/220/solanaIngressEgress/transferFallbackRequested.mjs +14 -0
  1333. package/dist/220/swapping/accountCreationDepositAddressReady.cjs +20 -0
  1334. package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +160 -0
  1335. package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +160 -0
  1336. package/dist/220/swapping/accountCreationDepositAddressReady.mjs +18 -0
  1337. package/dist/220/swapping/batchSwapFailed.cjs +14 -0
  1338. package/dist/220/swapping/batchSwapFailed.d.cts +38 -0
  1339. package/dist/220/swapping/batchSwapFailed.d.mts +38 -0
  1340. package/dist/220/swapping/batchSwapFailed.mjs +12 -0
  1341. package/dist/220/swapping/creditedOnChain.cjs +15 -0
  1342. package/dist/220/swapping/creditedOnChain.d.cts +31 -0
  1343. package/dist/220/swapping/creditedOnChain.d.mts +31 -0
  1344. package/dist/220/swapping/creditedOnChain.mjs +13 -0
  1345. package/dist/220/swapping/palletConfigUpdated.cjs +10 -0
  1346. package/dist/220/swapping/palletConfigUpdated.d.cts +304 -0
  1347. package/dist/220/swapping/palletConfigUpdated.d.mts +304 -0
  1348. package/dist/220/swapping/palletConfigUpdated.mjs +8 -0
  1349. package/dist/220/swapping/refundEgressIgnored.cjs +15 -0
  1350. package/dist/220/swapping/refundEgressIgnored.d.cts +275 -0
  1351. package/dist/220/swapping/refundEgressIgnored.d.mts +275 -0
  1352. package/dist/220/swapping/refundEgressIgnored.mjs +13 -0
  1353. package/dist/220/swapping/refundEgressScheduled.cjs +17 -0
  1354. package/dist/220/swapping/refundEgressScheduled.d.cts +57 -0
  1355. package/dist/220/swapping/refundEgressScheduled.d.mts +57 -0
  1356. package/dist/220/swapping/refundEgressScheduled.mjs +15 -0
  1357. package/dist/220/swapping/refundedOnChain.cjs +16 -0
  1358. package/dist/220/swapping/refundedOnChain.d.cts +34 -0
  1359. package/dist/220/swapping/refundedOnChain.d.mts +34 -0
  1360. package/dist/220/swapping/refundedOnChain.mjs +14 -0
  1361. package/dist/220/swapping/swapAmountConfiscated.cjs +15 -0
  1362. package/dist/220/swapping/swapAmountConfiscated.d.cts +31 -0
  1363. package/dist/220/swapping/swapAmountConfiscated.d.mts +31 -0
  1364. package/dist/220/swapping/swapAmountConfiscated.mjs +13 -0
  1365. package/dist/220/swapping/swapDepositAddressReady.cjs +25 -0
  1366. package/dist/220/swapping/swapDepositAddressReady.d.cts +716 -0
  1367. package/dist/220/swapping/swapDepositAddressReady.d.mts +716 -0
  1368. package/dist/220/swapping/swapDepositAddressReady.mjs +23 -0
  1369. package/dist/220/swapping/swapEgressIgnored.cjs +15 -0
  1370. package/dist/220/swapping/swapEgressIgnored.d.cts +275 -0
  1371. package/dist/220/swapping/swapEgressIgnored.d.mts +275 -0
  1372. package/dist/220/swapping/swapEgressIgnored.mjs +13 -0
  1373. package/dist/220/swapping/swapEgressScheduled.cjs +16 -0
  1374. package/dist/220/swapping/swapEgressScheduled.d.cts +54 -0
  1375. package/dist/220/swapping/swapEgressScheduled.d.mts +54 -0
  1376. package/dist/220/swapping/swapEgressScheduled.mjs +14 -0
  1377. package/dist/220/swapping/swapExecuted.cjs +22 -0
  1378. package/dist/220/swapping/swapExecuted.d.cts +62 -0
  1379. package/dist/220/swapping/swapExecuted.d.mts +62 -0
  1380. package/dist/220/swapping/swapExecuted.mjs +20 -0
  1381. package/dist/220/swapping/swapRequested.cjs +20 -0
  1382. package/dist/220/swapping/swapRequested.d.cts +4122 -0
  1383. package/dist/220/swapping/swapRequested.d.mts +4122 -0
  1384. package/dist/220/swapping/swapRequested.mjs +18 -0
  1385. package/dist/220/swapping/withdrawalRequested.cjs +17 -0
  1386. package/dist/220/swapping/withdrawalRequested.d.cts +104 -0
  1387. package/dist/220/swapping/withdrawalRequested.d.mts +104 -0
  1388. package/dist/220/swapping/withdrawalRequested.mjs +15 -0
  1389. package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +13 -0
  1390. package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
  1391. package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +25 -0
  1392. package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.mjs +11 -0
  1393. package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +13 -0
  1394. package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
  1395. package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +25 -0
  1396. package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +11 -0
  1397. package/dist/220/tokenholderGovernance/proposalEnacted.cjs +10 -0
  1398. package/dist/220/tokenholderGovernance/proposalEnacted.d.cts +54 -0
  1399. package/dist/220/tokenholderGovernance/proposalEnacted.d.mts +54 -0
  1400. package/dist/220/tokenholderGovernance/proposalEnacted.mjs +8 -0
  1401. package/dist/220/tokenholderGovernance/proposalPassed.cjs +10 -0
  1402. package/dist/220/tokenholderGovernance/proposalPassed.d.cts +54 -0
  1403. package/dist/220/tokenholderGovernance/proposalPassed.d.mts +54 -0
  1404. package/dist/220/tokenholderGovernance/proposalPassed.mjs +8 -0
  1405. package/dist/220/tokenholderGovernance/proposalRejected.cjs +10 -0
  1406. package/dist/220/tokenholderGovernance/proposalRejected.d.cts +54 -0
  1407. package/dist/220/tokenholderGovernance/proposalRejected.d.mts +54 -0
  1408. package/dist/220/tokenholderGovernance/proposalRejected.mjs +8 -0
  1409. package/dist/220/tokenholderGovernance/proposalSubmitted.cjs +10 -0
  1410. package/dist/220/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
  1411. package/dist/220/tokenholderGovernance/proposalSubmitted.d.mts +54 -0
  1412. package/dist/220/tokenholderGovernance/proposalSubmitted.mjs +8 -0
  1413. package/dist/220/tradingStrategy/fundsAddedToStrategy.cjs +13 -0
  1414. package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
  1415. package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +25 -0
  1416. package/dist/220/tradingStrategy/fundsAddedToStrategy.mjs +11 -0
  1417. package/dist/220/tradingStrategy/palletConfigUpdated.cjs +10 -0
  1418. package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +108 -0
  1419. package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +108 -0
  1420. package/dist/220/tradingStrategy/palletConfigUpdated.mjs +8 -0
  1421. package/dist/220/tradingStrategy/strategyDeployed.d.cts +51 -51
  1422. package/dist/220/tradingStrategy/strategyDeployed.d.mts +51 -51
  1423. package/dist/220/tronBroadcaster/broadcastAborted.cjs +9 -0
  1424. package/dist/220/tronBroadcaster/broadcastAborted.d.cts +12 -0
  1425. package/dist/220/tronBroadcaster/broadcastAborted.d.mts +12 -0
  1426. package/dist/220/tronBroadcaster/broadcastAborted.mjs +7 -0
  1427. package/dist/220/tronBroadcaster/broadcastRetryScheduled.cjs +12 -0
  1428. package/dist/220/tronBroadcaster/broadcastRetryScheduled.d.cts +15 -0
  1429. package/dist/220/tronBroadcaster/broadcastRetryScheduled.d.mts +15 -0
  1430. package/dist/220/tronBroadcaster/broadcastRetryScheduled.mjs +10 -0
  1431. package/dist/220/tronBroadcaster/broadcastSuccess.cjs +14 -0
  1432. package/dist/220/tronBroadcaster/broadcastSuccess.d.cts +33 -0
  1433. package/dist/220/tronBroadcaster/broadcastSuccess.d.mts +33 -0
  1434. package/dist/220/tronBroadcaster/broadcastSuccess.mjs +12 -0
  1435. package/dist/220/tronBroadcaster/broadcastTimeout.cjs +9 -0
  1436. package/dist/220/tronBroadcaster/broadcastTimeout.d.cts +12 -0
  1437. package/dist/220/tronBroadcaster/broadcastTimeout.d.mts +12 -0
  1438. package/dist/220/tronBroadcaster/broadcastTimeout.mjs +7 -0
  1439. package/dist/220/tronBroadcaster/callResigned.cjs +13 -0
  1440. package/dist/220/tronBroadcaster/callResigned.d.cts +45 -0
  1441. package/dist/220/tronBroadcaster/callResigned.d.mts +45 -0
  1442. package/dist/220/tronBroadcaster/callResigned.mjs +11 -0
  1443. package/dist/220/tronBroadcaster/historicalBroadcastRequested.cjs +13 -0
  1444. package/dist/220/tronBroadcaster/historicalBroadcastRequested.d.cts +18 -0
  1445. package/dist/220/tronBroadcaster/historicalBroadcastRequested.d.mts +18 -0
  1446. package/dist/220/tronBroadcaster/historicalBroadcastRequested.mjs +11 -0
  1447. package/dist/220/tronBroadcaster/palletConfigUpdated.cjs +10 -0
  1448. package/dist/220/tronBroadcaster/palletConfigUpdated.d.cts +27 -0
  1449. package/dist/220/tronBroadcaster/palletConfigUpdated.d.mts +27 -0
  1450. package/dist/220/tronBroadcaster/palletConfigUpdated.mjs +8 -0
  1451. package/dist/220/tronBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  1452. package/dist/220/tronBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
  1453. package/dist/220/tronBroadcaster/thresholdSignatureInvalid.d.mts +12 -0
  1454. package/dist/220/tronBroadcaster/thresholdSignatureInvalid.mjs +7 -0
  1455. package/dist/220/tronBroadcaster/transactionBroadcastRequest.cjs +15 -0
  1456. package/dist/220/tronBroadcaster/transactionBroadcastRequest.d.cts +66 -0
  1457. package/dist/220/tronBroadcaster/transactionBroadcastRequest.d.mts +66 -0
  1458. package/dist/220/tronBroadcaster/transactionBroadcastRequest.mjs +13 -0
  1459. package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.cjs +13 -0
  1460. package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
  1461. package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.d.mts +15 -0
  1462. package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.mjs +11 -0
  1463. package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.cjs +10 -0
  1464. package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
  1465. package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.d.mts +12 -0
  1466. package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.mjs +8 -0
  1467. package/dist/220/tronChainTracking/chainStateUpdated.cjs +10 -0
  1468. package/dist/220/tronChainTracking/chainStateUpdated.d.cts +22 -0
  1469. package/dist/220/tronChainTracking/chainStateUpdated.d.mts +22 -0
  1470. package/dist/220/tronChainTracking/chainStateUpdated.mjs +8 -0
  1471. package/dist/220/tronChainTracking/feeMultiplierUpdated.cjs +10 -0
  1472. package/dist/220/tronChainTracking/feeMultiplierUpdated.d.cts +12 -0
  1473. package/dist/220/tronChainTracking/feeMultiplierUpdated.d.mts +12 -0
  1474. package/dist/220/tronChainTracking/feeMultiplierUpdated.mjs +8 -0
  1475. package/dist/220/tronElections/allVotesCleared.cjs +9 -0
  1476. package/dist/220/tronElections/allVotesCleared.d.cts +6 -0
  1477. package/dist/220/tronElections/allVotesCleared.d.mts +6 -0
  1478. package/dist/220/tronElections/allVotesCleared.mjs +7 -0
  1479. package/dist/220/tronElections/allVotesNotCleared.cjs +9 -0
  1480. package/dist/220/tronElections/allVotesNotCleared.d.cts +6 -0
  1481. package/dist/220/tronElections/allVotesNotCleared.d.mts +6 -0
  1482. package/dist/220/tronElections/allVotesNotCleared.mjs +7 -0
  1483. package/dist/220/tronElections/corruptStorage.cjs +9 -0
  1484. package/dist/220/tronElections/corruptStorage.d.cts +6 -0
  1485. package/dist/220/tronElections/corruptStorage.d.mts +6 -0
  1486. package/dist/220/tronElections/corruptStorage.mjs +7 -0
  1487. package/dist/220/tronElections/electoralEvent.cjs +8 -0
  1488. package/dist/220/tronElections/electoralEvent.d.cts +30 -0
  1489. package/dist/220/tronElections/electoralEvent.d.mts +30 -0
  1490. package/dist/220/tronElections/electoralEvent.mjs +7 -0
  1491. package/dist/220/tronElections/uninitialized.cjs +9 -0
  1492. package/dist/220/tronElections/uninitialized.d.cts +6 -0
  1493. package/dist/220/tronElections/uninitialized.d.mts +6 -0
  1494. package/dist/220/tronElections/uninitialized.mjs +7 -0
  1495. package/dist/220/tronElections/unknownElection.cjs +10 -0
  1496. package/dist/220/tronElections/unknownElection.d.cts +14 -0
  1497. package/dist/220/tronElections/unknownElection.d.mts +14 -0
  1498. package/dist/220/tronElections/unknownElection.mjs +8 -0
  1499. package/dist/220/tronIngressEgress/assetEgressStatusChanged.cjs +13 -0
  1500. package/dist/220/tronIngressEgress/assetEgressStatusChanged.d.cts +25 -0
  1501. package/dist/220/tronIngressEgress/assetEgressStatusChanged.d.mts +25 -0
  1502. package/dist/220/tronIngressEgress/assetEgressStatusChanged.mjs +11 -0
  1503. package/dist/220/tronIngressEgress/batchBroadcastRequested.cjs +13 -0
  1504. package/dist/220/tronIngressEgress/batchBroadcastRequested.d.cts +25 -0
  1505. package/dist/220/tronIngressEgress/batchBroadcastRequested.d.mts +25 -0
  1506. package/dist/220/tronIngressEgress/batchBroadcastRequested.mjs +11 -0
  1507. package/dist/220/tronIngressEgress/boostedDepositLost.cjs +13 -0
  1508. package/dist/220/tronIngressEgress/boostedDepositLost.d.cts +15 -0
  1509. package/dist/220/tronIngressEgress/boostedDepositLost.d.mts +15 -0
  1510. package/dist/220/tronIngressEgress/boostedDepositLost.mjs +11 -0
  1511. package/dist/220/tronIngressEgress/ccmBroadcastFailed.cjs +9 -0
  1512. package/dist/220/tronIngressEgress/ccmBroadcastFailed.d.cts +12 -0
  1513. package/dist/220/tronIngressEgress/ccmBroadcastFailed.d.mts +12 -0
  1514. package/dist/220/tronIngressEgress/ccmBroadcastFailed.mjs +7 -0
  1515. package/dist/220/tronIngressEgress/ccmBroadcastRequested.cjs +13 -0
  1516. package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +25 -0
  1517. package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +25 -0
  1518. package/dist/220/tronIngressEgress/ccmBroadcastRequested.mjs +11 -0
  1519. package/dist/220/tronIngressEgress/ccmEgressInvalid.cjs +13 -0
  1520. package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +1059 -0
  1521. package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +1059 -0
  1522. package/dist/220/tronIngressEgress/ccmEgressInvalid.mjs +11 -0
  1523. package/dist/220/tronIngressEgress/channelOpeningFeePaid.cjs +10 -0
  1524. package/dist/220/tronIngressEgress/channelOpeningFeePaid.d.cts +12 -0
  1525. package/dist/220/tronIngressEgress/channelOpeningFeePaid.d.mts +12 -0
  1526. package/dist/220/tronIngressEgress/channelOpeningFeePaid.mjs +8 -0
  1527. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.cjs +13 -0
  1528. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
  1529. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +15 -0
  1530. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.mjs +11 -0
  1531. package/dist/220/tronIngressEgress/depositBoosted.cjs +23 -0
  1532. package/dist/220/tronIngressEgress/depositBoosted.d.cts +224 -0
  1533. package/dist/220/tronIngressEgress/depositBoosted.d.mts +224 -0
  1534. package/dist/220/tronIngressEgress/depositBoosted.mjs +21 -0
  1535. package/dist/220/tronIngressEgress/depositFailed.cjs +14 -0
  1536. package/dist/220/tronIngressEgress/depositFailed.d.cts +1507 -0
  1537. package/dist/220/tronIngressEgress/depositFailed.d.mts +1507 -0
  1538. package/dist/220/tronIngressEgress/depositFailed.mjs +12 -0
  1539. package/dist/220/tronIngressEgress/depositFetchesScheduled.cjs +13 -0
  1540. package/dist/220/tronIngressEgress/depositFetchesScheduled.d.cts +25 -0
  1541. package/dist/220/tronIngressEgress/depositFetchesScheduled.d.mts +25 -0
  1542. package/dist/220/tronIngressEgress/depositFetchesScheduled.mjs +11 -0
  1543. package/dist/220/tronIngressEgress/depositFinalised.cjs +21 -0
  1544. package/dist/220/tronIngressEgress/depositFinalised.d.cts +198 -0
  1545. package/dist/220/tronIngressEgress/depositFinalised.d.mts +198 -0
  1546. package/dist/220/tronIngressEgress/depositFinalised.mjs +19 -0
  1547. package/dist/220/tronIngressEgress/failedForeignChainCallExpired.cjs +9 -0
  1548. package/dist/220/tronIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
  1549. package/dist/220/tronIngressEgress/failedForeignChainCallExpired.d.mts +12 -0
  1550. package/dist/220/tronIngressEgress/failedForeignChainCallExpired.mjs +7 -0
  1551. package/dist/220/tronIngressEgress/failedForeignChainCallResigned.cjs +12 -0
  1552. package/dist/220/tronIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
  1553. package/dist/220/tronIngressEgress/failedForeignChainCallResigned.d.mts +15 -0
  1554. package/dist/220/tronIngressEgress/failedForeignChainCallResigned.mjs +10 -0
  1555. package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.cjs +10 -0
  1556. package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.d.cts +1056 -0
  1557. package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.d.mts +1056 -0
  1558. package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.mjs +8 -0
  1559. package/dist/220/tronIngressEgress/insufficientBoostLiquidity.cjs +16 -0
  1560. package/dist/220/tronIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
  1561. package/dist/220/tronIngressEgress/insufficientBoostLiquidity.d.mts +44 -0
  1562. package/dist/220/tronIngressEgress/insufficientBoostLiquidity.mjs +14 -0
  1563. package/dist/220/tronIngressEgress/invalidCcmRefunded.cjs +14 -0
  1564. package/dist/220/tronIngressEgress/invalidCcmRefunded.d.cts +28 -0
  1565. package/dist/220/tronIngressEgress/invalidCcmRefunded.d.mts +28 -0
  1566. package/dist/220/tronIngressEgress/invalidCcmRefunded.mjs +12 -0
  1567. package/dist/220/tronIngressEgress/palletConfigUpdated.cjs +10 -0
  1568. package/dist/220/tronIngressEgress/palletConfigUpdated.d.cts +151 -0
  1569. package/dist/220/tronIngressEgress/palletConfigUpdated.d.mts +151 -0
  1570. package/dist/220/tronIngressEgress/palletConfigUpdated.mjs +8 -0
  1571. package/dist/220/tronIngressEgress/transactionRejectedByBroker.cjs +13 -0
  1572. package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +25 -0
  1573. package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +25 -0
  1574. package/dist/220/tronIngressEgress/transactionRejectedByBroker.mjs +11 -0
  1575. package/dist/220/tronIngressEgress/transactionRejectionFailed.cjs +10 -0
  1576. package/dist/220/tronIngressEgress/transactionRejectionFailed.d.cts +22 -0
  1577. package/dist/220/tronIngressEgress/transactionRejectionFailed.d.mts +22 -0
  1578. package/dist/220/tronIngressEgress/transactionRejectionFailed.mjs +8 -0
  1579. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.cjs +13 -0
  1580. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
  1581. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +15 -0
  1582. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.mjs +11 -0
  1583. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.cjs +14 -0
  1584. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
  1585. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +18 -0
  1586. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.mjs +12 -0
  1587. package/dist/220/tronIngressEgress/transferFallbackRequested.cjs +16 -0
  1588. package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +66 -0
  1589. package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +66 -0
  1590. package/dist/220/tronIngressEgress/transferFallbackRequested.mjs +14 -0
  1591. package/dist/220/tronIngressEgress/unknownAffiliate.cjs +13 -0
  1592. package/dist/220/tronIngressEgress/unknownAffiliate.d.cts +15 -0
  1593. package/dist/220/tronIngressEgress/unknownAffiliate.d.mts +15 -0
  1594. package/dist/220/tronIngressEgress/unknownAffiliate.mjs +11 -0
  1595. package/dist/220/tronIngressEgress/unknownBroker.cjs +10 -0
  1596. package/dist/220/tronIngressEgress/unknownBroker.d.cts +12 -0
  1597. package/dist/220/tronIngressEgress/unknownBroker.d.mts +12 -0
  1598. package/dist/220/tronIngressEgress/unknownBroker.mjs +8 -0
  1599. package/dist/220/tronIngressEgress/utxoConsolidation.cjs +9 -0
  1600. package/dist/220/tronIngressEgress/utxoConsolidation.d.cts +12 -0
  1601. package/dist/220/tronIngressEgress/utxoConsolidation.d.mts +12 -0
  1602. package/dist/220/tronIngressEgress/utxoConsolidation.mjs +7 -0
  1603. package/dist/220/tronVault/activationTxFailedAwaitingGovernance.cjs +10 -0
  1604. package/dist/220/tronVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
  1605. package/dist/220/tronVault/activationTxFailedAwaitingGovernance.d.mts +39 -0
  1606. package/dist/220/tronVault/activationTxFailedAwaitingGovernance.mjs +8 -0
  1607. package/dist/220/tronVault/awaitingGovernanceActivation.cjs +10 -0
  1608. package/dist/220/tronVault/awaitingGovernanceActivation.d.cts +39 -0
  1609. package/dist/220/tronVault/awaitingGovernanceActivation.d.mts +39 -0
  1610. package/dist/220/tronVault/awaitingGovernanceActivation.mjs +8 -0
  1611. package/dist/220/tronVault/chainInitialized.cjs +9 -0
  1612. package/dist/220/tronVault/chainInitialized.d.cts +6 -0
  1613. package/dist/220/tronVault/chainInitialized.d.mts +6 -0
  1614. package/dist/220/tronVault/chainInitialized.mjs +7 -0
  1615. package/dist/220/tronVault/vaultActivationCompleted.cjs +9 -0
  1616. package/dist/220/tronVault/vaultActivationCompleted.d.cts +6 -0
  1617. package/dist/220/tronVault/vaultActivationCompleted.d.mts +6 -0
  1618. package/dist/220/tronVault/vaultActivationCompleted.mjs +7 -0
  1619. package/dist/220/tronVault/vaultRotatedExternally.cjs +8 -0
  1620. package/dist/220/tronVault/vaultRotatedExternally.d.cts +25 -0
  1621. package/dist/220/tronVault/vaultRotatedExternally.d.mts +25 -0
  1622. package/dist/220/tronVault/vaultRotatedExternally.mjs +7 -0
  1623. package/dist/220/validator/witnessingTaskRestarted.cjs +13 -0
  1624. package/dist/220/validator/witnessingTaskRestarted.d.cts +25 -0
  1625. package/dist/220/validator/witnessingTaskRestarted.d.mts +25 -0
  1626. package/dist/220/validator/witnessingTaskRestarted.mjs +11 -0
  1627. package/dist/CodeGenerator.cjs +6 -3
  1628. package/dist/CodeGenerator.mjs +6 -3
  1629. package/dist/HandlerMap.cjs +4 -10
  1630. package/dist/HandlerMap.mjs +4 -10
  1631. package/dist/Parser.cjs +1 -1
  1632. package/dist/Processor.cjs +5 -2
  1633. package/dist/Processor.mjs +4 -1
  1634. package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.129.0}/helpers/decorate.cjs +1 -1
  1635. package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.129.0}/helpers/decorate.mjs +1 -1
  1636. package/dist/chainspec/src/BaseCodeGenerator.cjs +9 -2
  1637. package/dist/chainspec/src/BaseCodeGenerator.mjs +7 -0
  1638. package/dist/chainspec/src/BaseParser.cjs +4 -3
  1639. package/dist/chainspec/src/BaseParser.mjs +1 -0
  1640. package/dist/chainspec/src/Compiler.cjs +6 -2
  1641. package/dist/chainspec/src/Compiler.mjs +4 -0
  1642. package/dist/chainspec/src/SpecVersion.cjs +1 -0
  1643. package/dist/chainspec/src/SpecVersion.mjs +1 -0
  1644. package/dist/chainspec/src/cache.cjs +3 -2
  1645. package/dist/chainspec/src/cache.mjs +1 -0
  1646. package/dist/chainspec/src/utils.cjs +2 -2
  1647. package/dist/generate.cjs +3 -3
  1648. package/dist/utils.cjs +1 -1
  1649. package/package.json +4 -4
@@ -0,0 +1,4122 @@
1
+ import { z } from "zod";
2
+
3
+ //#region generated/220/swapping/swapRequested.d.ts
4
+ declare const swappingSwapRequested: z.ZodObject<{
5
+ swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
+ inputAsset: z.ZodEffects<z.ZodObject<{
7
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
8
+ }, "strip", z.ZodTypeAny, {
9
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
10
+ }, {
11
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
12
+ }>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
13
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
14
+ }>;
15
+ inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
+ outputAsset: z.ZodEffects<z.ZodObject<{
17
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
18
+ }, "strip", z.ZodTypeAny, {
19
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
20
+ }, {
21
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
22
+ }>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
23
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
24
+ }>;
25
+ origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
26
+ __kind: z.ZodLiteral<"DepositChannel">;
27
+ depositAddress: z.ZodEffects<z.ZodObject<{
28
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
29
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
30
+ }, "strip", z.ZodTypeAny, {
31
+ value: `0x${string}`;
32
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
33
+ }, {
34
+ value: string;
35
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
36
+ }>, {
37
+ readonly chain: "Ethereum";
38
+ readonly address: `0x${string}`;
39
+ } | {
40
+ readonly chain: "Polkadot";
41
+ readonly address: string;
42
+ } | {
43
+ readonly chain: "Bitcoin";
44
+ readonly address: string;
45
+ } | {
46
+ readonly chain: "Arbitrum";
47
+ readonly address: `0x${string}`;
48
+ } | {
49
+ readonly chain: "Solana";
50
+ readonly address: string;
51
+ } | {
52
+ readonly chain: "Assethub";
53
+ readonly address: string;
54
+ } | {
55
+ readonly chain: "Tron";
56
+ readonly address: string;
57
+ }, {
58
+ value: string;
59
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
60
+ }>;
61
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
62
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
63
+ brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
64
+ }, "strip", z.ZodTypeAny, {
65
+ __kind: "DepositChannel";
66
+ depositAddress: {
67
+ readonly chain: "Ethereum";
68
+ readonly address: `0x${string}`;
69
+ } | {
70
+ readonly chain: "Polkadot";
71
+ readonly address: string;
72
+ } | {
73
+ readonly chain: "Bitcoin";
74
+ readonly address: string;
75
+ } | {
76
+ readonly chain: "Arbitrum";
77
+ readonly address: `0x${string}`;
78
+ } | {
79
+ readonly chain: "Solana";
80
+ readonly address: string;
81
+ } | {
82
+ readonly chain: "Assethub";
83
+ readonly address: string;
84
+ } | {
85
+ readonly chain: "Tron";
86
+ readonly address: string;
87
+ };
88
+ channelId: bigint;
89
+ brokerId: `cF${string}`;
90
+ depositBlockHeight: bigint;
91
+ }, {
92
+ __kind: "DepositChannel";
93
+ depositAddress: {
94
+ value: string;
95
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
96
+ };
97
+ channelId: string | number;
98
+ brokerId: string;
99
+ depositBlockHeight: string | number;
100
+ }>, z.ZodObject<{
101
+ __kind: z.ZodLiteral<"Vault">;
102
+ txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
103
+ __kind: z.ZodLiteral<"Evm">;
104
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
105
+ }, "strip", z.ZodTypeAny, {
106
+ value: `0x${string}`;
107
+ __kind: "Evm";
108
+ }, {
109
+ value: string;
110
+ __kind: "Evm";
111
+ }>, z.ZodObject<{
112
+ __kind: z.ZodLiteral<"Bitcoin">;
113
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
114
+ }, "strip", z.ZodTypeAny, {
115
+ value: `0x${string}`;
116
+ __kind: "Bitcoin";
117
+ }, {
118
+ value: string;
119
+ __kind: "Bitcoin";
120
+ }>, z.ZodObject<{
121
+ __kind: z.ZodLiteral<"Polkadot">;
122
+ value: z.ZodObject<{
123
+ blockNumber: z.ZodNumber;
124
+ extrinsicIndex: z.ZodNumber;
125
+ }, "strip", z.ZodTypeAny, {
126
+ blockNumber: number;
127
+ extrinsicIndex: number;
128
+ }, {
129
+ blockNumber: number;
130
+ extrinsicIndex: number;
131
+ }>;
132
+ }, "strip", z.ZodTypeAny, {
133
+ value: {
134
+ blockNumber: number;
135
+ extrinsicIndex: number;
136
+ };
137
+ __kind: "Polkadot";
138
+ }, {
139
+ value: {
140
+ blockNumber: number;
141
+ extrinsicIndex: number;
142
+ };
143
+ __kind: "Polkadot";
144
+ }>, z.ZodObject<{
145
+ __kind: z.ZodLiteral<"Solana">;
146
+ value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
147
+ }, "strip", z.ZodTypeAny, {
148
+ value: [`0x${string}`, bigint];
149
+ __kind: "Solana";
150
+ }, {
151
+ value: [string, string | number];
152
+ __kind: "Solana";
153
+ }>, z.ZodObject<{
154
+ __kind: z.ZodLiteral<"None">;
155
+ }, "strip", z.ZodTypeAny, {
156
+ __kind: "None";
157
+ }, {
158
+ __kind: "None";
159
+ }>]>;
160
+ brokerId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>>>;
161
+ }, "strip", z.ZodTypeAny, {
162
+ __kind: "Vault";
163
+ txId: {
164
+ value: `0x${string}`;
165
+ __kind: "Evm";
166
+ } | {
167
+ value: `0x${string}`;
168
+ __kind: "Bitcoin";
169
+ } | {
170
+ value: {
171
+ blockNumber: number;
172
+ extrinsicIndex: number;
173
+ };
174
+ __kind: "Polkadot";
175
+ } | {
176
+ value: [`0x${string}`, bigint];
177
+ __kind: "Solana";
178
+ } | {
179
+ __kind: "None";
180
+ };
181
+ brokerId?: `cF${string}` | null | undefined;
182
+ }, {
183
+ __kind: "Vault";
184
+ txId: {
185
+ value: string;
186
+ __kind: "Evm";
187
+ } | {
188
+ value: string;
189
+ __kind: "Bitcoin";
190
+ } | {
191
+ value: {
192
+ blockNumber: number;
193
+ extrinsicIndex: number;
194
+ };
195
+ __kind: "Polkadot";
196
+ } | {
197
+ value: [string, string | number];
198
+ __kind: "Solana";
199
+ } | {
200
+ __kind: "None";
201
+ };
202
+ brokerId?: string | null | undefined;
203
+ }>, z.ZodObject<{
204
+ __kind: z.ZodLiteral<"Internal">;
205
+ }, "strip", z.ZodTypeAny, {
206
+ __kind: "Internal";
207
+ }, {
208
+ __kind: "Internal";
209
+ }>, z.ZodObject<{
210
+ __kind: z.ZodLiteral<"OnChainAccount">;
211
+ value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
212
+ }, "strip", z.ZodTypeAny, {
213
+ value: `cF${string}`;
214
+ __kind: "OnChainAccount";
215
+ }, {
216
+ value: string;
217
+ __kind: "OnChainAccount";
218
+ }>]>;
219
+ requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
220
+ __kind: z.ZodLiteral<"NetworkFee">;
221
+ }, "strip", z.ZodTypeAny, {
222
+ __kind: "NetworkFee";
223
+ }, {
224
+ __kind: "NetworkFee";
225
+ }>, z.ZodObject<{
226
+ __kind: z.ZodLiteral<"IngressEgressFee">;
227
+ }, "strip", z.ZodTypeAny, {
228
+ __kind: "IngressEgressFee";
229
+ }, {
230
+ __kind: "IngressEgressFee";
231
+ }>, z.ZodObject<{
232
+ __kind: z.ZodLiteral<"Regular">;
233
+ outputAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
234
+ __kind: z.ZodLiteral<"Egress">;
235
+ ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
236
+ channelMetadata: z.ZodObject<{
237
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
238
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
239
+ ccmAdditionalData: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
240
+ __kind: z.ZodLiteral<"NotRequired">;
241
+ }, "strip", z.ZodTypeAny, {
242
+ __kind: "NotRequired";
243
+ }, {
244
+ __kind: "NotRequired";
245
+ }>, z.ZodObject<{
246
+ __kind: z.ZodLiteral<"Solana">;
247
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
248
+ __kind: z.ZodLiteral<"V0">;
249
+ value: z.ZodObject<{
250
+ cfReceiver: z.ZodObject<{
251
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
252
+ isWritable: z.ZodBoolean;
253
+ }, "strip", z.ZodTypeAny, {
254
+ pubkey: `0x${string}`;
255
+ isWritable: boolean;
256
+ }, {
257
+ pubkey: string;
258
+ isWritable: boolean;
259
+ }>;
260
+ additionalAccounts: z.ZodArray<z.ZodObject<{
261
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
262
+ isWritable: z.ZodBoolean;
263
+ }, "strip", z.ZodTypeAny, {
264
+ pubkey: `0x${string}`;
265
+ isWritable: boolean;
266
+ }, {
267
+ pubkey: string;
268
+ isWritable: boolean;
269
+ }>, "many">;
270
+ fallbackAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
271
+ }, "strip", z.ZodTypeAny, {
272
+ cfReceiver: {
273
+ pubkey: `0x${string}`;
274
+ isWritable: boolean;
275
+ };
276
+ additionalAccounts: {
277
+ pubkey: `0x${string}`;
278
+ isWritable: boolean;
279
+ }[];
280
+ fallbackAddress: `0x${string}`;
281
+ }, {
282
+ cfReceiver: {
283
+ pubkey: string;
284
+ isWritable: boolean;
285
+ };
286
+ additionalAccounts: {
287
+ pubkey: string;
288
+ isWritable: boolean;
289
+ }[];
290
+ fallbackAddress: string;
291
+ }>;
292
+ }, "strip", z.ZodTypeAny, {
293
+ value: {
294
+ cfReceiver: {
295
+ pubkey: `0x${string}`;
296
+ isWritable: boolean;
297
+ };
298
+ additionalAccounts: {
299
+ pubkey: `0x${string}`;
300
+ isWritable: boolean;
301
+ }[];
302
+ fallbackAddress: `0x${string}`;
303
+ };
304
+ __kind: "V0";
305
+ }, {
306
+ value: {
307
+ cfReceiver: {
308
+ pubkey: string;
309
+ isWritable: boolean;
310
+ };
311
+ additionalAccounts: {
312
+ pubkey: string;
313
+ isWritable: boolean;
314
+ }[];
315
+ fallbackAddress: string;
316
+ };
317
+ __kind: "V0";
318
+ }>, z.ZodObject<{
319
+ __kind: z.ZodLiteral<"V1">;
320
+ ccmAccounts: z.ZodObject<{
321
+ cfReceiver: z.ZodObject<{
322
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
323
+ isWritable: z.ZodBoolean;
324
+ }, "strip", z.ZodTypeAny, {
325
+ pubkey: `0x${string}`;
326
+ isWritable: boolean;
327
+ }, {
328
+ pubkey: string;
329
+ isWritable: boolean;
330
+ }>;
331
+ additionalAccounts: z.ZodArray<z.ZodObject<{
332
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
333
+ isWritable: z.ZodBoolean;
334
+ }, "strip", z.ZodTypeAny, {
335
+ pubkey: `0x${string}`;
336
+ isWritable: boolean;
337
+ }, {
338
+ pubkey: string;
339
+ isWritable: boolean;
340
+ }>, "many">;
341
+ fallbackAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
342
+ }, "strip", z.ZodTypeAny, {
343
+ cfReceiver: {
344
+ pubkey: `0x${string}`;
345
+ isWritable: boolean;
346
+ };
347
+ additionalAccounts: {
348
+ pubkey: `0x${string}`;
349
+ isWritable: boolean;
350
+ }[];
351
+ fallbackAddress: `0x${string}`;
352
+ }, {
353
+ cfReceiver: {
354
+ pubkey: string;
355
+ isWritable: boolean;
356
+ };
357
+ additionalAccounts: {
358
+ pubkey: string;
359
+ isWritable: boolean;
360
+ }[];
361
+ fallbackAddress: string;
362
+ }>;
363
+ alts: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
364
+ }, "strip", z.ZodTypeAny, {
365
+ __kind: "V1";
366
+ ccmAccounts: {
367
+ cfReceiver: {
368
+ pubkey: `0x${string}`;
369
+ isWritable: boolean;
370
+ };
371
+ additionalAccounts: {
372
+ pubkey: `0x${string}`;
373
+ isWritable: boolean;
374
+ }[];
375
+ fallbackAddress: `0x${string}`;
376
+ };
377
+ alts: `0x${string}`[];
378
+ }, {
379
+ __kind: "V1";
380
+ ccmAccounts: {
381
+ cfReceiver: {
382
+ pubkey: string;
383
+ isWritable: boolean;
384
+ };
385
+ additionalAccounts: {
386
+ pubkey: string;
387
+ isWritable: boolean;
388
+ }[];
389
+ fallbackAddress: string;
390
+ };
391
+ alts: string[];
392
+ }>]>;
393
+ }, "strip", z.ZodTypeAny, {
394
+ value: {
395
+ value: {
396
+ cfReceiver: {
397
+ pubkey: `0x${string}`;
398
+ isWritable: boolean;
399
+ };
400
+ additionalAccounts: {
401
+ pubkey: `0x${string}`;
402
+ isWritable: boolean;
403
+ }[];
404
+ fallbackAddress: `0x${string}`;
405
+ };
406
+ __kind: "V0";
407
+ } | {
408
+ __kind: "V1";
409
+ ccmAccounts: {
410
+ cfReceiver: {
411
+ pubkey: `0x${string}`;
412
+ isWritable: boolean;
413
+ };
414
+ additionalAccounts: {
415
+ pubkey: `0x${string}`;
416
+ isWritable: boolean;
417
+ }[];
418
+ fallbackAddress: `0x${string}`;
419
+ };
420
+ alts: `0x${string}`[];
421
+ };
422
+ __kind: "Solana";
423
+ }, {
424
+ value: {
425
+ value: {
426
+ cfReceiver: {
427
+ pubkey: string;
428
+ isWritable: boolean;
429
+ };
430
+ additionalAccounts: {
431
+ pubkey: string;
432
+ isWritable: boolean;
433
+ }[];
434
+ fallbackAddress: string;
435
+ };
436
+ __kind: "V0";
437
+ } | {
438
+ __kind: "V1";
439
+ ccmAccounts: {
440
+ cfReceiver: {
441
+ pubkey: string;
442
+ isWritable: boolean;
443
+ };
444
+ additionalAccounts: {
445
+ pubkey: string;
446
+ isWritable: boolean;
447
+ }[];
448
+ fallbackAddress: string;
449
+ };
450
+ alts: string[];
451
+ };
452
+ __kind: "Solana";
453
+ }>]>;
454
+ }, "strip", z.ZodTypeAny, {
455
+ message: `0x${string}`;
456
+ gasBudget: bigint;
457
+ ccmAdditionalData: {
458
+ __kind: "NotRequired";
459
+ } | {
460
+ value: {
461
+ value: {
462
+ cfReceiver: {
463
+ pubkey: `0x${string}`;
464
+ isWritable: boolean;
465
+ };
466
+ additionalAccounts: {
467
+ pubkey: `0x${string}`;
468
+ isWritable: boolean;
469
+ }[];
470
+ fallbackAddress: `0x${string}`;
471
+ };
472
+ __kind: "V0";
473
+ } | {
474
+ __kind: "V1";
475
+ ccmAccounts: {
476
+ cfReceiver: {
477
+ pubkey: `0x${string}`;
478
+ isWritable: boolean;
479
+ };
480
+ additionalAccounts: {
481
+ pubkey: `0x${string}`;
482
+ isWritable: boolean;
483
+ }[];
484
+ fallbackAddress: `0x${string}`;
485
+ };
486
+ alts: `0x${string}`[];
487
+ };
488
+ __kind: "Solana";
489
+ };
490
+ }, {
491
+ message: string;
492
+ gasBudget: string | number;
493
+ ccmAdditionalData: {
494
+ __kind: "NotRequired";
495
+ } | {
496
+ value: {
497
+ value: {
498
+ cfReceiver: {
499
+ pubkey: string;
500
+ isWritable: boolean;
501
+ };
502
+ additionalAccounts: {
503
+ pubkey: string;
504
+ isWritable: boolean;
505
+ }[];
506
+ fallbackAddress: string;
507
+ };
508
+ __kind: "V0";
509
+ } | {
510
+ __kind: "V1";
511
+ ccmAccounts: {
512
+ cfReceiver: {
513
+ pubkey: string;
514
+ isWritable: boolean;
515
+ };
516
+ additionalAccounts: {
517
+ pubkey: string;
518
+ isWritable: boolean;
519
+ }[];
520
+ fallbackAddress: string;
521
+ };
522
+ alts: string[];
523
+ };
524
+ __kind: "Solana";
525
+ };
526
+ }>;
527
+ sourceChain: z.ZodEffects<z.ZodObject<{
528
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub", "Tron"]>;
529
+ }, "strip", z.ZodTypeAny, {
530
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
531
+ }, {
532
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
533
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron", {
534
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
535
+ }>;
536
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
537
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
538
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
539
+ }, "strip", z.ZodTypeAny, {
540
+ value: `0x${string}`;
541
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
542
+ }, {
543
+ value: string;
544
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
545
+ }>, {
546
+ readonly chain: "Ethereum";
547
+ readonly address: `0x${string}`;
548
+ } | {
549
+ readonly chain: "Polkadot";
550
+ readonly address: string;
551
+ } | {
552
+ readonly chain: "Bitcoin";
553
+ readonly address: string;
554
+ } | {
555
+ readonly chain: "Arbitrum";
556
+ readonly address: `0x${string}`;
557
+ } | {
558
+ readonly chain: "Solana";
559
+ readonly address: string;
560
+ } | {
561
+ readonly chain: "Assethub";
562
+ readonly address: string;
563
+ } | {
564
+ readonly chain: "Tron";
565
+ readonly address: string;
566
+ }, {
567
+ value: string;
568
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
569
+ }>>>;
570
+ }, "strip", z.ZodTypeAny, {
571
+ channelMetadata: {
572
+ message: `0x${string}`;
573
+ gasBudget: bigint;
574
+ ccmAdditionalData: {
575
+ __kind: "NotRequired";
576
+ } | {
577
+ value: {
578
+ value: {
579
+ cfReceiver: {
580
+ pubkey: `0x${string}`;
581
+ isWritable: boolean;
582
+ };
583
+ additionalAccounts: {
584
+ pubkey: `0x${string}`;
585
+ isWritable: boolean;
586
+ }[];
587
+ fallbackAddress: `0x${string}`;
588
+ };
589
+ __kind: "V0";
590
+ } | {
591
+ __kind: "V1";
592
+ ccmAccounts: {
593
+ cfReceiver: {
594
+ pubkey: `0x${string}`;
595
+ isWritable: boolean;
596
+ };
597
+ additionalAccounts: {
598
+ pubkey: `0x${string}`;
599
+ isWritable: boolean;
600
+ }[];
601
+ fallbackAddress: `0x${string}`;
602
+ };
603
+ alts: `0x${string}`[];
604
+ };
605
+ __kind: "Solana";
606
+ };
607
+ };
608
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
609
+ sourceAddress?: {
610
+ readonly chain: "Ethereum";
611
+ readonly address: `0x${string}`;
612
+ } | {
613
+ readonly chain: "Polkadot";
614
+ readonly address: string;
615
+ } | {
616
+ readonly chain: "Bitcoin";
617
+ readonly address: string;
618
+ } | {
619
+ readonly chain: "Arbitrum";
620
+ readonly address: `0x${string}`;
621
+ } | {
622
+ readonly chain: "Solana";
623
+ readonly address: string;
624
+ } | {
625
+ readonly chain: "Assethub";
626
+ readonly address: string;
627
+ } | {
628
+ readonly chain: "Tron";
629
+ readonly address: string;
630
+ } | null | undefined;
631
+ }, {
632
+ channelMetadata: {
633
+ message: string;
634
+ gasBudget: string | number;
635
+ ccmAdditionalData: {
636
+ __kind: "NotRequired";
637
+ } | {
638
+ value: {
639
+ value: {
640
+ cfReceiver: {
641
+ pubkey: string;
642
+ isWritable: boolean;
643
+ };
644
+ additionalAccounts: {
645
+ pubkey: string;
646
+ isWritable: boolean;
647
+ }[];
648
+ fallbackAddress: string;
649
+ };
650
+ __kind: "V0";
651
+ } | {
652
+ __kind: "V1";
653
+ ccmAccounts: {
654
+ cfReceiver: {
655
+ pubkey: string;
656
+ isWritable: boolean;
657
+ };
658
+ additionalAccounts: {
659
+ pubkey: string;
660
+ isWritable: boolean;
661
+ }[];
662
+ fallbackAddress: string;
663
+ };
664
+ alts: string[];
665
+ };
666
+ __kind: "Solana";
667
+ };
668
+ };
669
+ sourceChain: {
670
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
671
+ };
672
+ sourceAddress?: {
673
+ value: string;
674
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
675
+ } | null | undefined;
676
+ }>>>;
677
+ outputAddress: z.ZodEffects<z.ZodObject<{
678
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
679
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
680
+ }, "strip", z.ZodTypeAny, {
681
+ value: `0x${string}`;
682
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
683
+ }, {
684
+ value: string;
685
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
686
+ }>, {
687
+ readonly chain: "Ethereum";
688
+ readonly address: `0x${string}`;
689
+ } | {
690
+ readonly chain: "Polkadot";
691
+ readonly address: string;
692
+ } | {
693
+ readonly chain: "Bitcoin";
694
+ readonly address: string;
695
+ } | {
696
+ readonly chain: "Arbitrum";
697
+ readonly address: `0x${string}`;
698
+ } | {
699
+ readonly chain: "Solana";
700
+ readonly address: string;
701
+ } | {
702
+ readonly chain: "Assethub";
703
+ readonly address: string;
704
+ } | {
705
+ readonly chain: "Tron";
706
+ readonly address: string;
707
+ }, {
708
+ value: string;
709
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
710
+ }>;
711
+ }, "strip", z.ZodTypeAny, {
712
+ __kind: "Egress";
713
+ outputAddress: {
714
+ readonly chain: "Ethereum";
715
+ readonly address: `0x${string}`;
716
+ } | {
717
+ readonly chain: "Polkadot";
718
+ readonly address: string;
719
+ } | {
720
+ readonly chain: "Bitcoin";
721
+ readonly address: string;
722
+ } | {
723
+ readonly chain: "Arbitrum";
724
+ readonly address: `0x${string}`;
725
+ } | {
726
+ readonly chain: "Solana";
727
+ readonly address: string;
728
+ } | {
729
+ readonly chain: "Assethub";
730
+ readonly address: string;
731
+ } | {
732
+ readonly chain: "Tron";
733
+ readonly address: string;
734
+ };
735
+ ccmDepositMetadata?: {
736
+ channelMetadata: {
737
+ message: `0x${string}`;
738
+ gasBudget: bigint;
739
+ ccmAdditionalData: {
740
+ __kind: "NotRequired";
741
+ } | {
742
+ value: {
743
+ value: {
744
+ cfReceiver: {
745
+ pubkey: `0x${string}`;
746
+ isWritable: boolean;
747
+ };
748
+ additionalAccounts: {
749
+ pubkey: `0x${string}`;
750
+ isWritable: boolean;
751
+ }[];
752
+ fallbackAddress: `0x${string}`;
753
+ };
754
+ __kind: "V0";
755
+ } | {
756
+ __kind: "V1";
757
+ ccmAccounts: {
758
+ cfReceiver: {
759
+ pubkey: `0x${string}`;
760
+ isWritable: boolean;
761
+ };
762
+ additionalAccounts: {
763
+ pubkey: `0x${string}`;
764
+ isWritable: boolean;
765
+ }[];
766
+ fallbackAddress: `0x${string}`;
767
+ };
768
+ alts: `0x${string}`[];
769
+ };
770
+ __kind: "Solana";
771
+ };
772
+ };
773
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
774
+ sourceAddress?: {
775
+ readonly chain: "Ethereum";
776
+ readonly address: `0x${string}`;
777
+ } | {
778
+ readonly chain: "Polkadot";
779
+ readonly address: string;
780
+ } | {
781
+ readonly chain: "Bitcoin";
782
+ readonly address: string;
783
+ } | {
784
+ readonly chain: "Arbitrum";
785
+ readonly address: `0x${string}`;
786
+ } | {
787
+ readonly chain: "Solana";
788
+ readonly address: string;
789
+ } | {
790
+ readonly chain: "Assethub";
791
+ readonly address: string;
792
+ } | {
793
+ readonly chain: "Tron";
794
+ readonly address: string;
795
+ } | null | undefined;
796
+ } | null | undefined;
797
+ }, {
798
+ __kind: "Egress";
799
+ outputAddress: {
800
+ value: string;
801
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
802
+ };
803
+ ccmDepositMetadata?: {
804
+ channelMetadata: {
805
+ message: string;
806
+ gasBudget: string | number;
807
+ ccmAdditionalData: {
808
+ __kind: "NotRequired";
809
+ } | {
810
+ value: {
811
+ value: {
812
+ cfReceiver: {
813
+ pubkey: string;
814
+ isWritable: boolean;
815
+ };
816
+ additionalAccounts: {
817
+ pubkey: string;
818
+ isWritable: boolean;
819
+ }[];
820
+ fallbackAddress: string;
821
+ };
822
+ __kind: "V0";
823
+ } | {
824
+ __kind: "V1";
825
+ ccmAccounts: {
826
+ cfReceiver: {
827
+ pubkey: string;
828
+ isWritable: boolean;
829
+ };
830
+ additionalAccounts: {
831
+ pubkey: string;
832
+ isWritable: boolean;
833
+ }[];
834
+ fallbackAddress: string;
835
+ };
836
+ alts: string[];
837
+ };
838
+ __kind: "Solana";
839
+ };
840
+ };
841
+ sourceChain: {
842
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
843
+ };
844
+ sourceAddress?: {
845
+ value: string;
846
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
847
+ } | null | undefined;
848
+ } | null | undefined;
849
+ }>, z.ZodObject<{
850
+ __kind: z.ZodLiteral<"CreditOnChain">;
851
+ accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
852
+ }, "strip", z.ZodTypeAny, {
853
+ __kind: "CreditOnChain";
854
+ accountId: `cF${string}`;
855
+ }, {
856
+ __kind: "CreditOnChain";
857
+ accountId: string;
858
+ }>, z.ZodObject<{
859
+ __kind: z.ZodLiteral<"CreditLendingPool">;
860
+ swapType: z.ZodObject<{
861
+ __kind: z.ZodLiteral<"Liquidation">;
862
+ borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
863
+ loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
864
+ }, "strip", z.ZodTypeAny, {
865
+ __kind: "Liquidation";
866
+ borrowerId: `cF${string}`;
867
+ loanId: bigint;
868
+ }, {
869
+ __kind: "Liquidation";
870
+ borrowerId: string;
871
+ loanId: string | number;
872
+ }>;
873
+ }, "strip", z.ZodTypeAny, {
874
+ __kind: "CreditLendingPool";
875
+ swapType: {
876
+ __kind: "Liquidation";
877
+ borrowerId: `cF${string}`;
878
+ loanId: bigint;
879
+ };
880
+ }, {
881
+ __kind: "CreditLendingPool";
882
+ swapType: {
883
+ __kind: "Liquidation";
884
+ borrowerId: string;
885
+ loanId: string | number;
886
+ };
887
+ }>, z.ZodObject<{
888
+ __kind: z.ZodLiteral<"CreditFlipAndTransferToGateway">;
889
+ accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
890
+ flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
891
+ }, "strip", z.ZodTypeAny, {
892
+ __kind: "CreditFlipAndTransferToGateway";
893
+ accountId: `cF${string}`;
894
+ flipToSubtractFromSwapOutput: bigint;
895
+ }, {
896
+ __kind: "CreditFlipAndTransferToGateway";
897
+ accountId: string;
898
+ flipToSubtractFromSwapOutput: string | number;
899
+ }>]>;
900
+ }, "strip", z.ZodTypeAny, {
901
+ __kind: "Regular";
902
+ outputAction: {
903
+ __kind: "Egress";
904
+ outputAddress: {
905
+ readonly chain: "Ethereum";
906
+ readonly address: `0x${string}`;
907
+ } | {
908
+ readonly chain: "Polkadot";
909
+ readonly address: string;
910
+ } | {
911
+ readonly chain: "Bitcoin";
912
+ readonly address: string;
913
+ } | {
914
+ readonly chain: "Arbitrum";
915
+ readonly address: `0x${string}`;
916
+ } | {
917
+ readonly chain: "Solana";
918
+ readonly address: string;
919
+ } | {
920
+ readonly chain: "Assethub";
921
+ readonly address: string;
922
+ } | {
923
+ readonly chain: "Tron";
924
+ readonly address: string;
925
+ };
926
+ ccmDepositMetadata?: {
927
+ channelMetadata: {
928
+ message: `0x${string}`;
929
+ gasBudget: bigint;
930
+ ccmAdditionalData: {
931
+ __kind: "NotRequired";
932
+ } | {
933
+ value: {
934
+ value: {
935
+ cfReceiver: {
936
+ pubkey: `0x${string}`;
937
+ isWritable: boolean;
938
+ };
939
+ additionalAccounts: {
940
+ pubkey: `0x${string}`;
941
+ isWritable: boolean;
942
+ }[];
943
+ fallbackAddress: `0x${string}`;
944
+ };
945
+ __kind: "V0";
946
+ } | {
947
+ __kind: "V1";
948
+ ccmAccounts: {
949
+ cfReceiver: {
950
+ pubkey: `0x${string}`;
951
+ isWritable: boolean;
952
+ };
953
+ additionalAccounts: {
954
+ pubkey: `0x${string}`;
955
+ isWritable: boolean;
956
+ }[];
957
+ fallbackAddress: `0x${string}`;
958
+ };
959
+ alts: `0x${string}`[];
960
+ };
961
+ __kind: "Solana";
962
+ };
963
+ };
964
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
965
+ sourceAddress?: {
966
+ readonly chain: "Ethereum";
967
+ readonly address: `0x${string}`;
968
+ } | {
969
+ readonly chain: "Polkadot";
970
+ readonly address: string;
971
+ } | {
972
+ readonly chain: "Bitcoin";
973
+ readonly address: string;
974
+ } | {
975
+ readonly chain: "Arbitrum";
976
+ readonly address: `0x${string}`;
977
+ } | {
978
+ readonly chain: "Solana";
979
+ readonly address: string;
980
+ } | {
981
+ readonly chain: "Assethub";
982
+ readonly address: string;
983
+ } | {
984
+ readonly chain: "Tron";
985
+ readonly address: string;
986
+ } | null | undefined;
987
+ } | null | undefined;
988
+ } | {
989
+ __kind: "CreditOnChain";
990
+ accountId: `cF${string}`;
991
+ } | {
992
+ __kind: "CreditLendingPool";
993
+ swapType: {
994
+ __kind: "Liquidation";
995
+ borrowerId: `cF${string}`;
996
+ loanId: bigint;
997
+ };
998
+ } | {
999
+ __kind: "CreditFlipAndTransferToGateway";
1000
+ accountId: `cF${string}`;
1001
+ flipToSubtractFromSwapOutput: bigint;
1002
+ };
1003
+ }, {
1004
+ __kind: "Regular";
1005
+ outputAction: {
1006
+ __kind: "Egress";
1007
+ outputAddress: {
1008
+ value: string;
1009
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1010
+ };
1011
+ ccmDepositMetadata?: {
1012
+ channelMetadata: {
1013
+ message: string;
1014
+ gasBudget: string | number;
1015
+ ccmAdditionalData: {
1016
+ __kind: "NotRequired";
1017
+ } | {
1018
+ value: {
1019
+ value: {
1020
+ cfReceiver: {
1021
+ pubkey: string;
1022
+ isWritable: boolean;
1023
+ };
1024
+ additionalAccounts: {
1025
+ pubkey: string;
1026
+ isWritable: boolean;
1027
+ }[];
1028
+ fallbackAddress: string;
1029
+ };
1030
+ __kind: "V0";
1031
+ } | {
1032
+ __kind: "V1";
1033
+ ccmAccounts: {
1034
+ cfReceiver: {
1035
+ pubkey: string;
1036
+ isWritable: boolean;
1037
+ };
1038
+ additionalAccounts: {
1039
+ pubkey: string;
1040
+ isWritable: boolean;
1041
+ }[];
1042
+ fallbackAddress: string;
1043
+ };
1044
+ alts: string[];
1045
+ };
1046
+ __kind: "Solana";
1047
+ };
1048
+ };
1049
+ sourceChain: {
1050
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1051
+ };
1052
+ sourceAddress?: {
1053
+ value: string;
1054
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1055
+ } | null | undefined;
1056
+ } | null | undefined;
1057
+ } | {
1058
+ __kind: "CreditOnChain";
1059
+ accountId: string;
1060
+ } | {
1061
+ __kind: "CreditLendingPool";
1062
+ swapType: {
1063
+ __kind: "Liquidation";
1064
+ borrowerId: string;
1065
+ loanId: string | number;
1066
+ };
1067
+ } | {
1068
+ __kind: "CreditFlipAndTransferToGateway";
1069
+ accountId: string;
1070
+ flipToSubtractFromSwapOutput: string | number;
1071
+ };
1072
+ }>, z.ZodObject<{
1073
+ __kind: z.ZodLiteral<"RegularNoNetworkFee">;
1074
+ outputAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1075
+ __kind: z.ZodLiteral<"Egress">;
1076
+ ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1077
+ channelMetadata: z.ZodObject<{
1078
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1079
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1080
+ ccmAdditionalData: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1081
+ __kind: z.ZodLiteral<"NotRequired">;
1082
+ }, "strip", z.ZodTypeAny, {
1083
+ __kind: "NotRequired";
1084
+ }, {
1085
+ __kind: "NotRequired";
1086
+ }>, z.ZodObject<{
1087
+ __kind: z.ZodLiteral<"Solana">;
1088
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1089
+ __kind: z.ZodLiteral<"V0">;
1090
+ value: z.ZodObject<{
1091
+ cfReceiver: z.ZodObject<{
1092
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1093
+ isWritable: z.ZodBoolean;
1094
+ }, "strip", z.ZodTypeAny, {
1095
+ pubkey: `0x${string}`;
1096
+ isWritable: boolean;
1097
+ }, {
1098
+ pubkey: string;
1099
+ isWritable: boolean;
1100
+ }>;
1101
+ additionalAccounts: z.ZodArray<z.ZodObject<{
1102
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1103
+ isWritable: z.ZodBoolean;
1104
+ }, "strip", z.ZodTypeAny, {
1105
+ pubkey: `0x${string}`;
1106
+ isWritable: boolean;
1107
+ }, {
1108
+ pubkey: string;
1109
+ isWritable: boolean;
1110
+ }>, "many">;
1111
+ fallbackAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1112
+ }, "strip", z.ZodTypeAny, {
1113
+ cfReceiver: {
1114
+ pubkey: `0x${string}`;
1115
+ isWritable: boolean;
1116
+ };
1117
+ additionalAccounts: {
1118
+ pubkey: `0x${string}`;
1119
+ isWritable: boolean;
1120
+ }[];
1121
+ fallbackAddress: `0x${string}`;
1122
+ }, {
1123
+ cfReceiver: {
1124
+ pubkey: string;
1125
+ isWritable: boolean;
1126
+ };
1127
+ additionalAccounts: {
1128
+ pubkey: string;
1129
+ isWritable: boolean;
1130
+ }[];
1131
+ fallbackAddress: string;
1132
+ }>;
1133
+ }, "strip", z.ZodTypeAny, {
1134
+ value: {
1135
+ cfReceiver: {
1136
+ pubkey: `0x${string}`;
1137
+ isWritable: boolean;
1138
+ };
1139
+ additionalAccounts: {
1140
+ pubkey: `0x${string}`;
1141
+ isWritable: boolean;
1142
+ }[];
1143
+ fallbackAddress: `0x${string}`;
1144
+ };
1145
+ __kind: "V0";
1146
+ }, {
1147
+ value: {
1148
+ cfReceiver: {
1149
+ pubkey: string;
1150
+ isWritable: boolean;
1151
+ };
1152
+ additionalAccounts: {
1153
+ pubkey: string;
1154
+ isWritable: boolean;
1155
+ }[];
1156
+ fallbackAddress: string;
1157
+ };
1158
+ __kind: "V0";
1159
+ }>, z.ZodObject<{
1160
+ __kind: z.ZodLiteral<"V1">;
1161
+ ccmAccounts: z.ZodObject<{
1162
+ cfReceiver: z.ZodObject<{
1163
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1164
+ isWritable: z.ZodBoolean;
1165
+ }, "strip", z.ZodTypeAny, {
1166
+ pubkey: `0x${string}`;
1167
+ isWritable: boolean;
1168
+ }, {
1169
+ pubkey: string;
1170
+ isWritable: boolean;
1171
+ }>;
1172
+ additionalAccounts: z.ZodArray<z.ZodObject<{
1173
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1174
+ isWritable: z.ZodBoolean;
1175
+ }, "strip", z.ZodTypeAny, {
1176
+ pubkey: `0x${string}`;
1177
+ isWritable: boolean;
1178
+ }, {
1179
+ pubkey: string;
1180
+ isWritable: boolean;
1181
+ }>, "many">;
1182
+ fallbackAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1183
+ }, "strip", z.ZodTypeAny, {
1184
+ cfReceiver: {
1185
+ pubkey: `0x${string}`;
1186
+ isWritable: boolean;
1187
+ };
1188
+ additionalAccounts: {
1189
+ pubkey: `0x${string}`;
1190
+ isWritable: boolean;
1191
+ }[];
1192
+ fallbackAddress: `0x${string}`;
1193
+ }, {
1194
+ cfReceiver: {
1195
+ pubkey: string;
1196
+ isWritable: boolean;
1197
+ };
1198
+ additionalAccounts: {
1199
+ pubkey: string;
1200
+ isWritable: boolean;
1201
+ }[];
1202
+ fallbackAddress: string;
1203
+ }>;
1204
+ alts: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
1205
+ }, "strip", z.ZodTypeAny, {
1206
+ __kind: "V1";
1207
+ ccmAccounts: {
1208
+ cfReceiver: {
1209
+ pubkey: `0x${string}`;
1210
+ isWritable: boolean;
1211
+ };
1212
+ additionalAccounts: {
1213
+ pubkey: `0x${string}`;
1214
+ isWritable: boolean;
1215
+ }[];
1216
+ fallbackAddress: `0x${string}`;
1217
+ };
1218
+ alts: `0x${string}`[];
1219
+ }, {
1220
+ __kind: "V1";
1221
+ ccmAccounts: {
1222
+ cfReceiver: {
1223
+ pubkey: string;
1224
+ isWritable: boolean;
1225
+ };
1226
+ additionalAccounts: {
1227
+ pubkey: string;
1228
+ isWritable: boolean;
1229
+ }[];
1230
+ fallbackAddress: string;
1231
+ };
1232
+ alts: string[];
1233
+ }>]>;
1234
+ }, "strip", z.ZodTypeAny, {
1235
+ value: {
1236
+ value: {
1237
+ cfReceiver: {
1238
+ pubkey: `0x${string}`;
1239
+ isWritable: boolean;
1240
+ };
1241
+ additionalAccounts: {
1242
+ pubkey: `0x${string}`;
1243
+ isWritable: boolean;
1244
+ }[];
1245
+ fallbackAddress: `0x${string}`;
1246
+ };
1247
+ __kind: "V0";
1248
+ } | {
1249
+ __kind: "V1";
1250
+ ccmAccounts: {
1251
+ cfReceiver: {
1252
+ pubkey: `0x${string}`;
1253
+ isWritable: boolean;
1254
+ };
1255
+ additionalAccounts: {
1256
+ pubkey: `0x${string}`;
1257
+ isWritable: boolean;
1258
+ }[];
1259
+ fallbackAddress: `0x${string}`;
1260
+ };
1261
+ alts: `0x${string}`[];
1262
+ };
1263
+ __kind: "Solana";
1264
+ }, {
1265
+ value: {
1266
+ value: {
1267
+ cfReceiver: {
1268
+ pubkey: string;
1269
+ isWritable: boolean;
1270
+ };
1271
+ additionalAccounts: {
1272
+ pubkey: string;
1273
+ isWritable: boolean;
1274
+ }[];
1275
+ fallbackAddress: string;
1276
+ };
1277
+ __kind: "V0";
1278
+ } | {
1279
+ __kind: "V1";
1280
+ ccmAccounts: {
1281
+ cfReceiver: {
1282
+ pubkey: string;
1283
+ isWritable: boolean;
1284
+ };
1285
+ additionalAccounts: {
1286
+ pubkey: string;
1287
+ isWritable: boolean;
1288
+ }[];
1289
+ fallbackAddress: string;
1290
+ };
1291
+ alts: string[];
1292
+ };
1293
+ __kind: "Solana";
1294
+ }>]>;
1295
+ }, "strip", z.ZodTypeAny, {
1296
+ message: `0x${string}`;
1297
+ gasBudget: bigint;
1298
+ ccmAdditionalData: {
1299
+ __kind: "NotRequired";
1300
+ } | {
1301
+ value: {
1302
+ value: {
1303
+ cfReceiver: {
1304
+ pubkey: `0x${string}`;
1305
+ isWritable: boolean;
1306
+ };
1307
+ additionalAccounts: {
1308
+ pubkey: `0x${string}`;
1309
+ isWritable: boolean;
1310
+ }[];
1311
+ fallbackAddress: `0x${string}`;
1312
+ };
1313
+ __kind: "V0";
1314
+ } | {
1315
+ __kind: "V1";
1316
+ ccmAccounts: {
1317
+ cfReceiver: {
1318
+ pubkey: `0x${string}`;
1319
+ isWritable: boolean;
1320
+ };
1321
+ additionalAccounts: {
1322
+ pubkey: `0x${string}`;
1323
+ isWritable: boolean;
1324
+ }[];
1325
+ fallbackAddress: `0x${string}`;
1326
+ };
1327
+ alts: `0x${string}`[];
1328
+ };
1329
+ __kind: "Solana";
1330
+ };
1331
+ }, {
1332
+ message: string;
1333
+ gasBudget: string | number;
1334
+ ccmAdditionalData: {
1335
+ __kind: "NotRequired";
1336
+ } | {
1337
+ value: {
1338
+ value: {
1339
+ cfReceiver: {
1340
+ pubkey: string;
1341
+ isWritable: boolean;
1342
+ };
1343
+ additionalAccounts: {
1344
+ pubkey: string;
1345
+ isWritable: boolean;
1346
+ }[];
1347
+ fallbackAddress: string;
1348
+ };
1349
+ __kind: "V0";
1350
+ } | {
1351
+ __kind: "V1";
1352
+ ccmAccounts: {
1353
+ cfReceiver: {
1354
+ pubkey: string;
1355
+ isWritable: boolean;
1356
+ };
1357
+ additionalAccounts: {
1358
+ pubkey: string;
1359
+ isWritable: boolean;
1360
+ }[];
1361
+ fallbackAddress: string;
1362
+ };
1363
+ alts: string[];
1364
+ };
1365
+ __kind: "Solana";
1366
+ };
1367
+ }>;
1368
+ sourceChain: z.ZodEffects<z.ZodObject<{
1369
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub", "Tron"]>;
1370
+ }, "strip", z.ZodTypeAny, {
1371
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1372
+ }, {
1373
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1374
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron", {
1375
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1376
+ }>;
1377
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1378
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
1379
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1380
+ }, "strip", z.ZodTypeAny, {
1381
+ value: `0x${string}`;
1382
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1383
+ }, {
1384
+ value: string;
1385
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1386
+ }>, {
1387
+ readonly chain: "Ethereum";
1388
+ readonly address: `0x${string}`;
1389
+ } | {
1390
+ readonly chain: "Polkadot";
1391
+ readonly address: string;
1392
+ } | {
1393
+ readonly chain: "Bitcoin";
1394
+ readonly address: string;
1395
+ } | {
1396
+ readonly chain: "Arbitrum";
1397
+ readonly address: `0x${string}`;
1398
+ } | {
1399
+ readonly chain: "Solana";
1400
+ readonly address: string;
1401
+ } | {
1402
+ readonly chain: "Assethub";
1403
+ readonly address: string;
1404
+ } | {
1405
+ readonly chain: "Tron";
1406
+ readonly address: string;
1407
+ }, {
1408
+ value: string;
1409
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1410
+ }>>>;
1411
+ }, "strip", z.ZodTypeAny, {
1412
+ channelMetadata: {
1413
+ message: `0x${string}`;
1414
+ gasBudget: bigint;
1415
+ ccmAdditionalData: {
1416
+ __kind: "NotRequired";
1417
+ } | {
1418
+ value: {
1419
+ value: {
1420
+ cfReceiver: {
1421
+ pubkey: `0x${string}`;
1422
+ isWritable: boolean;
1423
+ };
1424
+ additionalAccounts: {
1425
+ pubkey: `0x${string}`;
1426
+ isWritable: boolean;
1427
+ }[];
1428
+ fallbackAddress: `0x${string}`;
1429
+ };
1430
+ __kind: "V0";
1431
+ } | {
1432
+ __kind: "V1";
1433
+ ccmAccounts: {
1434
+ cfReceiver: {
1435
+ pubkey: `0x${string}`;
1436
+ isWritable: boolean;
1437
+ };
1438
+ additionalAccounts: {
1439
+ pubkey: `0x${string}`;
1440
+ isWritable: boolean;
1441
+ }[];
1442
+ fallbackAddress: `0x${string}`;
1443
+ };
1444
+ alts: `0x${string}`[];
1445
+ };
1446
+ __kind: "Solana";
1447
+ };
1448
+ };
1449
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1450
+ sourceAddress?: {
1451
+ readonly chain: "Ethereum";
1452
+ readonly address: `0x${string}`;
1453
+ } | {
1454
+ readonly chain: "Polkadot";
1455
+ readonly address: string;
1456
+ } | {
1457
+ readonly chain: "Bitcoin";
1458
+ readonly address: string;
1459
+ } | {
1460
+ readonly chain: "Arbitrum";
1461
+ readonly address: `0x${string}`;
1462
+ } | {
1463
+ readonly chain: "Solana";
1464
+ readonly address: string;
1465
+ } | {
1466
+ readonly chain: "Assethub";
1467
+ readonly address: string;
1468
+ } | {
1469
+ readonly chain: "Tron";
1470
+ readonly address: string;
1471
+ } | null | undefined;
1472
+ }, {
1473
+ channelMetadata: {
1474
+ message: string;
1475
+ gasBudget: string | number;
1476
+ ccmAdditionalData: {
1477
+ __kind: "NotRequired";
1478
+ } | {
1479
+ value: {
1480
+ value: {
1481
+ cfReceiver: {
1482
+ pubkey: string;
1483
+ isWritable: boolean;
1484
+ };
1485
+ additionalAccounts: {
1486
+ pubkey: string;
1487
+ isWritable: boolean;
1488
+ }[];
1489
+ fallbackAddress: string;
1490
+ };
1491
+ __kind: "V0";
1492
+ } | {
1493
+ __kind: "V1";
1494
+ ccmAccounts: {
1495
+ cfReceiver: {
1496
+ pubkey: string;
1497
+ isWritable: boolean;
1498
+ };
1499
+ additionalAccounts: {
1500
+ pubkey: string;
1501
+ isWritable: boolean;
1502
+ }[];
1503
+ fallbackAddress: string;
1504
+ };
1505
+ alts: string[];
1506
+ };
1507
+ __kind: "Solana";
1508
+ };
1509
+ };
1510
+ sourceChain: {
1511
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1512
+ };
1513
+ sourceAddress?: {
1514
+ value: string;
1515
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1516
+ } | null | undefined;
1517
+ }>>>;
1518
+ outputAddress: z.ZodEffects<z.ZodObject<{
1519
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
1520
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1521
+ }, "strip", z.ZodTypeAny, {
1522
+ value: `0x${string}`;
1523
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1524
+ }, {
1525
+ value: string;
1526
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1527
+ }>, {
1528
+ readonly chain: "Ethereum";
1529
+ readonly address: `0x${string}`;
1530
+ } | {
1531
+ readonly chain: "Polkadot";
1532
+ readonly address: string;
1533
+ } | {
1534
+ readonly chain: "Bitcoin";
1535
+ readonly address: string;
1536
+ } | {
1537
+ readonly chain: "Arbitrum";
1538
+ readonly address: `0x${string}`;
1539
+ } | {
1540
+ readonly chain: "Solana";
1541
+ readonly address: string;
1542
+ } | {
1543
+ readonly chain: "Assethub";
1544
+ readonly address: string;
1545
+ } | {
1546
+ readonly chain: "Tron";
1547
+ readonly address: string;
1548
+ }, {
1549
+ value: string;
1550
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1551
+ }>;
1552
+ }, "strip", z.ZodTypeAny, {
1553
+ __kind: "Egress";
1554
+ outputAddress: {
1555
+ readonly chain: "Ethereum";
1556
+ readonly address: `0x${string}`;
1557
+ } | {
1558
+ readonly chain: "Polkadot";
1559
+ readonly address: string;
1560
+ } | {
1561
+ readonly chain: "Bitcoin";
1562
+ readonly address: string;
1563
+ } | {
1564
+ readonly chain: "Arbitrum";
1565
+ readonly address: `0x${string}`;
1566
+ } | {
1567
+ readonly chain: "Solana";
1568
+ readonly address: string;
1569
+ } | {
1570
+ readonly chain: "Assethub";
1571
+ readonly address: string;
1572
+ } | {
1573
+ readonly chain: "Tron";
1574
+ readonly address: string;
1575
+ };
1576
+ ccmDepositMetadata?: {
1577
+ channelMetadata: {
1578
+ message: `0x${string}`;
1579
+ gasBudget: bigint;
1580
+ ccmAdditionalData: {
1581
+ __kind: "NotRequired";
1582
+ } | {
1583
+ value: {
1584
+ value: {
1585
+ cfReceiver: {
1586
+ pubkey: `0x${string}`;
1587
+ isWritable: boolean;
1588
+ };
1589
+ additionalAccounts: {
1590
+ pubkey: `0x${string}`;
1591
+ isWritable: boolean;
1592
+ }[];
1593
+ fallbackAddress: `0x${string}`;
1594
+ };
1595
+ __kind: "V0";
1596
+ } | {
1597
+ __kind: "V1";
1598
+ ccmAccounts: {
1599
+ cfReceiver: {
1600
+ pubkey: `0x${string}`;
1601
+ isWritable: boolean;
1602
+ };
1603
+ additionalAccounts: {
1604
+ pubkey: `0x${string}`;
1605
+ isWritable: boolean;
1606
+ }[];
1607
+ fallbackAddress: `0x${string}`;
1608
+ };
1609
+ alts: `0x${string}`[];
1610
+ };
1611
+ __kind: "Solana";
1612
+ };
1613
+ };
1614
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1615
+ sourceAddress?: {
1616
+ readonly chain: "Ethereum";
1617
+ readonly address: `0x${string}`;
1618
+ } | {
1619
+ readonly chain: "Polkadot";
1620
+ readonly address: string;
1621
+ } | {
1622
+ readonly chain: "Bitcoin";
1623
+ readonly address: string;
1624
+ } | {
1625
+ readonly chain: "Arbitrum";
1626
+ readonly address: `0x${string}`;
1627
+ } | {
1628
+ readonly chain: "Solana";
1629
+ readonly address: string;
1630
+ } | {
1631
+ readonly chain: "Assethub";
1632
+ readonly address: string;
1633
+ } | {
1634
+ readonly chain: "Tron";
1635
+ readonly address: string;
1636
+ } | null | undefined;
1637
+ } | null | undefined;
1638
+ }, {
1639
+ __kind: "Egress";
1640
+ outputAddress: {
1641
+ value: string;
1642
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1643
+ };
1644
+ ccmDepositMetadata?: {
1645
+ channelMetadata: {
1646
+ message: string;
1647
+ gasBudget: string | number;
1648
+ ccmAdditionalData: {
1649
+ __kind: "NotRequired";
1650
+ } | {
1651
+ value: {
1652
+ value: {
1653
+ cfReceiver: {
1654
+ pubkey: string;
1655
+ isWritable: boolean;
1656
+ };
1657
+ additionalAccounts: {
1658
+ pubkey: string;
1659
+ isWritable: boolean;
1660
+ }[];
1661
+ fallbackAddress: string;
1662
+ };
1663
+ __kind: "V0";
1664
+ } | {
1665
+ __kind: "V1";
1666
+ ccmAccounts: {
1667
+ cfReceiver: {
1668
+ pubkey: string;
1669
+ isWritable: boolean;
1670
+ };
1671
+ additionalAccounts: {
1672
+ pubkey: string;
1673
+ isWritable: boolean;
1674
+ }[];
1675
+ fallbackAddress: string;
1676
+ };
1677
+ alts: string[];
1678
+ };
1679
+ __kind: "Solana";
1680
+ };
1681
+ };
1682
+ sourceChain: {
1683
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1684
+ };
1685
+ sourceAddress?: {
1686
+ value: string;
1687
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1688
+ } | null | undefined;
1689
+ } | null | undefined;
1690
+ }>, z.ZodObject<{
1691
+ __kind: z.ZodLiteral<"CreditOnChain">;
1692
+ accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
1693
+ }, "strip", z.ZodTypeAny, {
1694
+ __kind: "CreditOnChain";
1695
+ accountId: `cF${string}`;
1696
+ }, {
1697
+ __kind: "CreditOnChain";
1698
+ accountId: string;
1699
+ }>, z.ZodObject<{
1700
+ __kind: z.ZodLiteral<"CreditLendingPool">;
1701
+ swapType: z.ZodObject<{
1702
+ __kind: z.ZodLiteral<"Liquidation">;
1703
+ borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
1704
+ loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1705
+ }, "strip", z.ZodTypeAny, {
1706
+ __kind: "Liquidation";
1707
+ borrowerId: `cF${string}`;
1708
+ loanId: bigint;
1709
+ }, {
1710
+ __kind: "Liquidation";
1711
+ borrowerId: string;
1712
+ loanId: string | number;
1713
+ }>;
1714
+ }, "strip", z.ZodTypeAny, {
1715
+ __kind: "CreditLendingPool";
1716
+ swapType: {
1717
+ __kind: "Liquidation";
1718
+ borrowerId: `cF${string}`;
1719
+ loanId: bigint;
1720
+ };
1721
+ }, {
1722
+ __kind: "CreditLendingPool";
1723
+ swapType: {
1724
+ __kind: "Liquidation";
1725
+ borrowerId: string;
1726
+ loanId: string | number;
1727
+ };
1728
+ }>, z.ZodObject<{
1729
+ __kind: z.ZodLiteral<"CreditFlipAndTransferToGateway">;
1730
+ accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
1731
+ flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1732
+ }, "strip", z.ZodTypeAny, {
1733
+ __kind: "CreditFlipAndTransferToGateway";
1734
+ accountId: `cF${string}`;
1735
+ flipToSubtractFromSwapOutput: bigint;
1736
+ }, {
1737
+ __kind: "CreditFlipAndTransferToGateway";
1738
+ accountId: string;
1739
+ flipToSubtractFromSwapOutput: string | number;
1740
+ }>]>;
1741
+ }, "strip", z.ZodTypeAny, {
1742
+ __kind: "RegularNoNetworkFee";
1743
+ outputAction: {
1744
+ __kind: "Egress";
1745
+ outputAddress: {
1746
+ readonly chain: "Ethereum";
1747
+ readonly address: `0x${string}`;
1748
+ } | {
1749
+ readonly chain: "Polkadot";
1750
+ readonly address: string;
1751
+ } | {
1752
+ readonly chain: "Bitcoin";
1753
+ readonly address: string;
1754
+ } | {
1755
+ readonly chain: "Arbitrum";
1756
+ readonly address: `0x${string}`;
1757
+ } | {
1758
+ readonly chain: "Solana";
1759
+ readonly address: string;
1760
+ } | {
1761
+ readonly chain: "Assethub";
1762
+ readonly address: string;
1763
+ } | {
1764
+ readonly chain: "Tron";
1765
+ readonly address: string;
1766
+ };
1767
+ ccmDepositMetadata?: {
1768
+ channelMetadata: {
1769
+ message: `0x${string}`;
1770
+ gasBudget: bigint;
1771
+ ccmAdditionalData: {
1772
+ __kind: "NotRequired";
1773
+ } | {
1774
+ value: {
1775
+ value: {
1776
+ cfReceiver: {
1777
+ pubkey: `0x${string}`;
1778
+ isWritable: boolean;
1779
+ };
1780
+ additionalAccounts: {
1781
+ pubkey: `0x${string}`;
1782
+ isWritable: boolean;
1783
+ }[];
1784
+ fallbackAddress: `0x${string}`;
1785
+ };
1786
+ __kind: "V0";
1787
+ } | {
1788
+ __kind: "V1";
1789
+ ccmAccounts: {
1790
+ cfReceiver: {
1791
+ pubkey: `0x${string}`;
1792
+ isWritable: boolean;
1793
+ };
1794
+ additionalAccounts: {
1795
+ pubkey: `0x${string}`;
1796
+ isWritable: boolean;
1797
+ }[];
1798
+ fallbackAddress: `0x${string}`;
1799
+ };
1800
+ alts: `0x${string}`[];
1801
+ };
1802
+ __kind: "Solana";
1803
+ };
1804
+ };
1805
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1806
+ sourceAddress?: {
1807
+ readonly chain: "Ethereum";
1808
+ readonly address: `0x${string}`;
1809
+ } | {
1810
+ readonly chain: "Polkadot";
1811
+ readonly address: string;
1812
+ } | {
1813
+ readonly chain: "Bitcoin";
1814
+ readonly address: string;
1815
+ } | {
1816
+ readonly chain: "Arbitrum";
1817
+ readonly address: `0x${string}`;
1818
+ } | {
1819
+ readonly chain: "Solana";
1820
+ readonly address: string;
1821
+ } | {
1822
+ readonly chain: "Assethub";
1823
+ readonly address: string;
1824
+ } | {
1825
+ readonly chain: "Tron";
1826
+ readonly address: string;
1827
+ } | null | undefined;
1828
+ } | null | undefined;
1829
+ } | {
1830
+ __kind: "CreditOnChain";
1831
+ accountId: `cF${string}`;
1832
+ } | {
1833
+ __kind: "CreditLendingPool";
1834
+ swapType: {
1835
+ __kind: "Liquidation";
1836
+ borrowerId: `cF${string}`;
1837
+ loanId: bigint;
1838
+ };
1839
+ } | {
1840
+ __kind: "CreditFlipAndTransferToGateway";
1841
+ accountId: `cF${string}`;
1842
+ flipToSubtractFromSwapOutput: bigint;
1843
+ };
1844
+ }, {
1845
+ __kind: "RegularNoNetworkFee";
1846
+ outputAction: {
1847
+ __kind: "Egress";
1848
+ outputAddress: {
1849
+ value: string;
1850
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1851
+ };
1852
+ ccmDepositMetadata?: {
1853
+ channelMetadata: {
1854
+ message: string;
1855
+ gasBudget: string | number;
1856
+ ccmAdditionalData: {
1857
+ __kind: "NotRequired";
1858
+ } | {
1859
+ value: {
1860
+ value: {
1861
+ cfReceiver: {
1862
+ pubkey: string;
1863
+ isWritable: boolean;
1864
+ };
1865
+ additionalAccounts: {
1866
+ pubkey: string;
1867
+ isWritable: boolean;
1868
+ }[];
1869
+ fallbackAddress: string;
1870
+ };
1871
+ __kind: "V0";
1872
+ } | {
1873
+ __kind: "V1";
1874
+ ccmAccounts: {
1875
+ cfReceiver: {
1876
+ pubkey: string;
1877
+ isWritable: boolean;
1878
+ };
1879
+ additionalAccounts: {
1880
+ pubkey: string;
1881
+ isWritable: boolean;
1882
+ }[];
1883
+ fallbackAddress: string;
1884
+ };
1885
+ alts: string[];
1886
+ };
1887
+ __kind: "Solana";
1888
+ };
1889
+ };
1890
+ sourceChain: {
1891
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1892
+ };
1893
+ sourceAddress?: {
1894
+ value: string;
1895
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1896
+ } | null | undefined;
1897
+ } | null | undefined;
1898
+ } | {
1899
+ __kind: "CreditOnChain";
1900
+ accountId: string;
1901
+ } | {
1902
+ __kind: "CreditLendingPool";
1903
+ swapType: {
1904
+ __kind: "Liquidation";
1905
+ borrowerId: string;
1906
+ loanId: string | number;
1907
+ };
1908
+ } | {
1909
+ __kind: "CreditFlipAndTransferToGateway";
1910
+ accountId: string;
1911
+ flipToSubtractFromSwapOutput: string | number;
1912
+ };
1913
+ }>]>;
1914
+ brokerFees: z.ZodArray<z.ZodObject<{
1915
+ account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
1916
+ bps: z.ZodNumber;
1917
+ }, "strip", z.ZodTypeAny, {
1918
+ account: `cF${string}`;
1919
+ bps: number;
1920
+ }, {
1921
+ account: string;
1922
+ bps: number;
1923
+ }>, "many">;
1924
+ priceLimitsAndExpiry: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1925
+ expiryBehaviour: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1926
+ __kind: z.ZodLiteral<"NoExpiry">;
1927
+ }, "strip", z.ZodTypeAny, {
1928
+ __kind: "NoExpiry";
1929
+ }, {
1930
+ __kind: "NoExpiry";
1931
+ }>, z.ZodObject<{
1932
+ __kind: z.ZodLiteral<"RefundIfExpires">;
1933
+ retryDuration: z.ZodNumber;
1934
+ refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1935
+ __kind: z.ZodLiteral<"InternalAccount">;
1936
+ value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
1937
+ }, "strip", z.ZodTypeAny, {
1938
+ value: `cF${string}`;
1939
+ __kind: "InternalAccount";
1940
+ }, {
1941
+ value: string;
1942
+ __kind: "InternalAccount";
1943
+ }>, z.ZodObject<{
1944
+ __kind: z.ZodLiteral<"ExternalAddress">;
1945
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1946
+ __kind: z.ZodLiteral<"Eth">;
1947
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1948
+ }, "strip", z.ZodTypeAny, {
1949
+ value: `0x${string}`;
1950
+ __kind: "Eth";
1951
+ }, {
1952
+ value: string;
1953
+ __kind: "Eth";
1954
+ }>, z.ZodObject<{
1955
+ __kind: z.ZodLiteral<"Dot">;
1956
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1957
+ }, "strip", z.ZodTypeAny, {
1958
+ value: `0x${string}`;
1959
+ __kind: "Dot";
1960
+ }, {
1961
+ value: string;
1962
+ __kind: "Dot";
1963
+ }>, z.ZodObject<{
1964
+ __kind: z.ZodLiteral<"Btc">;
1965
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1966
+ __kind: z.ZodLiteral<"P2PKH">;
1967
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1968
+ }, "strip", z.ZodTypeAny, {
1969
+ value: `0x${string}`;
1970
+ __kind: "P2PKH";
1971
+ }, {
1972
+ value: string;
1973
+ __kind: "P2PKH";
1974
+ }>, z.ZodObject<{
1975
+ __kind: z.ZodLiteral<"P2SH">;
1976
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1977
+ }, "strip", z.ZodTypeAny, {
1978
+ value: `0x${string}`;
1979
+ __kind: "P2SH";
1980
+ }, {
1981
+ value: string;
1982
+ __kind: "P2SH";
1983
+ }>, z.ZodObject<{
1984
+ __kind: z.ZodLiteral<"P2WPKH">;
1985
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1986
+ }, "strip", z.ZodTypeAny, {
1987
+ value: `0x${string}`;
1988
+ __kind: "P2WPKH";
1989
+ }, {
1990
+ value: string;
1991
+ __kind: "P2WPKH";
1992
+ }>, z.ZodObject<{
1993
+ __kind: z.ZodLiteral<"P2WSH">;
1994
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1995
+ }, "strip", z.ZodTypeAny, {
1996
+ value: `0x${string}`;
1997
+ __kind: "P2WSH";
1998
+ }, {
1999
+ value: string;
2000
+ __kind: "P2WSH";
2001
+ }>, z.ZodObject<{
2002
+ __kind: z.ZodLiteral<"Taproot">;
2003
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2004
+ }, "strip", z.ZodTypeAny, {
2005
+ value: `0x${string}`;
2006
+ __kind: "Taproot";
2007
+ }, {
2008
+ value: string;
2009
+ __kind: "Taproot";
2010
+ }>, z.ZodObject<{
2011
+ __kind: z.ZodLiteral<"OtherSegwit">;
2012
+ version: z.ZodNumber;
2013
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2014
+ }, "strip", z.ZodTypeAny, {
2015
+ __kind: "OtherSegwit";
2016
+ version: number;
2017
+ program: `0x${string}`;
2018
+ }, {
2019
+ __kind: "OtherSegwit";
2020
+ version: number;
2021
+ program: string;
2022
+ }>]>;
2023
+ }, "strip", z.ZodTypeAny, {
2024
+ value: {
2025
+ value: `0x${string}`;
2026
+ __kind: "P2PKH";
2027
+ } | {
2028
+ value: `0x${string}`;
2029
+ __kind: "P2SH";
2030
+ } | {
2031
+ value: `0x${string}`;
2032
+ __kind: "P2WPKH";
2033
+ } | {
2034
+ value: `0x${string}`;
2035
+ __kind: "P2WSH";
2036
+ } | {
2037
+ value: `0x${string}`;
2038
+ __kind: "Taproot";
2039
+ } | {
2040
+ __kind: "OtherSegwit";
2041
+ version: number;
2042
+ program: `0x${string}`;
2043
+ };
2044
+ __kind: "Btc";
2045
+ }, {
2046
+ value: {
2047
+ value: string;
2048
+ __kind: "P2PKH";
2049
+ } | {
2050
+ value: string;
2051
+ __kind: "P2SH";
2052
+ } | {
2053
+ value: string;
2054
+ __kind: "P2WPKH";
2055
+ } | {
2056
+ value: string;
2057
+ __kind: "P2WSH";
2058
+ } | {
2059
+ value: string;
2060
+ __kind: "Taproot";
2061
+ } | {
2062
+ __kind: "OtherSegwit";
2063
+ version: number;
2064
+ program: string;
2065
+ };
2066
+ __kind: "Btc";
2067
+ }>, z.ZodObject<{
2068
+ __kind: z.ZodLiteral<"Arb">;
2069
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2070
+ }, "strip", z.ZodTypeAny, {
2071
+ value: `0x${string}`;
2072
+ __kind: "Arb";
2073
+ }, {
2074
+ value: string;
2075
+ __kind: "Arb";
2076
+ }>, z.ZodObject<{
2077
+ __kind: z.ZodLiteral<"Sol">;
2078
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2079
+ }, "strip", z.ZodTypeAny, {
2080
+ value: `0x${string}`;
2081
+ __kind: "Sol";
2082
+ }, {
2083
+ value: string;
2084
+ __kind: "Sol";
2085
+ }>, z.ZodObject<{
2086
+ __kind: z.ZodLiteral<"Hub">;
2087
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2088
+ }, "strip", z.ZodTypeAny, {
2089
+ value: `0x${string}`;
2090
+ __kind: "Hub";
2091
+ }, {
2092
+ value: string;
2093
+ __kind: "Hub";
2094
+ }>, z.ZodObject<{
2095
+ __kind: z.ZodLiteral<"Tron">;
2096
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2097
+ }, "strip", z.ZodTypeAny, {
2098
+ value: `0x${string}`;
2099
+ __kind: "Tron";
2100
+ }, {
2101
+ value: string;
2102
+ __kind: "Tron";
2103
+ }>]>;
2104
+ }, "strip", z.ZodTypeAny, {
2105
+ value: {
2106
+ value: `0x${string}`;
2107
+ __kind: "Eth";
2108
+ } | {
2109
+ value: `0x${string}`;
2110
+ __kind: "Dot";
2111
+ } | {
2112
+ value: {
2113
+ value: `0x${string}`;
2114
+ __kind: "P2PKH";
2115
+ } | {
2116
+ value: `0x${string}`;
2117
+ __kind: "P2SH";
2118
+ } | {
2119
+ value: `0x${string}`;
2120
+ __kind: "P2WPKH";
2121
+ } | {
2122
+ value: `0x${string}`;
2123
+ __kind: "P2WSH";
2124
+ } | {
2125
+ value: `0x${string}`;
2126
+ __kind: "Taproot";
2127
+ } | {
2128
+ __kind: "OtherSegwit";
2129
+ version: number;
2130
+ program: `0x${string}`;
2131
+ };
2132
+ __kind: "Btc";
2133
+ } | {
2134
+ value: `0x${string}`;
2135
+ __kind: "Arb";
2136
+ } | {
2137
+ value: `0x${string}`;
2138
+ __kind: "Sol";
2139
+ } | {
2140
+ value: `0x${string}`;
2141
+ __kind: "Hub";
2142
+ } | {
2143
+ value: `0x${string}`;
2144
+ __kind: "Tron";
2145
+ };
2146
+ __kind: "ExternalAddress";
2147
+ }, {
2148
+ value: {
2149
+ value: string;
2150
+ __kind: "Eth";
2151
+ } | {
2152
+ value: string;
2153
+ __kind: "Dot";
2154
+ } | {
2155
+ value: {
2156
+ value: string;
2157
+ __kind: "P2PKH";
2158
+ } | {
2159
+ value: string;
2160
+ __kind: "P2SH";
2161
+ } | {
2162
+ value: string;
2163
+ __kind: "P2WPKH";
2164
+ } | {
2165
+ value: string;
2166
+ __kind: "P2WSH";
2167
+ } | {
2168
+ value: string;
2169
+ __kind: "Taproot";
2170
+ } | {
2171
+ __kind: "OtherSegwit";
2172
+ version: number;
2173
+ program: string;
2174
+ };
2175
+ __kind: "Btc";
2176
+ } | {
2177
+ value: string;
2178
+ __kind: "Arb";
2179
+ } | {
2180
+ value: string;
2181
+ __kind: "Sol";
2182
+ } | {
2183
+ value: string;
2184
+ __kind: "Hub";
2185
+ } | {
2186
+ value: string;
2187
+ __kind: "Tron";
2188
+ };
2189
+ __kind: "ExternalAddress";
2190
+ }>]>;
2191
+ refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2192
+ channelMetadata: z.ZodObject<{
2193
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2194
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2195
+ ccmAdditionalData: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2196
+ __kind: z.ZodLiteral<"NotRequired">;
2197
+ }, "strip", z.ZodTypeAny, {
2198
+ __kind: "NotRequired";
2199
+ }, {
2200
+ __kind: "NotRequired";
2201
+ }>, z.ZodObject<{
2202
+ __kind: z.ZodLiteral<"Solana">;
2203
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2204
+ __kind: z.ZodLiteral<"V0">;
2205
+ value: z.ZodObject<{
2206
+ cfReceiver: z.ZodObject<{
2207
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2208
+ isWritable: z.ZodBoolean;
2209
+ }, "strip", z.ZodTypeAny, {
2210
+ pubkey: `0x${string}`;
2211
+ isWritable: boolean;
2212
+ }, {
2213
+ pubkey: string;
2214
+ isWritable: boolean;
2215
+ }>;
2216
+ additionalAccounts: z.ZodArray<z.ZodObject<{
2217
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2218
+ isWritable: z.ZodBoolean;
2219
+ }, "strip", z.ZodTypeAny, {
2220
+ pubkey: `0x${string}`;
2221
+ isWritable: boolean;
2222
+ }, {
2223
+ pubkey: string;
2224
+ isWritable: boolean;
2225
+ }>, "many">;
2226
+ fallbackAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2227
+ }, "strip", z.ZodTypeAny, {
2228
+ cfReceiver: {
2229
+ pubkey: `0x${string}`;
2230
+ isWritable: boolean;
2231
+ };
2232
+ additionalAccounts: {
2233
+ pubkey: `0x${string}`;
2234
+ isWritable: boolean;
2235
+ }[];
2236
+ fallbackAddress: `0x${string}`;
2237
+ }, {
2238
+ cfReceiver: {
2239
+ pubkey: string;
2240
+ isWritable: boolean;
2241
+ };
2242
+ additionalAccounts: {
2243
+ pubkey: string;
2244
+ isWritable: boolean;
2245
+ }[];
2246
+ fallbackAddress: string;
2247
+ }>;
2248
+ }, "strip", z.ZodTypeAny, {
2249
+ value: {
2250
+ cfReceiver: {
2251
+ pubkey: `0x${string}`;
2252
+ isWritable: boolean;
2253
+ };
2254
+ additionalAccounts: {
2255
+ pubkey: `0x${string}`;
2256
+ isWritable: boolean;
2257
+ }[];
2258
+ fallbackAddress: `0x${string}`;
2259
+ };
2260
+ __kind: "V0";
2261
+ }, {
2262
+ value: {
2263
+ cfReceiver: {
2264
+ pubkey: string;
2265
+ isWritable: boolean;
2266
+ };
2267
+ additionalAccounts: {
2268
+ pubkey: string;
2269
+ isWritable: boolean;
2270
+ }[];
2271
+ fallbackAddress: string;
2272
+ };
2273
+ __kind: "V0";
2274
+ }>, z.ZodObject<{
2275
+ __kind: z.ZodLiteral<"V1">;
2276
+ ccmAccounts: z.ZodObject<{
2277
+ cfReceiver: z.ZodObject<{
2278
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2279
+ isWritable: z.ZodBoolean;
2280
+ }, "strip", z.ZodTypeAny, {
2281
+ pubkey: `0x${string}`;
2282
+ isWritable: boolean;
2283
+ }, {
2284
+ pubkey: string;
2285
+ isWritable: boolean;
2286
+ }>;
2287
+ additionalAccounts: z.ZodArray<z.ZodObject<{
2288
+ pubkey: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2289
+ isWritable: z.ZodBoolean;
2290
+ }, "strip", z.ZodTypeAny, {
2291
+ pubkey: `0x${string}`;
2292
+ isWritable: boolean;
2293
+ }, {
2294
+ pubkey: string;
2295
+ isWritable: boolean;
2296
+ }>, "many">;
2297
+ fallbackAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2298
+ }, "strip", z.ZodTypeAny, {
2299
+ cfReceiver: {
2300
+ pubkey: `0x${string}`;
2301
+ isWritable: boolean;
2302
+ };
2303
+ additionalAccounts: {
2304
+ pubkey: `0x${string}`;
2305
+ isWritable: boolean;
2306
+ }[];
2307
+ fallbackAddress: `0x${string}`;
2308
+ }, {
2309
+ cfReceiver: {
2310
+ pubkey: string;
2311
+ isWritable: boolean;
2312
+ };
2313
+ additionalAccounts: {
2314
+ pubkey: string;
2315
+ isWritable: boolean;
2316
+ }[];
2317
+ fallbackAddress: string;
2318
+ }>;
2319
+ alts: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
2320
+ }, "strip", z.ZodTypeAny, {
2321
+ __kind: "V1";
2322
+ ccmAccounts: {
2323
+ cfReceiver: {
2324
+ pubkey: `0x${string}`;
2325
+ isWritable: boolean;
2326
+ };
2327
+ additionalAccounts: {
2328
+ pubkey: `0x${string}`;
2329
+ isWritable: boolean;
2330
+ }[];
2331
+ fallbackAddress: `0x${string}`;
2332
+ };
2333
+ alts: `0x${string}`[];
2334
+ }, {
2335
+ __kind: "V1";
2336
+ ccmAccounts: {
2337
+ cfReceiver: {
2338
+ pubkey: string;
2339
+ isWritable: boolean;
2340
+ };
2341
+ additionalAccounts: {
2342
+ pubkey: string;
2343
+ isWritable: boolean;
2344
+ }[];
2345
+ fallbackAddress: string;
2346
+ };
2347
+ alts: string[];
2348
+ }>]>;
2349
+ }, "strip", z.ZodTypeAny, {
2350
+ value: {
2351
+ value: {
2352
+ cfReceiver: {
2353
+ pubkey: `0x${string}`;
2354
+ isWritable: boolean;
2355
+ };
2356
+ additionalAccounts: {
2357
+ pubkey: `0x${string}`;
2358
+ isWritable: boolean;
2359
+ }[];
2360
+ fallbackAddress: `0x${string}`;
2361
+ };
2362
+ __kind: "V0";
2363
+ } | {
2364
+ __kind: "V1";
2365
+ ccmAccounts: {
2366
+ cfReceiver: {
2367
+ pubkey: `0x${string}`;
2368
+ isWritable: boolean;
2369
+ };
2370
+ additionalAccounts: {
2371
+ pubkey: `0x${string}`;
2372
+ isWritable: boolean;
2373
+ }[];
2374
+ fallbackAddress: `0x${string}`;
2375
+ };
2376
+ alts: `0x${string}`[];
2377
+ };
2378
+ __kind: "Solana";
2379
+ }, {
2380
+ value: {
2381
+ value: {
2382
+ cfReceiver: {
2383
+ pubkey: string;
2384
+ isWritable: boolean;
2385
+ };
2386
+ additionalAccounts: {
2387
+ pubkey: string;
2388
+ isWritable: boolean;
2389
+ }[];
2390
+ fallbackAddress: string;
2391
+ };
2392
+ __kind: "V0";
2393
+ } | {
2394
+ __kind: "V1";
2395
+ ccmAccounts: {
2396
+ cfReceiver: {
2397
+ pubkey: string;
2398
+ isWritable: boolean;
2399
+ };
2400
+ additionalAccounts: {
2401
+ pubkey: string;
2402
+ isWritable: boolean;
2403
+ }[];
2404
+ fallbackAddress: string;
2405
+ };
2406
+ alts: string[];
2407
+ };
2408
+ __kind: "Solana";
2409
+ }>]>;
2410
+ }, "strip", z.ZodTypeAny, {
2411
+ message: `0x${string}`;
2412
+ gasBudget: bigint;
2413
+ ccmAdditionalData: {
2414
+ __kind: "NotRequired";
2415
+ } | {
2416
+ value: {
2417
+ value: {
2418
+ cfReceiver: {
2419
+ pubkey: `0x${string}`;
2420
+ isWritable: boolean;
2421
+ };
2422
+ additionalAccounts: {
2423
+ pubkey: `0x${string}`;
2424
+ isWritable: boolean;
2425
+ }[];
2426
+ fallbackAddress: `0x${string}`;
2427
+ };
2428
+ __kind: "V0";
2429
+ } | {
2430
+ __kind: "V1";
2431
+ ccmAccounts: {
2432
+ cfReceiver: {
2433
+ pubkey: `0x${string}`;
2434
+ isWritable: boolean;
2435
+ };
2436
+ additionalAccounts: {
2437
+ pubkey: `0x${string}`;
2438
+ isWritable: boolean;
2439
+ }[];
2440
+ fallbackAddress: `0x${string}`;
2441
+ };
2442
+ alts: `0x${string}`[];
2443
+ };
2444
+ __kind: "Solana";
2445
+ };
2446
+ }, {
2447
+ message: string;
2448
+ gasBudget: string | number;
2449
+ ccmAdditionalData: {
2450
+ __kind: "NotRequired";
2451
+ } | {
2452
+ value: {
2453
+ value: {
2454
+ cfReceiver: {
2455
+ pubkey: string;
2456
+ isWritable: boolean;
2457
+ };
2458
+ additionalAccounts: {
2459
+ pubkey: string;
2460
+ isWritable: boolean;
2461
+ }[];
2462
+ fallbackAddress: string;
2463
+ };
2464
+ __kind: "V0";
2465
+ } | {
2466
+ __kind: "V1";
2467
+ ccmAccounts: {
2468
+ cfReceiver: {
2469
+ pubkey: string;
2470
+ isWritable: boolean;
2471
+ };
2472
+ additionalAccounts: {
2473
+ pubkey: string;
2474
+ isWritable: boolean;
2475
+ }[];
2476
+ fallbackAddress: string;
2477
+ };
2478
+ alts: string[];
2479
+ };
2480
+ __kind: "Solana";
2481
+ };
2482
+ }>;
2483
+ sourceChain: z.ZodEffects<z.ZodObject<{
2484
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub", "Tron"]>;
2485
+ }, "strip", z.ZodTypeAny, {
2486
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2487
+ }, {
2488
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2489
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron", {
2490
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2491
+ }>;
2492
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2493
+ __kind: z.ZodLiteral<"Eth">;
2494
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2495
+ }, "strip", z.ZodTypeAny, {
2496
+ value: `0x${string}`;
2497
+ __kind: "Eth";
2498
+ }, {
2499
+ value: string;
2500
+ __kind: "Eth";
2501
+ }>, z.ZodObject<{
2502
+ __kind: z.ZodLiteral<"Dot">;
2503
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2504
+ }, "strip", z.ZodTypeAny, {
2505
+ value: `0x${string}`;
2506
+ __kind: "Dot";
2507
+ }, {
2508
+ value: string;
2509
+ __kind: "Dot";
2510
+ }>, z.ZodObject<{
2511
+ __kind: z.ZodLiteral<"Btc">;
2512
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2513
+ __kind: z.ZodLiteral<"P2PKH">;
2514
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2515
+ }, "strip", z.ZodTypeAny, {
2516
+ value: `0x${string}`;
2517
+ __kind: "P2PKH";
2518
+ }, {
2519
+ value: string;
2520
+ __kind: "P2PKH";
2521
+ }>, z.ZodObject<{
2522
+ __kind: z.ZodLiteral<"P2SH">;
2523
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2524
+ }, "strip", z.ZodTypeAny, {
2525
+ value: `0x${string}`;
2526
+ __kind: "P2SH";
2527
+ }, {
2528
+ value: string;
2529
+ __kind: "P2SH";
2530
+ }>, z.ZodObject<{
2531
+ __kind: z.ZodLiteral<"P2WPKH">;
2532
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2533
+ }, "strip", z.ZodTypeAny, {
2534
+ value: `0x${string}`;
2535
+ __kind: "P2WPKH";
2536
+ }, {
2537
+ value: string;
2538
+ __kind: "P2WPKH";
2539
+ }>, z.ZodObject<{
2540
+ __kind: z.ZodLiteral<"P2WSH">;
2541
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2542
+ }, "strip", z.ZodTypeAny, {
2543
+ value: `0x${string}`;
2544
+ __kind: "P2WSH";
2545
+ }, {
2546
+ value: string;
2547
+ __kind: "P2WSH";
2548
+ }>, z.ZodObject<{
2549
+ __kind: z.ZodLiteral<"Taproot">;
2550
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2551
+ }, "strip", z.ZodTypeAny, {
2552
+ value: `0x${string}`;
2553
+ __kind: "Taproot";
2554
+ }, {
2555
+ value: string;
2556
+ __kind: "Taproot";
2557
+ }>, z.ZodObject<{
2558
+ __kind: z.ZodLiteral<"OtherSegwit">;
2559
+ version: z.ZodNumber;
2560
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2561
+ }, "strip", z.ZodTypeAny, {
2562
+ __kind: "OtherSegwit";
2563
+ version: number;
2564
+ program: `0x${string}`;
2565
+ }, {
2566
+ __kind: "OtherSegwit";
2567
+ version: number;
2568
+ program: string;
2569
+ }>]>;
2570
+ }, "strip", z.ZodTypeAny, {
2571
+ value: {
2572
+ value: `0x${string}`;
2573
+ __kind: "P2PKH";
2574
+ } | {
2575
+ value: `0x${string}`;
2576
+ __kind: "P2SH";
2577
+ } | {
2578
+ value: `0x${string}`;
2579
+ __kind: "P2WPKH";
2580
+ } | {
2581
+ value: `0x${string}`;
2582
+ __kind: "P2WSH";
2583
+ } | {
2584
+ value: `0x${string}`;
2585
+ __kind: "Taproot";
2586
+ } | {
2587
+ __kind: "OtherSegwit";
2588
+ version: number;
2589
+ program: `0x${string}`;
2590
+ };
2591
+ __kind: "Btc";
2592
+ }, {
2593
+ value: {
2594
+ value: string;
2595
+ __kind: "P2PKH";
2596
+ } | {
2597
+ value: string;
2598
+ __kind: "P2SH";
2599
+ } | {
2600
+ value: string;
2601
+ __kind: "P2WPKH";
2602
+ } | {
2603
+ value: string;
2604
+ __kind: "P2WSH";
2605
+ } | {
2606
+ value: string;
2607
+ __kind: "Taproot";
2608
+ } | {
2609
+ __kind: "OtherSegwit";
2610
+ version: number;
2611
+ program: string;
2612
+ };
2613
+ __kind: "Btc";
2614
+ }>, z.ZodObject<{
2615
+ __kind: z.ZodLiteral<"Arb">;
2616
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2617
+ }, "strip", z.ZodTypeAny, {
2618
+ value: `0x${string}`;
2619
+ __kind: "Arb";
2620
+ }, {
2621
+ value: string;
2622
+ __kind: "Arb";
2623
+ }>, z.ZodObject<{
2624
+ __kind: z.ZodLiteral<"Sol">;
2625
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2626
+ }, "strip", z.ZodTypeAny, {
2627
+ value: `0x${string}`;
2628
+ __kind: "Sol";
2629
+ }, {
2630
+ value: string;
2631
+ __kind: "Sol";
2632
+ }>, z.ZodObject<{
2633
+ __kind: z.ZodLiteral<"Hub">;
2634
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2635
+ }, "strip", z.ZodTypeAny, {
2636
+ value: `0x${string}`;
2637
+ __kind: "Hub";
2638
+ }, {
2639
+ value: string;
2640
+ __kind: "Hub";
2641
+ }>, z.ZodObject<{
2642
+ __kind: z.ZodLiteral<"Tron">;
2643
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2644
+ }, "strip", z.ZodTypeAny, {
2645
+ value: `0x${string}`;
2646
+ __kind: "Tron";
2647
+ }, {
2648
+ value: string;
2649
+ __kind: "Tron";
2650
+ }>]>>>;
2651
+ }, "strip", z.ZodTypeAny, {
2652
+ channelMetadata: {
2653
+ message: `0x${string}`;
2654
+ gasBudget: bigint;
2655
+ ccmAdditionalData: {
2656
+ __kind: "NotRequired";
2657
+ } | {
2658
+ value: {
2659
+ value: {
2660
+ cfReceiver: {
2661
+ pubkey: `0x${string}`;
2662
+ isWritable: boolean;
2663
+ };
2664
+ additionalAccounts: {
2665
+ pubkey: `0x${string}`;
2666
+ isWritable: boolean;
2667
+ }[];
2668
+ fallbackAddress: `0x${string}`;
2669
+ };
2670
+ __kind: "V0";
2671
+ } | {
2672
+ __kind: "V1";
2673
+ ccmAccounts: {
2674
+ cfReceiver: {
2675
+ pubkey: `0x${string}`;
2676
+ isWritable: boolean;
2677
+ };
2678
+ additionalAccounts: {
2679
+ pubkey: `0x${string}`;
2680
+ isWritable: boolean;
2681
+ }[];
2682
+ fallbackAddress: `0x${string}`;
2683
+ };
2684
+ alts: `0x${string}`[];
2685
+ };
2686
+ __kind: "Solana";
2687
+ };
2688
+ };
2689
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2690
+ sourceAddress?: {
2691
+ value: `0x${string}`;
2692
+ __kind: "Eth";
2693
+ } | {
2694
+ value: `0x${string}`;
2695
+ __kind: "Dot";
2696
+ } | {
2697
+ value: {
2698
+ value: `0x${string}`;
2699
+ __kind: "P2PKH";
2700
+ } | {
2701
+ value: `0x${string}`;
2702
+ __kind: "P2SH";
2703
+ } | {
2704
+ value: `0x${string}`;
2705
+ __kind: "P2WPKH";
2706
+ } | {
2707
+ value: `0x${string}`;
2708
+ __kind: "P2WSH";
2709
+ } | {
2710
+ value: `0x${string}`;
2711
+ __kind: "Taproot";
2712
+ } | {
2713
+ __kind: "OtherSegwit";
2714
+ version: number;
2715
+ program: `0x${string}`;
2716
+ };
2717
+ __kind: "Btc";
2718
+ } | {
2719
+ value: `0x${string}`;
2720
+ __kind: "Arb";
2721
+ } | {
2722
+ value: `0x${string}`;
2723
+ __kind: "Sol";
2724
+ } | {
2725
+ value: `0x${string}`;
2726
+ __kind: "Hub";
2727
+ } | {
2728
+ value: `0x${string}`;
2729
+ __kind: "Tron";
2730
+ } | null | undefined;
2731
+ }, {
2732
+ channelMetadata: {
2733
+ message: string;
2734
+ gasBudget: string | number;
2735
+ ccmAdditionalData: {
2736
+ __kind: "NotRequired";
2737
+ } | {
2738
+ value: {
2739
+ value: {
2740
+ cfReceiver: {
2741
+ pubkey: string;
2742
+ isWritable: boolean;
2743
+ };
2744
+ additionalAccounts: {
2745
+ pubkey: string;
2746
+ isWritable: boolean;
2747
+ }[];
2748
+ fallbackAddress: string;
2749
+ };
2750
+ __kind: "V0";
2751
+ } | {
2752
+ __kind: "V1";
2753
+ ccmAccounts: {
2754
+ cfReceiver: {
2755
+ pubkey: string;
2756
+ isWritable: boolean;
2757
+ };
2758
+ additionalAccounts: {
2759
+ pubkey: string;
2760
+ isWritable: boolean;
2761
+ }[];
2762
+ fallbackAddress: string;
2763
+ };
2764
+ alts: string[];
2765
+ };
2766
+ __kind: "Solana";
2767
+ };
2768
+ };
2769
+ sourceChain: {
2770
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2771
+ };
2772
+ sourceAddress?: {
2773
+ value: string;
2774
+ __kind: "Eth";
2775
+ } | {
2776
+ value: string;
2777
+ __kind: "Dot";
2778
+ } | {
2779
+ value: {
2780
+ value: string;
2781
+ __kind: "P2PKH";
2782
+ } | {
2783
+ value: string;
2784
+ __kind: "P2SH";
2785
+ } | {
2786
+ value: string;
2787
+ __kind: "P2WPKH";
2788
+ } | {
2789
+ value: string;
2790
+ __kind: "P2WSH";
2791
+ } | {
2792
+ value: string;
2793
+ __kind: "Taproot";
2794
+ } | {
2795
+ __kind: "OtherSegwit";
2796
+ version: number;
2797
+ program: string;
2798
+ };
2799
+ __kind: "Btc";
2800
+ } | {
2801
+ value: string;
2802
+ __kind: "Arb";
2803
+ } | {
2804
+ value: string;
2805
+ __kind: "Sol";
2806
+ } | {
2807
+ value: string;
2808
+ __kind: "Hub";
2809
+ } | {
2810
+ value: string;
2811
+ __kind: "Tron";
2812
+ } | null | undefined;
2813
+ }>>>;
2814
+ }, "strip", z.ZodTypeAny, {
2815
+ __kind: "RefundIfExpires";
2816
+ retryDuration: number;
2817
+ refundAddress: {
2818
+ value: `cF${string}`;
2819
+ __kind: "InternalAccount";
2820
+ } | {
2821
+ value: {
2822
+ value: `0x${string}`;
2823
+ __kind: "Eth";
2824
+ } | {
2825
+ value: `0x${string}`;
2826
+ __kind: "Dot";
2827
+ } | {
2828
+ value: {
2829
+ value: `0x${string}`;
2830
+ __kind: "P2PKH";
2831
+ } | {
2832
+ value: `0x${string}`;
2833
+ __kind: "P2SH";
2834
+ } | {
2835
+ value: `0x${string}`;
2836
+ __kind: "P2WPKH";
2837
+ } | {
2838
+ value: `0x${string}`;
2839
+ __kind: "P2WSH";
2840
+ } | {
2841
+ value: `0x${string}`;
2842
+ __kind: "Taproot";
2843
+ } | {
2844
+ __kind: "OtherSegwit";
2845
+ version: number;
2846
+ program: `0x${string}`;
2847
+ };
2848
+ __kind: "Btc";
2849
+ } | {
2850
+ value: `0x${string}`;
2851
+ __kind: "Arb";
2852
+ } | {
2853
+ value: `0x${string}`;
2854
+ __kind: "Sol";
2855
+ } | {
2856
+ value: `0x${string}`;
2857
+ __kind: "Hub";
2858
+ } | {
2859
+ value: `0x${string}`;
2860
+ __kind: "Tron";
2861
+ };
2862
+ __kind: "ExternalAddress";
2863
+ };
2864
+ refundCcmMetadata?: {
2865
+ channelMetadata: {
2866
+ message: `0x${string}`;
2867
+ gasBudget: bigint;
2868
+ ccmAdditionalData: {
2869
+ __kind: "NotRequired";
2870
+ } | {
2871
+ value: {
2872
+ value: {
2873
+ cfReceiver: {
2874
+ pubkey: `0x${string}`;
2875
+ isWritable: boolean;
2876
+ };
2877
+ additionalAccounts: {
2878
+ pubkey: `0x${string}`;
2879
+ isWritable: boolean;
2880
+ }[];
2881
+ fallbackAddress: `0x${string}`;
2882
+ };
2883
+ __kind: "V0";
2884
+ } | {
2885
+ __kind: "V1";
2886
+ ccmAccounts: {
2887
+ cfReceiver: {
2888
+ pubkey: `0x${string}`;
2889
+ isWritable: boolean;
2890
+ };
2891
+ additionalAccounts: {
2892
+ pubkey: `0x${string}`;
2893
+ isWritable: boolean;
2894
+ }[];
2895
+ fallbackAddress: `0x${string}`;
2896
+ };
2897
+ alts: `0x${string}`[];
2898
+ };
2899
+ __kind: "Solana";
2900
+ };
2901
+ };
2902
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2903
+ sourceAddress?: {
2904
+ value: `0x${string}`;
2905
+ __kind: "Eth";
2906
+ } | {
2907
+ value: `0x${string}`;
2908
+ __kind: "Dot";
2909
+ } | {
2910
+ value: {
2911
+ value: `0x${string}`;
2912
+ __kind: "P2PKH";
2913
+ } | {
2914
+ value: `0x${string}`;
2915
+ __kind: "P2SH";
2916
+ } | {
2917
+ value: `0x${string}`;
2918
+ __kind: "P2WPKH";
2919
+ } | {
2920
+ value: `0x${string}`;
2921
+ __kind: "P2WSH";
2922
+ } | {
2923
+ value: `0x${string}`;
2924
+ __kind: "Taproot";
2925
+ } | {
2926
+ __kind: "OtherSegwit";
2927
+ version: number;
2928
+ program: `0x${string}`;
2929
+ };
2930
+ __kind: "Btc";
2931
+ } | {
2932
+ value: `0x${string}`;
2933
+ __kind: "Arb";
2934
+ } | {
2935
+ value: `0x${string}`;
2936
+ __kind: "Sol";
2937
+ } | {
2938
+ value: `0x${string}`;
2939
+ __kind: "Hub";
2940
+ } | {
2941
+ value: `0x${string}`;
2942
+ __kind: "Tron";
2943
+ } | null | undefined;
2944
+ } | null | undefined;
2945
+ }, {
2946
+ __kind: "RefundIfExpires";
2947
+ retryDuration: number;
2948
+ refundAddress: {
2949
+ value: string;
2950
+ __kind: "InternalAccount";
2951
+ } | {
2952
+ value: {
2953
+ value: string;
2954
+ __kind: "Eth";
2955
+ } | {
2956
+ value: string;
2957
+ __kind: "Dot";
2958
+ } | {
2959
+ value: {
2960
+ value: string;
2961
+ __kind: "P2PKH";
2962
+ } | {
2963
+ value: string;
2964
+ __kind: "P2SH";
2965
+ } | {
2966
+ value: string;
2967
+ __kind: "P2WPKH";
2968
+ } | {
2969
+ value: string;
2970
+ __kind: "P2WSH";
2971
+ } | {
2972
+ value: string;
2973
+ __kind: "Taproot";
2974
+ } | {
2975
+ __kind: "OtherSegwit";
2976
+ version: number;
2977
+ program: string;
2978
+ };
2979
+ __kind: "Btc";
2980
+ } | {
2981
+ value: string;
2982
+ __kind: "Arb";
2983
+ } | {
2984
+ value: string;
2985
+ __kind: "Sol";
2986
+ } | {
2987
+ value: string;
2988
+ __kind: "Hub";
2989
+ } | {
2990
+ value: string;
2991
+ __kind: "Tron";
2992
+ };
2993
+ __kind: "ExternalAddress";
2994
+ };
2995
+ refundCcmMetadata?: {
2996
+ channelMetadata: {
2997
+ message: string;
2998
+ gasBudget: string | number;
2999
+ ccmAdditionalData: {
3000
+ __kind: "NotRequired";
3001
+ } | {
3002
+ value: {
3003
+ value: {
3004
+ cfReceiver: {
3005
+ pubkey: string;
3006
+ isWritable: boolean;
3007
+ };
3008
+ additionalAccounts: {
3009
+ pubkey: string;
3010
+ isWritable: boolean;
3011
+ }[];
3012
+ fallbackAddress: string;
3013
+ };
3014
+ __kind: "V0";
3015
+ } | {
3016
+ __kind: "V1";
3017
+ ccmAccounts: {
3018
+ cfReceiver: {
3019
+ pubkey: string;
3020
+ isWritable: boolean;
3021
+ };
3022
+ additionalAccounts: {
3023
+ pubkey: string;
3024
+ isWritable: boolean;
3025
+ }[];
3026
+ fallbackAddress: string;
3027
+ };
3028
+ alts: string[];
3029
+ };
3030
+ __kind: "Solana";
3031
+ };
3032
+ };
3033
+ sourceChain: {
3034
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3035
+ };
3036
+ sourceAddress?: {
3037
+ value: string;
3038
+ __kind: "Eth";
3039
+ } | {
3040
+ value: string;
3041
+ __kind: "Dot";
3042
+ } | {
3043
+ value: {
3044
+ value: string;
3045
+ __kind: "P2PKH";
3046
+ } | {
3047
+ value: string;
3048
+ __kind: "P2SH";
3049
+ } | {
3050
+ value: string;
3051
+ __kind: "P2WPKH";
3052
+ } | {
3053
+ value: string;
3054
+ __kind: "P2WSH";
3055
+ } | {
3056
+ value: string;
3057
+ __kind: "Taproot";
3058
+ } | {
3059
+ __kind: "OtherSegwit";
3060
+ version: number;
3061
+ program: string;
3062
+ };
3063
+ __kind: "Btc";
3064
+ } | {
3065
+ value: string;
3066
+ __kind: "Arb";
3067
+ } | {
3068
+ value: string;
3069
+ __kind: "Sol";
3070
+ } | {
3071
+ value: string;
3072
+ __kind: "Hub";
3073
+ } | {
3074
+ value: string;
3075
+ __kind: "Tron";
3076
+ } | null | undefined;
3077
+ } | null | undefined;
3078
+ }>]>;
3079
+ minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3080
+ maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3081
+ }, "strip", z.ZodTypeAny, {
3082
+ minPrice: bigint;
3083
+ expiryBehaviour: {
3084
+ __kind: "NoExpiry";
3085
+ } | {
3086
+ __kind: "RefundIfExpires";
3087
+ retryDuration: number;
3088
+ refundAddress: {
3089
+ value: `cF${string}`;
3090
+ __kind: "InternalAccount";
3091
+ } | {
3092
+ value: {
3093
+ value: `0x${string}`;
3094
+ __kind: "Eth";
3095
+ } | {
3096
+ value: `0x${string}`;
3097
+ __kind: "Dot";
3098
+ } | {
3099
+ value: {
3100
+ value: `0x${string}`;
3101
+ __kind: "P2PKH";
3102
+ } | {
3103
+ value: `0x${string}`;
3104
+ __kind: "P2SH";
3105
+ } | {
3106
+ value: `0x${string}`;
3107
+ __kind: "P2WPKH";
3108
+ } | {
3109
+ value: `0x${string}`;
3110
+ __kind: "P2WSH";
3111
+ } | {
3112
+ value: `0x${string}`;
3113
+ __kind: "Taproot";
3114
+ } | {
3115
+ __kind: "OtherSegwit";
3116
+ version: number;
3117
+ program: `0x${string}`;
3118
+ };
3119
+ __kind: "Btc";
3120
+ } | {
3121
+ value: `0x${string}`;
3122
+ __kind: "Arb";
3123
+ } | {
3124
+ value: `0x${string}`;
3125
+ __kind: "Sol";
3126
+ } | {
3127
+ value: `0x${string}`;
3128
+ __kind: "Hub";
3129
+ } | {
3130
+ value: `0x${string}`;
3131
+ __kind: "Tron";
3132
+ };
3133
+ __kind: "ExternalAddress";
3134
+ };
3135
+ refundCcmMetadata?: {
3136
+ channelMetadata: {
3137
+ message: `0x${string}`;
3138
+ gasBudget: bigint;
3139
+ ccmAdditionalData: {
3140
+ __kind: "NotRequired";
3141
+ } | {
3142
+ value: {
3143
+ value: {
3144
+ cfReceiver: {
3145
+ pubkey: `0x${string}`;
3146
+ isWritable: boolean;
3147
+ };
3148
+ additionalAccounts: {
3149
+ pubkey: `0x${string}`;
3150
+ isWritable: boolean;
3151
+ }[];
3152
+ fallbackAddress: `0x${string}`;
3153
+ };
3154
+ __kind: "V0";
3155
+ } | {
3156
+ __kind: "V1";
3157
+ ccmAccounts: {
3158
+ cfReceiver: {
3159
+ pubkey: `0x${string}`;
3160
+ isWritable: boolean;
3161
+ };
3162
+ additionalAccounts: {
3163
+ pubkey: `0x${string}`;
3164
+ isWritable: boolean;
3165
+ }[];
3166
+ fallbackAddress: `0x${string}`;
3167
+ };
3168
+ alts: `0x${string}`[];
3169
+ };
3170
+ __kind: "Solana";
3171
+ };
3172
+ };
3173
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3174
+ sourceAddress?: {
3175
+ value: `0x${string}`;
3176
+ __kind: "Eth";
3177
+ } | {
3178
+ value: `0x${string}`;
3179
+ __kind: "Dot";
3180
+ } | {
3181
+ value: {
3182
+ value: `0x${string}`;
3183
+ __kind: "P2PKH";
3184
+ } | {
3185
+ value: `0x${string}`;
3186
+ __kind: "P2SH";
3187
+ } | {
3188
+ value: `0x${string}`;
3189
+ __kind: "P2WPKH";
3190
+ } | {
3191
+ value: `0x${string}`;
3192
+ __kind: "P2WSH";
3193
+ } | {
3194
+ value: `0x${string}`;
3195
+ __kind: "Taproot";
3196
+ } | {
3197
+ __kind: "OtherSegwit";
3198
+ version: number;
3199
+ program: `0x${string}`;
3200
+ };
3201
+ __kind: "Btc";
3202
+ } | {
3203
+ value: `0x${string}`;
3204
+ __kind: "Arb";
3205
+ } | {
3206
+ value: `0x${string}`;
3207
+ __kind: "Sol";
3208
+ } | {
3209
+ value: `0x${string}`;
3210
+ __kind: "Hub";
3211
+ } | {
3212
+ value: `0x${string}`;
3213
+ __kind: "Tron";
3214
+ } | null | undefined;
3215
+ } | null | undefined;
3216
+ };
3217
+ maxOraclePriceSlippage?: number | null | undefined;
3218
+ }, {
3219
+ minPrice: string | number;
3220
+ expiryBehaviour: {
3221
+ __kind: "NoExpiry";
3222
+ } | {
3223
+ __kind: "RefundIfExpires";
3224
+ retryDuration: number;
3225
+ refundAddress: {
3226
+ value: string;
3227
+ __kind: "InternalAccount";
3228
+ } | {
3229
+ value: {
3230
+ value: string;
3231
+ __kind: "Eth";
3232
+ } | {
3233
+ value: string;
3234
+ __kind: "Dot";
3235
+ } | {
3236
+ value: {
3237
+ value: string;
3238
+ __kind: "P2PKH";
3239
+ } | {
3240
+ value: string;
3241
+ __kind: "P2SH";
3242
+ } | {
3243
+ value: string;
3244
+ __kind: "P2WPKH";
3245
+ } | {
3246
+ value: string;
3247
+ __kind: "P2WSH";
3248
+ } | {
3249
+ value: string;
3250
+ __kind: "Taproot";
3251
+ } | {
3252
+ __kind: "OtherSegwit";
3253
+ version: number;
3254
+ program: string;
3255
+ };
3256
+ __kind: "Btc";
3257
+ } | {
3258
+ value: string;
3259
+ __kind: "Arb";
3260
+ } | {
3261
+ value: string;
3262
+ __kind: "Sol";
3263
+ } | {
3264
+ value: string;
3265
+ __kind: "Hub";
3266
+ } | {
3267
+ value: string;
3268
+ __kind: "Tron";
3269
+ };
3270
+ __kind: "ExternalAddress";
3271
+ };
3272
+ refundCcmMetadata?: {
3273
+ channelMetadata: {
3274
+ message: string;
3275
+ gasBudget: string | number;
3276
+ ccmAdditionalData: {
3277
+ __kind: "NotRequired";
3278
+ } | {
3279
+ value: {
3280
+ value: {
3281
+ cfReceiver: {
3282
+ pubkey: string;
3283
+ isWritable: boolean;
3284
+ };
3285
+ additionalAccounts: {
3286
+ pubkey: string;
3287
+ isWritable: boolean;
3288
+ }[];
3289
+ fallbackAddress: string;
3290
+ };
3291
+ __kind: "V0";
3292
+ } | {
3293
+ __kind: "V1";
3294
+ ccmAccounts: {
3295
+ cfReceiver: {
3296
+ pubkey: string;
3297
+ isWritable: boolean;
3298
+ };
3299
+ additionalAccounts: {
3300
+ pubkey: string;
3301
+ isWritable: boolean;
3302
+ }[];
3303
+ fallbackAddress: string;
3304
+ };
3305
+ alts: string[];
3306
+ };
3307
+ __kind: "Solana";
3308
+ };
3309
+ };
3310
+ sourceChain: {
3311
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3312
+ };
3313
+ sourceAddress?: {
3314
+ value: string;
3315
+ __kind: "Eth";
3316
+ } | {
3317
+ value: string;
3318
+ __kind: "Dot";
3319
+ } | {
3320
+ value: {
3321
+ value: string;
3322
+ __kind: "P2PKH";
3323
+ } | {
3324
+ value: string;
3325
+ __kind: "P2SH";
3326
+ } | {
3327
+ value: string;
3328
+ __kind: "P2WPKH";
3329
+ } | {
3330
+ value: string;
3331
+ __kind: "P2WSH";
3332
+ } | {
3333
+ value: string;
3334
+ __kind: "Taproot";
3335
+ } | {
3336
+ __kind: "OtherSegwit";
3337
+ version: number;
3338
+ program: string;
3339
+ };
3340
+ __kind: "Btc";
3341
+ } | {
3342
+ value: string;
3343
+ __kind: "Arb";
3344
+ } | {
3345
+ value: string;
3346
+ __kind: "Sol";
3347
+ } | {
3348
+ value: string;
3349
+ __kind: "Hub";
3350
+ } | {
3351
+ value: string;
3352
+ __kind: "Tron";
3353
+ } | null | undefined;
3354
+ } | null | undefined;
3355
+ };
3356
+ maxOraclePriceSlippage?: number | null | undefined;
3357
+ }>>>;
3358
+ dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3359
+ numberOfChunks: z.ZodNumber;
3360
+ chunkInterval: z.ZodNumber;
3361
+ }, "strip", z.ZodTypeAny, {
3362
+ numberOfChunks: number;
3363
+ chunkInterval: number;
3364
+ }, {
3365
+ numberOfChunks: number;
3366
+ chunkInterval: number;
3367
+ }>>>;
3368
+ }, "strip", z.ZodTypeAny, {
3369
+ inputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
3370
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
3371
+ swapRequestId: bigint;
3372
+ inputAmount: bigint;
3373
+ origin: {
3374
+ __kind: "DepositChannel";
3375
+ depositAddress: {
3376
+ readonly chain: "Ethereum";
3377
+ readonly address: `0x${string}`;
3378
+ } | {
3379
+ readonly chain: "Polkadot";
3380
+ readonly address: string;
3381
+ } | {
3382
+ readonly chain: "Bitcoin";
3383
+ readonly address: string;
3384
+ } | {
3385
+ readonly chain: "Arbitrum";
3386
+ readonly address: `0x${string}`;
3387
+ } | {
3388
+ readonly chain: "Solana";
3389
+ readonly address: string;
3390
+ } | {
3391
+ readonly chain: "Assethub";
3392
+ readonly address: string;
3393
+ } | {
3394
+ readonly chain: "Tron";
3395
+ readonly address: string;
3396
+ };
3397
+ channelId: bigint;
3398
+ brokerId: `cF${string}`;
3399
+ depositBlockHeight: bigint;
3400
+ } | {
3401
+ __kind: "Vault";
3402
+ txId: {
3403
+ value: `0x${string}`;
3404
+ __kind: "Evm";
3405
+ } | {
3406
+ value: `0x${string}`;
3407
+ __kind: "Bitcoin";
3408
+ } | {
3409
+ value: {
3410
+ blockNumber: number;
3411
+ extrinsicIndex: number;
3412
+ };
3413
+ __kind: "Polkadot";
3414
+ } | {
3415
+ value: [`0x${string}`, bigint];
3416
+ __kind: "Solana";
3417
+ } | {
3418
+ __kind: "None";
3419
+ };
3420
+ brokerId?: `cF${string}` | null | undefined;
3421
+ } | {
3422
+ __kind: "Internal";
3423
+ } | {
3424
+ value: `cF${string}`;
3425
+ __kind: "OnChainAccount";
3426
+ };
3427
+ requestType: {
3428
+ __kind: "NetworkFee";
3429
+ } | {
3430
+ __kind: "IngressEgressFee";
3431
+ } | {
3432
+ __kind: "Regular";
3433
+ outputAction: {
3434
+ __kind: "Egress";
3435
+ outputAddress: {
3436
+ readonly chain: "Ethereum";
3437
+ readonly address: `0x${string}`;
3438
+ } | {
3439
+ readonly chain: "Polkadot";
3440
+ readonly address: string;
3441
+ } | {
3442
+ readonly chain: "Bitcoin";
3443
+ readonly address: string;
3444
+ } | {
3445
+ readonly chain: "Arbitrum";
3446
+ readonly address: `0x${string}`;
3447
+ } | {
3448
+ readonly chain: "Solana";
3449
+ readonly address: string;
3450
+ } | {
3451
+ readonly chain: "Assethub";
3452
+ readonly address: string;
3453
+ } | {
3454
+ readonly chain: "Tron";
3455
+ readonly address: string;
3456
+ };
3457
+ ccmDepositMetadata?: {
3458
+ channelMetadata: {
3459
+ message: `0x${string}`;
3460
+ gasBudget: bigint;
3461
+ ccmAdditionalData: {
3462
+ __kind: "NotRequired";
3463
+ } | {
3464
+ value: {
3465
+ value: {
3466
+ cfReceiver: {
3467
+ pubkey: `0x${string}`;
3468
+ isWritable: boolean;
3469
+ };
3470
+ additionalAccounts: {
3471
+ pubkey: `0x${string}`;
3472
+ isWritable: boolean;
3473
+ }[];
3474
+ fallbackAddress: `0x${string}`;
3475
+ };
3476
+ __kind: "V0";
3477
+ } | {
3478
+ __kind: "V1";
3479
+ ccmAccounts: {
3480
+ cfReceiver: {
3481
+ pubkey: `0x${string}`;
3482
+ isWritable: boolean;
3483
+ };
3484
+ additionalAccounts: {
3485
+ pubkey: `0x${string}`;
3486
+ isWritable: boolean;
3487
+ }[];
3488
+ fallbackAddress: `0x${string}`;
3489
+ };
3490
+ alts: `0x${string}`[];
3491
+ };
3492
+ __kind: "Solana";
3493
+ };
3494
+ };
3495
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3496
+ sourceAddress?: {
3497
+ readonly chain: "Ethereum";
3498
+ readonly address: `0x${string}`;
3499
+ } | {
3500
+ readonly chain: "Polkadot";
3501
+ readonly address: string;
3502
+ } | {
3503
+ readonly chain: "Bitcoin";
3504
+ readonly address: string;
3505
+ } | {
3506
+ readonly chain: "Arbitrum";
3507
+ readonly address: `0x${string}`;
3508
+ } | {
3509
+ readonly chain: "Solana";
3510
+ readonly address: string;
3511
+ } | {
3512
+ readonly chain: "Assethub";
3513
+ readonly address: string;
3514
+ } | {
3515
+ readonly chain: "Tron";
3516
+ readonly address: string;
3517
+ } | null | undefined;
3518
+ } | null | undefined;
3519
+ } | {
3520
+ __kind: "CreditOnChain";
3521
+ accountId: `cF${string}`;
3522
+ } | {
3523
+ __kind: "CreditLendingPool";
3524
+ swapType: {
3525
+ __kind: "Liquidation";
3526
+ borrowerId: `cF${string}`;
3527
+ loanId: bigint;
3528
+ };
3529
+ } | {
3530
+ __kind: "CreditFlipAndTransferToGateway";
3531
+ accountId: `cF${string}`;
3532
+ flipToSubtractFromSwapOutput: bigint;
3533
+ };
3534
+ } | {
3535
+ __kind: "RegularNoNetworkFee";
3536
+ outputAction: {
3537
+ __kind: "Egress";
3538
+ outputAddress: {
3539
+ readonly chain: "Ethereum";
3540
+ readonly address: `0x${string}`;
3541
+ } | {
3542
+ readonly chain: "Polkadot";
3543
+ readonly address: string;
3544
+ } | {
3545
+ readonly chain: "Bitcoin";
3546
+ readonly address: string;
3547
+ } | {
3548
+ readonly chain: "Arbitrum";
3549
+ readonly address: `0x${string}`;
3550
+ } | {
3551
+ readonly chain: "Solana";
3552
+ readonly address: string;
3553
+ } | {
3554
+ readonly chain: "Assethub";
3555
+ readonly address: string;
3556
+ } | {
3557
+ readonly chain: "Tron";
3558
+ readonly address: string;
3559
+ };
3560
+ ccmDepositMetadata?: {
3561
+ channelMetadata: {
3562
+ message: `0x${string}`;
3563
+ gasBudget: bigint;
3564
+ ccmAdditionalData: {
3565
+ __kind: "NotRequired";
3566
+ } | {
3567
+ value: {
3568
+ value: {
3569
+ cfReceiver: {
3570
+ pubkey: `0x${string}`;
3571
+ isWritable: boolean;
3572
+ };
3573
+ additionalAccounts: {
3574
+ pubkey: `0x${string}`;
3575
+ isWritable: boolean;
3576
+ }[];
3577
+ fallbackAddress: `0x${string}`;
3578
+ };
3579
+ __kind: "V0";
3580
+ } | {
3581
+ __kind: "V1";
3582
+ ccmAccounts: {
3583
+ cfReceiver: {
3584
+ pubkey: `0x${string}`;
3585
+ isWritable: boolean;
3586
+ };
3587
+ additionalAccounts: {
3588
+ pubkey: `0x${string}`;
3589
+ isWritable: boolean;
3590
+ }[];
3591
+ fallbackAddress: `0x${string}`;
3592
+ };
3593
+ alts: `0x${string}`[];
3594
+ };
3595
+ __kind: "Solana";
3596
+ };
3597
+ };
3598
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3599
+ sourceAddress?: {
3600
+ readonly chain: "Ethereum";
3601
+ readonly address: `0x${string}`;
3602
+ } | {
3603
+ readonly chain: "Polkadot";
3604
+ readonly address: string;
3605
+ } | {
3606
+ readonly chain: "Bitcoin";
3607
+ readonly address: string;
3608
+ } | {
3609
+ readonly chain: "Arbitrum";
3610
+ readonly address: `0x${string}`;
3611
+ } | {
3612
+ readonly chain: "Solana";
3613
+ readonly address: string;
3614
+ } | {
3615
+ readonly chain: "Assethub";
3616
+ readonly address: string;
3617
+ } | {
3618
+ readonly chain: "Tron";
3619
+ readonly address: string;
3620
+ } | null | undefined;
3621
+ } | null | undefined;
3622
+ } | {
3623
+ __kind: "CreditOnChain";
3624
+ accountId: `cF${string}`;
3625
+ } | {
3626
+ __kind: "CreditLendingPool";
3627
+ swapType: {
3628
+ __kind: "Liquidation";
3629
+ borrowerId: `cF${string}`;
3630
+ loanId: bigint;
3631
+ };
3632
+ } | {
3633
+ __kind: "CreditFlipAndTransferToGateway";
3634
+ accountId: `cF${string}`;
3635
+ flipToSubtractFromSwapOutput: bigint;
3636
+ };
3637
+ };
3638
+ brokerFees: {
3639
+ account: `cF${string}`;
3640
+ bps: number;
3641
+ }[];
3642
+ dcaParameters?: {
3643
+ numberOfChunks: number;
3644
+ chunkInterval: number;
3645
+ } | null | undefined;
3646
+ priceLimitsAndExpiry?: {
3647
+ minPrice: bigint;
3648
+ expiryBehaviour: {
3649
+ __kind: "NoExpiry";
3650
+ } | {
3651
+ __kind: "RefundIfExpires";
3652
+ retryDuration: number;
3653
+ refundAddress: {
3654
+ value: `cF${string}`;
3655
+ __kind: "InternalAccount";
3656
+ } | {
3657
+ value: {
3658
+ value: `0x${string}`;
3659
+ __kind: "Eth";
3660
+ } | {
3661
+ value: `0x${string}`;
3662
+ __kind: "Dot";
3663
+ } | {
3664
+ value: {
3665
+ value: `0x${string}`;
3666
+ __kind: "P2PKH";
3667
+ } | {
3668
+ value: `0x${string}`;
3669
+ __kind: "P2SH";
3670
+ } | {
3671
+ value: `0x${string}`;
3672
+ __kind: "P2WPKH";
3673
+ } | {
3674
+ value: `0x${string}`;
3675
+ __kind: "P2WSH";
3676
+ } | {
3677
+ value: `0x${string}`;
3678
+ __kind: "Taproot";
3679
+ } | {
3680
+ __kind: "OtherSegwit";
3681
+ version: number;
3682
+ program: `0x${string}`;
3683
+ };
3684
+ __kind: "Btc";
3685
+ } | {
3686
+ value: `0x${string}`;
3687
+ __kind: "Arb";
3688
+ } | {
3689
+ value: `0x${string}`;
3690
+ __kind: "Sol";
3691
+ } | {
3692
+ value: `0x${string}`;
3693
+ __kind: "Hub";
3694
+ } | {
3695
+ value: `0x${string}`;
3696
+ __kind: "Tron";
3697
+ };
3698
+ __kind: "ExternalAddress";
3699
+ };
3700
+ refundCcmMetadata?: {
3701
+ channelMetadata: {
3702
+ message: `0x${string}`;
3703
+ gasBudget: bigint;
3704
+ ccmAdditionalData: {
3705
+ __kind: "NotRequired";
3706
+ } | {
3707
+ value: {
3708
+ value: {
3709
+ cfReceiver: {
3710
+ pubkey: `0x${string}`;
3711
+ isWritable: boolean;
3712
+ };
3713
+ additionalAccounts: {
3714
+ pubkey: `0x${string}`;
3715
+ isWritable: boolean;
3716
+ }[];
3717
+ fallbackAddress: `0x${string}`;
3718
+ };
3719
+ __kind: "V0";
3720
+ } | {
3721
+ __kind: "V1";
3722
+ ccmAccounts: {
3723
+ cfReceiver: {
3724
+ pubkey: `0x${string}`;
3725
+ isWritable: boolean;
3726
+ };
3727
+ additionalAccounts: {
3728
+ pubkey: `0x${string}`;
3729
+ isWritable: boolean;
3730
+ }[];
3731
+ fallbackAddress: `0x${string}`;
3732
+ };
3733
+ alts: `0x${string}`[];
3734
+ };
3735
+ __kind: "Solana";
3736
+ };
3737
+ };
3738
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3739
+ sourceAddress?: {
3740
+ value: `0x${string}`;
3741
+ __kind: "Eth";
3742
+ } | {
3743
+ value: `0x${string}`;
3744
+ __kind: "Dot";
3745
+ } | {
3746
+ value: {
3747
+ value: `0x${string}`;
3748
+ __kind: "P2PKH";
3749
+ } | {
3750
+ value: `0x${string}`;
3751
+ __kind: "P2SH";
3752
+ } | {
3753
+ value: `0x${string}`;
3754
+ __kind: "P2WPKH";
3755
+ } | {
3756
+ value: `0x${string}`;
3757
+ __kind: "P2WSH";
3758
+ } | {
3759
+ value: `0x${string}`;
3760
+ __kind: "Taproot";
3761
+ } | {
3762
+ __kind: "OtherSegwit";
3763
+ version: number;
3764
+ program: `0x${string}`;
3765
+ };
3766
+ __kind: "Btc";
3767
+ } | {
3768
+ value: `0x${string}`;
3769
+ __kind: "Arb";
3770
+ } | {
3771
+ value: `0x${string}`;
3772
+ __kind: "Sol";
3773
+ } | {
3774
+ value: `0x${string}`;
3775
+ __kind: "Hub";
3776
+ } | {
3777
+ value: `0x${string}`;
3778
+ __kind: "Tron";
3779
+ } | null | undefined;
3780
+ } | null | undefined;
3781
+ };
3782
+ maxOraclePriceSlippage?: number | null | undefined;
3783
+ } | null | undefined;
3784
+ }, {
3785
+ inputAsset: {
3786
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
3787
+ };
3788
+ outputAsset: {
3789
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
3790
+ };
3791
+ swapRequestId: string | number;
3792
+ inputAmount: string | number;
3793
+ origin: {
3794
+ __kind: "DepositChannel";
3795
+ depositAddress: {
3796
+ value: string;
3797
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3798
+ };
3799
+ channelId: string | number;
3800
+ brokerId: string;
3801
+ depositBlockHeight: string | number;
3802
+ } | {
3803
+ __kind: "Vault";
3804
+ txId: {
3805
+ value: string;
3806
+ __kind: "Evm";
3807
+ } | {
3808
+ value: string;
3809
+ __kind: "Bitcoin";
3810
+ } | {
3811
+ value: {
3812
+ blockNumber: number;
3813
+ extrinsicIndex: number;
3814
+ };
3815
+ __kind: "Polkadot";
3816
+ } | {
3817
+ value: [string, string | number];
3818
+ __kind: "Solana";
3819
+ } | {
3820
+ __kind: "None";
3821
+ };
3822
+ brokerId?: string | null | undefined;
3823
+ } | {
3824
+ __kind: "Internal";
3825
+ } | {
3826
+ value: string;
3827
+ __kind: "OnChainAccount";
3828
+ };
3829
+ requestType: {
3830
+ __kind: "NetworkFee";
3831
+ } | {
3832
+ __kind: "IngressEgressFee";
3833
+ } | {
3834
+ __kind: "Regular";
3835
+ outputAction: {
3836
+ __kind: "Egress";
3837
+ outputAddress: {
3838
+ value: string;
3839
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3840
+ };
3841
+ ccmDepositMetadata?: {
3842
+ channelMetadata: {
3843
+ message: string;
3844
+ gasBudget: string | number;
3845
+ ccmAdditionalData: {
3846
+ __kind: "NotRequired";
3847
+ } | {
3848
+ value: {
3849
+ value: {
3850
+ cfReceiver: {
3851
+ pubkey: string;
3852
+ isWritable: boolean;
3853
+ };
3854
+ additionalAccounts: {
3855
+ pubkey: string;
3856
+ isWritable: boolean;
3857
+ }[];
3858
+ fallbackAddress: string;
3859
+ };
3860
+ __kind: "V0";
3861
+ } | {
3862
+ __kind: "V1";
3863
+ ccmAccounts: {
3864
+ cfReceiver: {
3865
+ pubkey: string;
3866
+ isWritable: boolean;
3867
+ };
3868
+ additionalAccounts: {
3869
+ pubkey: string;
3870
+ isWritable: boolean;
3871
+ }[];
3872
+ fallbackAddress: string;
3873
+ };
3874
+ alts: string[];
3875
+ };
3876
+ __kind: "Solana";
3877
+ };
3878
+ };
3879
+ sourceChain: {
3880
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3881
+ };
3882
+ sourceAddress?: {
3883
+ value: string;
3884
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3885
+ } | null | undefined;
3886
+ } | null | undefined;
3887
+ } | {
3888
+ __kind: "CreditOnChain";
3889
+ accountId: string;
3890
+ } | {
3891
+ __kind: "CreditLendingPool";
3892
+ swapType: {
3893
+ __kind: "Liquidation";
3894
+ borrowerId: string;
3895
+ loanId: string | number;
3896
+ };
3897
+ } | {
3898
+ __kind: "CreditFlipAndTransferToGateway";
3899
+ accountId: string;
3900
+ flipToSubtractFromSwapOutput: string | number;
3901
+ };
3902
+ } | {
3903
+ __kind: "RegularNoNetworkFee";
3904
+ outputAction: {
3905
+ __kind: "Egress";
3906
+ outputAddress: {
3907
+ value: string;
3908
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3909
+ };
3910
+ ccmDepositMetadata?: {
3911
+ channelMetadata: {
3912
+ message: string;
3913
+ gasBudget: string | number;
3914
+ ccmAdditionalData: {
3915
+ __kind: "NotRequired";
3916
+ } | {
3917
+ value: {
3918
+ value: {
3919
+ cfReceiver: {
3920
+ pubkey: string;
3921
+ isWritable: boolean;
3922
+ };
3923
+ additionalAccounts: {
3924
+ pubkey: string;
3925
+ isWritable: boolean;
3926
+ }[];
3927
+ fallbackAddress: string;
3928
+ };
3929
+ __kind: "V0";
3930
+ } | {
3931
+ __kind: "V1";
3932
+ ccmAccounts: {
3933
+ cfReceiver: {
3934
+ pubkey: string;
3935
+ isWritable: boolean;
3936
+ };
3937
+ additionalAccounts: {
3938
+ pubkey: string;
3939
+ isWritable: boolean;
3940
+ }[];
3941
+ fallbackAddress: string;
3942
+ };
3943
+ alts: string[];
3944
+ };
3945
+ __kind: "Solana";
3946
+ };
3947
+ };
3948
+ sourceChain: {
3949
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
3950
+ };
3951
+ sourceAddress?: {
3952
+ value: string;
3953
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3954
+ } | null | undefined;
3955
+ } | null | undefined;
3956
+ } | {
3957
+ __kind: "CreditOnChain";
3958
+ accountId: string;
3959
+ } | {
3960
+ __kind: "CreditLendingPool";
3961
+ swapType: {
3962
+ __kind: "Liquidation";
3963
+ borrowerId: string;
3964
+ loanId: string | number;
3965
+ };
3966
+ } | {
3967
+ __kind: "CreditFlipAndTransferToGateway";
3968
+ accountId: string;
3969
+ flipToSubtractFromSwapOutput: string | number;
3970
+ };
3971
+ };
3972
+ brokerFees: {
3973
+ account: string;
3974
+ bps: number;
3975
+ }[];
3976
+ dcaParameters?: {
3977
+ numberOfChunks: number;
3978
+ chunkInterval: number;
3979
+ } | null | undefined;
3980
+ priceLimitsAndExpiry?: {
3981
+ minPrice: string | number;
3982
+ expiryBehaviour: {
3983
+ __kind: "NoExpiry";
3984
+ } | {
3985
+ __kind: "RefundIfExpires";
3986
+ retryDuration: number;
3987
+ refundAddress: {
3988
+ value: string;
3989
+ __kind: "InternalAccount";
3990
+ } | {
3991
+ value: {
3992
+ value: string;
3993
+ __kind: "Eth";
3994
+ } | {
3995
+ value: string;
3996
+ __kind: "Dot";
3997
+ } | {
3998
+ value: {
3999
+ value: string;
4000
+ __kind: "P2PKH";
4001
+ } | {
4002
+ value: string;
4003
+ __kind: "P2SH";
4004
+ } | {
4005
+ value: string;
4006
+ __kind: "P2WPKH";
4007
+ } | {
4008
+ value: string;
4009
+ __kind: "P2WSH";
4010
+ } | {
4011
+ value: string;
4012
+ __kind: "Taproot";
4013
+ } | {
4014
+ __kind: "OtherSegwit";
4015
+ version: number;
4016
+ program: string;
4017
+ };
4018
+ __kind: "Btc";
4019
+ } | {
4020
+ value: string;
4021
+ __kind: "Arb";
4022
+ } | {
4023
+ value: string;
4024
+ __kind: "Sol";
4025
+ } | {
4026
+ value: string;
4027
+ __kind: "Hub";
4028
+ } | {
4029
+ value: string;
4030
+ __kind: "Tron";
4031
+ };
4032
+ __kind: "ExternalAddress";
4033
+ };
4034
+ refundCcmMetadata?: {
4035
+ channelMetadata: {
4036
+ message: string;
4037
+ gasBudget: string | number;
4038
+ ccmAdditionalData: {
4039
+ __kind: "NotRequired";
4040
+ } | {
4041
+ value: {
4042
+ value: {
4043
+ cfReceiver: {
4044
+ pubkey: string;
4045
+ isWritable: boolean;
4046
+ };
4047
+ additionalAccounts: {
4048
+ pubkey: string;
4049
+ isWritable: boolean;
4050
+ }[];
4051
+ fallbackAddress: string;
4052
+ };
4053
+ __kind: "V0";
4054
+ } | {
4055
+ __kind: "V1";
4056
+ ccmAccounts: {
4057
+ cfReceiver: {
4058
+ pubkey: string;
4059
+ isWritable: boolean;
4060
+ };
4061
+ additionalAccounts: {
4062
+ pubkey: string;
4063
+ isWritable: boolean;
4064
+ }[];
4065
+ fallbackAddress: string;
4066
+ };
4067
+ alts: string[];
4068
+ };
4069
+ __kind: "Solana";
4070
+ };
4071
+ };
4072
+ sourceChain: {
4073
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
4074
+ };
4075
+ sourceAddress?: {
4076
+ value: string;
4077
+ __kind: "Eth";
4078
+ } | {
4079
+ value: string;
4080
+ __kind: "Dot";
4081
+ } | {
4082
+ value: {
4083
+ value: string;
4084
+ __kind: "P2PKH";
4085
+ } | {
4086
+ value: string;
4087
+ __kind: "P2SH";
4088
+ } | {
4089
+ value: string;
4090
+ __kind: "P2WPKH";
4091
+ } | {
4092
+ value: string;
4093
+ __kind: "P2WSH";
4094
+ } | {
4095
+ value: string;
4096
+ __kind: "Taproot";
4097
+ } | {
4098
+ __kind: "OtherSegwit";
4099
+ version: number;
4100
+ program: string;
4101
+ };
4102
+ __kind: "Btc";
4103
+ } | {
4104
+ value: string;
4105
+ __kind: "Arb";
4106
+ } | {
4107
+ value: string;
4108
+ __kind: "Sol";
4109
+ } | {
4110
+ value: string;
4111
+ __kind: "Hub";
4112
+ } | {
4113
+ value: string;
4114
+ __kind: "Tron";
4115
+ } | null | undefined;
4116
+ } | null | undefined;
4117
+ };
4118
+ maxOraclePriceSlippage?: number | null | undefined;
4119
+ } | null | undefined;
4120
+ }>;
4121
+ //#endregion
4122
+ export { swappingSwapRequested };