@chainflip/processor 1.7.0 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (319) hide show
  1. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  2. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  3. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  4. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  5. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  6. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  7. package/dist/100/funding/funded.d.cts +2 -2
  8. package/dist/100/funding/funded.d.ts +2 -2
  9. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  10. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  11. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  12. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  13. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  14. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  15. package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
  16. package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
  17. package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
  18. package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
  19. package/dist/100/swapping/ccmFailed.d.cts +70 -70
  20. package/dist/100/swapping/ccmFailed.d.ts +70 -70
  21. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  22. package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
  23. package/dist/100/swapping/swapAmountTooLow.d.cts +37 -37
  24. package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
  25. package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
  26. package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
  27. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  28. package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
  29. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  30. package/dist/100/swapping/swapExecuted.d.ts +12 -12
  31. package/dist/100/swapping/swapScheduled.d.cts +109 -109
  32. package/dist/100/swapping/swapScheduled.d.ts +109 -109
  33. package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
  34. package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
  35. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  36. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  37. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  38. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  39. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  40. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  41. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  42. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  43. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  44. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
  45. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  46. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  47. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  48. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
  49. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  50. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  51. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  52. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  53. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  54. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  55. package/dist/150/assetBalances/refundSkipped.d.cts +70 -70
  56. package/dist/150/assetBalances/refundSkipped.d.ts +70 -70
  57. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  58. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  59. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  60. package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  61. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  62. package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  63. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  64. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +16 -16
  65. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  66. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  67. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  68. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  69. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  70. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  71. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  72. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  73. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  74. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  75. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  76. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  77. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  78. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  79. package/dist/150/swapping/ccmDepositReceived.d.cts +90 -90
  80. package/dist/150/swapping/ccmDepositReceived.d.ts +90 -90
  81. package/dist/150/swapping/ccmFailed.d.cts +115 -115
  82. package/dist/150/swapping/ccmFailed.d.ts +115 -115
  83. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  84. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  85. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  86. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  87. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  88. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  89. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  90. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  91. package/dist/150/swapping/swapDepositAddressReady.d.cts +77 -77
  92. package/dist/150/swapping/swapDepositAddressReady.d.ts +77 -77
  93. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  94. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  95. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  96. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  97. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  98. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  99. package/dist/150/swapping/swapScheduled.d.cts +139 -139
  100. package/dist/150/swapping/swapScheduled.d.ts +139 -139
  101. package/dist/150/swapping/withdrawalRequested.d.cts +26 -26
  102. package/dist/150/swapping/withdrawalRequested.d.ts +26 -26
  103. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  104. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  105. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  106. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  107. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  108. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  109. package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
  110. package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
  111. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  112. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  113. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  114. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  115. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  116. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  117. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  118. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  119. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  120. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
  121. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +101 -101
  122. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +101 -101
  123. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +10 -0
  124. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  125. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  126. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.mjs +10 -0
  127. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  128. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  129. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  130. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  131. package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +19 -0
  132. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +53 -0
  133. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +53 -0
  134. package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +19 -0
  135. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  136. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  137. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +10 -0
  138. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +24 -0
  139. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +24 -0
  140. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.mjs +10 -0
  141. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
  142. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.cts +21 -0
  143. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.ts +21 -0
  144. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.mjs +9 -0
  145. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  146. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  147. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  148. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  149. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  150. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  151. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  152. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  153. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  154. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.cts +38 -0
  155. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.ts +38 -0
  156. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  157. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +10 -0
  158. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  159. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  160. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.mjs +10 -0
  161. package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +24 -0
  162. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +342 -0
  163. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +342 -0
  164. package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +24 -0
  165. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  166. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  167. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  168. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  169. package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +22 -0
  170. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +336 -0
  171. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +336 -0
  172. package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +22 -0
  173. package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +19 -0
  174. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +267 -0
  175. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +267 -0
  176. package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +19 -0
  177. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +10 -0
  178. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +564 -0
  179. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +564 -0
  180. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +10 -0
  181. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +10 -0
  182. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +143 -0
  183. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +143 -0
  184. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.mjs +10 -0
  185. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +7 -0
  186. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +140 -0
  187. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +140 -0
  188. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.mjs +7 -0
  189. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  190. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  191. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  192. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  193. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  194. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  195. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  196. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  197. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  198. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.cts +26 -0
  199. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.ts +26 -0
  200. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  201. package/dist/170/common.cjs +106 -1
  202. package/dist/170/common.d.cts +765 -1
  203. package/dist/170/common.d.ts +765 -1
  204. package/dist/170/common.mjs +105 -0
  205. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +10 -0
  206. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  207. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  208. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.mjs +10 -0
  209. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  210. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  211. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  212. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  213. package/dist/170/ethereumIngressEgress/depositIgnored.cjs +19 -0
  214. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +53 -0
  215. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +53 -0
  216. package/dist/170/ethereumIngressEgress/depositIgnored.mjs +19 -0
  217. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +10 -0
  218. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +24 -0
  219. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +24 -0
  220. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.mjs +10 -0
  221. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
  222. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.cts +21 -0
  223. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.ts +21 -0
  224. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.mjs +9 -0
  225. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  226. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  227. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  228. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  229. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  230. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  231. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  232. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  233. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  234. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.cts +38 -0
  235. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.ts +38 -0
  236. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  237. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +10 -0
  238. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  239. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  240. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.mjs +10 -0
  241. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +6 -0
  242. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  243. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  244. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.mjs +6 -0
  245. package/dist/170/polkadotIngressEgress/depositIgnored.cjs +18 -0
  246. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +43 -0
  247. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +43 -0
  248. package/dist/170/polkadotIngressEgress/depositIgnored.mjs +18 -0
  249. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +9 -0
  250. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +14 -0
  251. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +14 -0
  252. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.mjs +9 -0
  253. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +6 -0
  254. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.cts +11 -0
  255. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.ts +11 -0
  256. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.mjs +6 -0
  257. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  258. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +29 -0
  259. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.ts +29 -0
  260. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  261. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  262. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +32 -0
  263. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.ts +32 -0
  264. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  265. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  266. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.cts +11 -0
  267. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.ts +11 -0
  268. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  269. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +10 -0
  270. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  271. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  272. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.mjs +10 -0
  273. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  274. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  275. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  276. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  277. package/dist/170/solanaIngressEgress/depositIgnored.cjs +17 -0
  278. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +40 -0
  279. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +40 -0
  280. package/dist/170/solanaIngressEgress/depositIgnored.mjs +17 -0
  281. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +6 -0
  282. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.cts +11 -0
  283. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.ts +11 -0
  284. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.mjs +6 -0
  285. package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +6 -0
  286. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.cts +5 -0
  287. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.ts +5 -0
  288. package/dist/170/solanaIngressEgress/transactionRejectionFailed.mjs +6 -0
  289. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  290. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  291. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  292. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  293. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  294. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  295. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  296. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  297. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  298. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.cts +11 -0
  299. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.ts +11 -0
  300. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  301. package/dist/170/swapping/minimumChunkSizeSet.cjs +10 -0
  302. package/dist/170/swapping/minimumChunkSizeSet.d.cts +24 -0
  303. package/dist/170/swapping/minimumChunkSizeSet.d.ts +24 -0
  304. package/dist/170/swapping/minimumChunkSizeSet.mjs +10 -0
  305. package/dist/170/swapping/swapRequested.d.cts +135 -135
  306. package/dist/170/swapping/swapRequested.d.ts +135 -135
  307. package/dist/HandlerMap.cjs +3 -6
  308. package/dist/HandlerMap.mjs +3 -6
  309. package/dist/Processor.cjs +12 -16
  310. package/dist/Processor.mjs +8 -12
  311. package/dist/{chunk-FTWJXIFQ.cjs → chunk-6F7DYTPM.cjs} +1 -2
  312. package/dist/{chunk-AYNJNFEN.mjs → chunk-XRJFNASX.mjs} +1 -2
  313. package/dist/index.cjs +1 -1
  314. package/dist/index.mjs +1 -1
  315. package/dist/types.d.cts +1 -2
  316. package/dist/types.d.ts +1 -2
  317. package/dist/utils.cjs +1 -1
  318. package/dist/utils.mjs +1 -1
  319. package/package.json +8 -3
