@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
@@ -15,57 +15,57 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
15
15
  __kind: z.ZodLiteral<"Eth">;
16
16
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- value: `0x${string}`;
19
18
  __kind: "Eth";
19
+ value: `0x${string}`;
20
20
  }, {
21
- value: string;
22
21
  __kind: "Eth";
22
+ value: string;
23
23
  }>, z.ZodObject<{
24
24
  __kind: z.ZodLiteral<"Dot">;
25
25
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
26
26
  }, "strip", z.ZodTypeAny, {
27
- value: `0x${string}`;
28
27
  __kind: "Dot";
28
+ value: `0x${string}`;
29
29
  }, {
30
- value: string;
31
30
  __kind: "Dot";
31
+ value: string;
32
32
  }>, z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Btc">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- value: `0x${string}`;
37
36
  __kind: "Btc";
37
+ value: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Btc";
40
+ value: string;
41
41
  }>]>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
44
43
  destinationAddress: {
45
- value: `0x${string}`;
46
44
  __kind: "Eth";
47
- } | {
48
45
  value: `0x${string}`;
49
- __kind: "Dot";
50
46
  } | {
47
+ __kind: "Dot";
51
48
  value: `0x${string}`;
49
+ } | {
52
50
  __kind: "Btc";
51
+ value: `0x${string}`;
53
52
  };
53
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
54
54
  egressAmount: bigint;
55
55
  }, {
56
- egressId: [{
57
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
58
- }, string | number];
59
56
  destinationAddress: {
60
- value: string;
61
57
  __kind: "Eth";
62
- } | {
63
58
  value: string;
64
- __kind: "Dot";
65
59
  } | {
60
+ __kind: "Dot";
66
61
  value: string;
62
+ } | {
67
63
  __kind: "Btc";
64
+ value: string;
68
65
  };
66
+ egressId: [{
67
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
68
+ }, string | number];
69
69
  egressAmount: string | number;
70
70
  }>;
71
71
 
@@ -15,57 +15,57 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
15
15
  __kind: z.ZodLiteral<"Eth">;
16
16
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- value: `0x${string}`;
19
18
  __kind: "Eth";
19
+ value: `0x${string}`;
20
20
  }, {
21
- value: string;
22
21
  __kind: "Eth";
22
+ value: string;
23
23
  }>, z.ZodObject<{
24
24
  __kind: z.ZodLiteral<"Dot">;
25
25
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
26
26
  }, "strip", z.ZodTypeAny, {
27
- value: `0x${string}`;
28
27
  __kind: "Dot";
28
+ value: `0x${string}`;
29
29
  }, {
30
- value: string;
31
30
  __kind: "Dot";
31
+ value: string;
32
32
  }>, z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Btc">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- value: `0x${string}`;
37
36
  __kind: "Btc";
37
+ value: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Btc";
40
+ value: string;
41
41
  }>]>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
44
43
  destinationAddress: {
45
- value: `0x${string}`;
46
44
  __kind: "Eth";
47
- } | {
48
45
  value: `0x${string}`;
49
- __kind: "Dot";
50
46
  } | {
47
+ __kind: "Dot";
51
48
  value: `0x${string}`;
49
+ } | {
52
50
  __kind: "Btc";
51
+ value: `0x${string}`;
53
52
  };
53
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
54
54
  egressAmount: bigint;
55
55
  }, {
56
- egressId: [{
57
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
58
- }, string | number];
59
56
  destinationAddress: {
60
- value: string;
61
57
  __kind: "Eth";
62
- } | {
63
58
  value: string;
64
- __kind: "Dot";
65
59
  } | {
60
+ __kind: "Dot";
66
61
  value: string;
62
+ } | {
67
63
  __kind: "Btc";
64
+ value: string;
68
65
  };
66
+ egressId: [{
67
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
68
+ }, string | number];
69
69
  egressAmount: string | number;
70
70
  }>;
71
71
 
@@ -192,14 +192,6 @@ declare const systemExtrinsicFailed: z.ZodObject<{
192
192
  };
193
193
  }>;
