@chainflip/processor 1.4.6 → 1.4.7

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 (219) hide show
  1. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +10 -26
  2. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +10 -26
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +10 -26
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +10 -26
  5. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  6. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  7. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  8. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  9. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +10 -26
  10. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +10 -26
  11. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  12. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  13. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +10 -26
  14. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +10 -26
  15. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +10 -26
  16. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +10 -26
  17. package/dist/100/common.cjs +4 -9
  18. package/dist/100/common.d.cts +106 -222
  19. package/dist/100/common.d.ts +106 -222
  20. package/dist/100/common.mjs +4 -9
  21. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  22. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  23. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  24. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  25. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  26. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  27. package/dist/100/funding/funded.d.cts +2 -2
  28. package/dist/100/funding/funded.d.ts +2 -2
  29. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  30. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  31. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  32. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  33. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  34. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  35. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  36. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  37. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  38. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  39. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  40. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  41. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  42. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  43. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  44. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  45. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  46. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  47. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  48. package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
  49. package/dist/100/swapping/ccmDepositReceived.d.cts +88 -112
  50. package/dist/100/swapping/ccmDepositReceived.d.ts +88 -112
  51. package/dist/100/swapping/ccmFailed.d.cts +88 -112
  52. package/dist/100/swapping/ccmFailed.d.ts +88 -112
  53. package/dist/100/swapping/swapAmountTooLow.d.cts +88 -124
  54. package/dist/100/swapping/swapAmountTooLow.d.ts +88 -124
  55. package/dist/100/swapping/swapDepositAddressReady.d.cts +24 -24
  56. package/dist/100/swapping/swapDepositAddressReady.d.ts +24 -24
  57. package/dist/100/swapping/swapEgressScheduled.d.cts +4 -4
  58. package/dist/100/swapping/swapEgressScheduled.d.ts +4 -4
  59. package/dist/100/swapping/swapScheduled.d.cts +176 -236
  60. package/dist/100/swapping/swapScheduled.d.ts +176 -236
  61. package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
  62. package/dist/100/swapping/withdrawalRequested.d.ts +16 -16
  63. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  64. package/dist/100/system/extrinsicFailed.d.ts +17 -17
  65. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  66. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  67. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +10 -26
  68. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +10 -26
  69. package/dist/111/common.cjs +1 -4
  70. package/dist/111/common.d.cts +6 -18
  71. package/dist/111/common.d.ts +6 -18
  72. package/dist/111/common.mjs +1 -4
  73. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  74. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  75. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  76. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  77. package/dist/120/common.cjs +3 -5
  78. package/dist/120/common.d.cts +36 -96
  79. package/dist/120/common.d.ts +36 -96
  80. package/dist/120/common.mjs +3 -5
  81. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  82. package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
  83. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -26
  84. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -26
  85. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -26
  86. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -26
  87. package/dist/120/swapping/ccmFailed.d.cts +18 -42
  88. package/dist/120/swapping/ccmFailed.d.ts +18 -42
  89. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  90. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  91. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  92. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  93. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  94. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  95. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  96. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  97. package/dist/131/common.cjs +6 -10
  98. package/dist/131/common.d.cts +110 -238
  99. package/dist/131/common.d.ts +110 -238
  100. package/dist/131/common.mjs +6 -10
  101. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  102. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  103. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  104. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  105. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +12 -28
  106. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +12 -28
  107. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  108. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  109. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  110. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  111. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  112. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  113. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  114. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  115. package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
  116. package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
  117. package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
  118. package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
  119. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  120. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  121. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  122. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  123. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  124. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  125. package/dist/131/swapping/ccmFailed.d.cts +90 -150
  126. package/dist/131/swapping/ccmFailed.d.ts +90 -150
  127. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  128. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  129. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  130. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  131. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  132. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  133. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  134. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  135. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  136. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  137. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  138. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  139. package/dist/131/swapping/swapScheduled.d.cts +104 -164
  140. package/dist/131/swapping/swapScheduled.d.ts +104 -164
  141. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  142. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  143. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  144. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  145. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +14 -30
  146. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +14 -30
  147. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  148. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  149. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +14 -30
  150. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +14 -30
  151. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  152. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  153. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  154. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  155. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  156. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  157. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  158. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  159. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  160. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  161. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  162. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  163. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -52
  164. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -52
  165. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -52
  166. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -52
  167. package/dist/141/common.cjs +6 -10
  168. package/dist/141/common.d.cts +115 -233
  169. package/dist/141/common.d.ts +115 -233
  170. package/dist/141/common.mjs +6 -10
  171. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -26
  172. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +10 -26
  173. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +10 -26
  174. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +10 -26
  175. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  176. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  177. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  178. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  179. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  180. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  181. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  182. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  183. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  184. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  185. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  186. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  187. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  188. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  189. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  190. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  191. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  192. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  193. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -26
  194. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +10 -26
  195. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +10 -26
  196. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +10 -26
  197. package/dist/141/swapping/ccmDepositReceived.d.cts +102 -126
  198. package/dist/141/swapping/ccmDepositReceived.d.ts +102 -126
  199. package/dist/141/swapping/ccmFailed.d.cts +195 -261
  200. package/dist/141/swapping/ccmFailed.d.ts +195 -261
  201. package/dist/141/swapping/swapDepositAddressReady.d.cts +32 -32
  202. package/dist/141/swapping/swapDepositAddressReady.d.ts +32 -32
  203. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  204. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  205. package/dist/141/swapping/swapExecuted.d.cts +96 -120
  206. package/dist/141/swapping/swapExecuted.d.ts +96 -120
  207. package/dist/141/swapping/swapScheduled.d.cts +207 -273
  208. package/dist/141/swapping/swapScheduled.d.ts +207 -273
  209. package/dist/141/swapping/withdrawalRequested.d.cts +16 -16
  210. package/dist/141/swapping/withdrawalRequested.d.ts +16 -16
  211. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  212. package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +8 -8
  213. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +8 -8
  214. package/dist/141/tokenholderGovernance/proposalPassed.d.ts +8 -8
  215. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +8 -8
  216. package/dist/141/tokenholderGovernance/proposalRejected.d.ts +8 -8
  217. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  218. package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
  219. package/package.json +1 -1
