@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0

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 (1249) hide show
  1. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  2. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
  5. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
  6. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
  7. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  8. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  9. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
  10. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
  11. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
  12. package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
  13. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
  14. package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
  15. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
  16. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
  17. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
  18. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
  19. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
  20. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
  21. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
  22. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
  23. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
  24. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
  25. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
  26. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
  27. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
  28. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
  29. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
  30. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
  31. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
  32. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
  33. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  34. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  35. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
  36. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
  37. package/dist/100/common.d.cts +249 -249
  38. package/dist/100/common.d.mts +249 -249
  39. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
  40. package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
  41. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  42. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  43. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  44. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  45. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
  46. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
  47. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  48. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  49. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
  50. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
  51. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
  52. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
  53. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
  54. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
  55. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
  56. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
  57. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
  58. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
  59. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
  60. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
  61. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
  62. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
  63. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
  64. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
  65. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  66. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  67. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
  68. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
  69. package/dist/100/flip/remainingImbalance.d.cts +44 -44
  70. package/dist/100/flip/remainingImbalance.d.mts +44 -44
  71. package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
  72. package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
  73. package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
  74. package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
  75. package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
  76. package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
  77. package/dist/100/funding/funded.d.cts +4 -4
  78. package/dist/100/funding/funded.d.mts +4 -4
  79. package/dist/100/funding/redemptionRequested.d.cts +8 -8
  80. package/dist/100/funding/redemptionRequested.d.mts +8 -8
  81. package/dist/100/governance/failedExecution.d.cts +16 -16
  82. package/dist/100/governance/failedExecution.d.mts +16 -16
  83. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
  84. package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
  85. package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
  86. package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
  87. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
  88. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
  89. package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
  90. package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
  91. package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
  92. package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
  93. package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
  94. package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
  95. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
  96. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
  97. package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
  98. package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
  99. package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
  100. package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
  101. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
  102. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
  103. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
  104. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
  105. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
  106. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
  107. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  108. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  109. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  110. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  111. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
  112. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
  113. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
  114. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  115. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
  116. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
  117. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
  118. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
  119. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
  120. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
  121. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
  122. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
  123. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
  124. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
  125. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
  126. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
  127. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
  128. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
  129. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
  130. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
  131. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  132. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  133. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
  134. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
  135. package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
  136. package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
  137. package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
  138. package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
  139. package/dist/100/swapping/ccmFailed.d.cts +124 -124
  140. package/dist/100/swapping/ccmFailed.d.mts +124 -124
  141. package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
  142. package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
  143. package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
  144. package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
  145. package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
  146. package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
  147. package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
  148. package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
  149. package/dist/100/swapping/swapExecuted.d.cts +30 -30
  150. package/dist/100/swapping/swapExecuted.d.mts +30 -30
  151. package/dist/100/swapping/swapScheduled.d.cts +196 -196
  152. package/dist/100/swapping/swapScheduled.d.mts +196 -196
  153. package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
  154. package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
  155. package/dist/100/system/extrinsicFailed.d.cts +66 -66
  156. package/dist/100/system/extrinsicFailed.d.mts +66 -66
  157. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
  158. package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
  159. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
  160. package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
  161. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
  162. package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
  163. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
  164. package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
  165. package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
  166. package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
  167. package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
  168. package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
  169. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
  170. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
  171. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
  172. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
  173. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  174. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  175. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
  176. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
  177. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
  178. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
  179. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  180. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  181. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
  182. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
  183. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
  184. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
  185. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  186. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  187. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
  188. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
  189. package/dist/11000/common.d.cts +2445 -2445
  190. package/dist/11000/common.d.mts +2445 -2445
  191. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
  192. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
  193. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
  194. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
  195. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
  196. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
  197. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  198. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  199. package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
  200. package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
  201. package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
  202. package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
  203. package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
  204. package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
  205. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
  206. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
  207. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
  208. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
  209. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  210. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  211. package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
  212. package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
  213. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
  214. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
  215. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
  216. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
  217. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
  218. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
  219. package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
  220. package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
  221. package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
  222. package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
  223. package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
  224. package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
  225. package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
  226. package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
  227. package/dist/11000/swapping/swapRequested.d.cts +212 -212
  228. package/dist/11000/swapping/swapRequested.d.mts +212 -212
  229. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
  230. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
  231. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
  232. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
  233. package/dist/111/common.d.cts +30 -30
  234. package/dist/111/common.d.mts +30 -30
  235. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
  236. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
  237. package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
  238. package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
  239. package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
  240. package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
  241. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
  242. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
  243. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
  244. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
  245. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
  246. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
  247. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
  248. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
  249. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
  250. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
  251. package/dist/11100/common.d.cts +370 -370
  252. package/dist/11100/common.d.mts +370 -370
  253. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
  254. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
  255. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
  256. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
  257. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
  258. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
  259. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
  260. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
  261. package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
  262. package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
  263. package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
  264. package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
  265. package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
  266. package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
  267. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
  268. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
  269. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
  270. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
  271. package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
  272. package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
  273. package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
  274. package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
  275. package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
  276. package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
  277. package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
  278. package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
  279. package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
  280. package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
  281. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
  282. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
  283. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
  284. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
  285. package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
  286. package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
  287. package/dist/11100/swapping/swapExecuted.d.cts +28 -28
  288. package/dist/11100/swapping/swapExecuted.d.mts +28 -28
  289. package/dist/11100/swapping/swapRequested.d.cts +68 -68
  290. package/dist/11100/swapping/swapRequested.d.mts +68 -68
  291. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
  292. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
  293. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
  294. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
  295. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
  296. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  297. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
  298. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
  299. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
  300. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
  301. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
  302. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
  303. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
  304. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
  305. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
  306. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
  307. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
  308. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
  309. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
  310. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
  311. package/dist/11200/common.d.cts +2751 -2751
  312. package/dist/11200/common.d.mts +2751 -2751
  313. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
  314. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
  315. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
  316. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
  317. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
  318. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
  319. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
  320. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  321. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
  322. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
  323. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
  324. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
  325. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
  326. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  327. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
  328. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
  329. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
  330. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
  331. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
  332. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
  333. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
  334. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
  335. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
  336. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
  337. package/dist/11200/swapping/swapRequested.d.cts +760 -760
  338. package/dist/11200/swapping/swapRequested.d.mts +760 -760
  339. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
  340. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
  341. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
  342. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
  343. package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
  344. package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
  345. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
  346. package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
  347. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
  348. package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
  349. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
  350. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  351. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
  352. package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
  353. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
  354. package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
  355. package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
  356. package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
  357. package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
  358. package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
  359. package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
  360. package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
  361. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
  362. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
  363. package/dist/131/common.d.cts +11 -11
  364. package/dist/131/common.d.mts +11 -11
  365. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
  366. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
  367. package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
  368. package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
  369. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
  370. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
  371. package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
  372. package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
  373. package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
  374. package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
  375. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
  376. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
  377. package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
  378. package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
  379. package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
  380. package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
  381. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
  382. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
  383. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
  384. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
  385. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
  386. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
  387. package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
  388. package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
  389. package/dist/131/swapping/ccmFailed.d.cts +76 -76
  390. package/dist/131/swapping/ccmFailed.d.mts +76 -76
  391. package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
  392. package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
  393. package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
  394. package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
  395. package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
  396. package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
  397. package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
  398. package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
  399. package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
  400. package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
  401. package/dist/131/swapping/swapExecuted.d.cts +30 -30
  402. package/dist/131/swapping/swapExecuted.d.mts +30 -30
  403. package/dist/131/swapping/swapScheduled.d.cts +54 -54
  404. package/dist/131/swapping/swapScheduled.d.mts +54 -54
  405. package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
  406. package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
  407. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  408. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  409. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
  410. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
  411. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  412. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  413. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
  414. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
  415. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  416. package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  417. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
  418. package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  419. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
  420. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
  421. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
  422. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
  423. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  424. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  425. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
  426. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
  427. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
  428. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
  429. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
  430. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
  431. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
  432. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
  433. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  434. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  435. package/dist/141/common.d.cts +243 -243
  436. package/dist/141/common.d.mts +243 -243
  437. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
  438. package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
  439. package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
  440. package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
  441. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
  442. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
  443. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  444. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  445. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  446. package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  447. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  448. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  449. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
  450. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
  451. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
  452. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
  453. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
  454. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
  455. package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
  456. package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
  457. package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
  458. package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
  459. package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
  460. package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
  461. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
  462. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
  463. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
  464. package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
  465. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
  466. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
  467. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
  468. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
  469. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
  470. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
  471. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  472. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  473. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  474. package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  475. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  476. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  477. package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
  478. package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
  479. package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
  480. package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
  481. package/dist/141/swapping/ccmFailed.d.cts +146 -146
  482. package/dist/141/swapping/ccmFailed.d.mts +146 -146
  483. package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
  484. package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
  485. package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
  486. package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
  487. package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
  488. package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
  489. package/dist/141/swapping/swapExecuted.d.cts +152 -152
  490. package/dist/141/swapping/swapExecuted.d.mts +152 -152
  491. package/dist/141/swapping/swapScheduled.d.cts +174 -174
  492. package/dist/141/swapping/swapScheduled.d.mts +174 -174
  493. package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
  494. package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
  495. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
  496. package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
  497. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
  498. package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
  499. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
  500. package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
  501. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
  502. package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
  503. package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
  504. package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
  505. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
  506. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
  507. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  508. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  509. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  510. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  511. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
  512. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  513. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
  514. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
  515. package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
  516. package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
  517. package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
  518. package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
  519. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
  520. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
  521. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
  522. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
  523. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
  524. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
  525. package/dist/150/common.d.cts +289 -289
  526. package/dist/150/common.d.mts +289 -289
  527. package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
  528. package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
  529. package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
  530. package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
  531. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
  532. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
  533. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  534. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  535. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  536. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  537. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  538. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  539. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
  540. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
  541. package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
  542. package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
  543. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
  544. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
  545. package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
  546. package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
  547. package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
  548. package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
  549. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
  550. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
  551. package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
  552. package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
  553. package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
  554. package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
  555. package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
  556. package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
  557. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
  558. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
  559. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
  560. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
  561. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
  562. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
  563. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
  564. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
  565. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
  566. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
  567. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  568. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  569. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  570. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  571. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
  572. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  573. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
  574. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
  575. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
  576. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
  577. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
  578. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
  579. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
  580. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
  581. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
  582. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
  583. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
  584. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
  585. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
  586. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
  587. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
  588. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
  589. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
  590. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
  591. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  592. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  593. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
  594. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
  595. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
  596. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
  597. package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
  598. package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
  599. package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
  600. package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
  601. package/dist/150/swapping/ccmFailed.d.cts +244 -244
  602. package/dist/150/swapping/ccmFailed.d.mts +244 -244
  603. package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
  604. package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
  605. package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
  606. package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
  607. package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
  608. package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
  609. package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
  610. package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
  611. package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
  612. package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
  613. package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
  614. package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
  615. package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
  616. package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
  617. package/dist/150/swapping/swapExecuted.d.cts +196 -196
  618. package/dist/150/swapping/swapExecuted.d.mts +196 -196
  619. package/dist/150/swapping/swapScheduled.d.cts +278 -278
  620. package/dist/150/swapping/swapScheduled.d.mts +278 -278
  621. package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
  622. package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
  623. package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
  624. package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
  625. package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
  626. package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
  627. package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
  628. package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
  629. package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
  630. package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
  631. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
  632. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
  633. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
  634. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
  635. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
  636. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
  637. package/dist/160/assetBalances/accountCredited.d.cts +12 -12
  638. package/dist/160/assetBalances/accountCredited.d.mts +12 -12
  639. package/dist/160/assetBalances/accountDebited.d.cts +12 -12
  640. package/dist/160/assetBalances/accountDebited.d.mts +12 -12
  641. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
  642. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
  643. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
  644. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
  645. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
  646. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
  647. package/dist/160/common.d.cts +88 -88
  648. package/dist/160/common.d.mts +88 -88
  649. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
  650. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
  651. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
  652. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
  653. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
  654. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
  655. package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
  656. package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
  657. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
  658. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
  659. package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
  660. package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
  661. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
  662. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
  663. package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
  664. package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
  665. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
  666. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
  667. package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
  668. package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
  669. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
  670. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
  671. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
  672. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
  673. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
  674. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
  675. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
  676. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
  677. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
  678. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
  679. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
  680. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
  681. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
  682. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
  683. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
  684. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
  685. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
  686. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
  687. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
  688. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
  689. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
  690. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
  691. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
  692. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
  693. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
  694. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
  695. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  696. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  697. package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
  698. package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
  699. package/dist/160/swapping/ccmFailed.d.cts +28 -28
  700. package/dist/160/swapping/ccmFailed.d.mts +28 -28
  701. package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
  702. package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
  703. package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
  704. package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
  705. package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
  706. package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
  707. package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
  708. package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
  709. package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
  710. package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
  711. package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
  712. package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
  713. package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
  714. package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
  715. package/dist/160/swapping/swapExecuted.d.cts +24 -24
  716. package/dist/160/swapping/swapExecuted.d.mts +24 -24
  717. package/dist/160/swapping/swapRequested.d.cts +76 -76
  718. package/dist/160/swapping/swapRequested.d.mts +76 -76
  719. package/dist/160/swapping/swapScheduled.d.cts +12 -12
  720. package/dist/160/swapping/swapScheduled.d.mts +12 -12
  721. package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
  722. package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
  723. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
  724. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
  725. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
  726. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
  727. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
  728. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
  729. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
  730. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
  731. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
  732. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
  733. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
  734. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
  735. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
  736. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
  737. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  738. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
  739. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
  740. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
  741. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  742. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  743. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
  744. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
  745. package/dist/170/common.d.cts +70 -70
  746. package/dist/170/common.d.mts +70 -70
  747. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
  748. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
  749. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
  750. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
  751. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
  752. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
  753. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
  754. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
  755. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
  756. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
  757. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
  758. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
  759. package/dist/170/reputation/offencePenalty.d.cts +4 -4
  760. package/dist/170/reputation/offencePenalty.d.mts +4 -4
  761. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
  762. package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
  763. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
  764. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
  765. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
  766. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
  767. package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
  768. package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
  769. package/dist/170/swapping/swapRequested.d.cts +106 -106
  770. package/dist/170/swapping/swapRequested.d.mts +106 -106
  771. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
  772. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
  773. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
  774. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
  775. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  776. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
  777. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  778. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  779. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
  780. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
  781. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
  782. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
  783. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  784. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
  785. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  786. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  787. package/dist/180/common.d.cts +158 -158
  788. package/dist/180/common.d.mts +158 -158
  789. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
  790. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
  791. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
  792. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
  793. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  794. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
  795. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  796. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  797. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
  798. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
  799. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
  800. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
  801. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  802. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
  803. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  804. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  805. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
  806. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
  807. package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
  808. package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
  809. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
  810. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
  811. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  812. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  813. package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
  814. package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
  815. package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
  816. package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
  817. package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
  818. package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
  819. package/dist/180/swapping/swapRequested.d.cts +32 -32
  820. package/dist/180/swapping/swapRequested.d.mts +32 -32
  821. package/dist/180/swapping/swapScheduled.d.cts +12 -12
  822. package/dist/180/swapping/swapScheduled.d.mts +12 -12
  823. package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
  824. package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
  825. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  826. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  827. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
  828. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
  829. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
  830. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
  831. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
  832. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
  833. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  834. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  835. package/dist/190/assetBalances/accountCredited.d.cts +4 -4
  836. package/dist/190/assetBalances/accountCredited.d.mts +4 -4
  837. package/dist/190/assetBalances/accountDebited.d.cts +4 -4
  838. package/dist/190/assetBalances/accountDebited.d.mts +4 -4
  839. package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
  840. package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
  841. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  842. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  843. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
  844. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
  845. package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
  846. package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
  847. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
  848. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
  849. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
  850. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
  851. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
  852. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
  853. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
  854. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
  855. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  856. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  857. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
  858. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
  859. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
  860. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
  861. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
  862. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
  863. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
  864. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
  865. package/dist/190/common.d.cts +250 -250
  866. package/dist/190/common.d.mts +250 -250
  867. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
  868. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
  869. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  870. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  871. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
  872. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
  873. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
  874. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
  875. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
  876. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
  877. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
  878. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
  879. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
  880. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
  881. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
  882. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
  883. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  884. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  885. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  886. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
  887. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
  888. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
  889. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  890. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  891. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
  892. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
  893. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
  894. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
  895. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
  896. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
  897. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
  898. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
  899. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  900. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  901. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
  902. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
  903. package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
  904. package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
  905. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
  906. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
  907. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  908. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  909. package/dist/190/swapping/creditedOnChain.d.cts +4 -4
  910. package/dist/190/swapping/creditedOnChain.d.mts +4 -4
  911. package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
  912. package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
  913. package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
  914. package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
  915. package/dist/190/swapping/refundedOnChain.d.cts +4 -4
  916. package/dist/190/swapping/refundedOnChain.d.mts +4 -4
  917. package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
  918. package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
  919. package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
  920. package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
  921. package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
  922. package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
  923. package/dist/190/swapping/swapRequested.d.cts +8 -8
  924. package/dist/190/swapping/swapRequested.d.mts +8 -8
  925. package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
  926. package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
  927. package/dist/200/common.d.cts +56 -56
  928. package/dist/200/common.d.mts +56 -56
  929. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
  930. package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
  931. package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
  932. package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
  933. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
  934. package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
  935. package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
  936. package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
  937. package/dist/200/lendingPools/loanCreated.d.cts +4 -4
  938. package/dist/200/lendingPools/loanCreated.d.mts +4 -4
  939. package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
  940. package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
  941. package/dist/200/swapping/swapAborted.d.cts +4 -4
  942. package/dist/200/swapping/swapAborted.d.mts +4 -4
  943. package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
  944. package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
  945. package/dist/200/swapping/swapRequested.d.cts +32 -32
  946. package/dist/200/swapping/swapRequested.d.mts +32 -32
  947. package/dist/200/swapping/swapRescheduled.d.cts +6 -6
  948. package/dist/200/swapping/swapRescheduled.d.mts +6 -6
  949. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
  950. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
  951. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  952. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  953. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
  954. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
  955. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  956. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  957. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  958. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  959. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  960. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  961. package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
  962. package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
  963. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
  964. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
  965. package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
  966. package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
  967. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  968. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  969. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
  970. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
  971. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
  972. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
  973. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  974. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  975. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  976. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  977. package/dist/210/common.d.cts +2906 -2906
  978. package/dist/210/common.d.mts +2906 -2906
  979. package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
  980. package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
  981. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
  982. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
  983. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
  984. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
  985. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  986. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  987. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
  988. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
  989. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  990. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  991. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  992. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  993. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  994. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  995. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  996. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  997. package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
  998. package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
  999. package/dist/210/governance/failedExecution.d.cts +20 -20
  1000. package/dist/210/governance/failedExecution.d.mts +20 -20
  1001. package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
  1002. package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
  1003. package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
  1004. package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
  1005. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
  1006. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
  1007. package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
  1008. package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
  1009. package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
  1010. package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
  1011. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
  1012. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
  1013. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
  1014. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
  1015. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
  1016. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
  1017. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
  1018. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
  1019. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
  1020. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
  1021. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  1022. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
  1023. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
  1024. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
  1025. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
  1026. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
  1027. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
  1028. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
  1029. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  1030. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  1031. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  1032. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  1033. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
  1034. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
  1035. package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
  1036. package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
  1037. package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
  1038. package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
  1039. package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
  1040. package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
  1041. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
  1042. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
  1043. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  1044. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  1045. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
  1046. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
  1047. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
  1048. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
  1049. package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
  1050. package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
  1051. package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
  1052. package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
  1053. package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
  1054. package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
  1055. package/dist/210/swapping/swapRequested.d.cts +786 -786
  1056. package/dist/210/swapping/swapRequested.d.mts +786 -786
  1057. package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
  1058. package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
  1059. package/dist/210/system/extrinsicFailed.d.cts +40 -40
  1060. package/dist/210/system/extrinsicFailed.d.mts +40 -40
  1061. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
  1062. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
  1063. package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
  1064. package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
  1065. package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
  1066. package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
  1067. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1068. package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1069. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1070. package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1071. package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
  1072. package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
  1073. package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
  1074. package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
  1075. package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
  1076. package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
  1077. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  1078. package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
  1079. package/dist/220/assetBalances/accountCredited.d.cts +14 -14
  1080. package/dist/220/assetBalances/accountCredited.d.mts +14 -14
  1081. package/dist/220/assetBalances/accountDebited.d.cts +14 -14
  1082. package/dist/220/assetBalances/accountDebited.d.mts +14 -14
  1083. package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
  1084. package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
  1085. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1086. package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1087. package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1088. package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1089. package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
  1090. package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
  1091. package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
  1092. package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
  1093. package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
  1094. package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
  1095. package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
  1096. package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
  1097. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1098. package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1099. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1100. package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1101. package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  1102. package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
  1103. package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
  1104. package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
  1105. package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
  1106. package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
  1107. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
  1108. package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
  1109. package/dist/220/common.d.cts +607 -607
  1110. package/dist/220/common.d.mts +607 -607
  1111. package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
  1112. package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
  1113. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1114. package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1115. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1116. package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1117. package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
  1118. package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
  1119. package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
  1120. package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
  1121. package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
  1122. package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
  1123. package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
  1124. package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
  1125. package/dist/220/funding/funded.d.cts +16 -16
  1126. package/dist/220/funding/funded.d.mts +16 -16
  1127. package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
  1128. package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
  1129. package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
  1130. package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
  1131. package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
  1132. package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
  1133. package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
  1134. package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
  1135. package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
  1136. package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
  1137. package/dist/220/lendingPools/loanCreated.d.cts +12 -12
  1138. package/dist/220/lendingPools/loanCreated.d.mts +12 -12
  1139. package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
  1140. package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
  1141. package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
  1142. package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
  1143. package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
  1144. package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
  1145. package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
  1146. package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
  1147. package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
  1148. package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
  1149. package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
  1150. package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
  1151. package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
  1152. package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
  1153. package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
  1154. package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
  1155. package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
  1156. package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
  1157. package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
  1158. package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  1159. package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
  1160. package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
  1161. package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
  1162. package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
  1163. package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
  1164. package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
  1165. package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
  1166. package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
  1167. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
  1168. package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
  1169. package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
  1170. package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
  1171. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1172. package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1173. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1174. package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1175. package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
  1176. package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
  1177. package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
  1178. package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
  1179. package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
  1180. package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
  1181. package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
  1182. package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
  1183. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1184. package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1185. package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1186. package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1187. package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
  1188. package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
  1189. package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
  1190. package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
  1191. package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
  1192. package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
  1193. package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
  1194. package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
  1195. package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
  1196. package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
  1197. package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
  1198. package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
  1199. package/dist/220/swapping/creditedOnChain.d.cts +20 -20
  1200. package/dist/220/swapping/creditedOnChain.d.mts +20 -20
  1201. package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
  1202. package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
  1203. package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
  1204. package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
  1205. package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
  1206. package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
  1207. package/dist/220/swapping/refundedOnChain.d.cts +20 -20
  1208. package/dist/220/swapping/refundedOnChain.d.mts +20 -20
  1209. package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
  1210. package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
  1211. package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
  1212. package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
  1213. package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
  1214. package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
  1215. package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
  1216. package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
  1217. package/dist/220/swapping/swapExecuted.d.cts +32 -32
  1218. package/dist/220/swapping/swapExecuted.d.mts +32 -32
  1219. package/dist/220/swapping/swapRequested.d.cts +158 -158
  1220. package/dist/220/swapping/swapRequested.d.mts +158 -158
  1221. package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
  1222. package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
  1223. package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
  1224. package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
  1225. package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
  1226. package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
  1227. package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
  1228. package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
  1229. package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
  1230. package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
  1231. package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
  1232. package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
  1233. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
  1234. package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
  1235. package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
  1236. package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
  1237. package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
  1238. package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
  1239. package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
  1240. package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
  1241. package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
  1242. package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
  1243. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
  1244. package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
  1245. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
  1246. package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
  1247. package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
  1248. package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
  1249. package/package.json +3 -3