194
194
  }, "strip", z.ZodTypeAny, {
195
- dispatchInfo: {
196
- weight: {
197
- refTime: bigint;
198
- proofSize: bigint;
199
- };
200
- class: "Normal" | "Operational" | "Mandatory";
201
- paysFee: "Yes" | "No";
202
- };
203
195
  dispatchError: {
204
196
  __kind: "Other";
205
197
  } | {
@@ -236,19 +228,15 @@ declare const systemExtrinsicFailed: z.ZodObject<{
236
228
  } | {
237
229
  __kind: "RootNotAllowed";
238
230
  };
239
- }, {
240
231
  dispatchInfo: {
241
232
  weight: {
242
- refTime: string | number;
243
- proofSize: string | number;
244
- };
245
- class: {
246
- __kind: "Normal" | "Operational" | "Mandatory";
247
- };
248
- paysFee: {
249
- __kind: "Yes" | "No";
233
+ refTime: bigint;
234
+ proofSize: bigint;
250
235
  };
236
+ class: "Normal" | "Operational" | "Mandatory";
237
+ paysFee: "Yes" | "No";
251
238
  };
239
+ }, {
252
240
  dispatchError: {
253
241
  __kind: "Other";
254
242
  } | {
@@ -291,6 +279,18 @@ declare const systemExtrinsicFailed: z.ZodObject<{
291
279
  } | {
292
280
  __kind: "RootNotAllowed";
293
281
  };
282
+ dispatchInfo: {
283
+ weight: {
284
+ refTime: string | number;
285
+ proofSize: string | number;
286
+ };
287
+ class: {
288
+ __kind: "Normal" | "Operational" | "Mandatory";
289
+ };
290
+ paysFee: {
291
+ __kind: "Yes" | "No";
292
+ };
293
+ };
294
294
  }>;
295
295
 
296
296
  export { systemExtrinsicFailed };
@@ -192,14 +192,6 @@ declare const systemExtrinsicFailed: z.ZodObject<{
192
192
  };
193
193
  }>;
194
194
  }, "strip", z.ZodTypeAny, {
195
- dispatchInfo: {
196
- weight: {
197
- refTime: bigint;
198
- proofSize: bigint;
199
- };
200
- class: "Normal" | "Operational" | "Mandatory";
201
- paysFee: "Yes" | "No";
202
- };
203
195
  dispatchError: {
204
196
  __kind: "Other";
205
197
  } | {
@@ -236,19 +228,15 @@ declare const systemExtrinsicFailed: z.ZodObject<{
236
228
  } | {
237
229
  __kind: "RootNotAllowed";
238
230
  };
239
- }, {
240
231
  dispatchInfo: {
241
232
  weight: {
242
- refTime: string | number;
243
- proofSize: string | number;
244
- };
245
- class: {
246
- __kind: "Normal" | "Operational" | "Mandatory";
247
- };
248
- paysFee: {
249
- __kind: "Yes" | "No";
233
+ refTime: bigint;
234
+ proofSize: bigint;
250
235
  };
236
+ class: "Normal" | "Operational" | "Mandatory";
237
+ paysFee: "Yes" | "No";
251
238
  };
239
+ }, {
252
240
  dispatchError: {
253
241
  __kind: "Other";
254
242
  } | {
@@ -291,6 +279,18 @@ declare const systemExtrinsicFailed: z.ZodObject<{
291
279
  } | {
292
280
  __kind: "RootNotAllowed";
293
281
  };
282
+ dispatchInfo: {
283
+ weight: {
284
+ refTime: string | number;
285
+ proofSize: string | number;
286
+ };
287
+ class: {
288
+ __kind: "Normal" | "Operational" | "Mandatory";
289
+ };
290
+ paysFee: {
291
+ __kind: "Yes" | "No";
292
+ };
293
+ };
294
294
  }>;
295
295
 
296
296
  export { systemExtrinsicFailed };
@@ -145,7 +145,6 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
145
145
  __kind: "RootNotAllowed";
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- callHash: `0x${string}`;
149
148
  error: {
150
149
  __kind: "Other";
151
150
  } | {
@@ -182,8 +181,8 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
182
181
  } | {
183
182
  __kind: "RootNotAllowed";
184
183
  };
184
+ callHash: `0x${string}`;
185
185
  }, {
186
- callHash: string;
187
186
  error: {
188
187
  __kind: "Other";
189
188
  } | {
@@ -226,6 +225,7 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
226
225
  } | {
227
226
  __kind: "RootNotAllowed";
228
227
  };
228
+ callHash: string;
229
229
  }>;
230
230
 
231
231
  export { witnesserWitnessExecutionFailed };
@@ -145,7 +145,6 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
145
145
  __kind: "RootNotAllowed";
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- callHash: `0x${string}`;
149
148
  error: {
150
149
  __kind: "Other";
151
150
  } | {
@@ -182,8 +181,8 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
182
181
  } | {
183
182
  __kind: "RootNotAllowed";
184
183
  };
184
+ callHash: `0x${string}`;
185
185
  }, {
186
- callHash: string;
187
186
  error: {
188
187
  __kind: "Other";
189
188
  } | {
@@ -226,6 +225,7 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
226
225
  } | {
227
226
  __kind: "RootNotAllowed";
228
227
  };
228
+ callHash: string;
229
229
  }>;
