@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
@@ -2493,117 +2493,79 @@ declare const cfPrimitivesBeneficiary: z.ZodObject<{
2493
2493
  }>;
2494
2494
  declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
2495
2495
  __kind: z.ZodLiteral<"DepositChannel">;
2496
- value: z.ZodObject<{
2497
- depositAddress: z.ZodUnion<[z.ZodObject<{
2498
- __kind: z.ZodLiteral<"Eth">;
2499
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2500
- }, "strip", z.ZodTypeAny, {
2501
- __kind: "Eth";
2502
- value: `0x${string}`;
2503
- }, {
2504
- __kind: "Eth";
2505
- value: string;
2506
- }>, z.ZodObject<{
2507
- __kind: z.ZodLiteral<"Dot">;
2508
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2509
- }, "strip", z.ZodTypeAny, {
2510
- __kind: "Dot";
2511
- value: `0x${string}`;
2512
- }, {
2513
- __kind: "Dot";
2514
- value: string;
2515
- }>, z.ZodObject<{
2516
- __kind: z.ZodLiteral<"Btc">;
2517
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2518
- }, "strip", z.ZodTypeAny, {
2519
- __kind: "Btc";
2520
- value: `0x${string}`;
2521
- }, {
2522
- __kind: "Btc";
2523
- value: string;
2524
- }>, z.ZodObject<{
2525
- __kind: z.ZodLiteral<"Arb">;
2526
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2527
- }, "strip", z.ZodTypeAny, {
2528
- __kind: "Arb";
2529
- value: `0x${string}`;
2530
- }, {
2531
- __kind: "Arb";
2532
- value: string;
2533
- }>]>;
2534
- channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2535
- depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2496
+ depositAddress: z.ZodUnion<[z.ZodObject<{
2497
+ __kind: z.ZodLiteral<"Eth">;
2498
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2536
2499
  }, "strip", z.ZodTypeAny, {
2537
- depositAddress: {
2538
- __kind: "Eth";
2539
- value: `0x${string}`;
2540
- } | {
2541
- __kind: "Dot";
2542
- value: `0x${string}`;
2543
- } | {
2544
- __kind: "Btc";
2545
- value: `0x${string}`;
2546
- } | {
2547
- __kind: "Arb";
2548
- value: `0x${string}`;
2549
- };
2550
- channelId: bigint;
2551
- depositBlockHeight: bigint;
2500
+ __kind: "Eth";
2501
+ value: `0x${string}`;
2552
2502
  }, {
2553
- depositAddress: {
2554
- __kind: "Eth";
2555
- value: string;
2556
- } | {
2557
- __kind: "Dot";
2558
- value: string;
2559
- } | {
2560
- __kind: "Btc";
2561
- value: string;
2562
- } | {
2563
- __kind: "Arb";
2564
- value: string;
2565
- };
2566
- channelId: string | number;
2567
- depositBlockHeight: string | number;
2568
- }>;
2503
+ __kind: "Eth";
2504
+ value: string;
2505
+ }>, z.ZodObject<{
2506
+ __kind: z.ZodLiteral<"Dot">;
2507
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2508
+ }, "strip", z.ZodTypeAny, {
2509
+ __kind: "Dot";
2510
+ value: `0x${string}`;
2511
+ }, {
2512
+ __kind: "Dot";
2513
+ value: string;
2514
+ }>, z.ZodObject<{
2515
+ __kind: z.ZodLiteral<"Btc">;
2516
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2517
+ }, "strip", z.ZodTypeAny, {
2518
+ __kind: "Btc";
2519
+ value: `0x${string}`;
2520
+ }, {
2521
+ __kind: "Btc";
2522
+ value: string;
2523
+ }>, z.ZodObject<{
2524
+ __kind: z.ZodLiteral<"Arb">;
2525
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2526
+ }, "strip", z.ZodTypeAny, {
2527
+ __kind: "Arb";
2528
+ value: `0x${string}`;
2529
+ }, {
2530
+ __kind: "Arb";
2531
+ value: string;
2532
+ }>]>;
2533
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2534
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2569
2535
  }, "strip", z.ZodTypeAny, {
2570
2536
  __kind: "DepositChannel";
2571
- value: {
2572
- depositAddress: {
2573
- __kind: "Eth";
2574
- value: `0x${string}`;
2575
- } | {
2576
- __kind: "Dot";
2577
- value: `0x${string}`;
2578
- } | {
2579
- __kind: "Btc";
2580
- value: `0x${string}`;
2581
- } | {
2582
- __kind: "Arb";
2583
- value: `0x${string}`;
2584
- };
2585
- channelId: bigint;
2586
- depositBlockHeight: bigint;
2537
+ depositAddress: {
2538
+ __kind: "Eth";
2539
+ value: `0x${string}`;
2540
+ } | {
2541
+ __kind: "Dot";
2542
+ value: `0x${string}`;
2543
+ } | {
2544
+ __kind: "Btc";
2545
+ value: `0x${string}`;
2546
+ } | {
2547
+ __kind: "Arb";
2548
+ value: `0x${string}`;
2587
2549
  };
2550
+ channelId: bigint;
2551
+ depositBlockHeight: bigint;
2588
2552
  }, {
2589
2553
  __kind: "DepositChannel";
2590
- value: {
2591
- depositAddress: {
2592
- __kind: "Eth";
2593
- value: string;
2594
- } | {
2595
- __kind: "Dot";
2596
- value: string;
2597
- } | {
2598
- __kind: "Btc";
2599
- value: string;
2600
- } | {
2601
- __kind: "Arb";
2602
- value: string;
2603
- };
2604
- channelId: string | number;
2605
- depositBlockHeight: string | number;
2554
+ depositAddress: {
2555
+ __kind: "Eth";
2556
+ value: string;
2557
+ } | {
2558
+ __kind: "Dot";
2559
+ value: string;
2560
+ } | {
2561
+ __kind: "Btc";
2562
+ value: string;
2563
+ } | {
2564
+ __kind: "Arb";
2565
+ value: string;
2606
2566
  };
2567
+ channelId: string | number;
2568
+ depositBlockHeight: string | number;
2607
2569
  }>, z.ZodObject<{
2608
2570
  __kind: z.ZodLiteral<"Vault">;
2609
2571
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -2661,28 +2623,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
2661
2623
  value: string;
2662
2624
  }>, z.ZodObject<{
2663
2625
  __kind: z.ZodLiteral<"OtherSegwit">;
2664
- value: z.ZodObject<{
2665
- version: z.ZodNumber;
2666
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2667
- }, "strip", z.ZodTypeAny, {
2668
- version: number;
2669
- program: `0x${string}`;
2670
- }, {
2671
- version: number;
2672
- program: string;
2673
- }>;
2626
+ version: z.ZodNumber;
2627
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2674
2628
  }, "strip", z.ZodTypeAny, {
2675
2629
  __kind: "OtherSegwit";
2676
- value: {
2677
- version: number;
2678
- program: `0x${string}`;
2679
- };
2630
+ version: number;
2631
+ program: `0x${string}`;
2680
2632
  }, {
2681
2633
  __kind: "OtherSegwit";
2682
- value: {
2683
- version: number;
2684
- program: string;
2685
- };
2634
+ version: number;
2635
+ program: string;
2686
2636
  }>]>;
2687
2637
  declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2688
2638
  __kind: z.ZodLiteral<"Eth">;
@@ -2751,28 +2701,16 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2751
2701
  value: string;
2752
2702
  }>, z.ZodObject<{
2753
2703
  __kind: z.ZodLiteral<"OtherSegwit">;
2754
- value: z.ZodObject<{
2755
- version: z.ZodNumber;
2756
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2757
- }, "strip", z.ZodTypeAny, {
2758
- version: number;
2759
- program: `0x${string}`;
2760
- }, {
2761
- version: number;
2762
- program: string;
2763
- }>;
2704
+ version: z.ZodNumber;
2705
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2764
2706
  }, "strip", z.ZodTypeAny, {
2765
2707
  __kind: "OtherSegwit";
2766
- value: {
2767
- version: number;
2768
- program: `0x${string}`;
2769
- };
2708
+ version: number;
2709
+ program: `0x${string}`;
2770
2710
  }, {
2771
2711
  __kind: "OtherSegwit";
2772
- value: {
2773
- version: number;
2774
- program: string;
2775
- };
2712
+ version: number;
2713
+ program: string;
2776
2714
  }>]>;
