@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
@@ -5,22 +5,22 @@ declare const swappingSwapExecuted: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
11
- }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  swapInput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  destinationAsset: z.ZodEffects<z.ZodObject<{
17
17
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
20
20
  }, {
21
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
22
- }>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
23
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
22
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
23
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
24
24
  }>;
25
25
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  swapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -31,67 +31,67 @@ declare const swappingSwapExecuted: z.ZodObject<{
31
31
  __kind: z.ZodLiteral<"Eth">;
32
32
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- value: `0x${string}`;
35
34
  __kind: "Eth";
35
+ value: `0x${string}`;
36
36
  }, {
37
- value: string;
38
37
  __kind: "Eth";
38
+ value: string;
39
39
  }>, z.ZodObject<{
40
40
  __kind: z.ZodLiteral<"Dot">;
41
41
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- value: `0x${string}`;
44
43
  __kind: "Dot";
44
+ value: `0x${string}`;
45
45
  }, {
46
- value: string;
47
46
  __kind: "Dot";
47
+ value: string;
48
48
  }>, z.ZodObject<{
49
49
  __kind: z.ZodLiteral<"Btc">;
50
50
  value: z.ZodUnion<[z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"P2PKH">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- value: `0x${string}`;
55
54
  __kind: "P2PKH";
55
+ value: `0x${string}`;
56
56
  }, {
57
- value: string;
58
57
  __kind: "P2PKH";
58
+ value: string;
59
59
  }>, z.ZodObject<{
60
60
  __kind: z.ZodLiteral<"P2SH">;
61
61
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- value: `0x${string}`;
64
63
  __kind: "P2SH";
64
+ value: `0x${string}`;
65
65
  }, {
66
- value: string;
67
66
  __kind: "P2SH";
67
+ value: string;
68
68
  }>, z.ZodObject<{
69
69
  __kind: z.ZodLiteral<"P2WPKH">;
70
70
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- value: `0x${string}`;
73
72
  __kind: "P2WPKH";
73
+ value: `0x${string}`;
74
74
  }, {
75
- value: string;
76
75
  __kind: "P2WPKH";
76
+ value: string;
77
77
  }>, z.ZodObject<{
78
78
  __kind: z.ZodLiteral<"P2WSH">;
79
79
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- value: `0x${string}`;
82
81
  __kind: "P2WSH";
82
+ value: `0x${string}`;
83
83
  }, {
84
- value: string;
85
84
  __kind: "P2WSH";
85
+ value: string;
86
86
  }>, z.ZodObject<{
87
87
  __kind: z.ZodLiteral<"Taproot">;
88
88
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- value: `0x${string}`;
91
90
  __kind: "Taproot";
91
+ value: `0x${string}`;
92
92
  }, {
93
- value: string;
94
93
  __kind: "Taproot";
94
+ value: string;
95
95
  }>, z.ZodObject<{
96
96
  __kind: z.ZodLiteral<"OtherSegwit">;
97
97
  version: z.ZodNumber;
@@ -106,160 +106,160 @@ declare const swappingSwapExecuted: z.ZodObject<{
106
106
  program: string;
107
107
  }>]>;
108
108
  }, "strip", z.ZodTypeAny, {
109
+ __kind: "Btc";
109
110
  value: {
110
- value: `0x${string}`;
111
111
  __kind: "P2PKH";
112
- } | {
113
112
  value: `0x${string}`;
114
- __kind: "P2SH";
115
113
  } | {
114
+ __kind: "P2SH";
116
115
  value: `0x${string}`;
117
- __kind: "P2WPKH";
118
116
  } | {
117
+ __kind: "P2WPKH";
119
118
  value: `0x${string}`;
120
- __kind: "P2WSH";
121
119
  } | {
120
+ __kind: "P2WSH";
122
121
  value: `0x${string}`;
122
+ } | {
123
123
  __kind: "Taproot";
124
+ value: `0x${string}`;
124
125
  } | {
125
126
  __kind: "OtherSegwit";
126
127
  version: number;
127
128
  program: `0x${string}`;
128
129
  };
129
- __kind: "Btc";
130
130
  }, {
131
+ __kind: "Btc";
131
132
  value: {
132
- value: string;
133
133
  __kind: "P2PKH";
134
- } | {
135
134
  value: string;
136
- __kind: "P2SH";
137
135
  } | {
136
+ __kind: "P2SH";
138
137
  value: string;
139
- __kind: "P2WPKH";
140
138
  } | {
139
+ __kind: "P2WPKH";
141
140
  value: string;
142
- __kind: "P2WSH";
143
141
  } | {
142
+ __kind: "P2WSH";
144
143
  value: string;
144
+ } | {
145
145
  __kind: "Taproot";
146
+ value: string;
146
147
  } | {
147
148
  __kind: "OtherSegwit";
148
149
  version: number;
149
150
  program: string;
150
151
  };
151
- __kind: "Btc";
152
152
  }>, z.ZodObject<{
153
153
  __kind: z.ZodLiteral<"Arb">;
154
154
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
155
155
  }, "strip", z.ZodTypeAny, {
156
- value: `0x${string}`;
157
156
  __kind: "Arb";
157
+ value: `0x${string}`;
158
158
  }, {
159
- value: string;
160
159
  __kind: "Arb";
160
+ value: string;
161
161
  }>, z.ZodObject<{
162
162
  __kind: z.ZodLiteral<"Sol">;
163
163
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
164
164
  }, "strip", z.ZodTypeAny, {
165
- value: `0x${string}`;
166
165
  __kind: "Sol";
166
+ value: `0x${string}`;
167
167
  }, {
168
- value: string;
169
168
  __kind: "Sol";
169
+ value: string;
170
170
  }>]>;