230
230
 
231
231
  export { witnesserWitnessExecutionFailed };
@@ -58,28 +58,16 @@ declare const bitcoinIngressEgressTransferFallbackRequested: z.ZodObject<{
58
58
  __kind: "Taproot";
59
59
  }>, z.ZodObject<{
60
60
  __kind: z.ZodLiteral<"OtherSegwit">;
61
- value: z.ZodObject<{
62
- version: z.ZodNumber;
63
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
64
- }, "strip", z.ZodTypeAny, {
65
- version: number;
66
- program: `0x${string}`;
67
- }, {
68
- version: number;
69
- program: string;
70
- }>;
61
+ version: z.ZodNumber;
62
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
71
63
  }, "strip", z.ZodTypeAny, {
72
- value: {
73
- version: number;
74
- program: `0x${string}`;
75
- };
76
64
  __kind: "OtherSegwit";
65
+ version: number;
66
+ program: `0x${string}`;
77
67
  }, {
78
- value: {
79
- version: number;
80
- program: string;
81
- };
82
68
  __kind: "OtherSegwit";
69
+ version: number;
70
+ program: string;
83
71
  }>]>;
84
72
  broadcastId: z.ZodNumber;
85
73
  }, "strip", z.ZodTypeAny, {
@@ -102,11 +90,9 @@ declare const bitcoinIngressEgressTransferFallbackRequested: z.ZodObject<{
102
90
  value: `0x${string}`;
103
91
  __kind: "Taproot";
104
92
  } | {
105
- value: {
106
- version: number;
107
- program: `0x${string}`;
108
- };
109
93
  __kind: "OtherSegwit";
94
+ version: number;
95
+ program: `0x${string}`;
110
96
  };
111
97
  }, {
112
98
  broadcastId: number;
@@ -130,11 +116,9 @@ declare const bitcoinIngressEgressTransferFallbackRequested: z.ZodObject<{
130
116
  value: string;
131
117
  __kind: "Taproot";
132
118
  } | {
133
- value: {
134
- version: number;
135
- program: string;
136
- };
137
119
  __kind: "OtherSegwit";
120
+ version: number;
121
+ program: string;
138
122
  };
139
123
  }>;
140
124
 
@@ -58,28 +58,16 @@ declare const bitcoinIngressEgressTransferFallbackRequested: z.ZodObject<{
58
58
  __kind: "Taproot";
59
59
  }>, z.ZodObject<{
60
60
  __kind: z.ZodLiteral<"OtherSegwit">;
61
- value: z.ZodObject<{
62
- version: z.ZodNumber;
63
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
64
- }, "strip", z.ZodTypeAny, {
65
- version: number;
66
- program: `0x${string}`;
67
- }, {
68
- version: number;
69
- program: string;
70
- }>;
61
+ version: z.ZodNumber;
62
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
71
63
  }, "strip", z.ZodTypeAny, {
72
- value: {
73
- version: number;
74
- program: `0x${string}`;
75
- };
76
64
  __kind: "OtherSegwit";
65
+ version: number;
66
+ program: `0x${string}`;
77
67
  }, {
78
- value: {
79
- version: number;
80
- program: string;
81
- };
82
68
  __kind: "OtherSegwit";
69
+ version: number;
70
+ program: string;
83
71
  }>]>;