@@ -55,17 +55,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
55
55
  error: string;
56
56
  }>;
57
57
  }, "strip", z.ZodTypeAny, {
58
+ __kind: "Module";
58
59
  value: {
59
60
  index: number;
60
61
  error: `0x${string}`;
61
62
  };
62
- __kind: "Module";
63
63
  }, {
64
+ __kind: "Module";
64
65
  value: {
65
66
  index: number;
66
67
  error: string;
67
68
  };
68
- __kind: "Module";
69
69
  }>, z.ZodObject<{
70
70
  __kind: z.ZodLiteral<"ConsumerRemaining">;
71
71
  }, "strip", z.ZodTypeAny, {
@@ -89,20 +89,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
89
89
  value: z.ZodEffects<z.ZodObject<{
90
90
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
91
91
  }, "strip", z.ZodTypeAny, {
92
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
93
  }, {
94
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
95
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
96
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
94
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
95
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
96
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
97
97
  }>;
98
98
  }, "strip", z.ZodTypeAny, {
99
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
100
99
  __kind: "Token";
100
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
101
101
  }, {
102
+ __kind: "Token";
102
103
  value: {
103
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
104
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
104
105
  };
105
- __kind: "Token";
106
106
  }>, z.ZodObject<{
107
107
  __kind: z.ZodLiteral<"Arithmetic">;
108
108
  value: z.ZodEffects<z.ZodObject<{
@@ -115,13 +115,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
115
115
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
116
116
  }>;
117
117
  }, "strip", z.ZodTypeAny, {
118
- value: "Underflow" | "Overflow" | "DivisionByZero";
119
118
  __kind: "Arithmetic";
119
+ value: "Underflow" | "Overflow" | "DivisionByZero";
120
120
  }, {
121
+ __kind: "Arithmetic";
121
122
  value: {
122
123
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
123
124
  };
124
- __kind: "Arithmetic";
125
125
  }>, z.ZodObject<{
126
126
  __kind: z.ZodLiteral<"Transactional">;
127
127
  value: z.ZodEffects<z.ZodObject<{
@@ -134,13 +134,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
134
134
  __kind: "LimitReached" | "NoLayer";
135
135
  }>;
136
136
  }, "strip", z.ZodTypeAny, {
137
- value: "LimitReached" | "NoLayer";
138
137
  __kind: "Transactional";
138
+ value: "LimitReached" | "NoLayer";
139
139
  }, {
140
+ __kind: "Transactional";
140
141
  value: {
141
142
  __kind: "LimitReached" | "NoLayer";
142
143
  };
143
- __kind: "Transactional";
144
144
  }>, z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"Exhausted">;
146
146
  }, "strip", z.ZodTypeAny, {
@@ -167,6 +167,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
167
167
  __kind: "RootNotAllowed";
168
168
  }>]>;
169
169
  }, "strip", z.ZodTypeAny, {
170
+ __kind: "DepositWitnessRejected";
170
171
  value: {
171
172
  __kind: "Other";
172
173
  } | {
@@ -174,11 +175,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
174
175
  } | {
175
176
  __kind: "BadOrigin";
176
177
  } | {
178
+ __kind: "Module";
177
179
  value: {
178
180
  index: number;
179
181
  error: `0x${string}`;
180
182
  };
181
- __kind: "Module";
182
183
  } | {
183
184
  __kind: "ConsumerRemaining";
184
185
  } | {
@@ -186,14 +187,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
186
187
  } | {
187
188
  __kind: "TooManyConsumers";
188
189
  } | {
189
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
190
190
  __kind: "Token";
191
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
191
192
  } | {
192
- value: "Underflow" | "Overflow" | "DivisionByZero";
193
193
  __kind: "Arithmetic";
194
+ value: "Underflow" | "Overflow" | "DivisionByZero";
194
195
  } | {
195
- value: "LimitReached" | "NoLayer";
196
196
  __kind: "Transactional";
197
+ value: "LimitReached" | "NoLayer";
197
198
  } | {
198
199
  __kind: "Exhausted";
199
200
  } | {
@@ -203,8 +204,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
203
204
  } | {
204
205
  __kind: "RootNotAllowed";
205
206
  };
206
- __kind: "DepositWitnessRejected";
207
207
  }, {
208
+ __kind: "DepositWitnessRejected";
208
209
  value: {
209
210
  __kind: "Other";
210
211
  } | {
@@ -212,11 +213,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
212
213
  } | {
213
214
  __kind: "BadOrigin";
214
215
  } | {
216
+ __kind: "Module";
215
217
  value: {
216
218
  index: number;
217
219
  error: string;
218
220
  };
219
- __kind: "Module";
220
221
  } | {
221
222
  __kind: "ConsumerRemaining";
222
223
  } | {
@@ -224,20 +225,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
224
225
  } | {
225
226
  __kind: "TooManyConsumers";
226
227
  } | {
228
+ __kind: "Token";
227
229
  value: {
228
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
230
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
229
231
  };
230
- __kind: "Token";
231
232
  } | {
233
+ __kind: "Arithmetic";
232
234
  value: {
233
235
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
234
236
  };
235
- __kind: "Arithmetic";
236
237
  } | {
238
+ __kind: "Transactional";
237
239
  value: {
238
240
  __kind: "LimitReached" | "NoLayer";
239
241
  };
240
- __kind: "Transactional";
241
242
  } | {
242
243
  __kind: "Exhausted";
243
244
  } | {
@@ -247,7 +248,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
247
248
  } | {
248
249
  __kind: "RootNotAllowed";
249
250
  };
250
- __kind: "DepositWitnessRejected";
251
251
  }>]>;
252
252
  details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
253
253
  __kind: z.ZodLiteral<"DepositFailedDepositChannelVariantBitcoin">;
@@ -256,47 +256,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
256
256
  __kind: z.ZodLiteral<"P2PKH">;
257
257
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
258
258
  }, "strip", z.ZodTypeAny, {
259
- value: `0x${string}`;
260
259
  __kind: "P2PKH";
260
+ value: `0x${string}`;
261
261
  }, {
262
- value: string;
263
262
  __kind: "P2PKH";
263
+ value: string;
264
264
  }>, z.ZodObject<{
265
265
  __kind: z.ZodLiteral<"P2SH">;
266
266
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
267
267
  }, "strip", z.ZodTypeAny, {
268
- value: `0x${string}`;
269
268
  __kind: "P2SH";
269
+ value: `0x${string}`;
270
270
  }, {
271
- value: string;
272
271
  __kind: "P2SH";
272
+ value: string;
273
273
  }>, z.ZodObject<{
274
274
  __kind: z.ZodLiteral<"P2WPKH">;
275
275
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
276
276
  }, "strip", z.ZodTypeAny, {
277
- value: `0x${string}`;
278
277
  __kind: "P2WPKH";
278
+ value: `0x${string}`;
279
279
  }, {
280
- value: string;
281
280
  __kind: "P2WPKH";
281
+ value: string;
282
282
  }>, z.ZodObject<{
283
283
  __kind: z.ZodLiteral<"P2WSH">;
284
284
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
285
285
  }, "strip", z.ZodTypeAny, {
286
- value: `0x${string}`;
287
286
  __kind: "P2WSH";
287
+ value: `0x${string}`;
288
288
  }, {
289
- value: string;
290
289
  __kind: "P2WSH";
290
+ value: string;
291
291
  }>, z.ZodObject<{
292
292
  __kind: z.ZodLiteral<"Taproot">;
293
293
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
294
294
  }, "strip", z.ZodTypeAny, {
295
- value: `0x${string}`;
296
295
  __kind: "Taproot";
296
+ value: `0x${string}`;
297
297
  }, {
298
- value: string;
299
298
  __kind: "Taproot";
299
+ value: string;
300
300
  }>, z.ZodObject<{
301
301
  __kind: z.ZodLiteral<"OtherSegwit">;
302
302
  version: z.ZodNumber;
@@ -418,20 +418,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
418
418
  }>;