@@ -0,0 +1,564 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
4
+ reason: z.ZodUnion<[z.ZodObject<{
5
+ __kind: z.ZodLiteral<"Other">;
6
+ }, "strip", z.ZodTypeAny, {
7
+ __kind: "Other";
8
+ }, {
9
+ __kind: "Other";
10
+ }>, z.ZodObject<{
11
+ __kind: z.ZodLiteral<"CannotLookup">;
12
+ }, "strip", z.ZodTypeAny, {
13
+ __kind: "CannotLookup";
14
+ }, {
15
+ __kind: "CannotLookup";
16
+ }>, z.ZodObject<{
17
+ __kind: z.ZodLiteral<"BadOrigin">;
18
+ }, "strip", z.ZodTypeAny, {
19
+ __kind: "BadOrigin";
20
+ }, {
21
+ __kind: "BadOrigin";
22
+ }>, z.ZodObject<{
23
+ __kind: z.ZodLiteral<"Module">;
24
+ value: z.ZodObject<{
25
+ index: z.ZodNumber;
26
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ index: number;
29
+ error: `0x${string}`;
30
+ }, {
31
+ index: number;
32
+ error: string;
33
+ }>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ value: {
36
+ index: number;
37
+ error: `0x${string}`;
38
+ };
39
+ __kind: "Module";
40
+ }, {
41
+ value: {
42
+ index: number;
43
+ error: string;
44
+ };
45
+ __kind: "Module";
46
+ }>, z.ZodObject<{
47
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
48
+ }, "strip", z.ZodTypeAny, {
49
+ __kind: "ConsumerRemaining";
50
+ }, {
51
+ __kind: "ConsumerRemaining";
52
+ }>, z.ZodObject<{
53
+ __kind: z.ZodLiteral<"NoProviders">;
54
+ }, "strip", z.ZodTypeAny, {
55
+ __kind: "NoProviders";
56
+ }, {
57
+ __kind: "NoProviders";
58
+ }>, z.ZodObject<{
59
+ __kind: z.ZodLiteral<"TooManyConsumers">;
60
+ }, "strip", z.ZodTypeAny, {
61
+ __kind: "TooManyConsumers";
62
+ }, {
63
+ __kind: "TooManyConsumers";
64
+ }>, z.ZodObject<{
65
+ __kind: z.ZodLiteral<"Token">;
66
+ value: z.ZodEffects<z.ZodObject<{
67
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
68
+ }, "strip", z.ZodTypeAny, {
69
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
70
+ }, {
71
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
72
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
73
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
74
+ }>;
75
+ }, "strip", z.ZodTypeAny, {
76
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
77
+ __kind: "Token";
78
+ }, {
79
+ value: {
80
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
81
+ };
82
+ __kind: "Token";
83
+ }>, z.ZodObject<{
84
+ __kind: z.ZodLiteral<"Arithmetic">;
85
+ value: z.ZodEffects<z.ZodObject<{
86
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
87
+ }, "strip", z.ZodTypeAny, {
88
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
89
+ }, {
90
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
91
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
92
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
93
+ }>;
94
+ }, "strip", z.ZodTypeAny, {
95
+ value: "Underflow" | "Overflow" | "DivisionByZero";
96
+ __kind: "Arithmetic";
97
+ }, {
98
+ value: {
99
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
100
+ };
101
+ __kind: "Arithmetic";
102
+ }>, z.ZodObject<{
103
+ __kind: z.ZodLiteral<"Transactional">;
104
+ value: z.ZodEffects<z.ZodObject<{
105
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
106
+ }, "strip", z.ZodTypeAny, {
107
+ __kind: "LimitReached" | "NoLayer";
108
+ }, {
109
+ __kind: "LimitReached" | "NoLayer";
110
+ }>, "LimitReached" | "NoLayer", {
111
+ __kind: "LimitReached" | "NoLayer";
112
+ }>;
113
+ }, "strip", z.ZodTypeAny, {
114
+ value: "LimitReached" | "NoLayer";
115
+ __kind: "Transactional";
116
+ }, {
117
+ value: {
118
+ __kind: "LimitReached" | "NoLayer";
119
+ };
120
+ __kind: "Transactional";
121
+ }>, z.ZodObject<{
122
+ __kind: z.ZodLiteral<"Exhausted">;
123
+ }, "strip", z.ZodTypeAny, {
124
+ __kind: "Exhausted";
125
+ }, {
126
+ __kind: "Exhausted";
127
+ }>, z.ZodObject<{
128
+ __kind: z.ZodLiteral<"Corruption">;
129
+ }, "strip", z.ZodTypeAny, {
130
+ __kind: "Corruption";
131
+ }, {
132
+ __kind: "Corruption";
133
+ }>, z.ZodObject<{
134
+ __kind: z.ZodLiteral<"Unavailable">;
135
+ }, "strip", z.ZodTypeAny, {
136
+ __kind: "Unavailable";
137
+ }, {
138
+ __kind: "Unavailable";
139
+ }>, z.ZodObject<{
140
+ __kind: z.ZodLiteral<"RootNotAllowed">;
141
+ }, "strip", z.ZodTypeAny, {
142
+ __kind: "RootNotAllowed";
143
+ }, {
144
+ __kind: "RootNotAllowed";
145
+ }>]>;
146
+ depositWitness: z.ZodObject<{
147
+ depositAddress: z.ZodUnion<[z.ZodObject<{
148
+ __kind: z.ZodLiteral<"P2PKH">;
149
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
150
+ }, "strip", z.ZodTypeAny, {
151
+ value: `0x${string}`;
152
+ __kind: "P2PKH";
153
+ }, {
154
+ value: string;
155
+ __kind: "P2PKH";
156
+ }>, z.ZodObject<{
157
+ __kind: z.ZodLiteral<"P2SH">;
158
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
159
+ }, "strip", z.ZodTypeAny, {
160
+ value: `0x${string}`;
161
+ __kind: "P2SH";
162
+ }, {
163
+ value: string;
164
+ __kind: "P2SH";
165
+ }>, z.ZodObject<{
166
+ __kind: z.ZodLiteral<"P2WPKH">;
167
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
168
+ }, "strip", z.ZodTypeAny, {
169
+ value: `0x${string}`;
170
+ __kind: "P2WPKH";
171
+ }, {
172
+ value: string;
173
+ __kind: "P2WPKH";
174
+ }>, z.ZodObject<{
175
+ __kind: z.ZodLiteral<"P2WSH">;
176
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
177
+ }, "strip", z.ZodTypeAny, {
178
+ value: `0x${string}`;
179
+ __kind: "P2WSH";
180
+ }, {
181
+ value: string;
182
+ __kind: "P2WSH";
183
+ }>, z.ZodObject<{
184
+ __kind: z.ZodLiteral<"Taproot">;
185
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
186
+ }, "strip", z.ZodTypeAny, {
187
+ value: `0x${string}`;
188
+ __kind: "Taproot";
189
+ }, {
190
+ value: string;
191
+ __kind: "Taproot";
192
+ }>, z.ZodObject<{
193
+ __kind: z.ZodLiteral<"OtherSegwit">;
194
+ version: z.ZodNumber;
195
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
196
+ }, "strip", z.ZodTypeAny, {
197
+ __kind: "OtherSegwit";
198
+ version: number;
199
+ program: `0x${string}`;
200
+ }, {
201
+ __kind: "OtherSegwit";
202
+ version: number;
203
+ program: string;
204
+ }>]>;
205
+ asset: z.ZodEffects<z.ZodObject<{
206
+ __kind: z.ZodEnum<["Btc"]>;
207
+ }, "strip", z.ZodTypeAny, {
208
+ __kind: "Btc";
209
+ }, {
210
+ __kind: "Btc";
211
+ }>, "Btc", {
212
+ __kind: "Btc";
213
+ }>;
214
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
215
+ depositDetails: z.ZodObject<{
216
+ id: z.ZodObject<{
217
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
218
+ vout: z.ZodNumber;
219
+ }, "strip", z.ZodTypeAny, {
220
+ txId: `0x${string}`;
221
+ vout: number;
222
+ }, {
223
+ txId: string;
224
+ vout: number;
225
+ }>;
226
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
227
+ depositAddress: z.ZodObject<{
228
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
229
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
230
+ salt: z.ZodNumber;
231
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
232
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
233
+ unlockScript: z.ZodObject<{
234
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
235
+ }, "strip", z.ZodTypeAny, {
236
+ bytes: `0x${string}`;
237
+ }, {
238
+ bytes: string;
239
+ }>;
240
+ }, "strip", z.ZodTypeAny, {
241
+ salt: number;
242
+ tweakedPubkeyBytes: `0x${string}`;
243
+ tapleafHash: `0x${string}`;
244
+ unlockScript: {
245
+ bytes: `0x${string}`;
246
+ };
247
+ }, {
248
+ salt: number;
249
+ tweakedPubkeyBytes: string;
250
+ tapleafHash: string;
251
+ unlockScript: {
252
+ bytes: string;
253
+ };
254
+ }>>>;
255
+ }, "strip", z.ZodTypeAny, {
256
+ pubkeyX: `0x${string}`;
257
+ scriptPath?: {
258
+ salt: number;
259
+ tweakedPubkeyBytes: `0x${string}`;
260
+ tapleafHash: `0x${string}`;
261
+ unlockScript: {
262
+ bytes: `0x${string}`;
263
+ };
264
+ } | null | undefined;
265
+ }, {
266
+ pubkeyX: string;
267
+ scriptPath?: {
268
+ salt: number;
269
+ tweakedPubkeyBytes: string;
270
+ tapleafHash: string;
271
+ unlockScript: {
272
+ bytes: string;
273
+ };
274
+ } | null | undefined;
275
+ }>;
276
+ }, "strip", z.ZodTypeAny, {
277
+ amount: bigint;
278
+ depositAddress: {
279
+ pubkeyX: `0x${string}`;
280
+ scriptPath?: {
281
+ salt: number;
282
+ tweakedPubkeyBytes: `0x${string}`;
283
+ tapleafHash: `0x${string}`;
284
+ unlockScript: {
285
+ bytes: `0x${string}`;
286
+ };
287
+ } | null | undefined;
288
+ };
289
+ id: {
290
+ txId: `0x${string}`;
291
+ vout: number;
292
+ };
293
+ }, {
294
+ amount: string | number;
295
+ depositAddress: {
296
+ pubkeyX: string;
297
+ scriptPath?: {
298
+ salt: number;
299
+ tweakedPubkeyBytes: string;
300
+ tapleafHash: string;
301
+ unlockScript: {
302
+ bytes: string;
303
+ };
304
+ } | null | undefined;
305
+ };
306
+ id: {
307
+ txId: string;
308
+ vout: number;
309
+ };
310
+ }>;
311
+ }, "strip", z.ZodTypeAny, {
312
+ amount: bigint;
313
+ depositAddress: {
314
+ value: `0x${string}`;
315
+ __kind: "P2PKH";
316
+ } | {
317
+ value: `0x${string}`;
318
+ __kind: "P2SH";
319
+ } | {
320
+ value: `0x${string}`;
321
+ __kind: "P2WPKH";
322
+ } | {
323
+ value: `0x${string}`;
324
+ __kind: "P2WSH";
325
+ } | {
326
+ value: `0x${string}`;
327
+ __kind: "Taproot";
328
+ } | {
329
+ __kind: "OtherSegwit";
330
+ version: number;
331
+ program: `0x${string}`;
332
+ };
333
+ asset: "Btc";
334
+ depositDetails: {
335
+ amount: bigint;
336
+ depositAddress: {
337
+ pubkeyX: `0x${string}`;
338
+ scriptPath?: {
339
+ salt: number;
340
+ tweakedPubkeyBytes: `0x${string}`;
341
+ tapleafHash: `0x${string}`;
342
+ unlockScript: {
343
+ bytes: `0x${string}`;
344
+ };
345
+ } | null | undefined;
346
+ };
347
+ id: {
348
+ txId: `0x${string}`;
349
+ vout: number;
350
+ };
351
+ };
352
+ }, {
353
+ amount: string | number;
354
+ depositAddress: {
355
+ value: string;
356
+ __kind: "P2PKH";
357
+ } | {
358
+ value: string;
359
+ __kind: "P2SH";
360
+ } | {
361
+ value: string;
362
+ __kind: "P2WPKH";
363
+ } | {
364
+ value: string;
365
+ __kind: "P2WSH";
366
+ } | {
367
+ value: string;
368
+ __kind: "Taproot";
369
+ } | {
370
+ __kind: "OtherSegwit";
371
+ version: number;
372
+ program: string;
373
+ };
374
+ asset: {
375
+ __kind: "Btc";
376
+ };
377
+ depositDetails: {
378
+ amount: string | number;
379
+ depositAddress: {
380
+ pubkeyX: string;
381
+ scriptPath?: {
382
+ salt: number;
383
+ tweakedPubkeyBytes: string;
384
+ tapleafHash: string;
385
+ unlockScript: {
386
+ bytes: string;
387
+ };
388
+ } | null | undefined;
389
+ };
390
+ id: {
391
+ txId: string;
392
+ vout: number;
393
+ };
394
+ };
395
+ }>;
396
+ }, "strip", z.ZodTypeAny, {
397
+ reason: {
398
+ __kind: "Other";
399
+ } | {
400
+ __kind: "CannotLookup";
401
+ } | {
402
+ __kind: "BadOrigin";
403
+ } | {
404
+ value: {
405
+ index: number;
406
+ error: `0x${string}`;
407
+ };
408
+ __kind: "Module";
409
+ } | {
410
+ __kind: "ConsumerRemaining";
411
+ } | {
412
+ __kind: "NoProviders";
413
+ } | {
414
+ __kind: "TooManyConsumers";
415
+ } | {
416
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
417
+ __kind: "Token";
418
+ } | {
419
+ value: "Underflow" | "Overflow" | "DivisionByZero";
420
+ __kind: "Arithmetic";
421
+ } | {
422
+ value: "LimitReached" | "NoLayer";
423
+ __kind: "Transactional";
424
+ } | {
425
+ __kind: "Exhausted";
426
+ } | {
427
+ __kind: "Corruption";
428
+ } | {
429
+ __kind: "Unavailable";
430
+ } | {
431
+ __kind: "RootNotAllowed";
432
+ };
433
+ depositWitness: {
434
+ amount: bigint;
435
+ depositAddress: {
436
+ value: `0x${string}`;
437
+ __kind: "P2PKH";
438
+ } | {
439
+ value: `0x${string}`;
440
+ __kind: "P2SH";
441
+ } | {
442
+ value: `0x${string}`;
443
+ __kind: "P2WPKH";
444
+ } | {
445
+ value: `0x${string}`;
446
+ __kind: "P2WSH";
447
+ } | {
448
+ value: `0x${string}`;
449
+ __kind: "Taproot";
450
+ } | {
451
+ __kind: "OtherSegwit";
452
+ version: number;
453
+ program: `0x${string}`;
454
+ };
455
+ asset: "Btc";
456
+ depositDetails: {
457
+ amount: bigint;
458
+ depositAddress: {
459
+ pubkeyX: `0x${string}`;
460
+ scriptPath?: {
461
+ salt: number;
462
+ tweakedPubkeyBytes: `0x${string}`;
463
+ tapleafHash: `0x${string}`;
464
+ unlockScript: {
465
+ bytes: `0x${string}`;
466
+ };
467
+ } | null | undefined;
468
+ };
469
+ id: {
470
+ txId: `0x${string}`;
471
+ vout: number;
472
+ };
473
+ };
474
+ };
475
+ }, {
476
+ reason: {
477
+ __kind: "Other";
478
+ } | {
479
+ __kind: "CannotLookup";
480
+ } | {
481
+ __kind: "BadOrigin";
482
+ } | {
483
+ value: {
484
+ index: number;
485
+ error: string;
486
+ };
487
+ __kind: "Module";
488
+ } | {
489
+ __kind: "ConsumerRemaining";
490
+ } | {
491
+ __kind: "NoProviders";
492
+ } | {
493
+ __kind: "TooManyConsumers";
494
+ } | {
495
+ value: {
496
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
497
+ };
498
+ __kind: "Token";
499
+ } | {
500
+ value: {
501
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
502
+ };
503
+ __kind: "Arithmetic";
504
+ } | {
505
+ value: {
506
+ __kind: "LimitReached" | "NoLayer";
507
+ };
508
+ __kind: "Transactional";
509
+ } | {
510
+ __kind: "Exhausted";
511
+ } | {
512
+ __kind: "Corruption";
513
+ } | {
514
+ __kind: "Unavailable";
515
+ } | {
516
+ __kind: "RootNotAllowed";
517
+ };
518
+ depositWitness: {
519
+ amount: string | number;
520
+ depositAddress: {
521
+ value: string;
522
+ __kind: "P2PKH";
523
+ } | {
524
+ value: string;
525
+ __kind: "P2SH";
526
+ } | {
527
+ value: string;
528
+ __kind: "P2WPKH";
529
+ } | {
530
+ value: string;
531
+ __kind: "P2WSH";
532
+ } | {
533
+ value: string;
534
+ __kind: "Taproot";
535
+ } | {
536
+ __kind: "OtherSegwit";
537
+ version: number;
538
+ program: string;
539
+ };
540
+ asset: {
541
+ __kind: "Btc";
542
+ };
543
+ depositDetails: {
544
+ amount: string | number;
545
+ depositAddress: {
546
+ pubkeyX: string;
547
+ scriptPath?: {
548
+ salt: number;
549
+ tweakedPubkeyBytes: string;
550
+ tapleafHash: string;
551
+ unlockScript: {
552
+ bytes: string;
553
+ };
554
+ } | null | undefined;
555
+ };
556
+ id: {
557
+ txId: string;
558
+ vout: number;
559
+ };
560
+ };
561
+ };
562
+ }>;
563
+
564
+ export { bitcoinIngressEgressDepositWitnessRejected };