84
72
  broadcastId: z.ZodNumber;
85
73
  }, "strip", z.ZodTypeAny, {
@@ -102,11 +90,9 @@ declare const bitcoinIngressEgressTransferFallbackRequested: z.ZodObject<{
102
90
  value: `0x${string}`;
103
91
  __kind: "Taproot";
104
92
  } | {
105
- value: {
106
- version: number;
107
- program: `0x${string}`;
108
- };
109
93
  __kind: "OtherSegwit";
94
+ version: number;
95
+ program: `0x${string}`;
110
96
  };
111
97
  }, {
112
98
  broadcastId: number;
@@ -130,11 +116,9 @@ declare const bitcoinIngressEgressTransferFallbackRequested: z.ZodObject<{
130
116
  value: string;
131
117
  __kind: "Taproot";
132
118
  } | {
133
- value: {
134
- version: number;
135
- program: string;
136
- };
137
119
  __kind: "OtherSegwit";
120
+ version: number;
121
+ program: string;
138
122
  };
139
123
  }>;
140
124
 
@@ -18,10 +18,7 @@ var cfChainsBtcScriptPubkey = _zod.z.union([
18
18
  _zod.z.object({ __kind: _zod.z.literal("P2WPKH"), value: hexString }),
19
19
  _zod.z.object({ __kind: _zod.z.literal("P2WSH"), value: hexString }),
20
20
  _zod.z.object({ __kind: _zod.z.literal("Taproot"), value: hexString }),
21
- _zod.z.object({
22
- __kind: _zod.z.literal("OtherSegwit"),
23
- value: _zod.z.object({ version: _zod.z.number(), program: hexString })
24
- })
21
+ _zod.z.object({ __kind: _zod.z.literal("OtherSegwit"), version: _zod.z.number(), program: hexString })
25
22
  ]);
26
23
  var cfPrimitivesChainsAssetsAnyAsset = simpleEnum(["Eth", "Flip", "Usdc", "Dot", "Btc"]);
27
24
  var accountId = _zod.z.union([
@@ -104,28 +104,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
104
104
  __kind: "Taproot";
105
105
  }>, z.ZodObject<{
106
106
  __kind: z.ZodLiteral<"OtherSegwit">;
107
- value: z.ZodObject<{
108
- version: z.ZodNumber;
109
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
110
- }, "strip", z.ZodTypeAny, {
111
- version: number;
112
- program: `0x${string}`;
113
- }, {
114
- version: number;
115
- program: string;
116
- }>;
107
+ version: z.ZodNumber;
108
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
117
109
  }, "strip", z.ZodTypeAny, {
118
- value: {
119
- version: number;
120
- program: `0x${string}`;
121
- };
122
110
  __kind: "OtherSegwit";
111
+ version: number;
112
+ program: `0x${string}`;
123
113
  }, {
124
- value: {
125
- version: number;
126
- program: string;
127
- };
128
114
  __kind: "OtherSegwit";
115
+ version: number;
116
+ program: string;
129
117
  }>]>;
130
118
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
131
119
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
@@ -104,28 +104,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
104
104
  __kind: "Taproot";
105
105
  }>, z.ZodObject<{
106
106
  __kind: z.ZodLiteral<"OtherSegwit">;
107
- value: z.ZodObject<{
108
- version: z.ZodNumber;
109
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
110
- }, "strip", z.ZodTypeAny, {
111
- version: number;
112
- program: `0x${string}`;
113
- }, {
114
- version: number;
115
- program: string;
116
- }>;
107
+ version: z.ZodNumber;
108
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
117
109
  }, "strip", z.ZodTypeAny, {
118
- value: {
119
- version: number;
120
- program: `0x${string}`;
121
- };
122
110
  __kind: "OtherSegwit";
111
+ version: number;
112
+ program: `0x${string}`;
123
113
  }, {
124
- value: {
125
- version: number;
126
- program: string;
127
- };
128
114
  __kind: "OtherSegwit";
115
+ version: number;
116
+ program: string;
129
117
  }>]>;