419
419
  }, "strip", z.ZodTypeAny, {
420
420
  depositAddress: {
421
- value: `0x${string}`;
422
421
  __kind: "P2PKH";
423
- } | {
424
422
  value: `0x${string}`;
425
- __kind: "P2SH";
426
423
  } | {
424
+ __kind: "P2SH";
427
425
  value: `0x${string}`;
428
- __kind: "P2WPKH";
429
426
  } | {
427
+ __kind: "P2WPKH";
430
428
  value: `0x${string}`;
431
- __kind: "P2WSH";
432
429
  } | {
430
+ __kind: "P2WSH";
433
431
  value: `0x${string}`;
432
+ } | {
434
433
  __kind: "Taproot";
434
+ value: `0x${string}`;
435
435
  } | {
436
436
  __kind: "OtherSegwit";
437
437
  version: number;
@@ -459,20 +459,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
459
459
  };
460
460
  }, {
461
461
  depositAddress: {
462
- value: string;
463
462
  __kind: "P2PKH";
464
- } | {
465
463
  value: string;
466
- __kind: "P2SH";
467
464
  } | {
465
+ __kind: "P2SH";
468
466
  value: string;
469
- __kind: "P2WPKH";
470
467
  } | {
468
+ __kind: "P2WPKH";
471
469
  value: string;
472
- __kind: "P2WSH";
473
470
  } | {
471
+ __kind: "P2WSH";
474
472
  value: string;
473
+ } | {
475
474
  __kind: "Taproot";
475
+ value: string;
476
476
  } | {
477
477
  __kind: "OtherSegwit";
478
478
  version: number;
@@ -505,20 +505,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
505
505
  __kind: "DepositFailedDepositChannelVariantBitcoin";
506
506
  depositWitness: {
507
507
  depositAddress: {
508
- value: `0x${string}`;
509
508
  __kind: "P2PKH";
510
- } | {
511
509
  value: `0x${string}`;
512
- __kind: "P2SH";
513
510
  } | {
511
+ __kind: "P2SH";
514
512
  value: `0x${string}`;
515
- __kind: "P2WPKH";
516
513
  } | {
514
+ __kind: "P2WPKH";
517
515
  value: `0x${string}`;
518
- __kind: "P2WSH";
519
516
  } | {
517
+ __kind: "P2WSH";
520
518
  value: `0x${string}`;
519
+ } | {
521
520
  __kind: "Taproot";
521
+ value: `0x${string}`;
522
522
  } | {
523
523
  __kind: "OtherSegwit";
524
524
  version: number;
@@ -549,20 +549,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
549
549
  __kind: "DepositFailedDepositChannelVariantBitcoin";
550
550
  depositWitness: {
551
551
  depositAddress: {
552
- value: string;
553
552
  __kind: "P2PKH";
554
- } | {
555
553
  value: string;
556
- __kind: "P2SH";
557
554
  } | {
555
+ __kind: "P2SH";
558
556
  value: string;
559
- __kind: "P2WPKH";
560
557
  } | {
558
+ __kind: "P2WPKH";
561
559
  value: string;
562
- __kind: "P2WSH";
563
560
  } | {
561
+ __kind: "P2WSH";
564
562
  value: string;
563
+ } | {
565
564
  __kind: "Taproot";
565
+ value: string;
566
566
  } | {
567
567
  __kind: "OtherSegwit";
568
568
  version: number;
@@ -607,47 +607,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
607
607
  __kind: z.ZodLiteral<"P2PKH">;
608
608
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
609
609
  }, "strip", z.ZodTypeAny, {
610
- value: `0x${string}`;
611
610
  __kind: "P2PKH";
611
+ value: `0x${string}`;
612
612
  }, {
613
- value: string;
614
613
  __kind: "P2PKH";
614
+ value: string;
615
615
  }>, z.ZodObject<{
616
616
  __kind: z.ZodLiteral<"P2SH">;
617
617
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
618
618
  }, "strip", z.ZodTypeAny, {
619
- value: `0x${string}`;
620
619
  __kind: "P2SH";
620
+ value: `0x${string}`;
621
621
  }, {
622
- value: string;
623
622
  __kind: "P2SH";
623
+ value: string;
624
624
  }>, z.ZodObject<{
625
625
  __kind: z.ZodLiteral<"P2WPKH">;
626
626
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
627
627
  }, "strip", z.ZodTypeAny, {
628
- value: `0x${string}`;
629
628
  __kind: "P2WPKH";
629
+ value: `0x${string}`;
630
630
  }, {
631
- value: string;
632
631
  __kind: "P2WPKH";
632
+ value: string;
633
633
  }>, z.ZodObject<{
634
634
  __kind: z.ZodLiteral<"P2WSH">;
635
635
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
636
636
  }, "strip", z.ZodTypeAny, {
637
- value: `0x${string}`;
638
637
  __kind: "P2WSH";
638
+ value: `0x${string}`;
639
639
  }, {
640
- value: string;
641
640
  __kind: "P2WSH";
641
+ value: string;
642
642
  }>, z.ZodObject<{
643
643
  __kind: z.ZodLiteral<"Taproot">;
644
644
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
645
645
  }, "strip", z.ZodTypeAny, {
646
- value: `0x${string}`;
647
646
  __kind: "Taproot";
647
+ value: `0x${string}`;
648
648
  }, {
649
- value: string;
650
649
  __kind: "Taproot";
650
+ value: string;
651
651
  }>, z.ZodObject<{
652
652
  __kind: z.ZodLiteral<"OtherSegwit">;
653
653
  version: z.ZodNumber;
@@ -762,21 +762,21 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
762
762
  outputAsset: z.ZodEffects<z.ZodObject<{
763
763
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
764
764
  }, "strip", z.ZodTypeAny, {
765
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
765
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
766
766
  }, {
767
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
768
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
769
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
767
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
768
+ }>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
769
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
770
770
  }>;
771
771
  destinationAddress: z.ZodEffects<z.ZodObject<{
772
772
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
773
773
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
774
774
  }, "strip", z.ZodTypeAny, {
775
- value: `0x${string}`;
776
775
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
776
+ value: `0x${string}`;
777
777
  }, {
778
- value: string;
779
778
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
779
+ value: string;
780
780
  }>, {
781
781
  readonly chain: "Ethereum";
782
782
  readonly address: `0x${string}`;
@@ -796,8 +796,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
796
796
  readonly chain: "Assethub";
797
797
  readonly address: string;
798
798
  }, {
799
- value: string;
800
799
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
800
+ value: string;
801
801
  }>;
802
802
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
803
803
  channelMetadata: z.ZodObject<{
@@ -826,67 +826,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
826
826
  __kind: z.ZodLiteral<"Eth">;
827
827
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
828
828
  }, "strip", z.ZodTypeAny, {
829
- value: `0x${string}`;
830
829
  __kind: "Eth";
830
+ value: `0x${string}`;
831
831
  }, {
832
- value: string;
833
832
  __kind: "Eth";
833
+ value: string;
834
834
  }>, z.ZodObject<{
835
835
  __kind: z.ZodLiteral<"Dot">;
836
836
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
837
837
  }, "strip", z.ZodTypeAny, {
838
- value: `0x${string}`;
839
838
  __kind: "Dot";
839
+ value: `0x${string}`;
840
840
  }, {
841
- value: string;
842
841
  __kind: "Dot";
842
+ value: string;
843
843
  }>, z.ZodObject<{
844
844
  __kind: z.ZodLiteral<"Btc">;
845
845
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
846
846
  __kind: z.ZodLiteral<"P2PKH">;
847
847
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
848
848
  }, "strip", z.ZodTypeAny, {
849
- value: `0x${string}`;
850
849
  __kind: "P2PKH";
850
+ value: `0x${string}`;
851
851
  }, {
852
- value: string;
853
852
  __kind: "P2PKH";
853
+ value: string;
854
854
  }>, z.ZodObject<{
855
855
  __kind: z.ZodLiteral<"P2SH">;
856
856
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
857
857
  }, "strip", z.ZodTypeAny, {
858
- value: `0x${string}`;
859
858
  __kind: "P2SH";
859
+ value: `0x${string}`;
860
860
  }, {
861
- value: string;
862
861
  __kind: "P2SH";
862
+ value: string;
863
863
  }>, z.ZodObject<{
864
864
  __kind: z.ZodLiteral<"P2WPKH">;
865
865
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
866
866
  }, "strip", z.ZodTypeAny, {
867
- value: `0x${string}`;
868
867
  __kind: "P2WPKH";
868
+ value: `0x${string}`;
869
869
  }, {
870
- value: string;
871
870
  __kind: "P2WPKH";
871
+ value: string;
872
872
  }>, z.ZodObject<{
873
873
  __kind: z.ZodLiteral<"P2WSH">;
874
874
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
875
875
  }, "strip", z.ZodTypeAny, {
876
- value: `0x${string}`;
877
876
  __kind: "P2WSH";
877
+ value: `0x${string}`;
878
878
  }, {
879
- value: string;
880
879
  __kind: "P2WSH";
880
+ value: string;
881
881
  }>, z.ZodObject<{
882
882
  __kind: z.ZodLiteral<"Taproot">;
883
883
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
884
884
  }, "strip", z.ZodTypeAny, {
885
- value: `0x${string}`;
886
885
  __kind: "Taproot";
886
+ value: `0x${string}`;
887
887
  }, {
888
- value: string;
889
888
  __kind: "Taproot";
889
+ value: string;
890
890
  }>, z.ZodObject<{
891
891
  __kind: z.ZodLiteral<"OtherSegwit">;
892
892
  version: z.ZodNumber;
@@ -901,76 +901,76 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
901
901
  program: string;
902
902
  }>]>;
903
903
  }, "strip", z.ZodTypeAny, {
904
+ __kind: "Btc";
904
905
  value: {
905
- value: `0x${string}`;
906
906
  __kind: "P2PKH";
907
- } | {
908
907
  value: `0x${string}`;
909
- __kind: "P2SH";
910
908
  } | {
909
+ __kind: "P2SH";
911
910
  value: `0x${string}`;
912
- __kind: "P2WPKH";
913
911
  } | {
912
+ __kind: "P2WPKH";
914
913
  value: `0x${string}`;
915
- __kind: "P2WSH";
916
914
  } | {
915
+ __kind: "P2WSH";
917
916
  value: `0x${string}`;
917
+ } | {
918
918
  __kind: "Taproot";
919
+ value: `0x${string}`;
919
920
  } | {
920
921
  __kind: "OtherSegwit";
921
922
  version: number;
922
923
  program: `0x${string}`;
923
924
  };
924
- __kind: "Btc";
925
925
  }, {
926
+ __kind: "Btc";
926
927
  value: {
927
- value: string;
928
928
  __kind: "P2PKH";
929
- } | {
930
929
  value: string;
931
- __kind: "P2SH";
932
930
  } | {
931
+ __kind: "P2SH";
933
932
  value: string;
934
- __kind: "P2WPKH";
935
933
  } | {
934
+ __kind: "P2WPKH";
936
935
  value: string;
937
- __kind: "P2WSH";
938
936
  } | {
937
+ __kind: "P2WSH";
939
938
  value: string;
939
+ } | {
940
940
  __kind: "Taproot";
941
+ value: string;
941
942
  } | {
942
943
  __kind: "OtherSegwit";
943
944
  version: number;
944
945
  program: string;
945
946
  };
946
- __kind: "Btc";
947
947
  }>, z.ZodObject<{
948
948
  __kind: z.ZodLiteral<"Arb">;
949
949
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
950
950
  }, "strip", z.ZodTypeAny, {
951
- value: `0x${string}`;
952
951
  __kind: "Arb";
952
+ value: `0x${string}`;
953
953
  }, {
954
- value: string;
955
954
  __kind: "Arb";
955
+ value: string;
956
956
  }>, z.ZodObject<{
957
957
  __kind: z.ZodLiteral<"Sol">;
958
958
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
959
959
  }, "strip", z.ZodTypeAny, {
960
- value: `0x${string}`;
961
960
  __kind: "Sol";
961
+ value: `0x${string}`;
962
962
  }, {
963
- value: string;
964
963
  __kind: "Sol";
964
+ value: string;
965
965
  }>, z.ZodObject<{
966
966
  __kind: z.ZodLiteral<"Hub">;
967
967
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
968
968
  }, "strip", z.ZodTypeAny, {
969
- value: `0x${string}`;
970
969
  __kind: "Hub";
970
+ value: `0x${string}`;
971
971
  }, {
972
- value: string;
973
972
  __kind: "Hub";
973
+ value: string;
974
974
  }>]>>>;
975
975
  }, "strip", z.ZodTypeAny, {
976
976
  channelMetadata: {
@@ -980,42 +980,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
980
980
  };
981
981
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
982
982
  sourceAddress?: {
983
- value: `0x${string}`;
984
983
  __kind: "Eth";
985
- } | {
986
984
  value: `0x${string}`;
985
+ } | {
987
986
  __kind: "Dot";
987
+ value: `0x${string}`;
988
988
  } | {
989
+ __kind: "Btc";
989
990
  value: {
990
- value: `0x${string}`;
991
991
  __kind: "P2PKH";
992
- } | {
993
992
  value: `0x${string}`;
994
- __kind: "P2SH";
995
993
  } | {
994
+ __kind: "P2SH";
996
995
  value: `0x${string}`;
997
- __kind: "P2WPKH";
998
996
  } | {
997
+ __kind: "P2WPKH";
999
998
  value: `0x${string}`;
1000
- __kind: "P2WSH";
1001
999
  } | {
1000
+ __kind: "P2WSH";
1002
1001
  value: `0x${string}`;
1002
+ } | {
1003
1003
  __kind: "Taproot";
1004
+ value: `0x${string}`;
1004
1005
  } | {
1005
1006
  __kind: "OtherSegwit";
1006
1007
  version: number;
1007
1008
  program: `0x${string}`;
1008
1009
  };
1009
- __kind: "Btc";
1010
1010
  } | {
1011
- value: `0x${string}`;
1012
1011
  __kind: "Arb";
1013
- } | {
1014
1012
  value: `0x${string}`;
1015
- __kind: "Sol";
1016
1013
  } | {
1014
+ __kind: "Sol";
1017
1015
  value: `0x${string}`;
1016
+ } | {
1018
1017
  __kind: "Hub";
1018
+ value: `0x${string}`;
1019
1019
  } | null | undefined;
1020
1020
  }, {
1021
1021
  channelMetadata: {
@@ -1027,42 +1027,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1027
1027
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1028
1028
  };
1029
1029
  sourceAddress?: {
1030
- value: string;
1031
1030
  __kind: "Eth";
1032
- } | {
1033
1031
  value: string;
1032
+ } | {
1034
1033
  __kind: "Dot";
1034
+ value: string;
1035
1035
  } | {
1036
+ __kind: "Btc";
1036
1037
  value: {
1037
- value: string;
1038
1038
  __kind: "P2PKH";
1039
- } | {
1040
1039
  value: string;
1041
- __kind: "P2SH";
1042
1040
  } | {
1041
+ __kind: "P2SH";
1043
1042
  value: string;
1044
- __kind: "P2WPKH";
1045
1043
  } | {
1044
+ __kind: "P2WPKH";
1046
1045
  value: string;
1047
- __kind: "P2WSH";
1048
1046
  } | {
1047
+ __kind: "P2WSH";
1049
1048
  value: string;
1049
+ } | {
1050
1050
  __kind: "Taproot";
1051
+ value: string;
1051
1052
  } | {
1052
1053
  __kind: "OtherSegwit";
1053
1054
  version: number;
1054
1055
  program: string;
1055
1056
  };
1056
- __kind: "Btc";
1057
1057
  } | {
1058
- value: string;
1059
1058
  __kind: "Arb";
1060
- } | {
1061
1059
  value: string;
1062
- __kind: "Sol";
1063
1060
  } | {
1061
+ __kind: "Sol";
1064
1062
  value: string;
1063
+ } | {
1065
1064
  __kind: "Hub";
1065
+ value: string;
1066
1066
  } | null | undefined;
1067
1067
  }>>>;
1068
1068
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -1092,47 +1092,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1092
1092
  __kind: z.ZodLiteral<"P2PKH">;
1093
1093
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1094
1094
  }, "strip", z.ZodTypeAny, {
1095
- value: `0x${string}`;
1096
1095
  __kind: "P2PKH";
1096
+ value: `0x${string}`;
1097
1097
  }, {
1098
- value: string;
1099
1098
  __kind: "P2PKH";
1099
+ value: string;
1100
1100
  }>, z.ZodObject<{
1101
1101
  __kind: z.ZodLiteral<"P2SH">;
1102
1102
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1103
1103
  }, "strip", z.ZodTypeAny, {
1104
- value: `0x${string}`;
1105
1104
  __kind: "P2SH";
1105
+ value: `0x${string}`;
1106
1106
  }, {
1107
- value: string;
1108
1107
  __kind: "P2SH";
1108
+ value: string;
1109
1109
  }>, z.ZodObject<{
1110
1110
  __kind: z.ZodLiteral<"P2WPKH">;
1111
1111
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1112
1112
  }, "strip", z.ZodTypeAny, {
1113
- value: `0x${string}`;
1114
1113
  __kind: "P2WPKH";
1114
+ value: `0x${string}`;
1115
1115
  }, {
1116
- value: string;
1117
1116
  __kind: "P2WPKH";
1117
+ value: string;
1118
1118
  }>, z.ZodObject<{
1119
1119
  __kind: z.ZodLiteral<"P2WSH">;
1120
1120
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1121
1121
  }, "strip", z.ZodTypeAny, {
1122
- value: `0x${string}`;
1123
1122
  __kind: "P2WSH";
1123
+ value: `0x${string}`;
1124
1124
  }, {
1125
- value: string;
1126
1125
  __kind: "P2WSH";
1126
+ value: string;
1127
1127
  }>, z.ZodObject<{
1128
1128
  __kind: z.ZodLiteral<"Taproot">;
1129
1129
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1130
1130
  }, "strip", z.ZodTypeAny, {
1131
- value: `0x${string}`;
1132
1131
  __kind: "Taproot";
1132
+ value: `0x${string}`;
1133
1133
  }, {
1134
- value: string;
1135
1134
  __kind: "Taproot";
1135
+ value: string;
1136
1136
  }>, z.ZodObject<{
1137
1137
  __kind: z.ZodLiteral<"OtherSegwit">;
1138
1138
  version: z.ZodNumber;
@@ -1149,50 +1149,50 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1149
1149
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1150
1150
  }, "strip", z.ZodTypeAny, {
1151
1151
  retryDuration: number;
1152
- minPrice: bigint;
1153
1152
  refundAddress: {
1154
- value: `0x${string}`;
1155
1153
  __kind: "P2PKH";
1156
- } | {
1157
1154
  value: `0x${string}`;
1158
- __kind: "P2SH";
1159
1155
  } | {
1156
+ __kind: "P2SH";
1160
1157
  value: `0x${string}`;
1161
- __kind: "P2WPKH";
1162
1158
  } | {
1159
+ __kind: "P2WPKH";
1163
1160
  value: `0x${string}`;
1164
- __kind: "P2WSH";
1165
1161
  } | {
1162
+ __kind: "P2WSH";
1163
+ value: `0x${string}`;
1164
+ } | {
1165
+ __kind: "Taproot";
1166
1166
  value: `0x${string}`;
1167
- __kind: "Taproot";
1168
1167
  } | {
1169
1168
  __kind: "OtherSegwit";
1170
1169
  version: number;
1171
1170
  program: `0x${string}`;
1172
1171
  };
1172
+ minPrice: bigint;
1173
1173
  }, {
1174
1174
  retryDuration: number;
1175
- minPrice: string | number;
1176
1175
  refundAddress: {
1177
- value: string;
1178
1176
  __kind: "P2PKH";
1179
- } | {
1180
1177
  value: string;
1181
- __kind: "P2SH";
1182
1178
  } | {
1179
+ __kind: "P2SH";
1183
1180
  value: string;
1184
- __kind: "P2WPKH";
1185
1181
  } | {
1182
+ __kind: "P2WPKH";
1186
1183
  value: string;
1187
- __kind: "P2WSH";
1188
1184
  } | {
1185
+ __kind: "P2WSH";
1189
1186
  value: string;
1187
+ } | {
1190
1188
  __kind: "Taproot";
1189
+ value: string;
1191
1190
  } | {
1192
1191
  __kind: "OtherSegwit";
1193
1192
  version: number;
1194
1193
  program: string;
1195
1194
  };
1195
+ minPrice: string | number;
1196
1196
  }>;
1197
1197
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1198
1198
  numberOfChunks: z.ZodNumber;
@@ -1206,7 +1206,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1206
1206
  }>>>;
1207
1207
  boostFee: z.ZodNumber;