2777
2715
  }, "strip", z.ZodTypeAny, {
2778
2716
  __kind: "Btc";
@@ -2793,10 +2731,8 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2793
2731
  value: `0x${string}`;
2794
2732
  } | {
2795
2733
  __kind: "OtherSegwit";
2796
- value: {
2797
- version: number;
2798
- program: `0x${string}`;
2799
- };
2734
+ version: number;
2735
+ program: `0x${string}`;
2800
2736
  };
2801
2737
  }, {
2802
2738
  __kind: "Btc";
@@ -2817,10 +2753,8 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2817
2753
  value: string;
2818
2754
  } | {
2819
2755
  __kind: "OtherSegwit";
2820
- value: {
2821
- version: number;
2822
- program: string;
2823
- };
2756
+ version: number;
2757
+ program: string;
2824
2758
  };
2825
2759
  }>, z.ZodObject<{
2826
2760
  __kind: z.ZodLiteral<"Arb">;
@@ -2901,28 +2835,16 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
2901
2835
  value: string;
2902
2836
  }>, z.ZodObject<{
2903
2837
  __kind: z.ZodLiteral<"OtherSegwit">;
2904
- value: z.ZodObject<{
2905
- version: z.ZodNumber;
2906
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2907
- }, "strip", z.ZodTypeAny, {
2908
- version: number;
2909
- program: `0x${string}`;
2910
- }, {
2911
- version: number;
2912
- program: string;
2913
- }>;
2838
+ version: z.ZodNumber;
2839
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2914
2840
  }, "strip", z.ZodTypeAny, {
2915
2841
  __kind: "OtherSegwit";
2916
- value: {
2917
- version: number;
2918
- program: `0x${string}`;
2919
- };
2842
+ version: number;
2843
+ program: `0x${string}`;
2920
2844
  }, {
2921
2845
  __kind: "OtherSegwit";
2922
- value: {
2923
- version: number;
2924
- program: string;
2925
- };
2846
+ version: number;
2847
+ program: string;
2926
2848
  }>]>;