@@ -25,152 +25,114 @@ declare const swappingSwapScheduled: z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Eth">;
26
26
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- __kind: "Eth";
29
28
  value: `0x${string}`;
30
- }, {
31
29
  __kind: "Eth";
30
+ }, {
32
31
  value: string;
32
+ __kind: "Eth";
33
33
  }>, z.ZodObject<{
34
34
  __kind: z.ZodLiteral<"Dot">;
35
35
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- __kind: "Dot";
38
37
  value: `0x${string}`;
39
- }, {
40
38
  __kind: "Dot";
39
+ }, {
41
40
  value: string;
41
+ __kind: "Dot";
42
42
  }>, z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"Btc">;
44
44
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- __kind: "Btc";
47
46
  value: `0x${string}`;
48
- }, {
49
47
  __kind: "Btc";
48
+ }, {
50
49
  value: string;
50
+ __kind: "Btc";
51
51
  }>, z.ZodObject<{
52
52
  __kind: z.ZodLiteral<"Arb">;
53
53
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
54
54
  }, "strip", z.ZodTypeAny, {
55
- __kind: "Arb";
56
55
  value: `0x${string}`;
57
- }, {
58
56
  __kind: "Arb";
57
+ }, {
59
58
  value: string;
59
+ __kind: "Arb";
60
60
  }>]>;