1208
1208
  }, "strip", z.ZodTypeAny, {
1209
- txId: `0x${string}`;
1210
1209
  depositDetails: {
1211
1210
  depositAddress: {
1212
1211
  pubkeyX: `0x${string}`;
@@ -1227,7 +1226,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1227
1226
  };
1228
1227
  inputAsset: "Btc";
1229
1228
  depositAmount: bigint;
1230
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1229
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1231
1230
  destinationAddress: {
1232
1231
  readonly chain: "Ethereum";
1233
1232
  readonly address: `0x${string}`;
@@ -1247,50 +1246,51 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1247
1246
  readonly chain: "Assethub";
1248
1247
  readonly address: string;
1249
1248
  };
1249
+ txId: `0x${string}`;
1250
1250
  affiliateFees: {
1251
1251
  account: number;
1252
1252
  bps: number;
1253
1253
  }[];
1254
1254
  refundParams: {
1255
1255
  retryDuration: number;
1256
- minPrice: bigint;
1257
1256
  refundAddress: {
1258
- value: `0x${string}`;
1259
1257
  __kind: "P2PKH";
1260
- } | {
1261
1258
  value: `0x${string}`;
1262
- __kind: "P2SH";
1263
1259
  } | {
1260
+ __kind: "P2SH";
1264
1261
  value: `0x${string}`;
1265
- __kind: "P2WPKH";
1266
1262
  } | {
1263
+ __kind: "P2WPKH";
1267
1264
  value: `0x${string}`;
1268
- __kind: "P2WSH";
1269
1265
  } | {
1266
+ __kind: "P2WSH";
1270
1267
  value: `0x${string}`;
1268
+ } | {
1271
1269
  __kind: "Taproot";
1270
+ value: `0x${string}`;
1272
1271
  } | {
1273
1272
  __kind: "OtherSegwit";
1274
1273
  version: number;
1275
1274
  program: `0x${string}`;
1276
1275
  };
1276
+ minPrice: bigint;
1277
1277
  };
1278
1278
  boostFee: number;
1279
1279
  depositAddress?: {
1280
- value: `0x${string}`;
1281
1280
  __kind: "P2PKH";
1282
- } | {
1283
1281
  value: `0x${string}`;
1284
- __kind: "P2SH";
1285
1282
  } | {
1283
+ __kind: "P2SH";
1286
1284
  value: `0x${string}`;
1287
- __kind: "P2WPKH";
1288
1285
  } | {
1286
+ __kind: "P2WPKH";
1289
1287
  value: `0x${string}`;
1290
- __kind: "P2WSH";
1291
1288
  } | {
1289
+ __kind: "P2WSH";
1292
1290
  value: `0x${string}`;
1291
+ } | {
1293
1292
  __kind: "Taproot";
1293
+ value: `0x${string}`;
1294
1294
  } | {
1295
1295
  __kind: "OtherSegwit";
1296
1296
  version: number;
@@ -1305,42 +1305,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1305
1305
  };
1306
1306
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1307
1307
  sourceAddress?: {
1308
- value: `0x${string}`;
1309
1308
  __kind: "Eth";
1310
- } | {
1311
1309
  value: `0x${string}`;
1310
+ } | {
1312
1311
  __kind: "Dot";
1312
+ value: `0x${string}`;
1313
1313
  } | {
1314
+ __kind: "Btc";
1314
1315
  value: {
1315
- value: `0x${string}`;
1316
1316
  __kind: "P2PKH";
1317
- } | {
1318
1317
  value: `0x${string}`;
1319
- __kind: "P2SH";
1320
1318
  } | {
1319
+ __kind: "P2SH";
1321
1320
  value: `0x${string}`;
1322
- __kind: "P2WPKH";
1323
1321
  } | {
1322
+ __kind: "P2WPKH";
1324
1323
  value: `0x${string}`;
1325
- __kind: "P2WSH";
1326
1324
  } | {
1325
+ __kind: "P2WSH";
1327
1326
  value: `0x${string}`;
1327
+ } | {
1328
1328
  __kind: "Taproot";
1329
+ value: `0x${string}`;
1329
1330
  } | {
1330
1331
  __kind: "OtherSegwit";
1331
1332
  version: number;
1332
1333
  program: `0x${string}`;
1333
1334
  };
1334
- __kind: "Btc";
1335
1335
  } | {
1336
- value: `0x${string}`;
1337
1336
  __kind: "Arb";
1338
- } | {
1339
1337
  value: `0x${string}`;
1340
- __kind: "Sol";
1341
1338
  } | {
1339
+ __kind: "Sol";
1342
1340
  value: `0x${string}`;
1341
+ } | {
1343
1342
  __kind: "Hub";
1343
+ value: `0x${string}`;
1344
1344
  } | null | undefined;
1345
1345
  } | null | undefined;
1346
1346
  brokerFee?: {
@@ -1352,7 +1352,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1352
1352
  chunkInterval: number;
1353
1353
  } | null | undefined;
1354
1354
  }, {
1355
- txId: string;
1356
1355
  depositDetails: {
1357
1356
  depositAddress: {
1358
1357
  pubkeyX: string;
@@ -1376,56 +1375,57 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1376
1375
  };
1377
1376
  depositAmount: string | number;
1378
1377
  outputAsset: {
1379
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1378
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1380
1379
  };
1381
1380
  destinationAddress: {
1382
- value: string;
1383
1381
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1382
+ value: string;
1384
1383
  };
1384
+ txId: string;
1385
1385
  affiliateFees: {
1386
1386
  account: number;
1387
1387
  bps: number;
1388
1388
  }[];
1389
1389
  refundParams: {
1390
1390
  retryDuration: number;
1391
- minPrice: string | number;
1392
1391
  refundAddress: {
1393
- value: string;
1394
1392
  __kind: "P2PKH";
1395
- } | {
1396
1393
  value: string;
1397
- __kind: "P2SH";
1398
1394
  } | {
1395
+ __kind: "P2SH";
1399
1396
  value: string;
1400
- __kind: "P2WPKH";
1401
1397
  } | {
1398
+ __kind: "P2WPKH";
1402
1399
  value: string;
1403
- __kind: "P2WSH";
1404
1400
  } | {
1401
+ __kind: "P2WSH";
1405
1402
  value: string;
1403
+ } | {
1406
1404
  __kind: "Taproot";
1405
+ value: string;
1407
1406
  } | {
1408
1407
  __kind: "OtherSegwit";
1409
1408
  version: number;
1410
1409
  program: string;
1411
1410
  };
1411
+ minPrice: string | number;
1412
1412
  };
1413
1413
  boostFee: number;
1414
1414
  depositAddress?: {
1415
- value: string;
1416
1415
  __kind: "P2PKH";
1417
- } | {
1418
1416
  value: string;
1419
- __kind: "P2SH";
1420
1417
  } | {
1418
+ __kind: "P2SH";
1421
1419
  value: string;
1422
- __kind: "P2WPKH";
1423
1420
  } | {
1421
+ __kind: "P2WPKH";
1424
1422
  value: string;
1425
- __kind: "P2WSH";
1426
1423
  } | {
1424
+ __kind: "P2WSH";
1427
1425
  value: string;
1426
+ } | {
1428
1427
  __kind: "Taproot";
1428
+ value: string;
1429
1429
  } | {
1430
1430
  __kind: "OtherSegwit";
1431
1431
  version: number;
@@ -1442,42 +1442,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1442
1442
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1443
1443
  };
1444
1444
  sourceAddress?: {
1445
- value: string;
1446
1445
  __kind: "Eth";
1447
- } | {
1448
1446
  value: string;
1447
+ } | {
1449
1448
  __kind: "Dot";
1449
+ value: string;
1450
1450
  } | {
1451
+ __kind: "Btc";
1451
1452
  value: {
1452
- value: string;
1453
1453
  __kind: "P2PKH";
1454
- } | {
1455
1454
  value: string;
1456
- __kind: "P2SH";
1457
1455
  } | {
1456
+ __kind: "P2SH";
1458
1457
  value: string;
1459
- __kind: "P2WPKH";
1460
1458
  } | {
1459
+ __kind: "P2WPKH";
1461
1460
  value: string;
1462
- __kind: "P2WSH";
1463
1461
  } | {
1462
+ __kind: "P2WSH";
1464
1463
  value: string;
1464
+ } | {
1465
1465
  __kind: "Taproot";
1466
+ value: string;
1466
1467
  } | {
1467
1468
  __kind: "OtherSegwit";
1468
1469
  version: number;
1469
1470
  program: string;
1470
1471
  };
1471
- __kind: "Btc";
1472
1472
  } | {
1473
- value: string;
1474
1473
  __kind: "Arb";
1475
- } | {
1476
1474
  value: string;
1477
- __kind: "Sol";
1478
1475
  } | {
1476
+ __kind: "Sol";
1479
1477
  value: string;
1478
+ } | {
1480
1479
  __kind: "Hub";
1480
+ value: string;
1481
1481
  } | null | undefined;
1482
1482
  } | null | undefined;
1483
1483
  brokerFee?: {
@@ -1492,7 +1492,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1492
1492
  }, "strip", z.ZodTypeAny, {
1493
1493
  __kind: "DepositFailedVaultVariantBitcoin";
1494
1494
  vaultWitness: {
1495
- txId: `0x${string}`;
1496
1495
  depositDetails: {
1497
1496
  depositAddress: {
1498
1497
  pubkeyX: `0x${string}`;
@@ -1513,7 +1512,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1513
1512
  };
1514
1513
  inputAsset: "Btc";
1515
1514
  depositAmount: bigint;
1516
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1515
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1517
1516
  destinationAddress: {
1518
1517
  readonly chain: "Ethereum";
1519
1518
  readonly address: `0x${string}`;
@@ -1533,50 +1532,51 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1533
1532
  readonly chain: "Assethub";
1534
1533
  readonly address: string;
1535
1534
  };
1535
+ txId: `0x${string}`;
1536
1536
  affiliateFees: {
1537
1537
  account: number;
1538
1538
  bps: number;
1539
1539
  }[];
1540
1540
  refundParams: {
1541
1541
  retryDuration: number;
1542
- minPrice: bigint;
1543
1542
  refundAddress: {
1544
- value: `0x${string}`;
1545
1543
  __kind: "P2PKH";
1546
- } | {
1547
1544
  value: `0x${string}`;
1548
- __kind: "P2SH";
1549
1545
  } | {
1546
+ __kind: "P2SH";
1550
1547
  value: `0x${string}`;
1551
- __kind: "P2WPKH";
1552
1548
  } | {
1549
+ __kind: "P2WPKH";
1553
1550
  value: `0x${string}`;
1554
- __kind: "P2WSH";
1555
1551
  } | {
1552
+ __kind: "P2WSH";
1556
1553
  value: `0x${string}`;
1554
+ } | {
1557
1555
  __kind: "Taproot";
1556
+ value: `0x${string}`;
1558
1557
  } | {
1559
1558
  __kind: "OtherSegwit";
1560
1559
  version: number;
1561
1560
  program: `0x${string}`;
1562
1561
  };
1562
+ minPrice: bigint;
1563
1563
  };
1564
1564
  boostFee: number;
1565
1565
  depositAddress?: {
1566
- value: `0x${string}`;
1567
1566
  __kind: "P2PKH";
1568
- } | {
1569
1567
  value: `0x${string}`;
1570
- __kind: "P2SH";
1571
1568
  } | {
1569
+ __kind: "P2SH";
1572
1570
  value: `0x${string}`;
1573
- __kind: "P2WPKH";
1574
1571
  } | {
1572
+ __kind: "P2WPKH";
1575
1573
  value: `0x${string}`;
1576
- __kind: "P2WSH";
1577
1574
  } | {
1575
+ __kind: "P2WSH";
1578
1576
  value: `0x${string}`;
1577
+ } | {
1579
1578
  __kind: "Taproot";
1579
+ value: `0x${string}`;
1580
1580
  } | {
1581
1581
  __kind: "OtherSegwit";
1582
1582
  version: number;
@@ -1591,42 +1591,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1591
1591
  };
1592
1592
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1593
1593
  sourceAddress?: {
1594
- value: `0x${string}`;
1595
1594
  __kind: "Eth";
1596
- } | {
1597
1595
  value: `0x${string}`;
1596
+ } | {
1598
1597
  __kind: "Dot";
1598
+ value: `0x${string}`;
1599
1599
  } | {
1600
+ __kind: "Btc";
1600
1601
  value: {
1601
- value: `0x${string}`;
1602
1602
  __kind: "P2PKH";
1603
- } | {
1604
1603
  value: `0x${string}`;
1605
- __kind: "P2SH";
1606
1604
  } | {
1605
+ __kind: "P2SH";
1607
1606
  value: `0x${string}`;
1608
- __kind: "P2WPKH";
1609
1607
  } | {
1608
+ __kind: "P2WPKH";
1610
1609
  value: `0x${string}`;
1611
- __kind: "P2WSH";
1612
1610
  } | {
1611
+ __kind: "P2WSH";
1613
1612
  value: `0x${string}`;
1613
+ } | {
1614
1614
  __kind: "Taproot";
1615
+ value: `0x${string}`;
1615
1616
  } | {
1616
1617
  __kind: "OtherSegwit";
1617
1618
  version: number;
1618
1619
  program: `0x${string}`;
1619
1620
  };
1620
- __kind: "Btc";
1621
1621
  } | {
1622
- value: `0x${string}`;
1623
1622
  __kind: "Arb";
1624
- } | {
1625
1623
  value: `0x${string}`;
1626
- __kind: "Sol";
1627
1624
  } | {
1625
+ __kind: "Sol";
1628
1626
  value: `0x${string}`;
1627
+ } | {
1629
1628
  __kind: "Hub";
1629
+ value: `0x${string}`;
1630
1630
  } | null | undefined;
1631
1631
  } | null | undefined;
1632
1632
  brokerFee?: {
@@ -1641,7 +1641,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1641
1641
  }, {
1642
1642
  __kind: "DepositFailedVaultVariantBitcoin";
1643
1643
  vaultWitness: {
1644
- txId: string;
1645
1644
  depositDetails: {
1646
1645
  depositAddress: {
1647
1646
  pubkeyX: string;
@@ -1665,56 +1664,57 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1665
1664
  };
1666
1665
  depositAmount: string | number;
1667
1666
  outputAsset: {
1668
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1667
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1669
1668
  };
1670
1669
  destinationAddress: {
1671
- value: string;
1672
1670
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
1671
+ value: string;
1673
1672
  };
1673
+ txId: string;
1674
1674
  affiliateFees: {
1675
1675
  account: number;
1676
1676
  bps: number;
1677
1677
  }[];
1678
1678
  refundParams: {
1679
1679
  retryDuration: number;
1680
- minPrice: string | number;
1681
1680
  refundAddress: {
1682
- value: string;
1683
1681
  __kind: "P2PKH";
1684
- } | {
1685
1682
  value: string;
1686
- __kind: "P2SH";
1687
1683
  } | {
1684
+ __kind: "P2SH";
1688
1685
  value: string;
1689
- __kind: "P2WPKH";
1690
1686
  } | {
1687
+ __kind: "P2WPKH";
1691
1688
  value: string;
1692
- __kind: "P2WSH";
1693
1689
  } | {
1690
+ __kind: "P2WSH";
1694
1691
  value: string;
1692
+ } | {
1695
1693
  __kind: "Taproot";
1694
+ value: string;
1696
1695
  } | {
1697
1696
  __kind: "OtherSegwit";
1698
1697
  version: number;
1699
1698
  program: string;
1700
1699
  };
1700
+ minPrice: string | number;
1701
1701
  };
1702
1702
  boostFee: number;
1703
1703
  depositAddress?: {
1704
- value: string;
1705
1704
  __kind: "P2PKH";
1706
- } | {
1707
1705
  value: string;
1708
- __kind: "P2SH";
1709
1706
  } | {
1707
+ __kind: "P2SH";
1710
1708
  value: string;
1711
- __kind: "P2WPKH";
1712
1709
  } | {
1710
+ __kind: "P2WPKH";
1713
1711
  value: string;
1714
- __kind: "P2WSH";
1715
1712
  } | {
1713
+ __kind: "P2WSH";
1716
1714
  value: string;
1715
+ } | {
1717
1716
  __kind: "Taproot";
1717
+ value: string;
1718
1718
  } | {
1719
1719
  __kind: "OtherSegwit";
1720
1720
  version: number;
@@ -1731,42 +1731,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1731
1731
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1732
1732
  };
1733
1733
  sourceAddress?: {
1734
- value: string;
1735
1734
  __kind: "Eth";
1736
- } | {
1737
1735
  value: string;
1736
+ } | {
1738
1737
  __kind: "Dot";
1738
+ value: string;
1739
1739
  } | {
1740
+ __kind: "Btc";
1740
1741
  value: {
1741
- value: string;
1742
1742
  __kind: "P2PKH";
1743
- } | {
1744
1743
  value: string;
1745
- __kind: "P2SH";
1746
1744
  } | {
1745
+ __kind: "P2SH";
1747
1746
  value: string;
1748
- __kind: "P2WPKH";
1749
1747
  } | {
1748
+ __kind: "P2WPKH";
1750
1749
  value: string;
1751
- __kind: "P2WSH";
1752
1750
  } | {
1751
+ __kind: "P2WSH";
1753
1752
  value: string;
1753
+ } | {
1754
1754
  __kind: "Taproot";
1755
+ value: string;
1755
1756
  } | {
1756
1757
  __kind: "OtherSegwit";
1757
1758
  version: number;
1758
1759
  program: string;
1759
1760
  };
1760
- __kind: "Btc";
1761
1761
  } | {
1762
- value: string;
1763
1762
  __kind: "Arb";
1764
- } | {
1765
1763
  value: string;
1766
- __kind: "Sol";
1767
1764
  } | {
1765
+ __kind: "Sol";
1768
1766
  value: string;
1767
+ } | {
1769
1768
  __kind: "Hub";
1769
+ value: string;
1770
1770
  } | null | undefined;
1771
1771
  } | null | undefined;
1772
1772
  brokerFee?: {
@@ -1788,6 +1788,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1788
1788
  } | {
1789
1789
  __kind: "TransactionRejectedByBroker";
1790
1790
  } | {
1791
+ __kind: "DepositWitnessRejected";
1791
1792
  value: {
1792
1793
  __kind: "Other";
1793
1794
  } | {
@@ -1795,11 +1796,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1795
1796
  } | {
1796
1797
  __kind: "BadOrigin";
1797
1798
  } | {
1799
+ __kind: "Module";
1798
1800
  value: {
1799
1801
  index: number;
1800
1802
  error: `0x${string}`;
1801
1803
  };
1802
- __kind: "Module";
1803
1804
  } | {
1804
1805
  __kind: "ConsumerRemaining";
1805
1806
  } | {
@@ -1807,14 +1808,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1807
1808
  } | {
1808
1809
  __kind: "TooManyConsumers";
1809
1810
  } | {
1810
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1811
1811
  __kind: "Token";
1812
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1812
1813
  } | {
1813
- value: "Underflow" | "Overflow" | "DivisionByZero";
1814
1814
  __kind: "Arithmetic";
1815
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1815
1816
  } | {
1816
- value: "LimitReached" | "NoLayer";
1817
1817
  __kind: "Transactional";
1818
+ value: "LimitReached" | "NoLayer";
1818
1819
  } | {
1819
1820
  __kind: "Exhausted";
1820
1821
  } | {
@@ -1824,26 +1825,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1824
1825
  } | {
1825
1826
  __kind: "RootNotAllowed";
1826
1827
  };
1827
- __kind: "DepositWitnessRejected";
1828
1828
  };
1829
1829
  details: {
1830
1830
  __kind: "DepositFailedDepositChannelVariantBitcoin";
1831
1831
  depositWitness: {
1832
1832
  depositAddress: {
1833
- value: `0x${string}`;
1834
1833
  __kind: "P2PKH";
1835
- } | {
1836
1834
  value: `0x${string}`;
1837
- __kind: "P2SH";
1838
1835
  } | {
1836
+ __kind: "P2SH";
1839
1837
  value: `0x${string}`;
1840
- __kind: "P2WPKH";
1841
1838
  } | {
1839
+ __kind: "P2WPKH";
1842
1840
  value: `0x${string}`;
1843
- __kind: "P2WSH";
1844
1841
  } | {
1842
+ __kind: "P2WSH";
1845
1843
  value: `0x${string}`;
1844
+ } | {
1846
1845
  __kind: "Taproot";
1846
+ value: `0x${string}`;
1847
1847
  } | {
1848
1848
  __kind: "OtherSegwit";
1849
1849
  version: number;
@@ -1873,7 +1873,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1873
1873
  } | {
1874
1874
  __kind: "DepositFailedVaultVariantBitcoin";
1875
1875
  vaultWitness: {
1876
- txId: `0x${string}`;
1877
1876
  depositDetails: {
1878
1877
  depositAddress: {
1879
1878
  pubkeyX: `0x${string}`;
@@ -1894,7 +1893,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1894
1893
  };
1895
1894
  inputAsset: "Btc";
1896
1895
  depositAmount: bigint;
1897
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1896
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1898
1897
  destinationAddress: {
1899
1898
  readonly chain: "Ethereum";
1900
1899
  readonly address: `0x${string}`;
@@ -1914,50 +1913,51 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1914
1913
  readonly chain: "Assethub";
1915
1914
  readonly address: string;
1916
1915
  };
1916
+ txId: `0x${string}`;
1917
1917
  affiliateFees: {
1918
1918
  account: number;
1919
1919
  bps: number;
1920
1920
  }[];
1921
1921
  refundParams: {
1922
1922
  retryDuration: number;
1923
- minPrice: bigint;
1924
1923
  refundAddress: {
1925
- value: `0x${string}`;
1926
1924
  __kind: "P2PKH";
1927
- } | {
1928
1925
  value: `0x${string}`;
1929
- __kind: "P2SH";
1930
1926
  } | {
1927
+ __kind: "P2SH";
1931
1928
  value: `0x${string}`;
1932
- __kind: "P2WPKH";
1933
1929
  } | {
1930
+ __kind: "P2WPKH";
1934
1931
  value: `0x${string}`;
1935
- __kind: "P2WSH";
1936
1932
  } | {
1933
+ __kind: "P2WSH";
1937
1934
  value: `0x${string}`;
1935
+ } | {
1938
1936
  __kind: "Taproot";
1937
+ value: `0x${string}`;
1939
1938
  } | {
1940
1939
  __kind: "OtherSegwit";
1941
1940
  version: number;
1942
1941
  program: `0x${string}`;
1943
1942
  };
1943
+ minPrice: bigint;
1944
1944
  };
1945
1945
  boostFee: number;
1946
1946
  depositAddress?: {
1947
- value: `0x${string}`;
1948
1947
  __kind: "P2PKH";
1949
- } | {
1950
1948
  value: `0x${string}`;
1951
- __kind: "P2SH";
1952
1949
  } | {
1950
+ __kind: "P2SH";
1953
1951
  value: `0x${string}`;
1954
- __kind: "P2WPKH";
1955
1952
  } | {
1953
+ __kind: "P2WPKH";
1956
1954
  value: `0x${string}`;
1957
- __kind: "P2WSH";
1958
1955
  } | {
1956
+ __kind: "P2WSH";
1959
1957
  value: `0x${string}`;
1958
+ } | {
1960
1959
  __kind: "Taproot";
1960
+ value: `0x${string}`;
1961
1961
  } | {
1962
1962
  __kind: "OtherSegwit";
1963
1963
  version: number;
@@ -1972,42 +1972,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1972
1972
  };
1973
1973
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
1974
1974
  sourceAddress?: {
1975
- value: `0x${string}`;
1976
1975
  __kind: "Eth";
1977
- } | {
1978
1976
  value: `0x${string}`;
1977
+ } | {
1979
1978
  __kind: "Dot";
1979
+ value: `0x${string}`;
1980
1980
  } | {
1981
+ __kind: "Btc";
1981
1982
  value: {
1982
- value: `0x${string}`;
1983
1983
  __kind: "P2PKH";
1984
- } | {
1985
1984
  value: `0x${string}`;
1986
- __kind: "P2SH";
1987
1985
  } | {
1986
+ __kind: "P2SH";
1988
1987
  value: `0x${string}`;
1989
- __kind: "P2WPKH";
1990
1988
  } | {
1989
+ __kind: "P2WPKH";
1991
1990
  value: `0x${string}`;
1992
- __kind: "P2WSH";
1993
1991
  } | {
1992
+ __kind: "P2WSH";
1994
1993
  value: `0x${string}`;
1994
+ } | {
1995
1995
  __kind: "Taproot";
1996
+ value: `0x${string}`;
1996
1997
  } | {
1997
1998
  __kind: "OtherSegwit";
1998
1999
  version: number;
1999
2000
  program: `0x${string}`;
2000
2001
  };
2001
- __kind: "Btc";
2002
2002
  } | {
2003
- value: `0x${string}`;
2004
2003
  __kind: "Arb";
2005
- } | {
2006
2004
  value: `0x${string}`;
2007
- __kind: "Sol";
2008
2005
  } | {
2006
+ __kind: "Sol";
2009
2007
  value: `0x${string}`;
2008
+ } | {
2010
2009
  __kind: "Hub";
2010
+ value: `0x${string}`;
2011
2011
  } | null | undefined;
2012
2012
  } | null | undefined;
2013
2013
  brokerFee?: {
@@ -2029,6 +2029,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2029
2029
  } | {
2030
2030
  __kind: "TransactionRejectedByBroker";
2031
2031
  } | {
2032
+ __kind: "DepositWitnessRejected";
2032
2033
  value: {
2033
2034
  __kind: "Other";
2034
2035
  } | {
@@ -2036,11 +2037,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2036
2037
  } | {
2037
2038
  __kind: "BadOrigin";
2038
2039
  } | {
2040
+ __kind: "Module";
2039
2041
  value: {
2040
2042
  index: number;
2041
2043
  error: string;
2042
2044
  };
2043
- __kind: "Module";
2044
2045
  } | {
2045
2046
  __kind: "ConsumerRemaining";
2046
2047
  } | {
@@ -2048,20 +2049,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2048
2049
  } | {
2049
2050
  __kind: "TooManyConsumers";
2050
2051
  } | {
2052
+ __kind: "Token";
2051
2053
  value: {
2052
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2054
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2053
2055
  };
2054
- __kind: "Token";
2055
2056
  } | {
2057
+ __kind: "Arithmetic";
2056
2058
  value: {
2057
2059
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2058
2060
  };
2059
- __kind: "Arithmetic";
2060
2061
  } | {
2062
+ __kind: "Transactional";
2061
2063
  value: {
2062
2064
  __kind: "LimitReached" | "NoLayer";
2063
2065
  };
2064
- __kind: "Transactional";
2065
2066
  } | {
2066
2067
  __kind: "Exhausted";
2067
2068
  } | {
@@ -2071,26 +2072,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2071
2072
  } | {
2072
2073
  __kind: "RootNotAllowed";
2073
2074
  };
2074
- __kind: "DepositWitnessRejected";
2075
2075
  };
2076
2076
  details: {
2077
2077
  __kind: "DepositFailedDepositChannelVariantBitcoin";
2078
2078
  depositWitness: {
2079
2079
  depositAddress: {
2080
- value: string;
2081
2080
  __kind: "P2PKH";
2082
- } | {
2083
2081
  value: string;
2084
- __kind: "P2SH";
2085
2082
  } | {
2083
+ __kind: "P2SH";
2086
2084
  value: string;
2087
- __kind: "P2WPKH";
2088
2085
  } | {
2086
+ __kind: "P2WPKH";
2089
2087
  value: string;
2090
- __kind: "P2WSH";
2091
2088
  } | {
2089
+ __kind: "P2WSH";
2092
2090
  value: string;
2091
+ } | {
2093
2092
  __kind: "Taproot";
2093
+ value: string;
2094
2094
  } | {
2095
2095
  __kind: "OtherSegwit";
2096
2096
  version: number;
@@ -2122,7 +2122,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2122
2122
  } | {
2123
2123
  __kind: "DepositFailedVaultVariantBitcoin";
2124
2124
  vaultWitness: {
2125
- txId: string;
2126
2125
  depositDetails: {
2127
2126
  depositAddress: {
2128
2127
  pubkeyX: string;
@@ -2146,56 +2145,57 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2146
2145
  };
2147
2146
  depositAmount: string | number;
2148
2147
  outputAsset: {
2149
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2148
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
2150
2149
  };
2151
2150
  destinationAddress: {
2152
- value: string;
2153
2151
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
2152
+ value: string;
2154
2153
  };
2154
+ txId: string;
2155
2155
  affiliateFees: {
2156
2156
  account: number;
2157
2157
  bps: number;
2158
2158
  }[];
2159
2159
  refundParams: {
2160
2160
  retryDuration: number;
2161
- minPrice: string | number;
2162
2161
  refundAddress: {
2163
- value: string;
2164
2162
  __kind: "P2PKH";
2165
- } | {
2166
2163
  value: string;
2167
- __kind: "P2SH";
2168
2164
  } | {
2165
+ __kind: "P2SH";
2169
2166
  value: string;
2170
- __kind: "P2WPKH";
2171
2167
  } | {
2168
+ __kind: "P2WPKH";
2172
2169
  value: string;
2173
- __kind: "P2WSH";
2174
2170
  } | {
2171
+ __kind: "P2WSH";
2175
2172
  value: string;
2173
+ } | {
2176
2174
  __kind: "Taproot";
2175
+ value: string;
2177
2176
  } | {
2178
2177
  __kind: "OtherSegwit";
2179
2178
  version: number;
2180
2179
  program: string;
2181
2180
  };
2181
+ minPrice: string | number;
2182
2182
  };
2183
2183
  boostFee: number;
2184
2184
  depositAddress?: {
2185
- value: string;
2186
2185
  __kind: "P2PKH";
2187
- } | {
2188
2186
  value: string;
2189
- __kind: "P2SH";
2190
2187
  } | {
2188
+ __kind: "P2SH";
2191
2189
  value: string;
2192
- __kind: "P2WPKH";
2193
2190
  } | {
2191
+ __kind: "P2WPKH";
2194
2192
  value: string;
2195
- __kind: "P2WSH";
2196
2193
  } | {
2194
+ __kind: "P2WSH";
2197
2195
  value: string;
2196
+ } | {
2198
2197
  __kind: "Taproot";
2198
+ value: string;
2199
2199
  } | {
2200
2200
  __kind: "OtherSegwit";
2201
2201
  version: number;
@@ -2212,42 +2212,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2212
2212
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
2213
2213
  };
2214
2214
  sourceAddress?: {
2215
- value: string;
2216
2215
  __kind: "Eth";
2217
- } | {
2218
2216
  value: string;
2217
+ } | {
2219
2218
  __kind: "Dot";
2219
+ value: string;
2220
2220
  } | {
2221
+ __kind: "Btc";
2221
2222
  value: {
2222
- value: string;
2223
2223
  __kind: "P2PKH";
2224
- } | {
2225
2224
  value: string;
2226
- __kind: "P2SH";
2227
2225
  } | {
2226
+ __kind: "P2SH";
2228
2227
  value: string;
2229
- __kind: "P2WPKH";
2230
2228
  } | {
2229
+ __kind: "P2WPKH";
2231
2230
  value: string;
2232
- __kind: "P2WSH";
2233
2231
  } | {
2232
+ __kind: "P2WSH";
2234
2233
  value: string;
2234
+ } | {
2235
2235
  __kind: "Taproot";
2236
+ value: string;
2236
2237
  } | {
2237
2238
  __kind: "OtherSegwit";
2238
2239
  version: number;
2239
2240
  program: string;
2240
2241
  };
2241
- __kind: "Btc";
2242
2242
  } | {
2243
- value: string;
2244
2243
  __kind: "Arb";
2245
- } | {
2246
2244
  value: string;
2247
- __kind: "Sol";
2248
2245
  } | {
2246
+ __kind: "Sol";
2249
2247
  value: string;
2248
+ } | {
2250
2249
  __kind: "Hub";
2250
+ value: string;
2251
2251
  } | null | undefined;
2252
2252
  } | null | undefined;
2253
2253
  brokerFee?: {
@@ -2314,17 +2314,17 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2314
2314
  error: string;
2315
2315
  }>;
2316
2316
  }, "strip", z.ZodTypeAny, {
2317
+ __kind: "Module";
2317
2318
  value: {
2318
2319
  index: number;
2319
2320
  error: `0x${string}`;
2320
2321
  };
2321
- __kind: "Module";
2322
2322
  }, {
2323
+ __kind: "Module";
2323
2324
  value: {
2324
2325
  index: number;
2325
2326
  error: string;
2326
2327
  };
2327
- __kind: "Module";
2328
2328
  }>, z.ZodObject<{
2329
2329
  __kind: z.ZodLiteral<"ConsumerRemaining">;
2330
2330
  }, "strip", z.ZodTypeAny, {
@@ -2348,20 +2348,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2348
2348
  value: z.ZodEffects<z.ZodObject<{
2349
2349
  __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2350
2350
  }, "strip", z.ZodTypeAny, {
2351
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2351
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2352
2352
  }, {
2353
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2354
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2355
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2353
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2354
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2355
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2356
2356
  }>;
2357
2357
  }, "strip", z.ZodTypeAny, {
2358
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2359
2358
  __kind: "Token";
2359
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2360
2360
  }, {
2361
+ __kind: "Token";
2361
2362
  value: {
2362
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2363
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2363
2364
  };
2364
- __kind: "Token";
2365
2365
  }>, z.ZodObject<{
2366
2366
  __kind: z.ZodLiteral<"Arithmetic">;
2367
2367
  value: z.ZodEffects<z.ZodObject<{
@@ -2374,13 +2374,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2374
2374
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2375
2375
  }>;
2376
2376
  }, "strip", z.ZodTypeAny, {
2377
- value: "Underflow" | "Overflow" | "DivisionByZero";
2378
2377
  __kind: "Arithmetic";
2378
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2379
2379
  }, {
2380
+ __kind: "Arithmetic";
2380
2381
  value: {
2381
2382
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2382
2383
  };
2383
- __kind: "Arithmetic";
2384
2384
  }>, z.ZodObject<{
2385
2385
  __kind: z.ZodLiteral<"Transactional">;
2386
2386
  value: z.ZodEffects<z.ZodObject<{
@@ -2393,13 +2393,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2393
2393
  __kind: "LimitReached" | "NoLayer";
2394
2394
  }>;
2395
2395
  }, "strip", z.ZodTypeAny, {
2396
- value: "LimitReached" | "NoLayer";
2397
2396
  __kind: "Transactional";
2397
+ value: "LimitReached" | "NoLayer";
2398
2398
  }, {
2399
+ __kind: "Transactional";
2399
2400
  value: {
2400
2401
  __kind: "LimitReached" | "NoLayer";
2401
2402
  };
2402
- __kind: "Transactional";
2403
2403
  }>, z.ZodObject<{
2404
2404
  __kind: z.ZodLiteral<"Exhausted">;
2405
2405
  }, "strip", z.ZodTypeAny, {
@@ -2426,6 +2426,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2426
2426
  __kind: "RootNotAllowed";
2427
2427
  }>]>;
2428
2428
  }, "strip", z.ZodTypeAny, {
2429
+ __kind: "DepositWitnessRejected";
2429
2430
  value: {
2430
2431
  __kind: "Other";
2431
2432
  } | {
@@ -2433,11 +2434,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2433
2434
  } | {
2434
2435
  __kind: "BadOrigin";
2435
2436
  } | {
2437
+ __kind: "Module";
2436
2438
  value: {
2437
2439
  index: number;
2438
2440
  error: `0x${string}`;
2439
2441
  };
2440
- __kind: "Module";
2441
2442
  } | {
2442
2443
  __kind: "ConsumerRemaining";
2443
2444
  } | {
@@ -2445,14 +2446,14 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2445
2446
  } | {
2446
2447
  __kind: "TooManyConsumers";
2447
2448
  } | {
2448
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2449
2449
  __kind: "Token";
2450
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2450
2451
  } | {
2451
- value: "Underflow" | "Overflow" | "DivisionByZero";
2452
2452
  __kind: "Arithmetic";
2453
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2453
2454
  } | {
2454
- value: "LimitReached" | "NoLayer";
2455
2455
  __kind: "Transactional";
2456
+ value: "LimitReached" | "NoLayer";
2456
2457
  } | {
2457
2458
  __kind: "Exhausted";
2458
2459
  } | {
@@ -2462,8 +2463,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2462
2463
  } | {
2463
2464
  __kind: "RootNotAllowed";
2464
2465
  };
2465
- __kind: "DepositWitnessRejected";
2466
2466
  }, {
2467
+ __kind: "DepositWitnessRejected";
2467
2468
  value: {
2468
2469
  __kind: "Other";
2469
2470
  } | {
@@ -2471,11 +2472,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2471
2472
  } | {
2472
2473
  __kind: "BadOrigin";
2473
2474
  } | {
2475
+ __kind: "Module";
2474
2476
  value: {
2475
2477
  index: number;
2476
2478
  error: string;
2477
2479
  };
2478
- __kind: "Module";
2479
2480
  } | {
2480
2481
  __kind: "ConsumerRemaining";
2481
2482
  } | {
@@ -2483,20 +2484,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2483
2484
  } | {
2484
2485
  __kind: "TooManyConsumers";
2485
2486
  } | {
2487
+ __kind: "Token";
2486
2488
  value: {
2487
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2489
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2488
2490
  };
2489
- __kind: "Token";
2490
2491
  } | {
2492
+ __kind: "Arithmetic";
2491
2493
  value: {
2492
2494
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
2493
2495
  };
2494
- __kind: "Arithmetic";
2495
2496
  } | {
2497
+ __kind: "Transactional";
2496
2498
  value: {
2497
2499
  __kind: "LimitReached" | "NoLayer";
2498
2500
  };
2499
- __kind: "Transactional";
2500
2501
  } | {
2501
2502
  __kind: "Exhausted";
2502
2503
  } | {
@@ -2506,7 +2507,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2506
2507
  } | {
2507
2508
  __kind: "RootNotAllowed";
2508
2509
  };
2509
- __kind: "DepositWitnessRejected";
2510
2510
  }>]>;
2511
2511
  details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2512
2512
  __kind: z.ZodLiteral<"DepositFailedDepositChannelVariantBitcoin">;
@@ -2515,47 +2515,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2515
2515
  __kind: z.ZodLiteral<"P2PKH">;
2516
2516
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2517
2517
  }, "strip", z.ZodTypeAny, {
2518
- value: `0x${string}`;
2519
2518
  __kind: "P2PKH";
2519
+ value: `0x${string}`;
2520
2520
  }, {
2521
- value: string;
2522
2521
  __kind: "P2PKH";
2522
+ value: string;
2523
2523
  }>, z.ZodObject<{
2524
2524
  __kind: z.ZodLiteral<"P2SH">;
2525
2525
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2526
2526
  }, "strip", z.ZodTypeAny, {
2527
- value: `0x${string}`;
2528
2527
  __kind: "P2SH";
2528
+ value: `0x${string}`;
2529
2529
  }, {
2530
- value: string;
2531
2530
  __kind: "P2SH";
2531
+ value: string;
2532
2532
  }>, z.ZodObject<{
2533
2533
  __kind: z.ZodLiteral<"P2WPKH">;
2534
2534
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2535
2535
  }, "strip", z.ZodTypeAny, {
2536
- value: `0x${string}`;
2537
2536
  __kind: "P2WPKH";
2537
+ value: `0x${string}`;
2538
2538
  }, {
2539
- value: string;
2540
2539
  __kind: "P2WPKH";
2540
+ value: string;
2541
2541
  }>, z.ZodObject<{
2542
2542
  __kind: z.ZodLiteral<"P2WSH">;
2543
2543
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2544
2544
  }, "strip", z.ZodTypeAny, {
2545
- value: `0x${string}`;
2546
2545
  __kind: "P2WSH";
2546
+ value: `0x${string}`;
2547
2547
  }, {
2548
- value: string;
2549
2548
  __kind: "P2WSH";
2549
+ value: string;
2550
2550
  }>, z.ZodObject<{
2551
2551
  __kind: z.ZodLiteral<"Taproot">;
2552
2552
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2553
2553
  }, "strip", z.ZodTypeAny, {
2554
- value: `0x${string}`;
2555
2554
  __kind: "Taproot";
2555
+ value: `0x${string}`;
2556
2556
  }, {
2557
- value: string;
2558
2557
  __kind: "Taproot";
2558
+ value: string;
2559
2559
  }>, z.ZodObject<{
2560
2560
  __kind: z.ZodLiteral<"OtherSegwit">;
2561
2561
  version: z.ZodNumber;
@@ -2677,20 +2677,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2677
2677
  }>;
2678
2678
  }, "strip", z.ZodTypeAny, {
2679
2679
  depositAddress: {
2680
- value: `0x${string}`;
2681
2680
  __kind: "P2PKH";
2682
- } | {
2683
2681
  value: `0x${string}`;
2684
- __kind: "P2SH";
2685
2682
  } | {
2683
+ __kind: "P2SH";
2686
2684
  value: `0x${string}`;
2687
- __kind: "P2WPKH";
2688
2685
  } | {
2686
+ __kind: "P2WPKH";
2689
2687
  value: `0x${string}`;
2690
- __kind: "P2WSH";
2691
2688
  } | {
2689
+ __kind: "P2WSH";
2692
2690
  value: `0x${string}`;
2691
+ } | {
2693
2692
  __kind: "Taproot";
2693
+ value: `0x${string}`;
2694
2694
  } | {
2695
2695
  __kind: "OtherSegwit";
2696
2696
  version: number;
@@ -2718,20 +2718,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2718
2718
  };
2719
2719
  }, {
2720
2720
  depositAddress: {
2721
- value: string;
2722
2721
  __kind: "P2PKH";
2723
- } | {
2724
2722
  value: string;
2725
- __kind: "P2SH";
2726
2723
  } | {
2724
+ __kind: "P2SH";
2727
2725
  value: string;
2728
- __kind: "P2WPKH";
2729
2726
  } | {
2727
+ __kind: "P2WPKH";
2730
2728
  value: string;
2731
- __kind: "P2WSH";
2732
2729
  } | {
2730
+ __kind: "P2WSH";
2733
2731
  value: string;
2732
+ } | {
2734
2733
  __kind: "Taproot";
2734
+ value: string;
2735
2735
  } | {
2736
2736
  __kind: "OtherSegwit";
2737
2737
  version: number;
@@ -2764,20 +2764,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2764
2764
  __kind: "DepositFailedDepositChannelVariantBitcoin";
2765
2765
  depositWitness: {
2766
2766
  depositAddress: {
2767
- value: `0x${string}`;
2768
2767
  __kind: "P2PKH";
2769
- } | {
2770
2768
  value: `0x${string}`;
2771
- __kind: "P2SH";
2772
2769
  } | {
2770
+ __kind: "P2SH";
2773
2771
  value: `0x${string}`;
2774
- __kind: "P2WPKH";
2775
2772
  } | {
2773
+ __kind: "P2WPKH";
2776
2774
  value: `0x${string}`;
2777
- __kind: "P2WSH";
2778
2775
  } | {
2776
+ __kind: "P2WSH";
2779
2777
  value: `0x${string}`;
2778
+ } | {
2780
2779
  __kind: "Taproot";
2780
+ value: `0x${string}`;
2781
2781
  } | {
2782
2782
  __kind: "OtherSegwit";
2783
2783
  version: number;
@@ -2808,20 +2808,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2808
2808
  __kind: "DepositFailedDepositChannelVariantBitcoin";
2809
2809
  depositWitness: {
2810
2810
  depositAddress: {
2811
- value: string;
2812
2811
  __kind: "P2PKH";
2813
- } | {
2814
2812
  value: string;
2815
- __kind: "P2SH";
2816
2813
  } | {
2814
+ __kind: "P2SH";
2817
2815
  value: string;
2818
- __kind: "P2WPKH";
2819
2816
  } | {
2817
+ __kind: "P2WPKH";
2820
2818
  value: string;
2821
- __kind: "P2WSH";
2822
2819
  } | {
2820
+ __kind: "P2WSH";
2823
2821
  value: string;
2822
+ } | {
2824
2823
  __kind: "Taproot";
2824
+ value: string;
2825
2825
  } | {
2826
2826
  __kind: "OtherSegwit";
2827
2827
  version: number;
@@ -2866,47 +2866,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
2866
2866
  __kind: z.ZodLiteral<"P2PKH">;
2867
2867
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2868
2868
  }, "strip", z.ZodTypeAny, {
2869
- value: `0x${string}`;
2870
2869
  __kind: "P2PKH";
2870
+ value: `0x${string}`;
2871
2871
  }, {
2872
- value: string;
2873
2872
  __kind: "P2PKH";
2873
+ value: string;
2874
2874
  }>, z.ZodObject<{
2875
2875
  __kind: z.ZodLiteral<"P2SH">;
2876
2876
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2877
2877
  }, "strip", z.ZodTypeAny, {
2878
- value: `0x${string}`;
2879
2878
  __kind: "P2SH";
2879
+ value: `0x${string}`;
2880
2880
  }, {
2881
- value: string;
2882
2881
  __kind: "P2SH";
2882
+ value: string;
2883
2883
  }>, z.ZodObject<{
2884
2884
  __kind: z.ZodLiteral<"P2WPKH">;
2885
2885
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2886
2886
  }, "strip", z.ZodTypeAny, {
2887
- value: `0x${string}`;
2888
2887
  __kind: "P2WPKH";
2888
+ value: `0x${string}`;
2889
2889
  }, {
2890
- value: string;
2891
2890
  __kind: "P2WPKH";
2891
+ value: string;
2892
2892
  }>, z.ZodObject<{
2893
2893
  __kind: z.ZodLiteral<"P2WSH">;
2894
2894
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2895
2895
  }, "strip", z.ZodTypeAny, {
2896
- value: `0x${string}`;
2897
2896
  __kind: "P2WSH";
2897
+ value: `0x${string}`;
2898
2898
  }, {
2899
- value: string;
2900
2899
  __kind: "P2WSH";
2900
+ value: string;
2901
2901
  }>, z.ZodObject<{
2902
2902
  __kind: z.ZodLiteral<"Taproot">;
2903
2903
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2904
2904
  }, "strip", z.ZodTypeAny, {
2905
- value: `0x${string}`;
2906
2905
  __kind: "Taproot";
2906
+ value: `0x${string}`;
2907
2907
  }, {
2908
- value: string;
2909
2908
  __kind: "Taproot";
2909
+ value: string;
2910
2910
  }>, z.ZodObject<{
2911
2911
  __kind: z.ZodLiteral<"OtherSegwit">;
2912
2912
  version: z.ZodNumber;
@@ -3021,21 +3021,21 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3021
3021
  outputAsset: z.ZodEffects<z.ZodObject<{
3022
3022
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
3023
3023
  }, "strip", z.ZodTypeAny, {
3024
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3024
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3025
3025
  }, {
3026
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3027
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
3028
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3026
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3027
+ }>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
3028
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3029
3029
  }>;
3030
3030
  destinationAddress: z.ZodEffects<z.ZodObject<{
3031
3031
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
3032
3032
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3033
3033
  }, "strip", z.ZodTypeAny, {
3034
- value: `0x${string}`;
3035
3034
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3035
+ value: `0x${string}`;
3036
3036
  }, {
3037
- value: string;
3038
3037
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3038
+ value: string;
3039
3039
  }>, {
3040
3040
  readonly chain: "Ethereum";
3041
3041
  readonly address: `0x${string}`;
@@ -3055,8 +3055,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3055
3055
  readonly chain: "Assethub";
3056
3056
  readonly address: string;
3057
3057
  }, {
3058
- value: string;
3059
3058
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3059
+ value: string;
3060
3060
  }>;
3061
3061
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3062
3062
  channelMetadata: z.ZodObject<{
@@ -3085,67 +3085,67 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3085
3085
  __kind: z.ZodLiteral<"Eth">;
3086
3086
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3087
3087
  }, "strip", z.ZodTypeAny, {
3088
- value: `0x${string}`;
3089
3088
  __kind: "Eth";
3089
+ value: `0x${string}`;
3090
3090
  }, {
3091
- value: string;
3092
3091
  __kind: "Eth";
3092
+ value: string;
3093
3093
  }>, z.ZodObject<{
3094
3094
  __kind: z.ZodLiteral<"Dot">;
3095
3095
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3096
3096
  }, "strip", z.ZodTypeAny, {
3097
- value: `0x${string}`;
3098
3097
  __kind: "Dot";
3098
+ value: `0x${string}`;
3099
3099
  }, {
3100
- value: string;
3101
3100
  __kind: "Dot";
3101
+ value: string;
3102
3102
  }>, z.ZodObject<{
3103
3103
  __kind: z.ZodLiteral<"Btc">;
3104
3104
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3105
3105
  __kind: z.ZodLiteral<"P2PKH">;
3106
3106
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3107
3107
  }, "strip", z.ZodTypeAny, {
3108
- value: `0x${string}`;
3109
3108
  __kind: "P2PKH";
3109
+ value: `0x${string}`;
3110
3110
  }, {
3111
- value: string;
3112
3111
  __kind: "P2PKH";
3112
+ value: string;
3113
3113
  }>, z.ZodObject<{
3114
3114
  __kind: z.ZodLiteral<"P2SH">;
3115
3115
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3116
3116
  }, "strip", z.ZodTypeAny, {
3117
- value: `0x${string}`;
3118
3117
  __kind: "P2SH";
3118
+ value: `0x${string}`;
3119
3119
  }, {
3120
- value: string;
3121
3120
  __kind: "P2SH";
3121
+ value: string;
3122
3122
  }>, z.ZodObject<{
3123
3123
  __kind: z.ZodLiteral<"P2WPKH">;
3124
3124
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3125
3125
  }, "strip", z.ZodTypeAny, {
3126
- value: `0x${string}`;
3127
3126
  __kind: "P2WPKH";
3127
+ value: `0x${string}`;
3128
3128
  }, {
3129
- value: string;
3130
3129
  __kind: "P2WPKH";
3130
+ value: string;
3131
3131
  }>, z.ZodObject<{
3132
3132
  __kind: z.ZodLiteral<"P2WSH">;
3133
3133
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3134
3134
  }, "strip", z.ZodTypeAny, {
3135
- value: `0x${string}`;
3136
3135
  __kind: "P2WSH";
3136
+ value: `0x${string}`;
3137
3137
  }, {
3138
- value: string;
3139
3138
  __kind: "P2WSH";
3139
+ value: string;
3140
3140
  }>, z.ZodObject<{
3141
3141
  __kind: z.ZodLiteral<"Taproot">;
3142
3142
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3143
3143
  }, "strip", z.ZodTypeAny, {
3144
- value: `0x${string}`;
3145
3144
  __kind: "Taproot";
3145
+ value: `0x${string}`;
3146
3146
  }, {
3147
- value: string;
3148
3147
  __kind: "Taproot";
3148
+ value: string;
3149
3149
  }>, z.ZodObject<{
3150
3150
  __kind: z.ZodLiteral<"OtherSegwit">;
3151
3151
  version: z.ZodNumber;
@@ -3160,76 +3160,76 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3160
3160
  program: string;
3161
3161
  }>]>;
3162
3162
  }, "strip", z.ZodTypeAny, {
3163
+ __kind: "Btc";
3163
3164
  value: {
3164
- value: `0x${string}`;
3165
3165
  __kind: "P2PKH";
3166
- } | {
3167
3166
  value: `0x${string}`;
3168
- __kind: "P2SH";
3169
3167
  } | {
3168
+ __kind: "P2SH";
3170
3169
  value: `0x${string}`;
3171
- __kind: "P2WPKH";
3172
3170
  } | {
3171
+ __kind: "P2WPKH";
3173
3172
  value: `0x${string}`;
3174
- __kind: "P2WSH";
3175
3173
  } | {
3174
+ __kind: "P2WSH";
3176
3175
  value: `0x${string}`;
3176
+ } | {
3177
3177
  __kind: "Taproot";
3178
+ value: `0x${string}`;
3178
3179
  } | {
3179
3180
  __kind: "OtherSegwit";
3180
3181
  version: number;
3181
3182
  program: `0x${string}`;
3182
3183
  };
3183
- __kind: "Btc";
3184
3184
  }, {
3185
+ __kind: "Btc";
3185
3186
  value: {
3186
- value: string;
3187
3187
  __kind: "P2PKH";
3188
- } | {
3189
3188
  value: string;
3190
- __kind: "P2SH";
3191
3189
  } | {
3190
+ __kind: "P2SH";
3192
3191
  value: string;
3193
- __kind: "P2WPKH";
3194
3192
  } | {
3193
+ __kind: "P2WPKH";
3195
3194
  value: string;
3196
- __kind: "P2WSH";
3197
3195
  } | {
3196
+ __kind: "P2WSH";
3198
3197
  value: string;
3198
+ } | {
3199
3199
  __kind: "Taproot";
3200
+ value: string;
3200
3201
  } | {
3201
3202
  __kind: "OtherSegwit";
3202
3203
  version: number;
3203
3204
  program: string;
3204
3205
  };
3205
- __kind: "Btc";
3206
3206
  }>, z.ZodObject<{
3207
3207
  __kind: z.ZodLiteral<"Arb">;
3208
3208
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3209
3209
  }, "strip", z.ZodTypeAny, {
3210
- value: `0x${string}`;
3211
3210
  __kind: "Arb";
3211
+ value: `0x${string}`;
3212
3212
  }, {
3213
- value: string;
3214
3213
  __kind: "Arb";
3214
+ value: string;
3215
3215
  }>, z.ZodObject<{
3216
3216
  __kind: z.ZodLiteral<"Sol">;
3217
3217
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3218
3218
  }, "strip", z.ZodTypeAny, {
3219
- value: `0x${string}`;
3220
3219
  __kind: "Sol";
3220
+ value: `0x${string}`;
3221
3221
  }, {
3222
- value: string;
3223
3222
  __kind: "Sol";
3223
+ value: string;
3224
3224
  }>, z.ZodObject<{
3225
3225
  __kind: z.ZodLiteral<"Hub">;
3226
3226
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3227
3227
  }, "strip", z.ZodTypeAny, {
3228
- value: `0x${string}`;
3229
3228
  __kind: "Hub";
3229
+ value: `0x${string}`;
3230
3230
  }, {
3231
- value: string;
3232
3231
  __kind: "Hub";
3232
+ value: string;
3233
3233
  }>]>>>;
3234
3234
  }, "strip", z.ZodTypeAny, {
3235
3235
  channelMetadata: {
@@ -3239,42 +3239,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3239
3239
  };
3240
3240
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3241
3241
  sourceAddress?: {
3242
- value: `0x${string}`;
3243
3242
  __kind: "Eth";
3244
- } | {
3245
3243
  value: `0x${string}`;
3244
+ } | {
3246
3245
  __kind: "Dot";
3246
+ value: `0x${string}`;
3247
3247
  } | {
3248
+ __kind: "Btc";
3248
3249
  value: {
3249
- value: `0x${string}`;
3250
3250
  __kind: "P2PKH";
3251
- } | {
3252
3251
  value: `0x${string}`;
3253
- __kind: "P2SH";
3254
3252
  } | {
3253
+ __kind: "P2SH";
3255
3254
  value: `0x${string}`;
3256
- __kind: "P2WPKH";
3257
3255
  } | {
3256
+ __kind: "P2WPKH";
3258
3257
  value: `0x${string}`;
3259
- __kind: "P2WSH";
3260
3258
  } | {
3259
+ __kind: "P2WSH";
3261
3260
  value: `0x${string}`;
3261
+ } | {
3262
3262
  __kind: "Taproot";
3263
+ value: `0x${string}`;
3263
3264
  } | {
3264
3265
  __kind: "OtherSegwit";
3265
3266
  version: number;
3266
3267
  program: `0x${string}`;
3267
3268
  };
3268
- __kind: "Btc";
3269
3269
  } | {
3270
- value: `0x${string}`;
3271
3270
  __kind: "Arb";
3272
- } | {
3273
3271
  value: `0x${string}`;
3274
- __kind: "Sol";
3275
3272
  } | {
3273
+ __kind: "Sol";
3276
3274
  value: `0x${string}`;
3275
+ } | {
3277
3276
  __kind: "Hub";
3277
+ value: `0x${string}`;
3278
3278
  } | null | undefined;
3279
3279
  }, {
3280
3280
  channelMetadata: {
@@ -3286,42 +3286,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3286
3286
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3287
3287
  };
3288
3288
  sourceAddress?: {
3289
- value: string;
3290
3289
  __kind: "Eth";
3291
- } | {
3292
3290
  value: string;
3291
+ } | {
3293
3292
  __kind: "Dot";
3293
+ value: string;
3294
3294
  } | {
3295
+ __kind: "Btc";
3295
3296
  value: {
3296
- value: string;
3297
3297
  __kind: "P2PKH";
3298
- } | {
3299
3298
  value: string;
3300
- __kind: "P2SH";
3301
3299
  } | {
3300
+ __kind: "P2SH";
3302
3301
  value: string;
3303
- __kind: "P2WPKH";
3304
3302
  } | {
3303
+ __kind: "P2WPKH";
3305
3304
  value: string;
3306
- __kind: "P2WSH";
3307
3305
  } | {
3306
+ __kind: "P2WSH";
3308
3307
  value: string;
3308
+ } | {
3309
3309
  __kind: "Taproot";
3310
+ value: string;
3310
3311
  } | {
3311
3312
  __kind: "OtherSegwit";
3312
3313
  version: number;
3313
3314
  program: string;
3314
3315
  };
3315
- __kind: "Btc";
3316
3316
  } | {
3317
- value: string;
3318
3317
  __kind: "Arb";
3319
- } | {
3320
3318
  value: string;
3321
- __kind: "Sol";
3322
3319
  } | {
3320
+ __kind: "Sol";
3323
3321
  value: string;
3322
+ } | {
3324
3323
  __kind: "Hub";
3324
+ value: string;
3325
3325
  } | null | undefined;
3326
3326
  }>>>;
3327
3327
  txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -3351,47 +3351,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3351
3351
  __kind: z.ZodLiteral<"P2PKH">;
3352
3352
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3353
3353
  }, "strip", z.ZodTypeAny, {
3354
- value: `0x${string}`;
3355
3354
  __kind: "P2PKH";
3355
+ value: `0x${string}`;
3356
3356
  }, {
3357
- value: string;
3358
3357
  __kind: "P2PKH";
3358
+ value: string;
3359
3359
  }>, z.ZodObject<{
3360
3360
  __kind: z.ZodLiteral<"P2SH">;
3361
3361
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3362
3362
  }, "strip", z.ZodTypeAny, {
3363
- value: `0x${string}`;
3364
3363
  __kind: "P2SH";
3364
+ value: `0x${string}`;
3365
3365
  }, {
3366
- value: string;
3367
3366
  __kind: "P2SH";
3367
+ value: string;
3368
3368
  }>, z.ZodObject<{
3369
3369
  __kind: z.ZodLiteral<"P2WPKH">;
3370
3370
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3371
3371
  }, "strip", z.ZodTypeAny, {
3372
- value: `0x${string}`;
3373
3372
  __kind: "P2WPKH";
3373
+ value: `0x${string}`;
3374
3374
  }, {
3375
- value: string;
3376
3375
  __kind: "P2WPKH";
3376
+ value: string;
3377
3377
  }>, z.ZodObject<{
3378
3378
  __kind: z.ZodLiteral<"P2WSH">;
3379
3379
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3380
3380
  }, "strip", z.ZodTypeAny, {
3381
- value: `0x${string}`;
3382
3381
  __kind: "P2WSH";
3382
+ value: `0x${string}`;
3383
3383
  }, {
3384
- value: string;
3385
3384
  __kind: "P2WSH";
3385
+ value: string;
3386
3386
  }>, z.ZodObject<{
3387
3387
  __kind: z.ZodLiteral<"Taproot">;
3388
3388
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3389
3389
  }, "strip", z.ZodTypeAny, {
3390
- value: `0x${string}`;
3391
3390
  __kind: "Taproot";
3391
+ value: `0x${string}`;
3392
3392
  }, {
3393
- value: string;
3394
3393
  __kind: "Taproot";
3394
+ value: string;
3395
3395
  }>, z.ZodObject<{
3396
3396
  __kind: z.ZodLiteral<"OtherSegwit">;
3397
3397
  version: z.ZodNumber;
@@ -3408,50 +3408,50 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3408
3408
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3409
3409
  }, "strip", z.ZodTypeAny, {
3410
3410
  retryDuration: number;
3411
- minPrice: bigint;
3412
3411
  refundAddress: {
3413
- value: `0x${string}`;
3414
3412
  __kind: "P2PKH";
3415
- } | {
3416
3413
  value: `0x${string}`;
3417
- __kind: "P2SH";
3418
3414
  } | {
3415
+ __kind: "P2SH";
3419
3416
  value: `0x${string}`;
3420
- __kind: "P2WPKH";
3421
3417
  } | {
3418
+ __kind: "P2WPKH";
3422
3419
  value: `0x${string}`;
3423
- __kind: "P2WSH";
3424
3420
  } | {
3421
+ __kind: "P2WSH";
3425
3422
  value: `0x${string}`;
3423
+ } | {
3426
3424
  __kind: "Taproot";
3425
+ value: `0x${string}`;
3427
3426
  } | {
3428
3427
  __kind: "OtherSegwit";
3429
3428
  version: number;
3430
3429
  program: `0x${string}`;
3431
3430
  };
3431
+ minPrice: bigint;
3432
3432
  }, {
3433
3433
  retryDuration: number;
3434
- minPrice: string | number;
3435
3434
  refundAddress: {
3436
- value: string;
3437
3435
  __kind: "P2PKH";
3438
- } | {
3439
3436
  value: string;
3440
- __kind: "P2SH";
3441
3437
  } | {
3438
+ __kind: "P2SH";
3442
3439
  value: string;
3443
- __kind: "P2WPKH";
3444
3440
  } | {
3441
+ __kind: "P2WPKH";
3445
3442
  value: string;
3446
- __kind: "P2WSH";
3447
3443
  } | {
3444
+ __kind: "P2WSH";
3448
3445
  value: string;
3446
+ } | {
3449
3447
  __kind: "Taproot";
3448
+ value: string;
3450
3449
  } | {
3451
3450
  __kind: "OtherSegwit";
3452
3451
  version: number;
3453
3452
  program: string;
3454
3453
  };
3454
+ minPrice: string | number;
3455
3455
  }>;
3456
3456
  dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3457
3457
  numberOfChunks: z.ZodNumber;
@@ -3465,7 +3465,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3465
3465
  }>>>;
3466
3466
  boostFee: z.ZodNumber;
3467
3467
  }, "strip", z.ZodTypeAny, {
3468
- txId: `0x${string}`;
3469
3468
  depositDetails: {
3470
3469
  depositAddress: {
3471
3470
  pubkeyX: `0x${string}`;
@@ -3486,7 +3485,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3486
3485
  };
3487
3486
  inputAsset: "Btc";
3488
3487
  depositAmount: bigint;
3489
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3488
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3490
3489
  destinationAddress: {
3491
3490
  readonly chain: "Ethereum";
3492
3491
  readonly address: `0x${string}`;
@@ -3506,50 +3505,51 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3506
3505
  readonly chain: "Assethub";
3507
3506
  readonly address: string;
3508
3507
  };
3508
+ txId: `0x${string}`;
3509
3509
  affiliateFees: {
3510
3510
  account: number;
3511
3511
  bps: number;
3512
3512
  }[];
3513
3513
  refundParams: {
3514
3514
  retryDuration: number;
3515
- minPrice: bigint;
3516
3515
  refundAddress: {
3517
- value: `0x${string}`;
3518
3516
  __kind: "P2PKH";
3519
- } | {
3520
3517
  value: `0x${string}`;
3521
- __kind: "P2SH";
3522
3518
  } | {
3519
+ __kind: "P2SH";
3523
3520
  value: `0x${string}`;
3524
- __kind: "P2WPKH";
3525
3521
  } | {
3522
+ __kind: "P2WPKH";
3526
3523
  value: `0x${string}`;
3527
- __kind: "P2WSH";
3528
3524
  } | {
3525
+ __kind: "P2WSH";
3529
3526
  value: `0x${string}`;
3527
+ } | {
3530
3528
  __kind: "Taproot";
3529
+ value: `0x${string}`;
3531
3530
  } | {
3532
3531
  __kind: "OtherSegwit";
3533
3532
  version: number;
3534
3533
  program: `0x${string}`;
3535
3534
  };
3535
+ minPrice: bigint;
3536
3536
  };
3537
3537
  boostFee: number;
3538
3538
  depositAddress?: {
3539
- value: `0x${string}`;
3540
3539
  __kind: "P2PKH";
3541
- } | {
3542
3540
  value: `0x${string}`;
3543
- __kind: "P2SH";
3544
3541
  } | {
3542
+ __kind: "P2SH";
3545
3543
  value: `0x${string}`;
3546
- __kind: "P2WPKH";
3547
3544
  } | {
3545
+ __kind: "P2WPKH";
3548
3546
  value: `0x${string}`;
3549
- __kind: "P2WSH";
3550
3547
  } | {
3548
+ __kind: "P2WSH";
3551
3549
  value: `0x${string}`;
3550
+ } | {
3552
3551
  __kind: "Taproot";
3552
+ value: `0x${string}`;
3553
3553
  } | {
3554
3554
  __kind: "OtherSegwit";
3555
3555
  version: number;
@@ -3564,42 +3564,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3564
3564
  };
3565
3565
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3566
3566
  sourceAddress?: {
3567
- value: `0x${string}`;
3568
3567
  __kind: "Eth";
3569
- } | {
3570
3568
  value: `0x${string}`;
3569
+ } | {
3571
3570
  __kind: "Dot";
3571
+ value: `0x${string}`;
3572
3572
  } | {
3573
+ __kind: "Btc";
3573
3574
  value: {
3574
- value: `0x${string}`;
3575
3575
  __kind: "P2PKH";
3576
- } | {
3577
3576
  value: `0x${string}`;
3578
- __kind: "P2SH";
3579
3577
  } | {
3578
+ __kind: "P2SH";
3580
3579
  value: `0x${string}`;
3581
- __kind: "P2WPKH";
3582
3580
  } | {
3581
+ __kind: "P2WPKH";
3583
3582
  value: `0x${string}`;
3584
- __kind: "P2WSH";
3585
3583
  } | {
3584
+ __kind: "P2WSH";
3586
3585
  value: `0x${string}`;
3586
+ } | {
3587
3587
  __kind: "Taproot";
3588
+ value: `0x${string}`;
3588
3589
  } | {
3589
3590
  __kind: "OtherSegwit";
3590
3591
  version: number;
3591
3592
  program: `0x${string}`;
3592
3593
  };
3593
- __kind: "Btc";
3594
3594
  } | {
3595
- value: `0x${string}`;
3596
3595
  __kind: "Arb";
3597
- } | {
3598
3596
  value: `0x${string}`;
3599
- __kind: "Sol";
3600
3597
  } | {
3598
+ __kind: "Sol";
3601
3599
  value: `0x${string}`;
3600
+ } | {
3602
3601
  __kind: "Hub";
3602
+ value: `0x${string}`;
3603
3603
  } | null | undefined;
3604
3604
  } | null | undefined;
3605
3605
  brokerFee?: {
@@ -3611,7 +3611,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3611
3611
  chunkInterval: number;
3612
3612
  } | null | undefined;
3613
3613
  }, {
3614
- txId: string;
3615
3614
  depositDetails: {
3616
3615
  depositAddress: {
3617
3616
  pubkeyX: string;
@@ -3635,56 +3634,57 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3635
3634
  };
3636
3635
  depositAmount: string | number;
3637
3636
  outputAsset: {
3638
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3637
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3639
3638
  };
3640
3639
  destinationAddress: {
3641
- value: string;
3642
3640
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3641
+ value: string;
3643
3642
  };
3643
+ txId: string;
3644
3644
  affiliateFees: {
3645
3645
  account: number;
3646
3646
  bps: number;
3647
3647
  }[];
3648
3648
  refundParams: {
3649
3649
  retryDuration: number;
3650
- minPrice: string | number;
3651
3650
  refundAddress: {
3652
- value: string;
3653
3651
  __kind: "P2PKH";
3654
- } | {
3655
3652
  value: string;
3656
- __kind: "P2SH";
3657
3653
  } | {
3654
+ __kind: "P2SH";
3658
3655
  value: string;
3659
- __kind: "P2WPKH";
3660
3656
  } | {
3657
+ __kind: "P2WPKH";
3661
3658
  value: string;
3662
- __kind: "P2WSH";
3663
3659
  } | {
3660
+ __kind: "P2WSH";
3664
3661
  value: string;
3662
+ } | {
3665
3663
  __kind: "Taproot";
3664
+ value: string;
3666
3665
  } | {
3667
3666
  __kind: "OtherSegwit";
3668
3667
  version: number;
3669
3668
  program: string;
3670
3669
  };
3670
+ minPrice: string | number;
3671
3671
  };
3672
3672
  boostFee: number;
3673
3673
  depositAddress?: {
3674
- value: string;
3675
3674
  __kind: "P2PKH";
3676
- } | {
3677
3675
  value: string;
3678
- __kind: "P2SH";
3679
3676
  } | {
3677
+ __kind: "P2SH";
3680
3678
  value: string;
3681
- __kind: "P2WPKH";
3682
3679
  } | {
3680
+ __kind: "P2WPKH";
3683
3681
  value: string;
3684
- __kind: "P2WSH";
3685
3682
  } | {
3683
+ __kind: "P2WSH";
3686
3684
  value: string;
3685
+ } | {
3687
3686
  __kind: "Taproot";
3687
+ value: string;
3688
3688
  } | {
3689
3689
  __kind: "OtherSegwit";
3690
3690
  version: number;
@@ -3701,42 +3701,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3701
3701
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3702
3702
  };
3703
3703
  sourceAddress?: {
3704
- value: string;
3705
3704
  __kind: "Eth";
3706
- } | {
3707
3705
  value: string;
3706
+ } | {
3708
3707
  __kind: "Dot";
3708
+ value: string;
3709
3709
  } | {
3710
+ __kind: "Btc";
3710
3711
  value: {
3711
- value: string;
3712
3712
  __kind: "P2PKH";
3713
- } | {
3714
3713
  value: string;
3715
- __kind: "P2SH";
3716
3714
  } | {
3715
+ __kind: "P2SH";
3717
3716
  value: string;
3718
- __kind: "P2WPKH";
3719
3717
  } | {
3718
+ __kind: "P2WPKH";
3720
3719
  value: string;
3721
- __kind: "P2WSH";
3722
3720
  } | {
3721
+ __kind: "P2WSH";
3723
3722
  value: string;
3723
+ } | {
3724
3724
  __kind: "Taproot";
3725
+ value: string;
3725
3726
  } | {
3726
3727
  __kind: "OtherSegwit";
3727
3728
  version: number;
3728
3729
  program: string;
3729
3730
  };
3730
- __kind: "Btc";
3731
3731
  } | {
3732
- value: string;
3733
3732
  __kind: "Arb";
3734
- } | {
3735
3733
  value: string;
3736
- __kind: "Sol";
3737
3734
  } | {
3735
+ __kind: "Sol";
3738
3736
  value: string;
3737
+ } | {
3739
3738
  __kind: "Hub";
3739
+ value: string;
3740
3740
  } | null | undefined;
3741
3741
  } | null | undefined;
3742
3742
  brokerFee?: {
@@ -3751,7 +3751,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3751
3751
  }, "strip", z.ZodTypeAny, {
3752
3752
  __kind: "DepositFailedVaultVariantBitcoin";
3753
3753
  vaultWitness: {
3754
- txId: `0x${string}`;
3755
3754
  depositDetails: {
3756
3755
  depositAddress: {
3757
3756
  pubkeyX: `0x${string}`;
@@ -3772,7 +3771,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3772
3771
  };
3773
3772
  inputAsset: "Btc";
3774
3773
  depositAmount: bigint;
3775
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3774
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3776
3775
  destinationAddress: {
3777
3776
  readonly chain: "Ethereum";
3778
3777
  readonly address: `0x${string}`;
@@ -3792,50 +3791,51 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3792
3791
  readonly chain: "Assethub";
3793
3792
  readonly address: string;
3794
3793
  };
3794
+ txId: `0x${string}`;
3795
3795
  affiliateFees: {
3796
3796
  account: number;
3797
3797
  bps: number;
3798
3798
  }[];
3799
3799
  refundParams: {
3800
3800
  retryDuration: number;
3801
- minPrice: bigint;
3802
3801
  refundAddress: {
3803
- value: `0x${string}`;
3804
3802
  __kind: "P2PKH";
3805
- } | {
3806
3803
  value: `0x${string}`;
3807
- __kind: "P2SH";
3808
3804
  } | {
3805
+ __kind: "P2SH";
3809
3806
  value: `0x${string}`;
3810
- __kind: "P2WPKH";
3811
3807
  } | {
3808
+ __kind: "P2WPKH";
3812
3809
  value: `0x${string}`;
3813
- __kind: "P2WSH";
3814
3810
  } | {
3811
+ __kind: "P2WSH";
3815
3812
  value: `0x${string}`;
3813
+ } | {
3816
3814
  __kind: "Taproot";
3815
+ value: `0x${string}`;
3817
3816
  } | {
3818
3817
  __kind: "OtherSegwit";
3819
3818
  version: number;
3820
3819
  program: `0x${string}`;
3821
3820
  };
3821
+ minPrice: bigint;
3822
3822
  };
3823
3823
  boostFee: number;
3824
3824
  depositAddress?: {
3825
- value: `0x${string}`;
3826
3825
  __kind: "P2PKH";
3827
- } | {
3828
3826
  value: `0x${string}`;
3829
- __kind: "P2SH";
3830
3827
  } | {
3828
+ __kind: "P2SH";
3831
3829
  value: `0x${string}`;
3832
- __kind: "P2WPKH";
3833
3830
  } | {
3831
+ __kind: "P2WPKH";
3834
3832
  value: `0x${string}`;
3835
- __kind: "P2WSH";
3836
3833
  } | {
3834
+ __kind: "P2WSH";
3837
3835
  value: `0x${string}`;
3836
+ } | {
3838
3837
  __kind: "Taproot";
3838
+ value: `0x${string}`;
3839
3839
  } | {
3840
3840
  __kind: "OtherSegwit";
3841
3841
  version: number;
@@ -3850,42 +3850,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3850
3850
  };
3851
3851
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3852
3852
  sourceAddress?: {
3853
- value: `0x${string}`;
3854
3853
  __kind: "Eth";
3855
- } | {
3856
3854
  value: `0x${string}`;
3855
+ } | {
3857
3856
  __kind: "Dot";
3857
+ value: `0x${string}`;
3858
3858
  } | {
3859
+ __kind: "Btc";
3859
3860
  value: {
3860
- value: `0x${string}`;
3861
3861
  __kind: "P2PKH";
3862
- } | {
3863
3862
  value: `0x${string}`;
3864
- __kind: "P2SH";
3865
3863
  } | {
3864
+ __kind: "P2SH";
3866
3865
  value: `0x${string}`;
3867
- __kind: "P2WPKH";
3868
3866
  } | {
3867
+ __kind: "P2WPKH";
3869
3868
  value: `0x${string}`;
3870
- __kind: "P2WSH";
3871
3869
  } | {
3870
+ __kind: "P2WSH";
3872
3871
  value: `0x${string}`;
3872
+ } | {
3873
3873
  __kind: "Taproot";
3874
+ value: `0x${string}`;
3874
3875
  } | {
3875
3876
  __kind: "OtherSegwit";
3876
3877
  version: number;
3877
3878
  program: `0x${string}`;
3878
3879
  };
3879
- __kind: "Btc";
3880
3880
  } | {
3881
- value: `0x${string}`;
3882
3881
  __kind: "Arb";
3883
- } | {
3884
3882
  value: `0x${string}`;
3885
- __kind: "Sol";
3886
3883
  } | {
3884
+ __kind: "Sol";
3887
3885
  value: `0x${string}`;
3886
+ } | {
3888
3887
  __kind: "Hub";
3888
+ value: `0x${string}`;
3889
3889
  } | null | undefined;
3890
3890
  } | null | undefined;
3891
3891
  brokerFee?: {
@@ -3900,7 +3900,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3900
3900
  }, {
3901
3901
  __kind: "DepositFailedVaultVariantBitcoin";
3902
3902
  vaultWitness: {
3903
- txId: string;
3904
3903
  depositDetails: {
3905
3904
  depositAddress: {
3906
3905
  pubkeyX: string;
@@ -3924,56 +3923,57 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3924
3923
  };
3925
3924
  depositAmount: string | number;
3926
3925
  outputAsset: {
3927
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3926
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
3928
3927
  };
3929
3928
  destinationAddress: {
3930
- value: string;
3931
3929
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
3930
+ value: string;
3932
3931
  };
3932
+ txId: string;
3933
3933
  affiliateFees: {
3934
3934
  account: number;
3935
3935
  bps: number;
3936
3936
  }[];
3937
3937
  refundParams: {
3938
3938
  retryDuration: number;
3939
- minPrice: string | number;
3940
3939
  refundAddress: {
3941
- value: string;
3942
3940
  __kind: "P2PKH";
3943
- } | {
3944
3941
  value: string;
3945
- __kind: "P2SH";
3946
3942
  } | {
3943
+ __kind: "P2SH";
3947
3944
  value: string;
3948
- __kind: "P2WPKH";
3949
3945
  } | {
3946
+ __kind: "P2WPKH";
3950
3947
  value: string;
3951
- __kind: "P2WSH";
3952
3948
  } | {
3949
+ __kind: "P2WSH";
3953
3950
  value: string;
3951
+ } | {
3954
3952
  __kind: "Taproot";
3953
+ value: string;
3955
3954
  } | {
3956
3955
  __kind: "OtherSegwit";
3957
3956
  version: number;
3958
3957
  program: string;
3959
3958
  };
3959
+ minPrice: string | number;
3960
3960
  };
3961
3961
  boostFee: number;
3962
3962
  depositAddress?: {
3963
- value: string;
3964
3963
  __kind: "P2PKH";
3965
- } | {
3966
3964
  value: string;
3967
- __kind: "P2SH";
3968
3965
  } | {
3966
+ __kind: "P2SH";
3969
3967
  value: string;
3970
- __kind: "P2WPKH";
3971
3968
  } | {
3969
+ __kind: "P2WPKH";
3972
3970
  value: string;
3973
- __kind: "P2WSH";
3974
3971
  } | {
3972
+ __kind: "P2WSH";
3975
3973
  value: string;
3974
+ } | {
3976
3975
  __kind: "Taproot";
3976
+ value: string;
3977
3977
  } | {
3978
3978
  __kind: "OtherSegwit";
3979
3979
  version: number;
@@ -3990,42 +3990,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
3990
3990
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
3991
3991
  };
3992
3992
  sourceAddress?: {
3993
- value: string;
3994
3993
  __kind: "Eth";
3995
- } | {
3996
3994
  value: string;
3995
+ } | {
3997
3996
  __kind: "Dot";
3997
+ value: string;
3998
3998
  } | {
3999
+ __kind: "Btc";
3999
4000
  value: {
4000
- value: string;
4001
4001
  __kind: "P2PKH";
4002
- } | {
4003
4002
  value: string;
4004
- __kind: "P2SH";
4005
4003
  } | {
4004
+ __kind: "P2SH";
4006
4005
  value: string;
4007
- __kind: "P2WPKH";
4008
4006
  } | {
4007
+ __kind: "P2WPKH";
4009
4008
  value: string;
4010
- __kind: "P2WSH";
4011
4009
  } | {
4010
+ __kind: "P2WSH";
4012
4011
  value: string;
4012
+ } | {
4013
4013
  __kind: "Taproot";
4014
+ value: string;
4014
4015
  } | {
4015
4016
  __kind: "OtherSegwit";
4016
4017
  version: number;
4017
4018
  program: string;
4018
4019
  };
4019
- __kind: "Btc";
4020
4020
  } | {
4021
- value: string;
4022
4021
  __kind: "Arb";
4023
- } | {
4024
4022
  value: string;
4025
- __kind: "Sol";
4026
4023
  } | {
4024
+ __kind: "Sol";
4027
4025
  value: string;
4026
+ } | {
4028
4027
  __kind: "Hub";
4028
+ value: string;
4029
4029
  } | null | undefined;
4030
4030
  } | null | undefined;
4031
4031
  brokerFee?: {
@@ -4047,6 +4047,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4047
4047
  } | {
4048
4048
  __kind: "TransactionRejectedByBroker";
4049
4049
  } | {
4050
+ __kind: "DepositWitnessRejected";
4050
4051
  value: {
4051
4052
  __kind: "Other";
4052
4053
  } | {
@@ -4054,11 +4055,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4054
4055
  } | {
4055
4056
  __kind: "BadOrigin";
4056
4057
  } | {
4058
+ __kind: "Module";
4057
4059
  value: {
4058
4060
  index: number;
4059
4061
  error: `0x${string}`;
4060
4062
  };
4061
- __kind: "Module";
4062
4063
  } | {
4063
4064
  __kind: "ConsumerRemaining";
4064
4065
  } | {
@@ -4066,14 +4067,14 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4066
4067
  } | {
4067
4068
  __kind: "TooManyConsumers";
4068
4069
  } | {
4069
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4070
4070
  __kind: "Token";
4071
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4071
4072
  } | {
4072
- value: "Underflow" | "Overflow" | "DivisionByZero";
4073
4073
  __kind: "Arithmetic";
4074
+ value: "Underflow" | "Overflow" | "DivisionByZero";
4074
4075
  } | {
4075
- value: "LimitReached" | "NoLayer";
4076
4076
  __kind: "Transactional";
4077
+ value: "LimitReached" | "NoLayer";
4077
4078
  } | {
4078
4079
  __kind: "Exhausted";
4079
4080
  } | {
@@ -4083,26 +4084,25 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4083
4084
  } | {
4084
4085
  __kind: "RootNotAllowed";
4085
4086
  };
4086
- __kind: "DepositWitnessRejected";
4087
4087
  };
4088
4088
  details: {
4089
4089
  __kind: "DepositFailedDepositChannelVariantBitcoin";
4090
4090
  depositWitness: {
4091
4091
  depositAddress: {
4092
- value: `0x${string}`;
4093
4092
  __kind: "P2PKH";
4094
- } | {
4095
4093
  value: `0x${string}`;
4096
- __kind: "P2SH";
4097
4094
  } | {
4095
+ __kind: "P2SH";
4098
4096
  value: `0x${string}`;
4099
- __kind: "P2WPKH";
4100
4097
  } | {
4098
+ __kind: "P2WPKH";
4101
4099
  value: `0x${string}`;
4102
- __kind: "P2WSH";
4103
4100
  } | {
4101
+ __kind: "P2WSH";
4104
4102
  value: `0x${string}`;
4103
+ } | {
4105
4104
  __kind: "Taproot";
4105
+ value: `0x${string}`;
4106
4106
  } | {
4107
4107
  __kind: "OtherSegwit";
4108
4108
  version: number;
@@ -4132,7 +4132,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4132
4132
  } | {
4133
4133
  __kind: "DepositFailedVaultVariantBitcoin";
4134
4134
  vaultWitness: {
4135
- txId: `0x${string}`;
4136
4135
  depositDetails: {
4137
4136
  depositAddress: {
4138
4137
  pubkeyX: `0x${string}`;
@@ -4153,7 +4152,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4153
4152
  };
4154
4153
  inputAsset: "Btc";
4155
4154
  depositAmount: bigint;
4156
- outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
4155
+ outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4157
4156
  destinationAddress: {
4158
4157
  readonly chain: "Ethereum";
4159
4158
  readonly address: `0x${string}`;
@@ -4173,50 +4172,51 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4173
4172
  readonly chain: "Assethub";
4174
4173
  readonly address: string;
4175
4174
  };
4175
+ txId: `0x${string}`;
4176
4176
  affiliateFees: {
4177
4177
  account: number;
4178
4178
  bps: number;
4179
4179
  }[];
4180
4180
  refundParams: {
4181
4181
  retryDuration: number;
4182
- minPrice: bigint;
4183
4182
  refundAddress: {
4184
- value: `0x${string}`;
4185
4183
  __kind: "P2PKH";
4186
- } | {
4187
4184
  value: `0x${string}`;
4188
- __kind: "P2SH";
4189
4185
  } | {
4186
+ __kind: "P2SH";
4190
4187
  value: `0x${string}`;
4191
- __kind: "P2WPKH";
4192
4188
  } | {
4189
+ __kind: "P2WPKH";
4193
4190
  value: `0x${string}`;
4194
- __kind: "P2WSH";
4195
4191
  } | {
4192
+ __kind: "P2WSH";
4196
4193
  value: `0x${string}`;
4194
+ } | {
4197
4195
  __kind: "Taproot";
4196
+ value: `0x${string}`;
4198
4197
  } | {
4199
4198
  __kind: "OtherSegwit";
4200
4199
  version: number;
4201
4200
  program: `0x${string}`;
4202
4201
  };
4202
+ minPrice: bigint;
4203
4203
  };
4204
4204
  boostFee: number;
4205
4205
  depositAddress?: {
4206
- value: `0x${string}`;
4207
4206
  __kind: "P2PKH";
4208
- } | {
4209
4207
  value: `0x${string}`;
4210
- __kind: "P2SH";
4211
4208
  } | {
4209
+ __kind: "P2SH";
4212
4210
  value: `0x${string}`;
4213
- __kind: "P2WPKH";
4214
4211
  } | {
4212
+ __kind: "P2WPKH";
4215
4213
  value: `0x${string}`;
4216
- __kind: "P2WSH";
4217
4214
  } | {
4215
+ __kind: "P2WSH";
4218
4216
  value: `0x${string}`;
4217
+ } | {
4219
4218
  __kind: "Taproot";
4219
+ value: `0x${string}`;
4220
4220
  } | {
4221
4221
  __kind: "OtherSegwit";
4222
4222
  version: number;
@@ -4231,42 +4231,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4231
4231
  };
4232
4232
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
4233
4233
  sourceAddress?: {
4234
- value: `0x${string}`;
4235
4234
  __kind: "Eth";
4236
- } | {
4237
4235
  value: `0x${string}`;
4236
+ } | {
4238
4237
  __kind: "Dot";
4238
+ value: `0x${string}`;
4239
4239
  } | {
4240
+ __kind: "Btc";
4240
4241
  value: {
4241
- value: `0x${string}`;
4242
4242
  __kind: "P2PKH";
4243
- } | {
4244
4243
  value: `0x${string}`;
4245
- __kind: "P2SH";
4246
4244
  } | {
4245
+ __kind: "P2SH";
4247
4246
  value: `0x${string}`;
4248
- __kind: "P2WPKH";
4249
4247
  } | {
4248
+ __kind: "P2WPKH";
4250
4249
  value: `0x${string}`;
4251
- __kind: "P2WSH";
4252
4250
  } | {
4251
+ __kind: "P2WSH";
4253
4252
  value: `0x${string}`;
4253
+ } | {
4254
4254
  __kind: "Taproot";
4255
+ value: `0x${string}`;
4255
4256
  } | {
4256
4257
  __kind: "OtherSegwit";
4257
4258
  version: number;
4258
4259
  program: `0x${string}`;
4259
4260
  };
4260
- __kind: "Btc";
4261
4261
  } | {
4262
- value: `0x${string}`;
4263
4262
  __kind: "Arb";
4264
- } | {
4265
4263
  value: `0x${string}`;
4266
- __kind: "Sol";
4267
4264
  } | {
4265
+ __kind: "Sol";
4268
4266
  value: `0x${string}`;
4267
+ } | {
4269
4268
  __kind: "Hub";
4269
+ value: `0x${string}`;
4270
4270
  } | null | undefined;
4271
4271
  } | null | undefined;
4272
4272
  brokerFee?: {
@@ -4288,6 +4288,7 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4288
4288
  } | {
4289
4289
  __kind: "TransactionRejectedByBroker";
4290
4290
  } | {
4291
+ __kind: "DepositWitnessRejected";
4291
4292
  value: {
4292
4293
  __kind: "Other";
4293
4294
  } | {
@@ -4295,11 +4296,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4295
4296
  } | {
4296
4297
  __kind: "BadOrigin";
4297
4298
  } | {
4299
+ __kind: "Module";
4298
4300
  value: {
4299
4301
  index: number;
4300
4302
  error: string;
4301
4303
  };
4302
- __kind: "Module";
4303
4304
  } | {
4304
4305
  __kind: "ConsumerRemaining";
4305
4306
  } | {
@@ -4307,20 +4308,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4307
4308
  } | {
4308
4309
  __kind: "TooManyConsumers";
4309
4310
  } | {
4311
+ __kind: "Token";
4310
4312
  value: {
4311
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4313
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4312
4314
  };
4313
- __kind: "Token";
4314
4315
  } | {
4316
+ __kind: "Arithmetic";
4315
4317
  value: {
4316
4318
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
4317
4319
  };
4318
- __kind: "Arithmetic";
4319
4320
  } | {
4321
+ __kind: "Transactional";
4320
4322
  value: {
4321
4323
  __kind: "LimitReached" | "NoLayer";
4322
4324
  };
4323
- __kind: "Transactional";
4324
4325
  } | {
4325
4326
  __kind: "Exhausted";
4326
4327
  } | {
@@ -4330,26 +4331,25 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4330
4331
  } | {
4331
4332
  __kind: "RootNotAllowed";
4332
4333
  };
4333
- __kind: "DepositWitnessRejected";
4334
4334
  };
4335
4335
  details: {
4336
4336
  __kind: "DepositFailedDepositChannelVariantBitcoin";
4337
4337
  depositWitness: {
4338
4338
  depositAddress: {
4339
- value: string;
4340
4339
  __kind: "P2PKH";
4341
- } | {
4342
4340
  value: string;
4343
- __kind: "P2SH";
4344
4341
  } | {
4342
+ __kind: "P2SH";
4345
4343
  value: string;
4346
- __kind: "P2WPKH";
4347
4344
  } | {
4345
+ __kind: "P2WPKH";
4348
4346
  value: string;
4349
- __kind: "P2WSH";
4350
4347
  } | {
4348
+ __kind: "P2WSH";
4351
4349
  value: string;
4350
+ } | {
4352
4351
  __kind: "Taproot";
4352
+ value: string;
4353
4353
  } | {
4354
4354
  __kind: "OtherSegwit";
4355
4355
  version: number;
@@ -4381,7 +4381,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4381
4381
  } | {
4382
4382
  __kind: "DepositFailedVaultVariantBitcoin";
4383
4383
  vaultWitness: {
4384
- txId: string;
4385
4384
  depositDetails: {
4386
4385
  depositAddress: {
4387
4386
  pubkeyX: string;
@@ -4405,56 +4404,57 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4405
4404
  };
4406
4405
  depositAmount: string | number;
4407
4406
  outputAsset: {
4408
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
4407
+ __kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
4409
4408
  };
4410
4409
  destinationAddress: {
4411
- value: string;
4412
4410
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
4411
+ value: string;
4413
4412
  };
4413
+ txId: string;
4414
4414
  affiliateFees: {
4415
4415
  account: number;
4416
4416
  bps: number;
4417
4417
  }[];
4418
4418
  refundParams: {
4419
4419
  retryDuration: number;
4420
- minPrice: string | number;
4421
4420
  refundAddress: {
4422
- value: string;
4423
4421
  __kind: "P2PKH";
4424
- } | {
4425
4422
  value: string;
4426
- __kind: "P2SH";
4427
4423
  } | {
4424
+ __kind: "P2SH";
4428
4425
  value: string;
4429
- __kind: "P2WPKH";
4430
4426
  } | {
4427
+ __kind: "P2WPKH";
4431
4428
  value: string;
4432
- __kind: "P2WSH";
4433
4429
  } | {
4430
+ __kind: "P2WSH";
4434
4431
  value: string;
4432
+ } | {
4435
4433
  __kind: "Taproot";
4434
+ value: string;
4436
4435
  } | {
4437
4436
  __kind: "OtherSegwit";
4438
4437
  version: number;
4439
4438
  program: string;
4440
4439
  };
4440
+ minPrice: string | number;
4441
4441
  };
4442
4442
  boostFee: number;
4443
4443
  depositAddress?: {
4444
- value: string;
4445
4444
  __kind: "P2PKH";
4446
- } | {
4447
4445
  value: string;
4448
- __kind: "P2SH";
4449
4446
  } | {
4447
+ __kind: "P2SH";
4450
4448
  value: string;
4451
- __kind: "P2WPKH";
4452
4449
  } | {
4450
+ __kind: "P2WPKH";
4453
4451
  value: string;
4454
- __kind: "P2WSH";
4455
4452
  } | {
4453
+ __kind: "P2WSH";
4456
4454
  value: string;
4455
+ } | {
4457
4456
  __kind: "Taproot";
4457
+ value: string;
4458
4458
  } | {
4459
4459
  __kind: "OtherSegwit";
4460
4460
  version: number;
@@ -4471,42 +4471,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
4471
4471
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
4472
4472
  };
4473
4473
  sourceAddress?: {
4474
- value: string;
4475
4474
  __kind: "Eth";
4476
- } | {
4477
4475
  value: string;
4476
+ } | {
4478
4477
  __kind: "Dot";
4478
+ value: string;
4479
4479
  } | {
4480
+ __kind: "Btc";
4480
4481
  value: {
4481
- value: string;
4482
4482
  __kind: "P2PKH";
4483
- } | {
4484
4483
  value: string;
4485
- __kind: "P2SH";
4486
4484
  } | {
4485
+ __kind: "P2SH";
4487
4486
  value: string;
4488
- __kind: "P2WPKH";
4489
4487
  } | {
4488
+ __kind: "P2WPKH";
4490
4489
  value: string;
4491
- __kind: "P2WSH";
4492
4490
  } | {
4491
+ __kind: "P2WSH";
4493
4492
  value: string;
4493
+ } | {
4494
4494
  __kind: "Taproot";
4495
+ value: string;
4495
4496
  } | {
4496
4497
  __kind: "OtherSegwit";
4497
4498
  version: number;
4498
4499
  program: string;
4499
4500
  };
4500
- __kind: "Btc";
4501
4501
  } | {
4502
- value: string;
4503
4502
  __kind: "Arb";
4504
- } | {
4505
4503
  value: string;
4506
- __kind: "Sol";
4507
4504
  } | {
4505
+ __kind: "Sol";
4508
4506
  value: string;
4507
+ } | {
4509
4508
  __kind: "Hub";
4509
+ value: string;
4510
4510
  } | null | undefined;
4511
4511
  } | null | undefined;
4512
4512
  brokerFee?: {