130
118
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
131
119
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
@@ -18,10 +18,7 @@ var cfChainsBtcScriptPubkey = z.union([
18
18
  z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
19
19
  z.object({ __kind: z.literal("P2WSH"), value: hexString }),
20
20
  z.object({ __kind: z.literal("Taproot"), value: hexString }),
21
- z.object({
22
- __kind: z.literal("OtherSegwit"),
23
- value: z.object({ version: z.number(), program: hexString })
24
- })
21
+ z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
25
22
  ]);
26
23
  var cfPrimitivesChainsAssetsAnyAsset = simpleEnum(["Eth", "Flip", "Usdc", "Dot", "Btc"]);
27
24
  var accountId = z.union([
@@ -48,28 +48,16 @@ declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
48
48
  __kind: "Taproot";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"OtherSegwit">;
51
- value: z.ZodObject<{
52
- version: z.ZodNumber;
53
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
54
- }, "strip", z.ZodTypeAny, {
55
- version: number;
56
- program: `0x${string}`;
57
- }, {
58
- version: number;
59
- program: string;
60
- }>;
51
+ version: z.ZodNumber;
52
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
61
53
  }, "strip", z.ZodTypeAny, {
62
- value: {
63
- version: number;
64
- program: `0x${string}`;
65
- };
66
54
  __kind: "OtherSegwit";
55
+ version: number;
56
+ program: `0x${string}`;
67
57
  }, {
68
- value: {
69
- version: number;
70
- program: string;
71
- };
72
58
  __kind: "OtherSegwit";
59
+ version: number;
60
+ program: string;
73
61
  }>]>;
74
62
  asset: z.ZodEffects<z.ZodObject<{
75
63
  __kind: z.ZodEnum<["Btc"]>;
@@ -117,11 +105,9 @@ declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
117
105
  value: `0x${string}`;
118
106
  __kind: "Taproot";
119
107
  } | {
120
- value: {
121
- version: number;
122
- program: `0x${string}`;
123
- };
124
108
  __kind: "OtherSegwit";
109
+ version: number;
110
+ program: `0x${string}`;
125
111
  };
126
112
  asset: "Btc";
127
113
  amount: bigint;
@@ -147,11 +133,9 @@ declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
147
133
  value: string;
148
134
  __kind: "Taproot";
149
135
  } | {
150
- value: {
151
- version: number;
152
- program: string;
153
- };
154
136
  __kind: "OtherSegwit";
137
+ version: number;
138
+ program: string;
155
139
  };
156
140
  asset: {
157
141
  __kind: "Btc";
@@ -48,28 +48,16 @@ declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
48
48
  __kind: "Taproot";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"OtherSegwit">;
51
- value: z.ZodObject<{
52
- version: z.ZodNumber;
53
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
54
- }, "strip", z.ZodTypeAny, {
55
- version: number;
56
- program: `0x${string}`;
57
- }, {
58
- version: number;
59
- program: string;
60
- }>;
51
+ version: z.ZodNumber;
52
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
61
53
  }, "strip", z.ZodTypeAny, {
62
- value: {
63
- version: number;
64
- program: `0x${string}`;
65
- };
66
54
  __kind: "OtherSegwit";
55
+ version: number;
56
+ program: `0x${string}`;
67
57
  }, {
68
- value: {
69
- version: number;
70
- program: string;
71
- };
72
58
  __kind: "OtherSegwit";
59
+ version: number;
60
+ program: string;
73
61
  }>]>;
74
62
  asset: z.ZodEffects<z.ZodObject<{
75
63
  __kind: z.ZodEnum<["Btc"]>;
@@ -117,11 +105,9 @@ declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
117
105
  value: `0x${string}`;
118
106
  __kind: "Taproot";
119
107
  } | {
120
- value: {
121
- version: number;
122
- program: `0x${string}`;
123
- };
124
108
  __kind: "OtherSegwit";
109
+ version: number;
110
+ program: `0x${string}`;
125
111
  };
126
112
  asset: "Btc";
127
113
  amount: bigint;
@@ -147,11 +133,9 @@ declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
147
133
  value: string;
148
134
  __kind: "Taproot";
149
135
  } | {
150
- value: {
151
- version: number;
152
- program: string;
153
- };
154
136
  __kind: "OtherSegwit";
137
+ version: number;
138
+ program: string;
155
139
  };
156
140
  asset: {
157
141
  __kind: "Btc";