61
61
  origin: z.ZodUnion<[z.ZodObject<{
62
62
  __kind: z.ZodLiteral<"DepositChannel">;
63
- value: z.ZodObject<{
64
- depositAddress: z.ZodUnion<[z.ZodObject<{
65
- __kind: z.ZodLiteral<"Eth">;
66
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
67
- }, "strip", z.ZodTypeAny, {
68
- __kind: "Eth";
69
- value: `0x${string}`;
70
- }, {
71
- __kind: "Eth";
72
- value: string;
73
- }>, z.ZodObject<{
74
- __kind: z.ZodLiteral<"Dot">;
75
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
76
- }, "strip", z.ZodTypeAny, {
77
- __kind: "Dot";
78
- value: `0x${string}`;
79
- }, {
80
- __kind: "Dot";
81
- value: string;
82
- }>, z.ZodObject<{
83
- __kind: z.ZodLiteral<"Btc">;
84
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
85
- }, "strip", z.ZodTypeAny, {
86
- __kind: "Btc";
87
- value: `0x${string}`;
88
- }, {
89
- __kind: "Btc";
90
- value: string;
91
- }>, z.ZodObject<{
92
- __kind: z.ZodLiteral<"Arb">;
93
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
94
- }, "strip", z.ZodTypeAny, {
95
- __kind: "Arb";
96
- value: `0x${string}`;
97
- }, {
98
- __kind: "Arb";
99
- value: string;
100
- }>]>;
101
- channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
102
- depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
63
+ depositAddress: z.ZodUnion<[z.ZodObject<{
64
+ __kind: z.ZodLiteral<"Eth">;
65
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
103
66
  }, "strip", z.ZodTypeAny, {
104
- depositAddress: {
105
- __kind: "Eth";
106
- value: `0x${string}`;
107
- } | {
108
- __kind: "Dot";
109
- value: `0x${string}`;
110
- } | {
111
- __kind: "Btc";
112
- value: `0x${string}`;
113
- } | {
114
- __kind: "Arb";
115
- value: `0x${string}`;
116
- };
117
- channelId: bigint;
118
- depositBlockHeight: bigint;
67
+ value: `0x${string}`;
68
+ __kind: "Eth";
119
69
  }, {
120
- depositAddress: {
121
- __kind: "Eth";
122
- value: string;
123
- } | {
124
- __kind: "Dot";
125
- value: string;
126
- } | {
127
- __kind: "Btc";
128
- value: string;
129
- } | {
130
- __kind: "Arb";
131
- value: string;
132
- };
133
- channelId: string | number;
134
- depositBlockHeight: string | number;
135
- }>;
70
+ value: string;
71
+ __kind: "Eth";
72
+ }>, z.ZodObject<{
73
+ __kind: z.ZodLiteral<"Dot">;
74
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
75
+ }, "strip", z.ZodTypeAny, {
76
+ value: `0x${string}`;
77
+ __kind: "Dot";
78
+ }, {
79
+ value: string;
80
+ __kind: "Dot";
81
+ }>, z.ZodObject<{
82
+ __kind: z.ZodLiteral<"Btc">;
83
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
84
+ }, "strip", z.ZodTypeAny, {
85
+ value: `0x${string}`;
86
+ __kind: "Btc";
87
+ }, {
88
+ value: string;
89
+ __kind: "Btc";
90
+ }>, z.ZodObject<{
91
+ __kind: z.ZodLiteral<"Arb">;
92
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
93
+ }, "strip", z.ZodTypeAny, {
94
+ value: `0x${string}`;
95
+ __kind: "Arb";
96
+ }, {
97
+ value: string;
98
+ __kind: "Arb";
99
+ }>]>;
100
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
101
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
136
102
  }, "strip", z.ZodTypeAny, {
137
103
  __kind: "DepositChannel";
138
- value: {
139
- depositAddress: {
140
- __kind: "Eth";
141
- value: `0x${string}`;
142
- } | {
143
- __kind: "Dot";
144
- value: `0x${string}`;
145
- } | {
146
- __kind: "Btc";
147
- value: `0x${string}`;
148
- } | {
149
- __kind: "Arb";
150
- value: `0x${string}`;
151
- };
152
- channelId: bigint;
153
- depositBlockHeight: bigint;
104
+ depositAddress: {
105
+ value: `0x${string}`;
106
+ __kind: "Eth";
107
+ } | {
108
+ value: `0x${string}`;
109
+ __kind: "Dot";
110
+ } | {
111
+ value: `0x${string}`;
112
+ __kind: "Btc";
113
+ } | {
114
+ value: `0x${string}`;
115
+ __kind: "Arb";
154
116
  };
117
+ channelId: bigint;
118
+ depositBlockHeight: bigint;
155
119
  }, {
156
120
  __kind: "DepositChannel";
157
- value: {
158
- depositAddress: {
159
- __kind: "Eth";
160
- value: string;
161
- } | {
162
- __kind: "Dot";
163
- value: string;
164
- } | {
165
- __kind: "Btc";
166
- value: string;
167
- } | {
168
- __kind: "Arb";
169
- value: string;
170
- };
171
- channelId: string | number;
172
- depositBlockHeight: string | number;
121
+ depositAddress: {
122
+ value: string;
123
+ __kind: "Eth";
124
+ } | {
125
+ value: string;
126
+ __kind: "Dot";
127
+ } | {
128
+ value: string;
129
+ __kind: "Btc";
130
+ } | {
131
+ value: string;
132
+ __kind: "Arb";
173
133
  };
134
+ channelId: string | number;
135
+ depositBlockHeight: string | number;
174
136
  }>, z.ZodObject<{
175
137
  __kind: z.ZodLiteral<"Vault">;
176
138
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -187,240 +149,220 @@ declare const swappingSwapScheduled: z.ZodObject<{
187
149
  __kind: z.ZodLiteral<"Eth">;
188
150
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
189
151
  }, "strip", z.ZodTypeAny, {
190
- __kind: "Eth";
191
152
  value: `0x${string}`;
192
- }, {
193
153
  __kind: "Eth";
154
+ }, {
194
155
  value: string;
156
+ __kind: "Eth";
195
157
  }>, z.ZodObject<{
196
158
  __kind: z.ZodLiteral<"Dot">;
197
159
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
198
160
  }, "strip", z.ZodTypeAny, {
199
- __kind: "Dot";
200
161
  value: `0x${string}`;
201
- }, {
202
162
  __kind: "Dot";
163
+ }, {
203
164
  value: string;
165
+ __kind: "Dot";
204
166
  }>, z.ZodObject<{
205
167
  __kind: z.ZodLiteral<"Btc">;
206
168
  value: z.ZodUnion<[z.ZodObject<{
207
169
  __kind: z.ZodLiteral<"P2PKH">;
208
170
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
209
171
  }, "strip", z.ZodTypeAny, {
210
- __kind: "P2PKH";
211
172
  value: `0x${string}`;
212
- }, {
213
173
  __kind: "P2PKH";
174
+ }, {
214
175
  value: string;
176
+ __kind: "P2PKH";
215
177
  }>, z.ZodObject<{
216
178
  __kind: z.ZodLiteral<"P2SH">;
217
179
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
218
180
  }, "strip", z.ZodTypeAny, {
219
- __kind: "P2SH";
220
181
  value: `0x${string}`;
221
- }, {
222
182
  __kind: "P2SH";
183
+ }, {
223
184
  value: string;
185
+ __kind: "P2SH";
224
186
  }>, z.ZodObject<{
225
187
  __kind: z.ZodLiteral<"P2WPKH">;
226
188
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
227
189
  }, "strip", z.ZodTypeAny, {
228
- __kind: "P2WPKH";
229
190
  value: `0x${string}`;
230
- }, {
231
191
  __kind: "P2WPKH";
192
+ }, {
232
193
  value: string;
194
+ __kind: "P2WPKH";
233
195
  }>, z.ZodObject<{
234
196
  __kind: z.ZodLiteral<"P2WSH">;
235
197
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
236
198
  }, "strip", z.ZodTypeAny, {
237
- __kind: "P2WSH";
238
199
  value: `0x${string}`;
239
- }, {
240
200
  __kind: "P2WSH";
201
+ }, {
241
202
  value: string;
203
+ __kind: "P2WSH";
242
204
  }>, z.ZodObject<{
243
205
  __kind: z.ZodLiteral<"Taproot">;
244
206
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
245
207
  }, "strip", z.ZodTypeAny, {
246
- __kind: "Taproot";
247
208
  value: `0x${string}`;
248
- }, {
249
209
  __kind: "Taproot";
210
+ }, {
250
211
  value: string;
212
+ __kind: "Taproot";
251
213
  }>, z.ZodObject<{
252
214
  __kind: z.ZodLiteral<"OtherSegwit">;
253
- value: z.ZodObject<{
254
- version: z.ZodNumber;
255
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
256
- }, "strip", z.ZodTypeAny, {
257
- version: number;
258
- program: `0x${string}`;
259
- }, {
260
- version: number;
261
- program: string;
262
- }>;
215
+ version: z.ZodNumber;
216
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
263
217
  }, "strip", z.ZodTypeAny, {
264
218
  __kind: "OtherSegwit";
265
- value: {
266
- version: number;
267
- program: `0x${string}`;
268
- };
219
+ version: number;
220
+ program: `0x${string}`;
269
221
  }, {
270
222
  __kind: "OtherSegwit";
271
- value: {
272
- version: number;
273
- program: string;
274
- };
223
+ version: number;
224
+ program: string;
275
225
  }>]>;
276
226
  }, "strip", z.ZodTypeAny, {
277
- __kind: "Btc";
278
227
  value: {
279
- __kind: "P2PKH";
280
228
  value: `0x${string}`;
229
+ __kind: "P2PKH";
281
230
  } | {
282
- __kind: "P2SH";
283
231
  value: `0x${string}`;
232
+ __kind: "P2SH";
284
233
  } | {
285
- __kind: "P2WPKH";
286
234
  value: `0x${string}`;
235
+ __kind: "P2WPKH";
287
236
  } | {
288
- __kind: "P2WSH";
289
237
  value: `0x${string}`;
238
+ __kind: "P2WSH";
290
239
  } | {
291
- __kind: "Taproot";
292
240
  value: `0x${string}`;
241
+ __kind: "Taproot";
293
242
  } | {
294
243
  __kind: "OtherSegwit";
295
- value: {
296
- version: number;
297
- program: `0x${string}`;
298
- };
244
+ version: number;
245
+ program: `0x${string}`;
299
246
  };
300
- }, {
301
247
  __kind: "Btc";
248
+ }, {
302
249
  value: {
303
- __kind: "P2PKH";
304
250
  value: string;
251
+ __kind: "P2PKH";
305
252
  } | {
306
- __kind: "P2SH";
307
253
  value: string;
254
+ __kind: "P2SH";
308
255
  } | {
309
- __kind: "P2WPKH";
310
256
  value: string;
257
+ __kind: "P2WPKH";
311
258
  } | {
312
- __kind: "P2WSH";
313
259
  value: string;
260
+ __kind: "P2WSH";
314
261
  } | {
315
- __kind: "Taproot";
316
262
  value: string;
263
+ __kind: "Taproot";
317
264
  } | {
318
265
  __kind: "OtherSegwit";
319
- value: {
320
- version: number;
321
- program: string;
322
- };
266
+ version: number;
267
+ program: string;
323
268
  };
269
+ __kind: "Btc";
324
270
  }>, z.ZodObject<{
325
271
  __kind: z.ZodLiteral<"Arb">;
326
272
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
327
273
  }, "strip", z.ZodTypeAny, {
328
- __kind: "Arb";
329
274
  value: `0x${string}`;
330
- }, {
331
275
  __kind: "Arb";
276
+ }, {
332
277
  value: string;
278
+ __kind: "Arb";
333
279
  }>]>;
334
280
  }, "strip", z.ZodTypeAny, {
335
- __kind: "Swap";
336
281
  value: {
337
- __kind: "Eth";
338
282
  value: `0x${string}`;
283
+ __kind: "Eth";
339
284
  } | {
340
- __kind: "Dot";
341
285
  value: `0x${string}`;
286
+ __kind: "Dot";
342
287
  } | {
343
- __kind: "Btc";
344
288
  value: {
345
- __kind: "P2PKH";
346
289
  value: `0x${string}`;
290
+ __kind: "P2PKH";
347
291
  } | {
348
- __kind: "P2SH";
349
292
  value: `0x${string}`;
293
+ __kind: "P2SH";
350
294
  } | {
351
- __kind: "P2WPKH";
352
295
  value: `0x${string}`;
296
+ __kind: "P2WPKH";
353
297
  } | {
354
- __kind: "P2WSH";
355
298
  value: `0x${string}`;
299
+ __kind: "P2WSH";
356
300
  } | {
357
- __kind: "Taproot";
358
301
  value: `0x${string}`;
302
+ __kind: "Taproot";
359
303
  } | {
360
304
  __kind: "OtherSegwit";
361
- value: {
362
- version: number;
363
- program: `0x${string}`;
364
- };
305
+ version: number;
306
+ program: `0x${string}`;
365
307
  };
308
+ __kind: "Btc";
366
309
  } | {
367
- __kind: "Arb";
368
310
  value: `0x${string}`;
311
+ __kind: "Arb";
369
312
  };
370
- }, {
371
313
  __kind: "Swap";
314
+ }, {
372
315
  value: {
373
- __kind: "Eth";
374
316
  value: string;
317
+ __kind: "Eth";
375
318
  } | {
376
- __kind: "Dot";
377
319
  value: string;
320
+ __kind: "Dot";
378
321
  } | {
379
- __kind: "Btc";
380
322
  value: {
381
- __kind: "P2PKH";
382
323
  value: string;
324
+ __kind: "P2PKH";
383
325
  } | {
384
- __kind: "P2SH";
385
326
  value: string;
327
+ __kind: "P2SH";
386
328
  } | {
387
- __kind: "P2WPKH";
388
329
  value: string;
330
+ __kind: "P2WPKH";
389
331
  } | {
390
- __kind: "P2WSH";
391
332
  value: string;
333
+ __kind: "P2WSH";
392
334
  } | {
393
- __kind: "Taproot";
394
335
  value: string;
336
+ __kind: "Taproot";
395
337
  } | {
396
338
  __kind: "OtherSegwit";
397
- value: {
398
- version: number;
399
- program: string;
400
- };
339
+ version: number;
340
+ program: string;
401
341
  };
342
+ __kind: "Btc";
402
343
  } | {
403
- __kind: "Arb";
404
344
  value: string;
345
+ __kind: "Arb";
405
346
  };
347
+ __kind: "Swap";
406
348
  }>, z.ZodObject<{
407
349
  __kind: z.ZodLiteral<"CcmPrincipal">;
408
350
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
409
351
  }, "strip", z.ZodTypeAny, {
410
- __kind: "CcmPrincipal";
411
352
  value: bigint;
412
- }, {
413
353
  __kind: "CcmPrincipal";
354
+ }, {
414
355
  value: string | number;
356
+ __kind: "CcmPrincipal";
415
357
  }>, z.ZodObject<{
416
358
  __kind: z.ZodLiteral<"CcmGas">;
417
359
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
418
360
  }, "strip", z.ZodTypeAny, {
419
- __kind: "CcmGas";
420
361
  value: bigint;
421
- }, {
422
362
  __kind: "CcmGas";
363
+ }, {
423
364
  value: string | number;
365
+ __kind: "CcmGas";
424
366
  }>, z.ZodObject<{
425
367
  __kind: z.ZodLiteral<"NetworkFee">;
426
368
  }, "strip", z.ZodTypeAny, {
@@ -438,88 +380,84 @@ declare const swappingSwapScheduled: z.ZodObject<{
438
380
  brokerFee: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
439
381
  executeAt: z.ZodNumber;
440
382
  }, "strip", z.ZodTypeAny, {
383
+ depositAmount: bigint;
441
384
  destinationAddress: {
442
- __kind: "Eth";
443
385
  value: `0x${string}`;
386
+ __kind: "Eth";
444
387
  } | {
445
- __kind: "Dot";
446
388
  value: `0x${string}`;
389
+ __kind: "Dot";
447
390
  } | {
448
- __kind: "Btc";
449
391
  value: `0x${string}`;
392
+ __kind: "Btc";
450
393
  } | {
451
- __kind: "Arb";
452
394
  value: `0x${string}`;
395
+ __kind: "Arb";
453
396
  };
397
+ swapId: bigint;
454
398
  origin: {
455
399
  __kind: "DepositChannel";
456
- value: {
457
- depositAddress: {
458
- __kind: "Eth";
459
- value: `0x${string}`;
460
- } | {
461
- __kind: "Dot";
462
- value: `0x${string}`;
463
- } | {
464
- __kind: "Btc";
465
- value: `0x${string}`;
466
- } | {
467
- __kind: "Arb";
468
- value: `0x${string}`;
469
- };
470
- channelId: bigint;
471
- depositBlockHeight: bigint;
400
+ depositAddress: {
401
+ value: `0x${string}`;
402
+ __kind: "Eth";
403
+ } | {
404
+ value: `0x${string}`;
405
+ __kind: "Dot";
406
+ } | {
407
+ value: `0x${string}`;
408
+ __kind: "Btc";
409
+ } | {
410
+ value: `0x${string}`;
411
+ __kind: "Arb";
472
412
  };
413
+ channelId: bigint;
414
+ depositBlockHeight: bigint;
473
415
  } | {
474
416
  __kind: "Vault";
475
417
  txHash: `0x${string}`;
476
418
  };
477
- swapId: bigint;
478
- depositAmount: bigint;
479
419
  sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
480
420
  destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
481
421
  swapType: {
482
- __kind: "Swap";
483
422
  value: {
484
- __kind: "Eth";
485
423
  value: `0x${string}`;
424
+ __kind: "Eth";
486
425
  } | {
487
- __kind: "Dot";
488
426
  value: `0x${string}`;
427
+ __kind: "Dot";
489
428
  } | {
490
- __kind: "Btc";
491
429
  value: {
492
- __kind: "P2PKH";
493
430
  value: `0x${string}`;
431
+ __kind: "P2PKH";
494
432
  } | {
495
- __kind: "P2SH";
496
433
  value: `0x${string}`;
434
+ __kind: "P2SH";
497
435
  } | {
498
- __kind: "P2WPKH";
499
436
  value: `0x${string}`;
437
+ __kind: "P2WPKH";
500
438
  } | {
501
- __kind: "P2WSH";
502
439
  value: `0x${string}`;
440
+ __kind: "P2WSH";
503
441
  } | {
504
- __kind: "Taproot";
505
442
  value: `0x${string}`;
443
+ __kind: "Taproot";
506
444
  } | {
507
445
  __kind: "OtherSegwit";
508
- value: {
509
- version: number;
510
- program: `0x${string}`;
511
- };
446
+ version: number;
447
+ program: `0x${string}`;
512
448
  };
449
+ __kind: "Btc";
513
450
  } | {
514
- __kind: "Arb";
515
451
  value: `0x${string}`;
452
+ __kind: "Arb";
516
453
  };
454
+ __kind: "Swap";
517
455
  } | {
518
- __kind: "CcmPrincipal";
519
456
  value: bigint;
457
+ __kind: "CcmPrincipal";
520
458
  } | {
521
- __kind: "CcmGas";
522
459
  value: bigint;
460
+ __kind: "CcmGas";
523
461
  } | {
524
462
  __kind: "NetworkFee";
525
463
  } | {
@@ -529,44 +467,42 @@ declare const swappingSwapScheduled: z.ZodObject<{
529
467
  brokerCommission?: bigint | null | undefined;
530
468
  brokerFee?: bigint | null | undefined;
531
469
  }, {
470
+ depositAmount: string | number;
532
471
  destinationAddress: {
533
- __kind: "Eth";
534
472
  value: string;
473
+ __kind: "Eth";
535
474
  } | {
536
- __kind: "Dot";
537
475
  value: string;
476
+ __kind: "Dot";
538
477
  } | {
539
- __kind: "Btc";
540
478
  value: string;
479
+ __kind: "Btc";
541
480
  } | {
542
- __kind: "Arb";
543
481
  value: string;
482
+ __kind: "Arb";
544
483
  };
484
+ swapId: string | number;
545
485
  origin: {
546
486
  __kind: "DepositChannel";
547
- value: {
548
- depositAddress: {
549
- __kind: "Eth";
550
- value: string;
551
- } | {
552
- __kind: "Dot";
553
- value: string;
554
- } | {
555
- __kind: "Btc";
556
- value: string;
557
- } | {
558
- __kind: "Arb";
559
- value: string;
560
- };
561
- channelId: string | number;
562
- depositBlockHeight: string | number;
487
+ depositAddress: {
488
+ value: string;
489
+ __kind: "Eth";
490
+ } | {
491
+ value: string;
492
+ __kind: "Dot";
493
+ } | {
494
+ value: string;
495
+ __kind: "Btc";
496
+ } | {
497
+ value: string;
498
+ __kind: "Arb";
563
499
  };
500
+ channelId: string | number;
501
+ depositBlockHeight: string | number;
564
502
  } | {
565
503
  __kind: "Vault";
566
504
  txHash: string;
567
505
  };
568
- swapId: string | number;
569
- depositAmount: string | number;
570
506
  sourceAsset: {
571
507
  __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
572
508
  };
@@ -574,47 +510,45 @@ declare const swappingSwapScheduled: z.ZodObject<{
574
510
  __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
575
511
  };
576
512
  swapType: {
577
- __kind: "Swap";
578
513
  value: {
579
- __kind: "Eth";
580
514
  value: string;
515
+ __kind: "Eth";
581
516
  } | {
582
- __kind: "Dot";
583
517
  value: string;
518
+ __kind: "Dot";
584
519
  } | {
585
- __kind: "Btc";
586
520
  value: {
587
- __kind: "P2PKH";
588
521
  value: string;
522
+ __kind: "P2PKH";
589
523
  } | {
590
- __kind: "P2SH";
591
524
  value: string;
525
+ __kind: "P2SH";
592
526
  } | {
593
- __kind: "P2WPKH";
594
527
  value: string;
528
+ __kind: "P2WPKH";
595
529
  } | {
596
- __kind: "P2WSH";
597
530
  value: string;
531
+ __kind: "P2WSH";
598
532
  } | {
599
- __kind: "Taproot";
600
533
  value: string;
534
+ __kind: "Taproot";
601
535
  } | {
602
536
  __kind: "OtherSegwit";
603
- value: {
604
- version: number;
605
- program: string;
606
- };
537
+ version: number;
538
+ program: string;
607
539
  };
540
+ __kind: "Btc";
608
541
  } | {
609
- __kind: "Arb";
610
542
  value: string;
543
+ __kind: "Arb";
611
544
  };
545
+ __kind: "Swap";
612
546
  } | {
613
- __kind: "CcmPrincipal";
614
547
  value: string | number;
548
+ __kind: "CcmPrincipal";
615
549
  } | {
616
- __kind: "CcmGas";
617
550
  value: string | number;
551
+ __kind: "CcmGas";
618
552
  } | {
619
553
  __kind: "NetworkFee";
620
554
  } | {