2927
2849
  }, "strip", z.ZodTypeAny, {
2928
2850
  __kind: "Btc";
@@ -2943,10 +2865,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
2943
2865
  value: `0x${string}`;
2944
2866
  } | {
2945
2867
  __kind: "OtherSegwit";
2946
- value: {
2947
- version: number;
2948
- program: `0x${string}`;
2949
- };
2868
+ version: number;
2869
+ program: `0x${string}`;
2950
2870
  };
2951
2871
  }, {
2952
2872
  __kind: "Btc";
@@ -2967,10 +2887,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
2967
2887
  value: string;
2968
2888
  } | {
2969
2889
  __kind: "OtherSegwit";
2970
- value: {
2971
- version: number;
2972
- program: string;
2973
- };
2890
+ version: number;
2891
+ program: string;
2974
2892
  };
2975
2893
  }>, z.ZodObject<{
2976
2894
  __kind: z.ZodLiteral<"Arb">;
@@ -3009,10 +2927,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
3009
2927
  value: `0x${string}`;
3010
2928
  } | {
3011
2929
  __kind: "OtherSegwit";
3012
- value: {
3013
- version: number;
3014
- program: `0x${string}`;
3015
- };
2930
+ version: number;
2931
+ program: `0x${string}`;
3016
2932
  };