171
171
  }, "strip", z.ZodTypeAny, {
172
+ __kind: "Swap";
172
173
  value: {
173
- value: `0x${string}`;
174
174
  __kind: "Eth";
175
- } | {
176
175
  value: `0x${string}`;
176
+ } | {
177
177
  __kind: "Dot";
178
+ value: `0x${string}`;
178
179
  } | {
180
+ __kind: "Btc";
179
181
  value: {
180
- value: `0x${string}`;
181
182
  __kind: "P2PKH";
182
- } | {
183
183
  value: `0x${string}`;
184
- __kind: "P2SH";
185
184
  } | {
185
+ __kind: "P2SH";
186
186
  value: `0x${string}`;
187
- __kind: "P2WPKH";
188
187
  } | {
188
+ __kind: "P2WPKH";
189
189
  value: `0x${string}`;
190
- __kind: "P2WSH";
191
190
  } | {
191
+ __kind: "P2WSH";
192
192
  value: `0x${string}`;
193
+ } | {
193
194
  __kind: "Taproot";
195
+ value: `0x${string}`;
194
196
  } | {
195
197
  __kind: "OtherSegwit";
196
198
  version: number;
197
199
  program: `0x${string}`;
198
200
  };
199
- __kind: "Btc";
200
201
  } | {
201
- value: `0x${string}`;
202
202
  __kind: "Arb";
203
- } | {
204
203
  value: `0x${string}`;
204
+ } | {
205
205
  __kind: "Sol";
206
+ value: `0x${string}`;
206
207
  };
207
- __kind: "Swap";
208
208
  }, {
209
+ __kind: "Swap";
209
210
  value: {
210
- value: string;
211
211
  __kind: "Eth";
212
- } | {
213
212
  value: string;
213
+ } | {
214
214
  __kind: "Dot";
215
+ value: string;
215
216
  } | {
217
+ __kind: "Btc";
216
218
  value: {
217
- value: string;
218
219
  __kind: "P2PKH";
219
- } | {
220
220
  value: string;
221
- __kind: "P2SH";
222
221
  } | {
222
+ __kind: "P2SH";
223
223
  value: string;
224
- __kind: "P2WPKH";
225
224
  } | {
225
+ __kind: "P2WPKH";
226
226
  value: string;
227
- __kind: "P2WSH";
228
227
  } | {
228
+ __kind: "P2WSH";
229
229
  value: string;
230
+ } | {
230
231
  __kind: "Taproot";
232
+ value: string;
231
233
  } | {
232
234
  __kind: "OtherSegwit";
233
235
  version: number;
234
236
  program: string;
235
237
  };
236
- __kind: "Btc";
237
238
  } | {
238
- value: string;
239
239
  __kind: "Arb";
240
- } | {
241
240
  value: string;
241
+ } | {
242
242
  __kind: "Sol";
243
+ value: string;
243
244
  };
244
- __kind: "Swap";
245
245
  }>, z.ZodObject<{
246
246
  __kind: z.ZodLiteral<"CcmPrincipal">;
247
247
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
248
248
  }, "strip", z.ZodTypeAny, {
249
- value: bigint;
250
249
  __kind: "CcmPrincipal";
250
+ value: bigint;
251
251
  }, {
252
- value: string | number;
253
252
  __kind: "CcmPrincipal";
253
+ value: string | number;
254
254
  }>, z.ZodObject<{
255
255
  __kind: z.ZodLiteral<"CcmGas">;
256
256
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
257
257
  }, "strip", z.ZodTypeAny, {
258
- value: bigint;
259
258
  __kind: "CcmGas";
259
+ value: bigint;
260
260
  }, {
261
- value: string | number;
262
261
  __kind: "CcmGas";
262
+ value: string | number;
263
263
  }>, z.ZodObject<{
264
264
  __kind: z.ZodLiteral<"NetworkFee">;
265
265
  }, "strip", z.ZodTypeAny, {
@@ -276,54 +276,54 @@ declare const swappingSwapExecuted: z.ZodObject<{
276
276
  }, "strip", z.ZodTypeAny, {
277
277
  swapId: bigint;
278
278
  depositAmount: bigint;
279
- sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
280
- destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
279
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
280
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
281
281
  swapInput: bigint;
282
282
  egressAmount: bigint;
283
283
  swapOutput: bigint;
284
284
  swapType: {
285
+ __kind: "Swap";
285
286
  value: {
286
- value: `0x${string}`;
287
287
  __kind: "Eth";
288
- } | {
289
288
  value: `0x${string}`;
289
+ } | {
290
290
  __kind: "Dot";
291
+ value: `0x${string}`;
291
292
  } | {
293
+ __kind: "Btc";
292
294
  value: {
293
- value: `0x${string}`;
294
295
  __kind: "P2PKH";
295
- } | {
296
296
  value: `0x${string}`;
297
- __kind: "P2SH";
298
297
  } | {
298
+ __kind: "P2SH";
299
299
  value: `0x${string}`;
300
- __kind: "P2WPKH";
301
300
  } | {
301
+ __kind: "P2WPKH";
302
302
  value: `0x${string}`;
303
- __kind: "P2WSH";
304
303
  } | {
304
+ __kind: "P2WSH";
305
305
  value: `0x${string}`;
306
+ } | {
306
307
  __kind: "Taproot";
308
+ value: `0x${string}`;
307
309
  } | {
308
310
  __kind: "OtherSegwit";
309
311
  version: number;
310
312
  program: `0x${string}`;
311
313
  };
312
- __kind: "Btc";
313
314
  } | {
314
- value: `0x${string}`;
315
315
  __kind: "Arb";
316
- } | {
317
316
  value: `0x${string}`;
317
+ } | {
318
318
  __kind: "Sol";
319
+ value: `0x${string}`;
319
320
  };
320
- __kind: "Swap";
321
321
  } | {
322
- value: bigint;
323
322
  __kind: "CcmPrincipal";
324
- } | {
325
323
  value: bigint;
324
+ } | {
326
325
  __kind: "CcmGas";
326
+ value: bigint;
327
327
  } | {
328
328
  __kind: "NetworkFee";
329
329
  } | {
@@ -334,57 +334,57 @@ declare const swappingSwapExecuted: z.ZodObject<{
334
334
  swapId: string | number;
335
335
  depositAmount: string | number;
336
336
  sourceAsset: {
337
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
337
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
338
338
  };
339
339
  destinationAsset: {
340
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
340
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
341
341
  };
342
342
  swapInput: string | number;
343
343
  egressAmount: string | number;
344
344
  swapOutput: string | number;
345
345
  swapType: {
346
+ __kind: "Swap";
346
347
  value: {
347
- value: string;
348
348
  __kind: "Eth";
349
- } | {
350
349
  value: string;
350
+ } | {
351
351
  __kind: "Dot";
352
+ value: string;
352
353
  } | {
354
+ __kind: "Btc";
353
355
  value: {
354
- value: string;
355
356
  __kind: "P2PKH";
356
- } | {
357
357
  value: string;
358
- __kind: "P2SH";
359
358
  } | {
359
+ __kind: "P2SH";
360
360
  value: string;
361
- __kind: "P2WPKH";
362
361
  } | {
362
+ __kind: "P2WPKH";
363
363
  value: string;
364
- __kind: "P2WSH";
365
364
  } | {
365
+ __kind: "P2WSH";
366
366
  value: string;
367
+ } | {
367
368
  __kind: "Taproot";
369
+ value: string;
368
370
  } | {
369
371
  __kind: "OtherSegwit";
370
372
  version: number;
371
373
  program: string;
372
374
  };
373
- __kind: "Btc";
374
375
  } | {
375
- value: string;
376
376
  __kind: "Arb";
377
- } | {
378
377
  value: string;
378
+ } | {
379
379
  __kind: "Sol";
380
+ value: string;
380
381
  };
381
- __kind: "Swap";
382
382
  } | {
383
- value: string | number;
384
383
  __kind: "CcmPrincipal";
385
- } | {
386
384
  value: string | number;
385
+ } | {
387
386
  __kind: "CcmGas";
387
+ value: string | number;
388
388
  } | {
389
389
  __kind: "NetworkFee";
390
390
  } | {