@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,2416 @@
1
+ import { z } from "zod";
2
+
3
+ //#region generated/220/bitcoinIngressEgress/depositFailed.d.ts
4
+ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
5
+ blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
+ reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
7
+ __kind: z.ZodLiteral<"BelowMinimumDeposit">;
8
+ }, "strip", z.ZodTypeAny, {
9
+ __kind: "BelowMinimumDeposit";
10
+ }, {
11
+ __kind: "BelowMinimumDeposit";
12
+ }>, z.ZodObject<{
13
+ __kind: z.ZodLiteral<"NotEnoughToPayFees">;
14
+ }, "strip", z.ZodTypeAny, {
15
+ __kind: "NotEnoughToPayFees";
16
+ }, {
17
+ __kind: "NotEnoughToPayFees";
18
+ }>, z.ZodObject<{
19
+ __kind: z.ZodLiteral<"TransactionRejectedByBroker">;
20
+ }, "strip", z.ZodTypeAny, {
21
+ __kind: "TransactionRejectedByBroker";
22
+ }, {
23
+ __kind: "TransactionRejectedByBroker";
24
+ }>, z.ZodObject<{
25
+ __kind: z.ZodLiteral<"DepositWitnessRejected">;
26
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
27
+ __kind: z.ZodLiteral<"Other">;
28
+ }, "strip", z.ZodTypeAny, {
29
+ __kind: "Other";
30
+ }, {
31
+ __kind: "Other";
32
+ }>, z.ZodObject<{
33
+ __kind: z.ZodLiteral<"CannotLookup">;
34
+ }, "strip", z.ZodTypeAny, {
35
+ __kind: "CannotLookup";
36
+ }, {
37
+ __kind: "CannotLookup";
38
+ }>, z.ZodObject<{
39
+ __kind: z.ZodLiteral<"BadOrigin">;
40
+ }, "strip", z.ZodTypeAny, {
41
+ __kind: "BadOrigin";
42
+ }, {
43
+ __kind: "BadOrigin";
44
+ }>, z.ZodObject<{
45
+ __kind: z.ZodLiteral<"Module">;
46
+ value: z.ZodObject<{
47
+ index: z.ZodNumber;
48
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ index: number;
51
+ error: `0x${string}`;
52
+ }, {
53
+ index: number;
54
+ error: string;
55
+ }>;
56
+ }, "strip", z.ZodTypeAny, {
57
+ value: {
58
+ index: number;
59
+ error: `0x${string}`;
60
+ };
61
+ __kind: "Module";
62
+ }, {
63
+ value: {
64
+ index: number;
65
+ error: string;
66
+ };
67
+ __kind: "Module";
68
+ }>, z.ZodObject<{
69
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
70
+ }, "strip", z.ZodTypeAny, {
71
+ __kind: "ConsumerRemaining";
72
+ }, {
73
+ __kind: "ConsumerRemaining";
74
+ }>, z.ZodObject<{
75
+ __kind: z.ZodLiteral<"NoProviders">;
76
+ }, "strip", z.ZodTypeAny, {
77
+ __kind: "NoProviders";
78
+ }, {
79
+ __kind: "NoProviders";
80
+ }>, z.ZodObject<{
81
+ __kind: z.ZodLiteral<"TooManyConsumers">;
82
+ }, "strip", z.ZodTypeAny, {
83
+ __kind: "TooManyConsumers";
84
+ }, {
85
+ __kind: "TooManyConsumers";
86
+ }>, z.ZodObject<{
87
+ __kind: z.ZodLiteral<"Token">;
88
+ value: z.ZodEffects<z.ZodObject<{
89
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
90
+ }, "strip", z.ZodTypeAny, {
91
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
+ }, {
93
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
94
+ }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
95
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
96
+ }>;
97
+ }, "strip", z.ZodTypeAny, {
98
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
99
+ __kind: "Token";
100
+ }, {
101
+ value: {
102
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
103
+ };
104
+ __kind: "Token";
105
+ }>, z.ZodObject<{
106
+ __kind: z.ZodLiteral<"Arithmetic">;
107
+ value: z.ZodEffects<z.ZodObject<{
108
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
109
+ }, "strip", z.ZodTypeAny, {
110
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
111
+ }, {
112
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
113
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
114
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
115
+ }>;
116
+ }, "strip", z.ZodTypeAny, {
117
+ value: "Underflow" | "Overflow" | "DivisionByZero";
118
+ __kind: "Arithmetic";
119
+ }, {
120
+ value: {
121
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
122
+ };
123
+ __kind: "Arithmetic";
124
+ }>, z.ZodObject<{
125
+ __kind: z.ZodLiteral<"Transactional">;
126
+ value: z.ZodEffects<z.ZodObject<{
127
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
128
+ }, "strip", z.ZodTypeAny, {
129
+ __kind: "LimitReached" | "NoLayer";
130
+ }, {
131
+ __kind: "LimitReached" | "NoLayer";
132
+ }>, "LimitReached" | "NoLayer", {
133
+ __kind: "LimitReached" | "NoLayer";
134
+ }>;
135
+ }, "strip", z.ZodTypeAny, {
136
+ value: "LimitReached" | "NoLayer";
137
+ __kind: "Transactional";
138
+ }, {
139
+ value: {
140
+ __kind: "LimitReached" | "NoLayer";
141
+ };
142
+ __kind: "Transactional";
143
+ }>, z.ZodObject<{
144
+ __kind: z.ZodLiteral<"Exhausted">;
145
+ }, "strip", z.ZodTypeAny, {
146
+ __kind: "Exhausted";
147
+ }, {
148
+ __kind: "Exhausted";
149
+ }>, z.ZodObject<{
150
+ __kind: z.ZodLiteral<"Corruption">;
151
+ }, "strip", z.ZodTypeAny, {
152
+ __kind: "Corruption";
153
+ }, {
154
+ __kind: "Corruption";
155
+ }>, z.ZodObject<{
156
+ __kind: z.ZodLiteral<"Unavailable">;
157
+ }, "strip", z.ZodTypeAny, {
158
+ __kind: "Unavailable";
159
+ }, {
160
+ __kind: "Unavailable";
161
+ }>, z.ZodObject<{
162
+ __kind: z.ZodLiteral<"RootNotAllowed">;
163
+ }, "strip", z.ZodTypeAny, {
164
+ __kind: "RootNotAllowed";
165
+ }, {
166
+ __kind: "RootNotAllowed";
167
+ }>, z.ZodObject<{
168
+ __kind: z.ZodLiteral<"Trie">;
169
+ value: z.ZodEffects<z.ZodObject<{
170
+ __kind: z.ZodEnum<["InvalidStateRoot", "IncompleteDatabase", "ValueAtIncompleteKey", "DecoderError", "InvalidHash", "DuplicateKey", "ExtraneousNode", "ExtraneousValue", "ExtraneousHashReference", "InvalidChildReference", "ValueMismatch", "IncompleteProof", "RootMismatch", "DecodeError"]>;
171
+ }, "strip", z.ZodTypeAny, {
172
+ __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
173
+ }, {
174
+ __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
175
+ }>, "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError", {
176
+ __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
177
+ }>;
178
+ }, "strip", z.ZodTypeAny, {
179
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
180
+ __kind: "Trie";
181
+ }, {
182
+ value: {
183
+ __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
184
+ };
185
+ __kind: "Trie";
186
+ }>]>;
187
+ }, "strip", z.ZodTypeAny, {
188
+ value: {
189
+ __kind: "Other";
190
+ } | {
191
+ __kind: "CannotLookup";
192
+ } | {
193
+ __kind: "BadOrigin";
194
+ } | {
195
+ value: {
196
+ index: number;
197
+ error: `0x${string}`;
198
+ };
199
+ __kind: "Module";
200
+ } | {
201
+ __kind: "ConsumerRemaining";
202
+ } | {
203
+ __kind: "NoProviders";
204
+ } | {
205
+ __kind: "TooManyConsumers";
206
+ } | {
207
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
208
+ __kind: "Token";
209
+ } | {
210
+ value: "Underflow" | "Overflow" | "DivisionByZero";
211
+ __kind: "Arithmetic";
212
+ } | {
213
+ value: "LimitReached" | "NoLayer";
214
+ __kind: "Transactional";
215
+ } | {
216
+ __kind: "Exhausted";
217
+ } | {
218
+ __kind: "Corruption";
219
+ } | {
220
+ __kind: "Unavailable";
221
+ } | {
222
+ __kind: "RootNotAllowed";
223
+ } | {
224
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
225
+ __kind: "Trie";
226
+ };
227
+ __kind: "DepositWitnessRejected";
228
+ }, {
229
+ value: {
230
+ __kind: "Other";
231
+ } | {
232
+ __kind: "CannotLookup";
233
+ } | {
234
+ __kind: "BadOrigin";
235
+ } | {
236
+ value: {
237
+ index: number;
238
+ error: string;
239
+ };
240
+ __kind: "Module";
241
+ } | {
242
+ __kind: "ConsumerRemaining";
243
+ } | {
244
+ __kind: "NoProviders";
245
+ } | {
246
+ __kind: "TooManyConsumers";
247
+ } | {
248
+ value: {
249
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
250
+ };
251
+ __kind: "Token";
252
+ } | {
253
+ value: {
254
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
255
+ };
256
+ __kind: "Arithmetic";
257
+ } | {
258
+ value: {
259
+ __kind: "LimitReached" | "NoLayer";
260
+ };
261
+ __kind: "Transactional";
262
+ } | {
263
+ __kind: "Exhausted";
264
+ } | {
265
+ __kind: "Corruption";
266
+ } | {
267
+ __kind: "Unavailable";
268
+ } | {
269
+ __kind: "RootNotAllowed";
270
+ } | {
271
+ value: {
272
+ __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
273
+ };
274
+ __kind: "Trie";
275
+ };
276
+ __kind: "DepositWitnessRejected";
277
+ }>, z.ZodObject<{
278
+ __kind: z.ZodLiteral<"Unrefundable">;
279
+ }, "strip", z.ZodTypeAny, {
280
+ __kind: "Unrefundable";
281
+ }, {
282
+ __kind: "Unrefundable";
283
+ }>]>;
284
+ details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
285
+ __kind: z.ZodLiteral<"DepositFailedDepositChannelVariantBitcoin">;
286
+ depositWitness: z.ZodObject<{
287
+ depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
288
+ __kind: z.ZodLiteral<"P2PKH">;
289
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
290
+ }, "strip", z.ZodTypeAny, {
291
+ value: `0x${string}`;
292
+ __kind: "P2PKH";
293
+ }, {
294
+ value: string;
295
+ __kind: "P2PKH";
296
+ }>, z.ZodObject<{
297
+ __kind: z.ZodLiteral<"P2SH">;
298
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
299
+ }, "strip", z.ZodTypeAny, {
300
+ value: `0x${string}`;
301
+ __kind: "P2SH";
302
+ }, {
303
+ value: string;
304
+ __kind: "P2SH";
305
+ }>, z.ZodObject<{
306
+ __kind: z.ZodLiteral<"P2WPKH">;
307
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
308
+ }, "strip", z.ZodTypeAny, {
309
+ value: `0x${string}`;
310
+ __kind: "P2WPKH";
311
+ }, {
312
+ value: string;
313
+ __kind: "P2WPKH";
314
+ }>, z.ZodObject<{
315
+ __kind: z.ZodLiteral<"P2WSH">;
316
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
317
+ }, "strip", z.ZodTypeAny, {
318
+ value: `0x${string}`;
319
+ __kind: "P2WSH";
320
+ }, {
321
+ value: string;
322
+ __kind: "P2WSH";
323
+ }>, z.ZodObject<{
324
+ __kind: z.ZodLiteral<"Taproot">;
325
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
326
+ }, "strip", z.ZodTypeAny, {
327
+ value: `0x${string}`;
328
+ __kind: "Taproot";
329
+ }, {
330
+ value: string;
331
+ __kind: "Taproot";
332
+ }>, z.ZodObject<{
333
+ __kind: z.ZodLiteral<"OtherSegwit">;
334
+ version: z.ZodNumber;
335
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
336
+ }, "strip", z.ZodTypeAny, {
337
+ __kind: "OtherSegwit";
338
+ version: number;
339
+ program: `0x${string}`;
340
+ }, {
341
+ __kind: "OtherSegwit";
342
+ version: number;
343
+ program: string;
344
+ }>]>;
345
+ asset: z.ZodEffects<z.ZodObject<{
346
+ __kind: z.ZodEnum<["Btc"]>;
347
+ }, "strip", z.ZodTypeAny, {
348
+ __kind: "Btc";
349
+ }, {
350
+ __kind: "Btc";
351
+ }>, "Btc", {
352
+ __kind: "Btc";
353
+ }>;
354
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
355
+ depositDetails: z.ZodObject<{
356
+ id: z.ZodObject<{
357
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
358
+ vout: z.ZodNumber;
359
+ }, "strip", z.ZodTypeAny, {
360
+ txId: `0x${string}`;
361
+ vout: number;
362
+ }, {
363
+ txId: string;
364
+ vout: number;
365
+ }>;
366
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
367
+ depositAddress: z.ZodObject<{
368
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
369
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
370
+ salt: z.ZodNumber;
371
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
372
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
373
+ unlockScript: z.ZodObject<{
374
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
375
+ }, "strip", z.ZodTypeAny, {
376
+ bytes: `0x${string}`;
377
+ }, {
378
+ bytes: string;
379
+ }>;
380
+ }, "strip", z.ZodTypeAny, {
381
+ salt: number;
382
+ tweakedPubkeyBytes: `0x${string}`;
383
+ tapleafHash: `0x${string}`;
384
+ unlockScript: {
385
+ bytes: `0x${string}`;
386
+ };
387
+ }, {
388
+ salt: number;
389
+ tweakedPubkeyBytes: string;
390
+ tapleafHash: string;
391
+ unlockScript: {
392
+ bytes: string;
393
+ };
394
+ }>>>;
395
+ }, "strip", z.ZodTypeAny, {
396
+ pubkeyX: `0x${string}`;
397
+ scriptPath?: {
398
+ salt: number;
399
+ tweakedPubkeyBytes: `0x${string}`;
400
+ tapleafHash: `0x${string}`;
401
+ unlockScript: {
402
+ bytes: `0x${string}`;
403
+ };
404
+ } | null | undefined;
405
+ }, {
406
+ pubkeyX: string;
407
+ scriptPath?: {
408
+ salt: number;
409
+ tweakedPubkeyBytes: string;
410
+ tapleafHash: string;
411
+ unlockScript: {
412
+ bytes: string;
413
+ };
414
+ } | null | undefined;
415
+ }>;
416
+ }, "strip", z.ZodTypeAny, {
417
+ depositAddress: {
418
+ pubkeyX: `0x${string}`;
419
+ scriptPath?: {
420
+ salt: number;
421
+ tweakedPubkeyBytes: `0x${string}`;
422
+ tapleafHash: `0x${string}`;
423
+ unlockScript: {
424
+ bytes: `0x${string}`;
425
+ };
426
+ } | null | undefined;
427
+ };
428
+ amount: bigint;
429
+ id: {
430
+ txId: `0x${string}`;
431
+ vout: number;
432
+ };
433
+ }, {
434
+ depositAddress: {
435
+ pubkeyX: string;
436
+ scriptPath?: {
437
+ salt: number;
438
+ tweakedPubkeyBytes: string;
439
+ tapleafHash: string;
440
+ unlockScript: {
441
+ bytes: string;
442
+ };
443
+ } | null | undefined;
444
+ };
445
+ amount: string | number;
446
+ id: {
447
+ txId: string;
448
+ vout: number;
449
+ };
450
+ }>;
451
+ }, "strip", z.ZodTypeAny, {
452
+ depositAddress: {
453
+ value: `0x${string}`;
454
+ __kind: "P2PKH";
455
+ } | {
456
+ value: `0x${string}`;
457
+ __kind: "P2SH";
458
+ } | {
459
+ value: `0x${string}`;
460
+ __kind: "P2WPKH";
461
+ } | {
462
+ value: `0x${string}`;
463
+ __kind: "P2WSH";
464
+ } | {
465
+ value: `0x${string}`;
466
+ __kind: "Taproot";
467
+ } | {
468
+ __kind: "OtherSegwit";
469
+ version: number;
470
+ program: `0x${string}`;
471
+ };
472
+ asset: "Btc";
473
+ amount: bigint;
474
+ depositDetails: {
475
+ depositAddress: {
476
+ pubkeyX: `0x${string}`;
477
+ scriptPath?: {
478
+ salt: number;
479
+ tweakedPubkeyBytes: `0x${string}`;
480
+ tapleafHash: `0x${string}`;
481
+ unlockScript: {
482
+ bytes: `0x${string}`;
483
+ };
484
+ } | null | undefined;
485
+ };
486
+ amount: bigint;
487
+ id: {
488
+ txId: `0x${string}`;
489
+ vout: number;
490
+ };
491
+ };
492
+ }, {
493
+ depositAddress: {
494
+ value: string;
495
+ __kind: "P2PKH";
496
+ } | {
497
+ value: string;
498
+ __kind: "P2SH";
499
+ } | {
500
+ value: string;
501
+ __kind: "P2WPKH";
502
+ } | {
503
+ value: string;
504
+ __kind: "P2WSH";
505
+ } | {
506
+ value: string;
507
+ __kind: "Taproot";
508
+ } | {
509
+ __kind: "OtherSegwit";
510
+ version: number;
511
+ program: string;
512
+ };
513
+ asset: {
514
+ __kind: "Btc";
515
+ };
516
+ amount: string | number;
517
+ depositDetails: {
518
+ depositAddress: {
519
+ pubkeyX: string;
520
+ scriptPath?: {
521
+ salt: number;
522
+ tweakedPubkeyBytes: string;
523
+ tapleafHash: string;
524
+ unlockScript: {
525
+ bytes: string;
526
+ };
527
+ } | null | undefined;
528
+ };
529
+ amount: string | number;
530
+ id: {
531
+ txId: string;
532
+ vout: number;
533
+ };
534
+ };
535
+ }>;
536
+ }, "strip", z.ZodTypeAny, {
537
+ __kind: "DepositFailedDepositChannelVariantBitcoin";
538
+ depositWitness: {
539
+ depositAddress: {
540
+ value: `0x${string}`;
541
+ __kind: "P2PKH";
542
+ } | {
543
+ value: `0x${string}`;
544
+ __kind: "P2SH";
545
+ } | {
546
+ value: `0x${string}`;
547
+ __kind: "P2WPKH";
548
+ } | {
549
+ value: `0x${string}`;
550
+ __kind: "P2WSH";
551
+ } | {
552
+ value: `0x${string}`;
553
+ __kind: "Taproot";
554
+ } | {
555
+ __kind: "OtherSegwit";
556
+ version: number;
557
+ program: `0x${string}`;
558
+ };
559
+ asset: "Btc";
560
+ amount: bigint;
561
+ depositDetails: {
562
+ depositAddress: {
563
+ pubkeyX: `0x${string}`;
564
+ scriptPath?: {
565
+ salt: number;
566
+ tweakedPubkeyBytes: `0x${string}`;
567
+ tapleafHash: `0x${string}`;
568
+ unlockScript: {
569
+ bytes: `0x${string}`;
570
+ };
571
+ } | null | undefined;
572
+ };
573
+ amount: bigint;
574
+ id: {
575
+ txId: `0x${string}`;
576
+ vout: number;
577
+ };
578
+ };
579
+ };
580
+ }, {
581
+ __kind: "DepositFailedDepositChannelVariantBitcoin";
582
+ depositWitness: {
583
+ depositAddress: {
584
+ value: string;
585
+ __kind: "P2PKH";
586
+ } | {
587
+ value: string;
588
+ __kind: "P2SH";
589
+ } | {
590
+ value: string;
591
+ __kind: "P2WPKH";
592
+ } | {
593
+ value: string;
594
+ __kind: "P2WSH";
595
+ } | {
596
+ value: string;
597
+ __kind: "Taproot";
598
+ } | {
599
+ __kind: "OtherSegwit";
600
+ version: number;
601
+ program: string;
602
+ };
603
+ asset: {
604
+ __kind: "Btc";
605
+ };
606
+ amount: string | number;
607
+ depositDetails: {
608
+ depositAddress: {
609
+ pubkeyX: string;
610
+ scriptPath?: {
611
+ salt: number;
612
+ tweakedPubkeyBytes: string;
613
+ tapleafHash: string;
614
+ unlockScript: {
615
+ bytes: string;
616
+ };
617
+ } | null | undefined;
618
+ };
619
+ amount: string | number;
620
+ id: {
621
+ txId: string;
622
+ vout: number;
623
+ };
624
+ };
625
+ };
626
+ }>, z.ZodObject<{
627
+ __kind: z.ZodLiteral<"DepositFailedVaultVariantBitcoin">;
628
+ vaultWitness: z.ZodObject<{
629
+ inputAsset: z.ZodEffects<z.ZodObject<{
630
+ __kind: z.ZodEnum<["Btc"]>;
631
+ }, "strip", z.ZodTypeAny, {
632
+ __kind: "Btc";
633
+ }, {
634
+ __kind: "Btc";
635
+ }>, "Btc", {
636
+ __kind: "Btc";
637
+ }>;
638
+ depositAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
639
+ __kind: z.ZodLiteral<"P2PKH">;
640
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
641
+ }, "strip", z.ZodTypeAny, {
642
+ value: `0x${string}`;
643
+ __kind: "P2PKH";
644
+ }, {
645
+ value: string;
646
+ __kind: "P2PKH";
647
+ }>, z.ZodObject<{
648
+ __kind: z.ZodLiteral<"P2SH">;
649
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
650
+ }, "strip", z.ZodTypeAny, {
651
+ value: `0x${string}`;
652
+ __kind: "P2SH";
653
+ }, {
654
+ value: string;
655
+ __kind: "P2SH";
656
+ }>, z.ZodObject<{
657
+ __kind: z.ZodLiteral<"P2WPKH">;
658
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
659
+ }, "strip", z.ZodTypeAny, {
660
+ value: `0x${string}`;
661
+ __kind: "P2WPKH";
662
+ }, {
663
+ value: string;
664
+ __kind: "P2WPKH";
665
+ }>, z.ZodObject<{
666
+ __kind: z.ZodLiteral<"P2WSH">;
667
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
668
+ }, "strip", z.ZodTypeAny, {
669
+ value: `0x${string}`;
670
+ __kind: "P2WSH";
671
+ }, {
672
+ value: string;
673
+ __kind: "P2WSH";
674
+ }>, z.ZodObject<{
675
+ __kind: z.ZodLiteral<"Taproot">;
676
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
677
+ }, "strip", z.ZodTypeAny, {
678
+ value: `0x${string}`;
679
+ __kind: "Taproot";
680
+ }, {
681
+ value: string;
682
+ __kind: "Taproot";
683
+ }>, z.ZodObject<{
684
+ __kind: z.ZodLiteral<"OtherSegwit">;
685
+ version: z.ZodNumber;
686
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
687
+ }, "strip", z.ZodTypeAny, {
688
+ __kind: "OtherSegwit";
689
+ version: number;
690
+ program: `0x${string}`;
691
+ }, {
692
+ __kind: "OtherSegwit";
693
+ version: number;
694
+ program: string;
695
+ }>]>>>;
696
+ channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
697
+ depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
698
+ depositDetails: z.ZodObject<{
699
+ id: z.ZodObject<{
700
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
701
+ vout: z.ZodNumber;
702
+ }, "strip", z.ZodTypeAny, {
703
+ txId: `0x${string}`;
704
+ vout: number;
705
+ }, {
706
+ txId: string;
707
+ vout: number;
708
+ }>;
709
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
710
+ depositAddress: z.ZodObject<{
711
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
712
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
713
+ salt: z.ZodNumber;
714
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
715
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
716
+ unlockScript: z.ZodObject<{
717
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
718
+ }, "strip", z.ZodTypeAny, {
719
+ bytes: `0x${string}`;
720
+ }, {
721
+ bytes: string;
722
+ }>;
723
+ }, "strip", z.ZodTypeAny, {
724
+ salt: number;
725
+ tweakedPubkeyBytes: `0x${string}`;
726
+ tapleafHash: `0x${string}`;
727
+ unlockScript: {
728
+ bytes: `0x${string}`;
729
+ };
730
+ }, {
731
+ salt: number;
732
+ tweakedPubkeyBytes: string;
733
+ tapleafHash: string;
734
+ unlockScript: {
735
+ bytes: string;
736
+ };
737
+ }>>>;
738
+ }, "strip", z.ZodTypeAny, {
739
+ pubkeyX: `0x${string}`;
740
+ scriptPath?: {
741
+ salt: number;
742
+ tweakedPubkeyBytes: `0x${string}`;
743
+ tapleafHash: `0x${string}`;
744
+ unlockScript: {
745
+ bytes: `0x${string}`;
746
+ };
747
+ } | null | undefined;
748
+ }, {
749
+ pubkeyX: string;
750
+ scriptPath?: {
751
+ salt: number;
752
+ tweakedPubkeyBytes: string;
753
+ tapleafHash: string;
754
+ unlockScript: {
755
+ bytes: string;
756
+ };
757
+ } | null | undefined;
758
+ }>;
759
+ }, "strip", z.ZodTypeAny, {
760
+ depositAddress: {
761
+ pubkeyX: `0x${string}`;
762
+ scriptPath?: {
763
+ salt: number;
764
+ tweakedPubkeyBytes: `0x${string}`;
765
+ tapleafHash: `0x${string}`;
766
+ unlockScript: {
767
+ bytes: `0x${string}`;
768
+ };
769
+ } | null | undefined;
770
+ };
771
+ amount: bigint;
772
+ id: {
773
+ txId: `0x${string}`;
774
+ vout: number;
775
+ };
776
+ }, {
777
+ depositAddress: {
778
+ pubkeyX: string;
779
+ scriptPath?: {
780
+ salt: number;
781
+ tweakedPubkeyBytes: string;
782
+ tapleafHash: string;
783
+ unlockScript: {
784
+ bytes: string;
785
+ };
786
+ } | null | undefined;
787
+ };
788
+ amount: string | number;
789
+ id: {
790
+ txId: string;
791
+ vout: number;
792
+ };
793
+ }>;
794
+ outputAsset: z.ZodEffects<z.ZodObject<{
795
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
796
+ }, "strip", z.ZodTypeAny, {
797
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
798
+ }, {
799
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
800
+ }>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
801
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
802
+ }>;
803
+ destinationAddress: z.ZodEffects<z.ZodObject<{
804
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
805
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
806
+ }, "strip", z.ZodTypeAny, {
807
+ value: `0x${string}`;
808
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
809
+ }, {
810
+ value: string;
811
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
812
+ }>, {
813
+ readonly chain: "Ethereum";
814
+ readonly address: `0x${string}`;
815
+ } | {
816
+ readonly chain: "Polkadot";
817
+ readonly address: string;
818
+ } | {
819
+ readonly chain: "Bitcoin";
820
+ readonly address: string;
821
+ } | {
822
+ readonly chain: "Arbitrum";
823
+ readonly address: `0x${string}`;
824
+ } | {
825
+ readonly chain: "Solana";
826
+ readonly address: string;
827
+ } | {
828
+ readonly chain: "Assethub";
829
+ readonly address: string;
830
+ } | {
831
+ readonly chain: "Tron";
832
+ readonly address: string;
833
+ }, {
834
+ value: string;
835
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
836
+ }>;
837
+ depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
838
+ channelMetadata: z.ZodObject<{
839
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
840
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
841
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
842
+ }, "strip", z.ZodTypeAny, {
843
+ message: `0x${string}`;
844
+ gasBudget: bigint;
845
+ ccmAdditionalData: `0x${string}`;
846
+ }, {
847
+ message: string;
848
+ gasBudget: string | number;
849
+ ccmAdditionalData: string;
850
+ }>;
851
+ sourceChain: z.ZodEffects<z.ZodObject<{
852
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana", "Assethub", "Tron"]>;
853
+ }, "strip", z.ZodTypeAny, {
854
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
855
+ }, {
856
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
857
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron", {
858
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
859
+ }>;
860
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
861
+ __kind: z.ZodLiteral<"Eth">;
862
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
863
+ }, "strip", z.ZodTypeAny, {
864
+ value: `0x${string}`;
865
+ __kind: "Eth";
866
+ }, {
867
+ value: string;
868
+ __kind: "Eth";
869
+ }>, z.ZodObject<{
870
+ __kind: z.ZodLiteral<"Dot">;
871
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
872
+ }, "strip", z.ZodTypeAny, {
873
+ value: `0x${string}`;
874
+ __kind: "Dot";
875
+ }, {
876
+ value: string;
877
+ __kind: "Dot";
878
+ }>, z.ZodObject<{
879
+ __kind: z.ZodLiteral<"Btc">;
880
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
881
+ __kind: z.ZodLiteral<"P2PKH">;
882
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
883
+ }, "strip", z.ZodTypeAny, {
884
+ value: `0x${string}`;
885
+ __kind: "P2PKH";
886
+ }, {
887
+ value: string;
888
+ __kind: "P2PKH";
889
+ }>, z.ZodObject<{
890
+ __kind: z.ZodLiteral<"P2SH">;
891
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
892
+ }, "strip", z.ZodTypeAny, {
893
+ value: `0x${string}`;
894
+ __kind: "P2SH";
895
+ }, {
896
+ value: string;
897
+ __kind: "P2SH";
898
+ }>, z.ZodObject<{
899
+ __kind: z.ZodLiteral<"P2WPKH">;
900
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
901
+ }, "strip", z.ZodTypeAny, {
902
+ value: `0x${string}`;
903
+ __kind: "P2WPKH";
904
+ }, {
905
+ value: string;
906
+ __kind: "P2WPKH";
907
+ }>, z.ZodObject<{
908
+ __kind: z.ZodLiteral<"P2WSH">;
909
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
910
+ }, "strip", z.ZodTypeAny, {
911
+ value: `0x${string}`;
912
+ __kind: "P2WSH";
913
+ }, {
914
+ value: string;
915
+ __kind: "P2WSH";
916
+ }>, z.ZodObject<{
917
+ __kind: z.ZodLiteral<"Taproot">;
918
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
919
+ }, "strip", z.ZodTypeAny, {
920
+ value: `0x${string}`;
921
+ __kind: "Taproot";
922
+ }, {
923
+ value: string;
924
+ __kind: "Taproot";
925
+ }>, z.ZodObject<{
926
+ __kind: z.ZodLiteral<"OtherSegwit">;
927
+ version: z.ZodNumber;
928
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
929
+ }, "strip", z.ZodTypeAny, {
930
+ __kind: "OtherSegwit";
931
+ version: number;
932
+ program: `0x${string}`;
933
+ }, {
934
+ __kind: "OtherSegwit";
935
+ version: number;
936
+ program: string;
937
+ }>]>;
938
+ }, "strip", z.ZodTypeAny, {
939
+ value: {
940
+ value: `0x${string}`;
941
+ __kind: "P2PKH";
942
+ } | {
943
+ value: `0x${string}`;
944
+ __kind: "P2SH";
945
+ } | {
946
+ value: `0x${string}`;
947
+ __kind: "P2WPKH";
948
+ } | {
949
+ value: `0x${string}`;
950
+ __kind: "P2WSH";
951
+ } | {
952
+ value: `0x${string}`;
953
+ __kind: "Taproot";
954
+ } | {
955
+ __kind: "OtherSegwit";
956
+ version: number;
957
+ program: `0x${string}`;
958
+ };
959
+ __kind: "Btc";
960
+ }, {
961
+ value: {
962
+ value: string;
963
+ __kind: "P2PKH";
964
+ } | {
965
+ value: string;
966
+ __kind: "P2SH";
967
+ } | {
968
+ value: string;
969
+ __kind: "P2WPKH";
970
+ } | {
971
+ value: string;
972
+ __kind: "P2WSH";
973
+ } | {
974
+ value: string;
975
+ __kind: "Taproot";
976
+ } | {
977
+ __kind: "OtherSegwit";
978
+ version: number;
979
+ program: string;
980
+ };
981
+ __kind: "Btc";
982
+ }>, z.ZodObject<{
983
+ __kind: z.ZodLiteral<"Arb">;
984
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
985
+ }, "strip", z.ZodTypeAny, {
986
+ value: `0x${string}`;
987
+ __kind: "Arb";
988
+ }, {
989
+ value: string;
990
+ __kind: "Arb";
991
+ }>, z.ZodObject<{
992
+ __kind: z.ZodLiteral<"Sol">;
993
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
994
+ }, "strip", z.ZodTypeAny, {
995
+ value: `0x${string}`;
996
+ __kind: "Sol";
997
+ }, {
998
+ value: string;
999
+ __kind: "Sol";
1000
+ }>, z.ZodObject<{
1001
+ __kind: z.ZodLiteral<"Hub">;
1002
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1003
+ }, "strip", z.ZodTypeAny, {
1004
+ value: `0x${string}`;
1005
+ __kind: "Hub";
1006
+ }, {
1007
+ value: string;
1008
+ __kind: "Hub";
1009
+ }>, z.ZodObject<{
1010
+ __kind: z.ZodLiteral<"Tron">;
1011
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1012
+ }, "strip", z.ZodTypeAny, {
1013
+ value: `0x${string}`;
1014
+ __kind: "Tron";
1015
+ }, {
1016
+ value: string;
1017
+ __kind: "Tron";
1018
+ }>]>>>;
1019
+ }, "strip", z.ZodTypeAny, {
1020
+ channelMetadata: {
1021
+ message: `0x${string}`;
1022
+ gasBudget: bigint;
1023
+ ccmAdditionalData: `0x${string}`;
1024
+ };
1025
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1026
+ sourceAddress?: {
1027
+ value: `0x${string}`;
1028
+ __kind: "Eth";
1029
+ } | {
1030
+ value: `0x${string}`;
1031
+ __kind: "Dot";
1032
+ } | {
1033
+ value: {
1034
+ value: `0x${string}`;
1035
+ __kind: "P2PKH";
1036
+ } | {
1037
+ value: `0x${string}`;
1038
+ __kind: "P2SH";
1039
+ } | {
1040
+ value: `0x${string}`;
1041
+ __kind: "P2WPKH";
1042
+ } | {
1043
+ value: `0x${string}`;
1044
+ __kind: "P2WSH";
1045
+ } | {
1046
+ value: `0x${string}`;
1047
+ __kind: "Taproot";
1048
+ } | {
1049
+ __kind: "OtherSegwit";
1050
+ version: number;
1051
+ program: `0x${string}`;
1052
+ };
1053
+ __kind: "Btc";
1054
+ } | {
1055
+ value: `0x${string}`;
1056
+ __kind: "Arb";
1057
+ } | {
1058
+ value: `0x${string}`;
1059
+ __kind: "Sol";
1060
+ } | {
1061
+ value: `0x${string}`;
1062
+ __kind: "Hub";
1063
+ } | {
1064
+ value: `0x${string}`;
1065
+ __kind: "Tron";
1066
+ } | null | undefined;
1067
+ }, {
1068
+ channelMetadata: {
1069
+ message: string;
1070
+ gasBudget: string | number;
1071
+ ccmAdditionalData: string;
1072
+ };
1073
+ sourceChain: {
1074
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1075
+ };
1076
+ sourceAddress?: {
1077
+ value: string;
1078
+ __kind: "Eth";
1079
+ } | {
1080
+ value: string;
1081
+ __kind: "Dot";
1082
+ } | {
1083
+ value: {
1084
+ value: string;
1085
+ __kind: "P2PKH";
1086
+ } | {
1087
+ value: string;
1088
+ __kind: "P2SH";
1089
+ } | {
1090
+ value: string;
1091
+ __kind: "P2WPKH";
1092
+ } | {
1093
+ value: string;
1094
+ __kind: "P2WSH";
1095
+ } | {
1096
+ value: string;
1097
+ __kind: "Taproot";
1098
+ } | {
1099
+ __kind: "OtherSegwit";
1100
+ version: number;
1101
+ program: string;
1102
+ };
1103
+ __kind: "Btc";
1104
+ } | {
1105
+ value: string;
1106
+ __kind: "Arb";
1107
+ } | {
1108
+ value: string;
1109
+ __kind: "Sol";
1110
+ } | {
1111
+ value: string;
1112
+ __kind: "Hub";
1113
+ } | {
1114
+ value: string;
1115
+ __kind: "Tron";
1116
+ } | null | undefined;
1117
+ }>>>;
1118
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1119
+ brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1120
+ account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
1121
+ bps: z.ZodNumber;
1122
+ }, "strip", z.ZodTypeAny, {
1123
+ account: `cF${string}`;
1124
+ bps: number;
1125
+ }, {
1126
+ account: string;
1127
+ bps: number;
1128
+ }>>>;
1129
+ affiliateFees: z.ZodArray<z.ZodObject<{
1130
+ account: z.ZodNumber;
1131
+ bps: z.ZodNumber;
1132
+ }, "strip", z.ZodTypeAny, {
1133
+ account: number;
1134
+ bps: number;
1135
+ }, {
1136
+ account: number;
1137
+ bps: number;
1138
+ }>, "many">;
1139
+ refundParams: z.ZodObject<{
1140
+ retryDuration: z.ZodNumber;
1141
+ refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1142
+ __kind: z.ZodLiteral<"P2PKH">;
1143
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1144
+ }, "strip", z.ZodTypeAny, {
1145
+ value: `0x${string}`;
1146
+ __kind: "P2PKH";
1147
+ }, {
1148
+ value: string;
1149
+ __kind: "P2PKH";
1150
+ }>, z.ZodObject<{
1151
+ __kind: z.ZodLiteral<"P2SH">;
1152
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1153
+ }, "strip", z.ZodTypeAny, {
1154
+ value: `0x${string}`;
1155
+ __kind: "P2SH";
1156
+ }, {
1157
+ value: string;
1158
+ __kind: "P2SH";
1159
+ }>, z.ZodObject<{
1160
+ __kind: z.ZodLiteral<"P2WPKH">;
1161
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1162
+ }, "strip", z.ZodTypeAny, {
1163
+ value: `0x${string}`;
1164
+ __kind: "P2WPKH";
1165
+ }, {
1166
+ value: string;
1167
+ __kind: "P2WPKH";
1168
+ }>, z.ZodObject<{
1169
+ __kind: z.ZodLiteral<"P2WSH">;
1170
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1171
+ }, "strip", z.ZodTypeAny, {
1172
+ value: `0x${string}`;
1173
+ __kind: "P2WSH";
1174
+ }, {
1175
+ value: string;
1176
+ __kind: "P2WSH";
1177
+ }>, z.ZodObject<{
1178
+ __kind: z.ZodLiteral<"Taproot">;
1179
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1180
+ }, "strip", z.ZodTypeAny, {
1181
+ value: `0x${string}`;
1182
+ __kind: "Taproot";
1183
+ }, {
1184
+ value: string;
1185
+ __kind: "Taproot";
1186
+ }>, z.ZodObject<{
1187
+ __kind: z.ZodLiteral<"OtherSegwit">;
1188
+ version: z.ZodNumber;
1189
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1190
+ }, "strip", z.ZodTypeAny, {
1191
+ __kind: "OtherSegwit";
1192
+ version: number;
1193
+ program: `0x${string}`;
1194
+ }, {
1195
+ __kind: "OtherSegwit";
1196
+ version: number;
1197
+ program: string;
1198
+ }>]>;
1199
+ minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1200
+ refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1201
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1202
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1203
+ ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1204
+ }, "strip", z.ZodTypeAny, {
1205
+ message: `0x${string}`;
1206
+ gasBudget: bigint;
1207
+ ccmAdditionalData: `0x${string}`;
1208
+ }, {
1209
+ message: string;
1210
+ gasBudget: string | number;
1211
+ ccmAdditionalData: string;
1212
+ }>>>;
1213
+ maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1214
+ }, "strip", z.ZodTypeAny, {
1215
+ retryDuration: number;
1216
+ refundAddress: {
1217
+ value: `0x${string}`;
1218
+ __kind: "P2PKH";
1219
+ } | {
1220
+ value: `0x${string}`;
1221
+ __kind: "P2SH";
1222
+ } | {
1223
+ value: `0x${string}`;
1224
+ __kind: "P2WPKH";
1225
+ } | {
1226
+ value: `0x${string}`;
1227
+ __kind: "P2WSH";
1228
+ } | {
1229
+ value: `0x${string}`;
1230
+ __kind: "Taproot";
1231
+ } | {
1232
+ __kind: "OtherSegwit";
1233
+ version: number;
1234
+ program: `0x${string}`;
1235
+ };
1236
+ minPrice: bigint;
1237
+ refundCcmMetadata?: {
1238
+ message: `0x${string}`;
1239
+ gasBudget: bigint;
1240
+ ccmAdditionalData: `0x${string}`;
1241
+ } | null | undefined;
1242
+ maxOraclePriceSlippage?: number | null | undefined;
1243
+ }, {
1244
+ retryDuration: number;
1245
+ refundAddress: {
1246
+ value: string;
1247
+ __kind: "P2PKH";
1248
+ } | {
1249
+ value: string;
1250
+ __kind: "P2SH";
1251
+ } | {
1252
+ value: string;
1253
+ __kind: "P2WPKH";
1254
+ } | {
1255
+ value: string;
1256
+ __kind: "P2WSH";
1257
+ } | {
1258
+ value: string;
1259
+ __kind: "Taproot";
1260
+ } | {
1261
+ __kind: "OtherSegwit";
1262
+ version: number;
1263
+ program: string;
1264
+ };
1265
+ minPrice: string | number;
1266
+ refundCcmMetadata?: {
1267
+ message: string;
1268
+ gasBudget: string | number;
1269
+ ccmAdditionalData: string;
1270
+ } | null | undefined;
1271
+ maxOraclePriceSlippage?: number | null | undefined;
1272
+ }>;
1273
+ dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1274
+ numberOfChunks: z.ZodNumber;
1275
+ chunkInterval: z.ZodNumber;
1276
+ }, "strip", z.ZodTypeAny, {
1277
+ numberOfChunks: number;
1278
+ chunkInterval: number;
1279
+ }, {
1280
+ numberOfChunks: number;
1281
+ chunkInterval: number;
1282
+ }>>>;
1283
+ boostFee: z.ZodNumber;
1284
+ }, "strip", z.ZodTypeAny, {
1285
+ depositDetails: {
1286
+ depositAddress: {
1287
+ pubkeyX: `0x${string}`;
1288
+ scriptPath?: {
1289
+ salt: number;
1290
+ tweakedPubkeyBytes: `0x${string}`;
1291
+ tapleafHash: `0x${string}`;
1292
+ unlockScript: {
1293
+ bytes: `0x${string}`;
1294
+ };
1295
+ } | null | undefined;
1296
+ };
1297
+ amount: bigint;
1298
+ id: {
1299
+ txId: `0x${string}`;
1300
+ vout: number;
1301
+ };
1302
+ };
1303
+ inputAsset: "Btc";
1304
+ depositAmount: bigint;
1305
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
1306
+ destinationAddress: {
1307
+ readonly chain: "Ethereum";
1308
+ readonly address: `0x${string}`;
1309
+ } | {
1310
+ readonly chain: "Polkadot";
1311
+ readonly address: string;
1312
+ } | {
1313
+ readonly chain: "Bitcoin";
1314
+ readonly address: string;
1315
+ } | {
1316
+ readonly chain: "Arbitrum";
1317
+ readonly address: `0x${string}`;
1318
+ } | {
1319
+ readonly chain: "Solana";
1320
+ readonly address: string;
1321
+ } | {
1322
+ readonly chain: "Assethub";
1323
+ readonly address: string;
1324
+ } | {
1325
+ readonly chain: "Tron";
1326
+ readonly address: string;
1327
+ };
1328
+ txId: `0x${string}`;
1329
+ affiliateFees: {
1330
+ account: number;
1331
+ bps: number;
1332
+ }[];
1333
+ refundParams: {
1334
+ retryDuration: number;
1335
+ refundAddress: {
1336
+ value: `0x${string}`;
1337
+ __kind: "P2PKH";
1338
+ } | {
1339
+ value: `0x${string}`;
1340
+ __kind: "P2SH";
1341
+ } | {
1342
+ value: `0x${string}`;
1343
+ __kind: "P2WPKH";
1344
+ } | {
1345
+ value: `0x${string}`;
1346
+ __kind: "P2WSH";
1347
+ } | {
1348
+ value: `0x${string}`;
1349
+ __kind: "Taproot";
1350
+ } | {
1351
+ __kind: "OtherSegwit";
1352
+ version: number;
1353
+ program: `0x${string}`;
1354
+ };
1355
+ minPrice: bigint;
1356
+ refundCcmMetadata?: {
1357
+ message: `0x${string}`;
1358
+ gasBudget: bigint;
1359
+ ccmAdditionalData: `0x${string}`;
1360
+ } | null | undefined;
1361
+ maxOraclePriceSlippage?: number | null | undefined;
1362
+ };
1363
+ boostFee: number;
1364
+ depositAddress?: {
1365
+ value: `0x${string}`;
1366
+ __kind: "P2PKH";
1367
+ } | {
1368
+ value: `0x${string}`;
1369
+ __kind: "P2SH";
1370
+ } | {
1371
+ value: `0x${string}`;
1372
+ __kind: "P2WPKH";
1373
+ } | {
1374
+ value: `0x${string}`;
1375
+ __kind: "P2WSH";
1376
+ } | {
1377
+ value: `0x${string}`;
1378
+ __kind: "Taproot";
1379
+ } | {
1380
+ __kind: "OtherSegwit";
1381
+ version: number;
1382
+ program: `0x${string}`;
1383
+ } | null | undefined;
1384
+ channelId?: bigint | null | undefined;
1385
+ depositMetadata?: {
1386
+ channelMetadata: {
1387
+ message: `0x${string}`;
1388
+ gasBudget: bigint;
1389
+ ccmAdditionalData: `0x${string}`;
1390
+ };
1391
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1392
+ sourceAddress?: {
1393
+ value: `0x${string}`;
1394
+ __kind: "Eth";
1395
+ } | {
1396
+ value: `0x${string}`;
1397
+ __kind: "Dot";
1398
+ } | {
1399
+ value: {
1400
+ value: `0x${string}`;
1401
+ __kind: "P2PKH";
1402
+ } | {
1403
+ value: `0x${string}`;
1404
+ __kind: "P2SH";
1405
+ } | {
1406
+ value: `0x${string}`;
1407
+ __kind: "P2WPKH";
1408
+ } | {
1409
+ value: `0x${string}`;
1410
+ __kind: "P2WSH";
1411
+ } | {
1412
+ value: `0x${string}`;
1413
+ __kind: "Taproot";
1414
+ } | {
1415
+ __kind: "OtherSegwit";
1416
+ version: number;
1417
+ program: `0x${string}`;
1418
+ };
1419
+ __kind: "Btc";
1420
+ } | {
1421
+ value: `0x${string}`;
1422
+ __kind: "Arb";
1423
+ } | {
1424
+ value: `0x${string}`;
1425
+ __kind: "Sol";
1426
+ } | {
1427
+ value: `0x${string}`;
1428
+ __kind: "Hub";
1429
+ } | {
1430
+ value: `0x${string}`;
1431
+ __kind: "Tron";
1432
+ } | null | undefined;
1433
+ } | null | undefined;
1434
+ brokerFee?: {
1435
+ account: `cF${string}`;
1436
+ bps: number;
1437
+ } | null | undefined;
1438
+ dcaParams?: {
1439
+ numberOfChunks: number;
1440
+ chunkInterval: number;
1441
+ } | null | undefined;
1442
+ }, {
1443
+ depositDetails: {
1444
+ depositAddress: {
1445
+ pubkeyX: string;
1446
+ scriptPath?: {
1447
+ salt: number;
1448
+ tweakedPubkeyBytes: string;
1449
+ tapleafHash: string;
1450
+ unlockScript: {
1451
+ bytes: string;
1452
+ };
1453
+ } | null | undefined;
1454
+ };
1455
+ amount: string | number;
1456
+ id: {
1457
+ txId: string;
1458
+ vout: number;
1459
+ };
1460
+ };
1461
+ inputAsset: {
1462
+ __kind: "Btc";
1463
+ };
1464
+ depositAmount: string | number;
1465
+ outputAsset: {
1466
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
1467
+ };
1468
+ destinationAddress: {
1469
+ value: string;
1470
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1471
+ };
1472
+ txId: string;
1473
+ affiliateFees: {
1474
+ account: number;
1475
+ bps: number;
1476
+ }[];
1477
+ refundParams: {
1478
+ retryDuration: number;
1479
+ refundAddress: {
1480
+ value: string;
1481
+ __kind: "P2PKH";
1482
+ } | {
1483
+ value: string;
1484
+ __kind: "P2SH";
1485
+ } | {
1486
+ value: string;
1487
+ __kind: "P2WPKH";
1488
+ } | {
1489
+ value: string;
1490
+ __kind: "P2WSH";
1491
+ } | {
1492
+ value: string;
1493
+ __kind: "Taproot";
1494
+ } | {
1495
+ __kind: "OtherSegwit";
1496
+ version: number;
1497
+ program: string;
1498
+ };
1499
+ minPrice: string | number;
1500
+ refundCcmMetadata?: {
1501
+ message: string;
1502
+ gasBudget: string | number;
1503
+ ccmAdditionalData: string;
1504
+ } | null | undefined;
1505
+ maxOraclePriceSlippage?: number | null | undefined;
1506
+ };
1507
+ boostFee: number;
1508
+ depositAddress?: {
1509
+ value: string;
1510
+ __kind: "P2PKH";
1511
+ } | {
1512
+ value: string;
1513
+ __kind: "P2SH";
1514
+ } | {
1515
+ value: string;
1516
+ __kind: "P2WPKH";
1517
+ } | {
1518
+ value: string;
1519
+ __kind: "P2WSH";
1520
+ } | {
1521
+ value: string;
1522
+ __kind: "Taproot";
1523
+ } | {
1524
+ __kind: "OtherSegwit";
1525
+ version: number;
1526
+ program: string;
1527
+ } | null | undefined;
1528
+ channelId?: string | number | null | undefined;
1529
+ depositMetadata?: {
1530
+ channelMetadata: {
1531
+ message: string;
1532
+ gasBudget: string | number;
1533
+ ccmAdditionalData: string;
1534
+ };
1535
+ sourceChain: {
1536
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1537
+ };
1538
+ sourceAddress?: {
1539
+ value: string;
1540
+ __kind: "Eth";
1541
+ } | {
1542
+ value: string;
1543
+ __kind: "Dot";
1544
+ } | {
1545
+ value: {
1546
+ value: string;
1547
+ __kind: "P2PKH";
1548
+ } | {
1549
+ value: string;
1550
+ __kind: "P2SH";
1551
+ } | {
1552
+ value: string;
1553
+ __kind: "P2WPKH";
1554
+ } | {
1555
+ value: string;
1556
+ __kind: "P2WSH";
1557
+ } | {
1558
+ value: string;
1559
+ __kind: "Taproot";
1560
+ } | {
1561
+ __kind: "OtherSegwit";
1562
+ version: number;
1563
+ program: string;
1564
+ };
1565
+ __kind: "Btc";
1566
+ } | {
1567
+ value: string;
1568
+ __kind: "Arb";
1569
+ } | {
1570
+ value: string;
1571
+ __kind: "Sol";
1572
+ } | {
1573
+ value: string;
1574
+ __kind: "Hub";
1575
+ } | {
1576
+ value: string;
1577
+ __kind: "Tron";
1578
+ } | null | undefined;
1579
+ } | null | undefined;
1580
+ brokerFee?: {
1581
+ account: string;
1582
+ bps: number;
1583
+ } | null | undefined;
1584
+ dcaParams?: {
1585
+ numberOfChunks: number;
1586
+ chunkInterval: number;
1587
+ } | null | undefined;
1588
+ }>;
1589
+ }, "strip", z.ZodTypeAny, {
1590
+ __kind: "DepositFailedVaultVariantBitcoin";
1591
+ vaultWitness: {
1592
+ depositDetails: {
1593
+ depositAddress: {
1594
+ pubkeyX: `0x${string}`;
1595
+ scriptPath?: {
1596
+ salt: number;
1597
+ tweakedPubkeyBytes: `0x${string}`;
1598
+ tapleafHash: `0x${string}`;
1599
+ unlockScript: {
1600
+ bytes: `0x${string}`;
1601
+ };
1602
+ } | null | undefined;
1603
+ };
1604
+ amount: bigint;
1605
+ id: {
1606
+ txId: `0x${string}`;
1607
+ vout: number;
1608
+ };
1609
+ };
1610
+ inputAsset: "Btc";
1611
+ depositAmount: bigint;
1612
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
1613
+ destinationAddress: {
1614
+ readonly chain: "Ethereum";
1615
+ readonly address: `0x${string}`;
1616
+ } | {
1617
+ readonly chain: "Polkadot";
1618
+ readonly address: string;
1619
+ } | {
1620
+ readonly chain: "Bitcoin";
1621
+ readonly address: string;
1622
+ } | {
1623
+ readonly chain: "Arbitrum";
1624
+ readonly address: `0x${string}`;
1625
+ } | {
1626
+ readonly chain: "Solana";
1627
+ readonly address: string;
1628
+ } | {
1629
+ readonly chain: "Assethub";
1630
+ readonly address: string;
1631
+ } | {
1632
+ readonly chain: "Tron";
1633
+ readonly address: string;
1634
+ };
1635
+ txId: `0x${string}`;
1636
+ affiliateFees: {
1637
+ account: number;
1638
+ bps: number;
1639
+ }[];
1640
+ refundParams: {
1641
+ retryDuration: number;
1642
+ refundAddress: {
1643
+ value: `0x${string}`;
1644
+ __kind: "P2PKH";
1645
+ } | {
1646
+ value: `0x${string}`;
1647
+ __kind: "P2SH";
1648
+ } | {
1649
+ value: `0x${string}`;
1650
+ __kind: "P2WPKH";
1651
+ } | {
1652
+ value: `0x${string}`;
1653
+ __kind: "P2WSH";
1654
+ } | {
1655
+ value: `0x${string}`;
1656
+ __kind: "Taproot";
1657
+ } | {
1658
+ __kind: "OtherSegwit";
1659
+ version: number;
1660
+ program: `0x${string}`;
1661
+ };
1662
+ minPrice: bigint;
1663
+ refundCcmMetadata?: {
1664
+ message: `0x${string}`;
1665
+ gasBudget: bigint;
1666
+ ccmAdditionalData: `0x${string}`;
1667
+ } | null | undefined;
1668
+ maxOraclePriceSlippage?: number | null | undefined;
1669
+ };
1670
+ boostFee: number;
1671
+ depositAddress?: {
1672
+ value: `0x${string}`;
1673
+ __kind: "P2PKH";
1674
+ } | {
1675
+ value: `0x${string}`;
1676
+ __kind: "P2SH";
1677
+ } | {
1678
+ value: `0x${string}`;
1679
+ __kind: "P2WPKH";
1680
+ } | {
1681
+ value: `0x${string}`;
1682
+ __kind: "P2WSH";
1683
+ } | {
1684
+ value: `0x${string}`;
1685
+ __kind: "Taproot";
1686
+ } | {
1687
+ __kind: "OtherSegwit";
1688
+ version: number;
1689
+ program: `0x${string}`;
1690
+ } | null | undefined;
1691
+ channelId?: bigint | null | undefined;
1692
+ depositMetadata?: {
1693
+ channelMetadata: {
1694
+ message: `0x${string}`;
1695
+ gasBudget: bigint;
1696
+ ccmAdditionalData: `0x${string}`;
1697
+ };
1698
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1699
+ sourceAddress?: {
1700
+ value: `0x${string}`;
1701
+ __kind: "Eth";
1702
+ } | {
1703
+ value: `0x${string}`;
1704
+ __kind: "Dot";
1705
+ } | {
1706
+ value: {
1707
+ value: `0x${string}`;
1708
+ __kind: "P2PKH";
1709
+ } | {
1710
+ value: `0x${string}`;
1711
+ __kind: "P2SH";
1712
+ } | {
1713
+ value: `0x${string}`;
1714
+ __kind: "P2WPKH";
1715
+ } | {
1716
+ value: `0x${string}`;
1717
+ __kind: "P2WSH";
1718
+ } | {
1719
+ value: `0x${string}`;
1720
+ __kind: "Taproot";
1721
+ } | {
1722
+ __kind: "OtherSegwit";
1723
+ version: number;
1724
+ program: `0x${string}`;
1725
+ };
1726
+ __kind: "Btc";
1727
+ } | {
1728
+ value: `0x${string}`;
1729
+ __kind: "Arb";
1730
+ } | {
1731
+ value: `0x${string}`;
1732
+ __kind: "Sol";
1733
+ } | {
1734
+ value: `0x${string}`;
1735
+ __kind: "Hub";
1736
+ } | {
1737
+ value: `0x${string}`;
1738
+ __kind: "Tron";
1739
+ } | null | undefined;
1740
+ } | null | undefined;
1741
+ brokerFee?: {
1742
+ account: `cF${string}`;
1743
+ bps: number;
1744
+ } | null | undefined;
1745
+ dcaParams?: {
1746
+ numberOfChunks: number;
1747
+ chunkInterval: number;
1748
+ } | null | undefined;
1749
+ };
1750
+ }, {
1751
+ __kind: "DepositFailedVaultVariantBitcoin";
1752
+ vaultWitness: {
1753
+ depositDetails: {
1754
+ depositAddress: {
1755
+ pubkeyX: string;
1756
+ scriptPath?: {
1757
+ salt: number;
1758
+ tweakedPubkeyBytes: string;
1759
+ tapleafHash: string;
1760
+ unlockScript: {
1761
+ bytes: string;
1762
+ };
1763
+ } | null | undefined;
1764
+ };
1765
+ amount: string | number;
1766
+ id: {
1767
+ txId: string;
1768
+ vout: number;
1769
+ };
1770
+ };
1771
+ inputAsset: {
1772
+ __kind: "Btc";
1773
+ };
1774
+ depositAmount: string | number;
1775
+ outputAsset: {
1776
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
1777
+ };
1778
+ destinationAddress: {
1779
+ value: string;
1780
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1781
+ };
1782
+ txId: string;
1783
+ affiliateFees: {
1784
+ account: number;
1785
+ bps: number;
1786
+ }[];
1787
+ refundParams: {
1788
+ retryDuration: number;
1789
+ refundAddress: {
1790
+ value: string;
1791
+ __kind: "P2PKH";
1792
+ } | {
1793
+ value: string;
1794
+ __kind: "P2SH";
1795
+ } | {
1796
+ value: string;
1797
+ __kind: "P2WPKH";
1798
+ } | {
1799
+ value: string;
1800
+ __kind: "P2WSH";
1801
+ } | {
1802
+ value: string;
1803
+ __kind: "Taproot";
1804
+ } | {
1805
+ __kind: "OtherSegwit";
1806
+ version: number;
1807
+ program: string;
1808
+ };
1809
+ minPrice: string | number;
1810
+ refundCcmMetadata?: {
1811
+ message: string;
1812
+ gasBudget: string | number;
1813
+ ccmAdditionalData: string;
1814
+ } | null | undefined;
1815
+ maxOraclePriceSlippage?: number | null | undefined;
1816
+ };
1817
+ boostFee: number;
1818
+ depositAddress?: {
1819
+ value: string;
1820
+ __kind: "P2PKH";
1821
+ } | {
1822
+ value: string;
1823
+ __kind: "P2SH";
1824
+ } | {
1825
+ value: string;
1826
+ __kind: "P2WPKH";
1827
+ } | {
1828
+ value: string;
1829
+ __kind: "P2WSH";
1830
+ } | {
1831
+ value: string;
1832
+ __kind: "Taproot";
1833
+ } | {
1834
+ __kind: "OtherSegwit";
1835
+ version: number;
1836
+ program: string;
1837
+ } | null | undefined;
1838
+ channelId?: string | number | null | undefined;
1839
+ depositMetadata?: {
1840
+ channelMetadata: {
1841
+ message: string;
1842
+ gasBudget: string | number;
1843
+ ccmAdditionalData: string;
1844
+ };
1845
+ sourceChain: {
1846
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
1847
+ };
1848
+ sourceAddress?: {
1849
+ value: string;
1850
+ __kind: "Eth";
1851
+ } | {
1852
+ value: string;
1853
+ __kind: "Dot";
1854
+ } | {
1855
+ value: {
1856
+ value: string;
1857
+ __kind: "P2PKH";
1858
+ } | {
1859
+ value: string;
1860
+ __kind: "P2SH";
1861
+ } | {
1862
+ value: string;
1863
+ __kind: "P2WPKH";
1864
+ } | {
1865
+ value: string;
1866
+ __kind: "P2WSH";
1867
+ } | {
1868
+ value: string;
1869
+ __kind: "Taproot";
1870
+ } | {
1871
+ __kind: "OtherSegwit";
1872
+ version: number;
1873
+ program: string;
1874
+ };
1875
+ __kind: "Btc";
1876
+ } | {
1877
+ value: string;
1878
+ __kind: "Arb";
1879
+ } | {
1880
+ value: string;
1881
+ __kind: "Sol";
1882
+ } | {
1883
+ value: string;
1884
+ __kind: "Hub";
1885
+ } | {
1886
+ value: string;
1887
+ __kind: "Tron";
1888
+ } | null | undefined;
1889
+ } | null | undefined;
1890
+ brokerFee?: {
1891
+ account: string;
1892
+ bps: number;
1893
+ } | null | undefined;
1894
+ dcaParams?: {
1895
+ numberOfChunks: number;
1896
+ chunkInterval: number;
1897
+ } | null | undefined;
1898
+ };
1899
+ }>]>;
1900
+ }, "strip", z.ZodTypeAny, {
1901
+ blockHeight: bigint;
1902
+ reason: {
1903
+ __kind: "BelowMinimumDeposit";
1904
+ } | {
1905
+ __kind: "NotEnoughToPayFees";
1906
+ } | {
1907
+ __kind: "TransactionRejectedByBroker";
1908
+ } | {
1909
+ value: {
1910
+ __kind: "Other";
1911
+ } | {
1912
+ __kind: "CannotLookup";
1913
+ } | {
1914
+ __kind: "BadOrigin";
1915
+ } | {
1916
+ value: {
1917
+ index: number;
1918
+ error: `0x${string}`;
1919
+ };
1920
+ __kind: "Module";
1921
+ } | {
1922
+ __kind: "ConsumerRemaining";
1923
+ } | {
1924
+ __kind: "NoProviders";
1925
+ } | {
1926
+ __kind: "TooManyConsumers";
1927
+ } | {
1928
+ value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1929
+ __kind: "Token";
1930
+ } | {
1931
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1932
+ __kind: "Arithmetic";
1933
+ } | {
1934
+ value: "LimitReached" | "NoLayer";
1935
+ __kind: "Transactional";
1936
+ } | {
1937
+ __kind: "Exhausted";
1938
+ } | {
1939
+ __kind: "Corruption";
1940
+ } | {
1941
+ __kind: "Unavailable";
1942
+ } | {
1943
+ __kind: "RootNotAllowed";
1944
+ } | {
1945
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
1946
+ __kind: "Trie";
1947
+ };
1948
+ __kind: "DepositWitnessRejected";
1949
+ } | {
1950
+ __kind: "Unrefundable";
1951
+ };
1952
+ details: {
1953
+ __kind: "DepositFailedDepositChannelVariantBitcoin";
1954
+ depositWitness: {
1955
+ depositAddress: {
1956
+ value: `0x${string}`;
1957
+ __kind: "P2PKH";
1958
+ } | {
1959
+ value: `0x${string}`;
1960
+ __kind: "P2SH";
1961
+ } | {
1962
+ value: `0x${string}`;
1963
+ __kind: "P2WPKH";
1964
+ } | {
1965
+ value: `0x${string}`;
1966
+ __kind: "P2WSH";
1967
+ } | {
1968
+ value: `0x${string}`;
1969
+ __kind: "Taproot";
1970
+ } | {
1971
+ __kind: "OtherSegwit";
1972
+ version: number;
1973
+ program: `0x${string}`;
1974
+ };
1975
+ asset: "Btc";
1976
+ amount: bigint;
1977
+ depositDetails: {
1978
+ depositAddress: {
1979
+ pubkeyX: `0x${string}`;
1980
+ scriptPath?: {
1981
+ salt: number;
1982
+ tweakedPubkeyBytes: `0x${string}`;
1983
+ tapleafHash: `0x${string}`;
1984
+ unlockScript: {
1985
+ bytes: `0x${string}`;
1986
+ };
1987
+ } | null | undefined;
1988
+ };
1989
+ amount: bigint;
1990
+ id: {
1991
+ txId: `0x${string}`;
1992
+ vout: number;
1993
+ };
1994
+ };
1995
+ };
1996
+ } | {
1997
+ __kind: "DepositFailedVaultVariantBitcoin";
1998
+ vaultWitness: {
1999
+ depositDetails: {
2000
+ depositAddress: {
2001
+ pubkeyX: `0x${string}`;
2002
+ scriptPath?: {
2003
+ salt: number;
2004
+ tweakedPubkeyBytes: `0x${string}`;
2005
+ tapleafHash: `0x${string}`;
2006
+ unlockScript: {
2007
+ bytes: `0x${string}`;
2008
+ };
2009
+ } | null | undefined;
2010
+ };
2011
+ amount: bigint;
2012
+ id: {
2013
+ txId: `0x${string}`;
2014
+ vout: number;
2015
+ };
2016
+ };
2017
+ inputAsset: "Btc";
2018
+ depositAmount: bigint;
2019
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
2020
+ destinationAddress: {
2021
+ readonly chain: "Ethereum";
2022
+ readonly address: `0x${string}`;
2023
+ } | {
2024
+ readonly chain: "Polkadot";
2025
+ readonly address: string;
2026
+ } | {
2027
+ readonly chain: "Bitcoin";
2028
+ readonly address: string;
2029
+ } | {
2030
+ readonly chain: "Arbitrum";
2031
+ readonly address: `0x${string}`;
2032
+ } | {
2033
+ readonly chain: "Solana";
2034
+ readonly address: string;
2035
+ } | {
2036
+ readonly chain: "Assethub";
2037
+ readonly address: string;
2038
+ } | {
2039
+ readonly chain: "Tron";
2040
+ readonly address: string;
2041
+ };
2042
+ txId: `0x${string}`;
2043
+ affiliateFees: {
2044
+ account: number;
2045
+ bps: number;
2046
+ }[];
2047
+ refundParams: {
2048
+ retryDuration: number;
2049
+ refundAddress: {
2050
+ value: `0x${string}`;
2051
+ __kind: "P2PKH";
2052
+ } | {
2053
+ value: `0x${string}`;
2054
+ __kind: "P2SH";
2055
+ } | {
2056
+ value: `0x${string}`;
2057
+ __kind: "P2WPKH";
2058
+ } | {
2059
+ value: `0x${string}`;
2060
+ __kind: "P2WSH";
2061
+ } | {
2062
+ value: `0x${string}`;
2063
+ __kind: "Taproot";
2064
+ } | {
2065
+ __kind: "OtherSegwit";
2066
+ version: number;
2067
+ program: `0x${string}`;
2068
+ };
2069
+ minPrice: bigint;
2070
+ refundCcmMetadata?: {
2071
+ message: `0x${string}`;
2072
+ gasBudget: bigint;
2073
+ ccmAdditionalData: `0x${string}`;
2074
+ } | null | undefined;
2075
+ maxOraclePriceSlippage?: number | null | undefined;
2076
+ };
2077
+ boostFee: number;
2078
+ depositAddress?: {
2079
+ value: `0x${string}`;
2080
+ __kind: "P2PKH";
2081
+ } | {
2082
+ value: `0x${string}`;
2083
+ __kind: "P2SH";
2084
+ } | {
2085
+ value: `0x${string}`;
2086
+ __kind: "P2WPKH";
2087
+ } | {
2088
+ value: `0x${string}`;
2089
+ __kind: "P2WSH";
2090
+ } | {
2091
+ value: `0x${string}`;
2092
+ __kind: "Taproot";
2093
+ } | {
2094
+ __kind: "OtherSegwit";
2095
+ version: number;
2096
+ program: `0x${string}`;
2097
+ } | null | undefined;
2098
+ channelId?: bigint | null | undefined;
2099
+ depositMetadata?: {
2100
+ channelMetadata: {
2101
+ message: `0x${string}`;
2102
+ gasBudget: bigint;
2103
+ ccmAdditionalData: `0x${string}`;
2104
+ };
2105
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2106
+ sourceAddress?: {
2107
+ value: `0x${string}`;
2108
+ __kind: "Eth";
2109
+ } | {
2110
+ value: `0x${string}`;
2111
+ __kind: "Dot";
2112
+ } | {
2113
+ value: {
2114
+ value: `0x${string}`;
2115
+ __kind: "P2PKH";
2116
+ } | {
2117
+ value: `0x${string}`;
2118
+ __kind: "P2SH";
2119
+ } | {
2120
+ value: `0x${string}`;
2121
+ __kind: "P2WPKH";
2122
+ } | {
2123
+ value: `0x${string}`;
2124
+ __kind: "P2WSH";
2125
+ } | {
2126
+ value: `0x${string}`;
2127
+ __kind: "Taproot";
2128
+ } | {
2129
+ __kind: "OtherSegwit";
2130
+ version: number;
2131
+ program: `0x${string}`;
2132
+ };
2133
+ __kind: "Btc";
2134
+ } | {
2135
+ value: `0x${string}`;
2136
+ __kind: "Arb";
2137
+ } | {
2138
+ value: `0x${string}`;
2139
+ __kind: "Sol";
2140
+ } | {
2141
+ value: `0x${string}`;
2142
+ __kind: "Hub";
2143
+ } | {
2144
+ value: `0x${string}`;
2145
+ __kind: "Tron";
2146
+ } | null | undefined;
2147
+ } | null | undefined;
2148
+ brokerFee?: {
2149
+ account: `cF${string}`;
2150
+ bps: number;
2151
+ } | null | undefined;
2152
+ dcaParams?: {
2153
+ numberOfChunks: number;
2154
+ chunkInterval: number;
2155
+ } | null | undefined;
2156
+ };
2157
+ };
2158
+ }, {
2159
+ blockHeight: string | number;
2160
+ reason: {
2161
+ __kind: "BelowMinimumDeposit";
2162
+ } | {
2163
+ __kind: "NotEnoughToPayFees";
2164
+ } | {
2165
+ __kind: "TransactionRejectedByBroker";
2166
+ } | {
2167
+ value: {
2168
+ __kind: "Other";
2169
+ } | {
2170
+ __kind: "CannotLookup";
2171
+ } | {
2172
+ __kind: "BadOrigin";
2173
+ } | {
2174
+ value: {
2175
+ index: number;
2176
+ error: string;
2177
+ };
2178
+ __kind: "Module";
2179
+ } | {
2180
+ __kind: "ConsumerRemaining";
2181
+ } | {
2182
+ __kind: "NoProviders";
2183
+ } | {
2184
+ __kind: "TooManyConsumers";
2185
+ } | {
2186
+ value: {
2187
+ __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2188
+ };
2189
+ __kind: "Token";
2190
+ } | {
2191
+ value: {
2192
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2193
+ };
2194
+ __kind: "Arithmetic";
2195
+ } | {
2196
+ value: {
2197
+ __kind: "LimitReached" | "NoLayer";
2198
+ };
2199
+ __kind: "Transactional";
2200
+ } | {
2201
+ __kind: "Exhausted";
2202
+ } | {
2203
+ __kind: "Corruption";
2204
+ } | {
2205
+ __kind: "Unavailable";
2206
+ } | {
2207
+ __kind: "RootNotAllowed";
2208
+ } | {
2209
+ value: {
2210
+ __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
2211
+ };
2212
+ __kind: "Trie";
2213
+ };
2214
+ __kind: "DepositWitnessRejected";
2215
+ } | {
2216
+ __kind: "Unrefundable";
2217
+ };
2218
+ details: {
2219
+ __kind: "DepositFailedDepositChannelVariantBitcoin";
2220
+ depositWitness: {
2221
+ depositAddress: {
2222
+ value: string;
2223
+ __kind: "P2PKH";
2224
+ } | {
2225
+ value: string;
2226
+ __kind: "P2SH";
2227
+ } | {
2228
+ value: string;
2229
+ __kind: "P2WPKH";
2230
+ } | {
2231
+ value: string;
2232
+ __kind: "P2WSH";
2233
+ } | {
2234
+ value: string;
2235
+ __kind: "Taproot";
2236
+ } | {
2237
+ __kind: "OtherSegwit";
2238
+ version: number;
2239
+ program: string;
2240
+ };
2241
+ asset: {
2242
+ __kind: "Btc";
2243
+ };
2244
+ amount: string | number;
2245
+ depositDetails: {
2246
+ depositAddress: {
2247
+ pubkeyX: string;
2248
+ scriptPath?: {
2249
+ salt: number;
2250
+ tweakedPubkeyBytes: string;
2251
+ tapleafHash: string;
2252
+ unlockScript: {
2253
+ bytes: string;
2254
+ };
2255
+ } | null | undefined;
2256
+ };
2257
+ amount: string | number;
2258
+ id: {
2259
+ txId: string;
2260
+ vout: number;
2261
+ };
2262
+ };
2263
+ };
2264
+ } | {
2265
+ __kind: "DepositFailedVaultVariantBitcoin";
2266
+ vaultWitness: {
2267
+ depositDetails: {
2268
+ depositAddress: {
2269
+ pubkeyX: string;
2270
+ scriptPath?: {
2271
+ salt: number;
2272
+ tweakedPubkeyBytes: string;
2273
+ tapleafHash: string;
2274
+ unlockScript: {
2275
+ bytes: string;
2276
+ };
2277
+ } | null | undefined;
2278
+ };
2279
+ amount: string | number;
2280
+ id: {
2281
+ txId: string;
2282
+ vout: number;
2283
+ };
2284
+ };
2285
+ inputAsset: {
2286
+ __kind: "Btc";
2287
+ };
2288
+ depositAmount: string | number;
2289
+ outputAsset: {
2290
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
2291
+ };
2292
+ destinationAddress: {
2293
+ value: string;
2294
+ __kind: "Tron" | "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2295
+ };
2296
+ txId: string;
2297
+ affiliateFees: {
2298
+ account: number;
2299
+ bps: number;
2300
+ }[];
2301
+ refundParams: {
2302
+ retryDuration: number;
2303
+ refundAddress: {
2304
+ value: string;
2305
+ __kind: "P2PKH";
2306
+ } | {
2307
+ value: string;
2308
+ __kind: "P2SH";
2309
+ } | {
2310
+ value: string;
2311
+ __kind: "P2WPKH";
2312
+ } | {
2313
+ value: string;
2314
+ __kind: "P2WSH";
2315
+ } | {
2316
+ value: string;
2317
+ __kind: "Taproot";
2318
+ } | {
2319
+ __kind: "OtherSegwit";
2320
+ version: number;
2321
+ program: string;
2322
+ };
2323
+ minPrice: string | number;
2324
+ refundCcmMetadata?: {
2325
+ message: string;
2326
+ gasBudget: string | number;
2327
+ ccmAdditionalData: string;
2328
+ } | null | undefined;
2329
+ maxOraclePriceSlippage?: number | null | undefined;
2330
+ };
2331
+ boostFee: number;
2332
+ depositAddress?: {
2333
+ value: string;
2334
+ __kind: "P2PKH";
2335
+ } | {
2336
+ value: string;
2337
+ __kind: "P2SH";
2338
+ } | {
2339
+ value: string;
2340
+ __kind: "P2WPKH";
2341
+ } | {
2342
+ value: string;
2343
+ __kind: "P2WSH";
2344
+ } | {
2345
+ value: string;
2346
+ __kind: "Taproot";
2347
+ } | {
2348
+ __kind: "OtherSegwit";
2349
+ version: number;
2350
+ program: string;
2351
+ } | null | undefined;
2352
+ channelId?: string | number | null | undefined;
2353
+ depositMetadata?: {
2354
+ channelMetadata: {
2355
+ message: string;
2356
+ gasBudget: string | number;
2357
+ ccmAdditionalData: string;
2358
+ };
2359
+ sourceChain: {
2360
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub" | "Tron";
2361
+ };
2362
+ sourceAddress?: {
2363
+ value: string;
2364
+ __kind: "Eth";
2365
+ } | {
2366
+ value: string;
2367
+ __kind: "Dot";
2368
+ } | {
2369
+ value: {
2370
+ value: string;
2371
+ __kind: "P2PKH";
2372
+ } | {
2373
+ value: string;
2374
+ __kind: "P2SH";
2375
+ } | {
2376
+ value: string;
2377
+ __kind: "P2WPKH";
2378
+ } | {
2379
+ value: string;
2380
+ __kind: "P2WSH";
2381
+ } | {
2382
+ value: string;
2383
+ __kind: "Taproot";
2384
+ } | {
2385
+ __kind: "OtherSegwit";
2386
+ version: number;
2387
+ program: string;
2388
+ };
2389
+ __kind: "Btc";
2390
+ } | {
2391
+ value: string;
2392
+ __kind: "Arb";
2393
+ } | {
2394
+ value: string;
2395
+ __kind: "Sol";
2396
+ } | {
2397
+ value: string;
2398
+ __kind: "Hub";
2399
+ } | {
2400
+ value: string;
2401
+ __kind: "Tron";
2402
+ } | null | undefined;
2403
+ } | null | undefined;
2404
+ brokerFee?: {
2405
+ account: string;
2406
+ bps: number;
2407
+ } | null | undefined;
2408
+ dcaParams?: {
2409
+ numberOfChunks: number;
2410
+ chunkInterval: number;
2411
+ } | null | undefined;
2412
+ };
2413
+ };
2414
+ }>;
2415
+ //#endregion
2416
+ export { bitcoinIngressEgressDepositFailed };