3017
2933
  } | {
3018
2934
  __kind: "Arb";
@@ -3045,10 +2961,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
3045
2961
  value: string;
3046
2962
  } | {
3047
2963
  __kind: "OtherSegwit";
3048
- value: {
3049
- version: number;
3050
- program: string;
3051
- };
2964
+ version: number;
2965
+ program: string;
3052
2966
  };
3053
2967
  } | {
3054
2968
  __kind: "Arb";
@@ -3171,28 +3085,16 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3171
3085
  value: string;
3172
3086
  }>, z.ZodObject<{
3173
3087
  __kind: z.ZodLiteral<"OtherSegwit">;
3174
- value: z.ZodObject<{
3175
- version: z.ZodNumber;
3176
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3177
- }, "strip", z.ZodTypeAny, {
3178
- version: number;
3179
- program: `0x${string}`;
3180
- }, {
3181
- version: number;
3182
- program: string;
3183
- }>;
3088
+ version: z.ZodNumber;
3089
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3184
3090
  }, "strip", z.ZodTypeAny, {
3185
3091
  __kind: "OtherSegwit";
3186
- value: {
3187
- version: number;
3188
- program: `0x${string}`;
3189
- };
3092
+ version: number;
3093
+ program: `0x${string}`;
3190
3094
  }, {
3191
3095
  __kind: "OtherSegwit";
3192
- value: {
3193
- version: number;
3194
- program: string;
3195
- };
3096
+ version: number;
3097
+ program: string;
3196
3098
  }>]>;
3197
3099
  }, "strip", z.ZodTypeAny, {
3198
3100
  __kind: "Btc";
@@ -3213,10 +3115,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3213
3115
  value: `0x${string}`;
3214
3116
  } | {
3215
3117
  __kind: "OtherSegwit";
3216
- value: {
3217
- version: number;
3218
- program: `0x${string}`;
3219
- };
3118
+ version: number;
3119
+ program: `0x${string}`;
3220
3120
  };
3221
3121
  }, {
3222
3122
  __kind: "Btc";
@@ -3237,10 +3137,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3237
3137
  value: string;
3238
3138
  } | {
3239
3139
  __kind: "OtherSegwit";
3240
- value: {
3241
- version: number;
3242
- program: string;
3243
- };
3140
+ version: number;
3141
+ program: string;
3244
3142
  };
3245
3143
  }>, z.ZodObject<{
3246
3144
  __kind: z.ZodLiteral<"Arb">;
@@ -3297,10 +3195,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3297
3195
  value: `0x${string}`;
3298
3196
  } | {
3299
3197
  __kind: "OtherSegwit";
3300
- value: {
3301
- version: number;
3302
- program: `0x${string}`;
3303
- };
3198
+ version: number;
3199
+ program: `0x${string}`;
3304
3200
  };
3305
3201
  } | {
3306
3202
  __kind: "Arb";
@@ -3340,10 +3236,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3340
3236
  value: string;
3341
3237
  } | {
3342
3238
  __kind: "OtherSegwit";
3343
- value: {
3344
- version: number;
3345
- program: string;
3346
- };
3239
+ version: number;
3240
+ program: string;
3347
3241
  };
3348
3242
  } | {
3349
3243
  __kind: "Arb";
@@ -3388,28 +3282,16 @@ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
3388
3282
  lpAccount: string;
3389
3283
  }>, z.ZodObject<{
3390
3284
  __kind: z.ZodLiteral<"CcmTransfer">;
3391
- value: z.ZodObject<{
3392
- principalSwapId: 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>>>;
3393
- gasSwapId: 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>>>;
3394
- }, "strip", z.ZodTypeAny, {
3395
- principalSwapId?: bigint | null | undefined;
3396
- gasSwapId?: bigint | null | undefined;
3397
- }, {
3398
- principalSwapId?: string | number | null | undefined;
3399
- gasSwapId?: string | number | null | undefined;
3400
- }>;
3285
+ principalSwapId: 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>>>;
3286
+ gasSwapId: 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>>>;
3401
3287
  }, "strip", z.ZodTypeAny, {
3402
3288
  __kind: "CcmTransfer";
3403
- value: {
3404
- principalSwapId?: bigint | null | undefined;
3405
- gasSwapId?: bigint | null | undefined;
3406
- };
3289
+ principalSwapId?: bigint | null | undefined;
3290
+ gasSwapId?: bigint | null | undefined;
3407
3291
  }, {
3408
3292
  __kind: "CcmTransfer";
3409
- value: {
3410
- principalSwapId?: string | number | null | undefined;
3411
- gasSwapId?: string | number | null | undefined;
3412
- };
3293
+ principalSwapId?: string | number | null | undefined;
3294
+ gasSwapId?: string | number | null | undefined;
3413
3295
  }>, z.ZodObject<{
3414
3296
  __kind: z.ZodLiteral<"NoAction">;
3415
3297
  }, "strip", z.ZodTypeAny, {
@@ -220,11 +220,9 @@ var cfPrimitivesBeneficiary = z.object({ account: accountId, bps: z.number() });
220
220
  var cfChainsSwapOrigin = z.union([
221
221
  z.object({
222
222
  __kind: z.literal("DepositChannel"),
223
- value: z.object({
224
- depositAddress: cfChainsAddressEncodedAddress,
225
- channelId: numberOrHex,
226
- depositBlockHeight: numberOrHex
227
- })
223
+ depositAddress: cfChainsAddressEncodedAddress,
224
+ channelId: numberOrHex,
225
+ depositBlockHeight: numberOrHex
228
226
  }),
229
227
  z.object({ __kind: z.literal("Vault"), txHash: hexString })
230
228
  ]);
@@ -234,10 +232,7 @@ var cfChainsBtcScriptPubkey = z.union([
234
232
  z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
235
233
  z.object({ __kind: z.literal("P2WSH"), value: hexString }),
236
234
  z.object({ __kind: z.literal("Taproot"), value: hexString }),
237
- z.object({
238
- __kind: z.literal("OtherSegwit"),
239
- value: z.object({ version: z.number(), program: hexString })
240
- })
235
+ z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
241
236
  ]);
242
237
  var cfChainsAddressForeignChainAddress = z.union([
243
238
  z.object({ __kind: z.literal("Eth"), value: hexString }),
@@ -268,7 +263,8 @@ var palletCfIngressEgressDepositAction = z.union([
268
263
  z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
269
264
  z.object({
270
265
  __kind: z.literal("CcmTransfer"),
271
- value: z.object({ principalSwapId: numberOrHex.nullish(), gasSwapId: numberOrHex.nullish() })
266
+ principalSwapId: numberOrHex.nullish(),
267
+ gasSwapId: numberOrHex.nullish()
272
268
  }),
273
269
  z.object({ __kind: z.literal("NoAction") }),
274
270
  z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
@@ -36,28 +36,16 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
36
36
  lpAccount: string;
37
37
  }>, z.ZodObject<{
38
38
  __kind: z.ZodLiteral<"CcmTransfer">;
39
- value: z.ZodObject<{
40
- principalSwapId: 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>>>;
41
- gasSwapId: 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>>>;
42
- }, "strip", z.ZodTypeAny, {
43
- principalSwapId?: bigint | null | undefined;
44
- gasSwapId?: bigint | null | undefined;
45
- }, {
46
- principalSwapId?: string | number | null | undefined;
47
- gasSwapId?: string | number | null | undefined;
48
- }>;
39
+ principalSwapId: 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>>>;
40
+ gasSwapId: 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>>>;
49
41
  }, "strip", z.ZodTypeAny, {
50
- value: {
51
- principalSwapId?: bigint | null | undefined;
52
- gasSwapId?: bigint | null | undefined;
53
- };
54
42
  __kind: "CcmTransfer";
43
+ principalSwapId?: bigint | null | undefined;
44
+ gasSwapId?: bigint | null | undefined;
55
45
  }, {
56
- value: {
57
- principalSwapId?: string | number | null | undefined;
58
- gasSwapId?: string | number | null | undefined;
59
- };
60
46
  __kind: "CcmTransfer";
47
+ principalSwapId?: string | number | null | undefined;
48
+ gasSwapId?: string | number | null | undefined;
61
49
  }>, z.ZodObject<{
62
50
  __kind: z.ZodLiteral<"NoAction">;
63
51
  }, "strip", z.ZodTypeAny, {
@@ -89,11 +77,9 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
89
77
  __kind: "LiquidityProvision";
90
78
  lpAccount: string;
91
79
  } | {
92
- value: {
93
- principalSwapId?: bigint | null | undefined;
94
- gasSwapId?: bigint | null | undefined;
95
- };
96
80
  __kind: "CcmTransfer";
81
+ principalSwapId?: bigint | null | undefined;
82
+ gasSwapId?: bigint | null | undefined;
97
83
  } | {
98
84
  __kind: "NoAction";
99
85
  } | {
@@ -117,11 +103,9 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
117
103
  __kind: "LiquidityProvision";
118
104
  lpAccount: string;
119
105
  } | {
120
- value: {
121
- principalSwapId?: string | number | null | undefined;
122
- gasSwapId?: string | number | null | undefined;
123
- };
124
106
  __kind: "CcmTransfer";
107
+ principalSwapId?: string | number | null | undefined;
108
+ gasSwapId?: string | number | null | undefined;
125
109
  } | {
126
110
  __kind: "NoAction";
127
111
  } | {
@@ -36,28 +36,16 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
36
36
  lpAccount: string;
37
37
  }>, z.ZodObject<{
38
38
  __kind: z.ZodLiteral<"CcmTransfer">;
39
- value: z.ZodObject<{
40
- principalSwapId: 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>>>;
41
- gasSwapId: 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>>>;
42
- }, "strip", z.ZodTypeAny, {
43
- principalSwapId?: bigint | null | undefined;
44
- gasSwapId?: bigint | null | undefined;
45
- }, {
46
- principalSwapId?: string | number | null | undefined;
47
- gasSwapId?: string | number | null | undefined;
48
- }>;
39
+ principalSwapId: 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>>>;
40
+ gasSwapId: 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>>>;
49
41
  }, "strip", z.ZodTypeAny, {
50
- value: {
51
- principalSwapId?: bigint | null | undefined;
52
- gasSwapId?: bigint | null | undefined;
53
- };
54
42
  __kind: "CcmTransfer";
43
+ principalSwapId?: bigint | null | undefined;
44
+ gasSwapId?: bigint | null | undefined;
55
45
  }, {
56
- value: {
57
- principalSwapId?: string | number | null | undefined;
58
- gasSwapId?: string | number | null | undefined;
59
- };
60
46
  __kind: "CcmTransfer";
47
+ principalSwapId?: string | number | null | undefined;
48
+ gasSwapId?: string | number | null | undefined;
61
49
  }>, z.ZodObject<{
62
50
  __kind: z.ZodLiteral<"NoAction">;
63
51
  }, "strip", z.ZodTypeAny, {
@@ -89,11 +77,9 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
89
77
  __kind: "LiquidityProvision";
90
78
  lpAccount: string;
91
79
  } | {
92
- value: {
93
- principalSwapId?: bigint | null | undefined;
94
- gasSwapId?: bigint | null | undefined;
95
- };
96
80
  __kind: "CcmTransfer";
81
+ principalSwapId?: bigint | null | undefined;
82
+ gasSwapId?: bigint | null | undefined;
97
83
  } | {
98
84
  __kind: "NoAction";
99
85
  } | {
@@ -117,11 +103,9 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
117
103
  __kind: "LiquidityProvision";
118
104
  lpAccount: string;
119
105
  } | {
120
- value: {
121
- principalSwapId?: string | number | null | undefined;
122
- gasSwapId?: string | number | null | undefined;
123
- };
124
106
  __kind: "CcmTransfer";
107
+ principalSwapId?: string | number | null | undefined;
108
+ gasSwapId?: string | number | null | undefined;
125
109
  } | {
126
110
  __kind: "NoAction";
127
111
  } | {