@chainflip/processor 1.4.6 → 1.4.8
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.
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +10 -26
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +10 -26
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +10 -26
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +10 -26
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +34 -50
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +34 -50
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +34 -50
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +34 -50
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +68 -88
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +68 -88
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +30 -46
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +30 -46
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +30 -46
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +30 -46
- package/dist/100/common.cjs +4 -9
- package/dist/100/common.d.cts +106 -222
- package/dist/100/common.d.ts +106 -222
- package/dist/100/common.mjs +4 -9
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
- package/dist/100/swapping/ccmDepositReceived.d.cts +18 -42
- package/dist/100/swapping/ccmDepositReceived.d.ts +18 -42
- package/dist/100/swapping/ccmFailed.d.cts +18 -42
- package/dist/100/swapping/ccmFailed.d.ts +18 -42
- package/dist/100/swapping/swapAmountTooLow.d.cts +76 -112
- package/dist/100/swapping/swapAmountTooLow.d.ts +76 -112
- package/dist/100/swapping/swapScheduled.d.cts +94 -154
- package/dist/100/swapping/swapScheduled.d.ts +94 -154
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +32 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +32 -48
- package/dist/111/common.cjs +1 -4
- package/dist/111/common.d.cts +6 -18
- package/dist/111/common.d.ts +6 -18
- package/dist/111/common.mjs +1 -4
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -52
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -52
- package/dist/120/common.cjs +3 -5
- package/dist/120/common.d.cts +36 -96
- package/dist/120/common.d.ts +36 -96
- package/dist/120/common.mjs +3 -5
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -26
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -26
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -26
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -26
- package/dist/120/swapping/ccmFailed.d.cts +92 -116
- package/dist/120/swapping/ccmFailed.d.ts +92 -116
- package/dist/120/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/120/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.ts +4 -4
- package/dist/120/swapping/swapExecuted.d.cts +2 -2
- package/dist/120/swapping/swapExecuted.d.ts +2 -2
- package/dist/120/swapping/withdrawalRequested.d.cts +20 -20
- package/dist/120/swapping/withdrawalRequested.d.ts +20 -20
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -52
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -52
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
- package/dist/131/common.cjs +6 -10
- package/dist/131/common.d.cts +110 -238
- package/dist/131/common.d.ts +110 -238
- package/dist/131/common.mjs +6 -10
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +10 -26
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +10 -26
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +90 -150
- package/dist/131/swapping/ccmFailed.d.ts +90 -150
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +104 -164
- package/dist/131/swapping/swapScheduled.d.ts +104 -164
- package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +14 -30
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +14 -30
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +14 -30
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +14 -30
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +44 -76
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +44 -76
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +44 -76
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +44 -76
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/common.cjs +6 -10
- package/dist/141/common.d.cts +115 -233
- package/dist/141/common.d.ts +115 -233
- package/dist/141/common.mjs +6 -10
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -26
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +10 -26
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +10 -26
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +10 -26
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +14 -30
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +14 -30
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +14 -30
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +14 -30
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +22 -46
- package/dist/141/swapping/ccmDepositReceived.d.ts +22 -46
- package/dist/141/swapping/ccmFailed.d.cts +115 -181
- package/dist/141/swapping/ccmFailed.d.ts +115 -181
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +30 -54
- package/dist/141/swapping/swapExecuted.d.ts +30 -54
- package/dist/141/swapping/swapScheduled.d.cts +127 -193
- package/dist/141/swapping/swapScheduled.d.ts +127 -193
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.d.cts +24 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.d.ts +24 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +24 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +133 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +133 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.mjs +24 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +22 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +127 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +127 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.mjs +22 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +19 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +53 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +53 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.mjs +19 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +282 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +282 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.d.cts +11 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.d.ts +11 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.mjs +8 -0
- package/dist/150/assetBalances/refundScheduled.cjs +15 -0
- package/dist/150/assetBalances/refundScheduled.d.cts +235 -0
- package/dist/150/assetBalances/refundScheduled.d.ts +235 -0
- package/dist/150/assetBalances/refundScheduled.mjs +15 -0
- package/dist/150/assetBalances/refundSkipped.cjs +15 -0
- package/dist/150/assetBalances/refundSkipped.d.cts +452 -0
- package/dist/150/assetBalances/refundSkipped.d.ts +452 -0
- package/dist/150/assetBalances/refundSkipped.mjs +15 -0
- package/dist/150/assetBalances/vaultDeficitDetected.cjs +11 -0
- package/dist/150/assetBalances/vaultDeficitDetected.d.cts +27 -0
- package/dist/150/assetBalances/vaultDeficitDetected.d.ts +27 -0
- package/dist/150/assetBalances/vaultDeficitDetected.mjs +11 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.d.cts +24 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.d.ts +24 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +24 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +233 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +233 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.mjs +24 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +22 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +227 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +227 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.mjs +22 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.d.cts +11 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.d.ts +11 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.mjs +8 -0
- package/dist/150/common.cjs +368 -0
- package/dist/150/common.d.cts +4090 -0
- package/dist/150/common.d.ts +4090 -0
- package/dist/150/common.mjs +368 -0
- package/dist/150/emissions/networkFeeBurned.cjs +10 -0
- package/dist/150/emissions/networkFeeBurned.d.cts +24 -0
- package/dist/150/emissions/networkFeeBurned.d.ts +24 -0
- package/dist/150/emissions/networkFeeBurned.mjs +10 -0
- package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +1126 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +1126 -0
- package/dist/150/environment/runtimeSafeModeUpdated.mjs +9 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.d.cts +24 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.d.ts +24 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +24 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +133 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +133 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.mjs +24 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +22 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +127 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +127 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.mjs +22 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +19 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +53 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.ts +53 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.mjs +19 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +282 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +282 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.d.cts +11 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.d.ts +11 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.mjs +8 -0
- package/dist/150/liquidityPools/assetSwapped.cjs +12 -0
- package/dist/150/liquidityPools/assetSwapped.d.cts +40 -0
- package/dist/150/liquidityPools/assetSwapped.d.ts +40 -0
- package/dist/150/liquidityPools/assetSwapped.mjs +12 -0
- package/dist/150/liquidityPools/limitOrderUpdated.cjs +24 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +98 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +98 -0
- package/dist/150/liquidityPools/limitOrderUpdated.mjs +24 -0
- package/dist/150/liquidityPools/newPoolCreated.cjs +12 -0
- package/dist/150/liquidityPools/newPoolCreated.d.cts +40 -0
- package/dist/150/liquidityPools/newPoolCreated.d.ts +40 -0
- package/dist/150/liquidityPools/newPoolCreated.mjs +12 -0
- package/dist/150/liquidityPools/poolFeeSet.cjs +11 -0
- package/dist/150/liquidityPools/poolFeeSet.d.cts +37 -0
- package/dist/150/liquidityPools/poolFeeSet.d.ts +37 -0
- package/dist/150/liquidityPools/poolFeeSet.mjs +11 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.cjs +10 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.d.cts +45 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.d.ts +45 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.mjs +10 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.cjs +22 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +208 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +208 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.mjs +22 -0
- package/dist/150/liquidityProvider/accountCredited.cjs +11 -0
- package/dist/150/liquidityProvider/accountCredited.d.cts +27 -0
- package/dist/150/liquidityProvider/accountCredited.d.ts +27 -0
- package/dist/150/liquidityProvider/accountCredited.mjs +11 -0
- package/dist/150/liquidityProvider/accountDebited.cjs +11 -0
- package/dist/150/liquidityProvider/accountDebited.d.cts +27 -0
- package/dist/150/liquidityProvider/accountDebited.d.ts +27 -0
- package/dist/150/liquidityProvider/accountDebited.mjs +11 -0
- package/dist/150/liquidityProvider/assetTransferred.cjs +12 -0
- package/dist/150/liquidityProvider/assetTransferred.d.cts +30 -0
- package/dist/150/liquidityProvider/assetTransferred.d.ts +30 -0
- package/dist/150/liquidityProvider/assetTransferred.mjs +12 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +20 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +114 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +114 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.mjs +20 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +11 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +27 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +27 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.mjs +11 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +15 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +235 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +235 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.mjs +15 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +18 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +118 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +118 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.mjs +18 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.d.cts +24 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.d.ts +24 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +23 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +123 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +123 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.mjs +23 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +21 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +117 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +117 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.mjs +21 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +18 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +43 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.ts +43 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.mjs +18 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +268 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +268 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.d.cts +11 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.d.ts +11 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.mjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.cjs +6 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.d.cts +11 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.d.ts +11 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.mjs +6 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +10 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +332 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +332 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.mjs +10 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.d.cts +14 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.d.ts +14 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +11 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.d.cts +17 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.d.ts +17 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.mjs +11 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +6 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.d.cts +11 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.d.ts +11 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.mjs +6 -0
- package/dist/150/solanaBroadcaster/callResigned.cjs +6 -0
- package/dist/150/solanaBroadcaster/callResigned.d.cts +11 -0
- package/dist/150/solanaBroadcaster/callResigned.d.ts +11 -0
- package/dist/150/solanaBroadcaster/callResigned.mjs +6 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +6 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.d.cts +11 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.d.ts +11 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.mjs +6 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +11 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +17 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.ts +17 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.mjs +11 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +14 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +14 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +7 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.d.cts +11 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.d.ts +11 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.mjs +7 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.d.cts +40 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.d.ts +40 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.mjs +9 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +7 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.d.cts +11 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.d.ts +11 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.mjs +7 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +10 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.d.cts +24 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.d.ts +24 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.mjs +10 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.d.cts +24 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.d.ts +24 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +11 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +44 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +44 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +11 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.d.cts +38 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.d.ts +38 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +9 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +6 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.d.cts +11 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.d.ts +11 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.mjs +6 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +7 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.d.cts +11 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.d.ts +11 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.mjs +7 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +7 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.d.cts +11 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.d.ts +11 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.mjs +7 -0
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +120 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +120 -0
- package/dist/150/solanaIngressEgress/depositBoosted.mjs +22 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +10 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +24 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +24 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.mjs +10 -0
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +114 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +114 -0
- package/dist/150/solanaIngressEgress/depositFinalised.mjs +20 -0
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +17 -0
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +40 -0
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +40 -0
- package/dist/150/solanaIngressEgress/depositIgnored.mjs +17 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +263 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +263 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.d.cts +11 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.d.ts +11 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.mjs +8 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +9 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.d.cts +14 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.d.ts +14 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.mjs +9 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +369 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +369 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +12 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.mjs +12 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.d.cts +11 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.d.ts +11 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.mjs +8 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +10 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.d.cts +24 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.d.ts +24 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.mjs +10 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +12 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +47 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.ts +47 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +12 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +30 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +30 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.mjs +12 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +6 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.d.cts +11 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.d.ts +11 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.mjs +6 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +11 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +17 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +17 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.mjs +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.mjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +15 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.cts +29 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.ts +29 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.mjs +15 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.mjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.mjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.mjs +7 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.cjs +11 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.d.cts +17 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.d.ts +17 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.mjs +11 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.mjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.mjs +6 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.mjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.mjs +7 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +6 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.d.cts +5 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.d.ts +5 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.mjs +6 -0
- package/dist/150/solanaThresholdSigner/retryRequested.cjs +10 -0
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +14 -0
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +14 -0
- package/dist/150/solanaThresholdSigner/retryRequested.mjs +10 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +9 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.d.cts +14 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.d.ts +14 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.mjs +9 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +11 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.mjs +11 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +11 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.mjs +11 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +23 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +23 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.mjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +11 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.ts +11 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +7 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.d.cts +11 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.d.ts +11 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.mjs +7 -0
- package/dist/150/solanaVault/chainInitialized.cjs +6 -0
- package/dist/150/solanaVault/chainInitialized.d.cts +5 -0
- package/dist/150/solanaVault/chainInitialized.d.ts +5 -0
- package/dist/150/solanaVault/chainInitialized.mjs +6 -0
- package/dist/150/solanaVault/vaultActivationCompleted.cjs +6 -0
- package/dist/150/solanaVault/vaultActivationCompleted.d.cts +5 -0
- package/dist/150/solanaVault/vaultActivationCompleted.d.ts +5 -0
- package/dist/150/solanaVault/vaultActivationCompleted.mjs +6 -0
- package/dist/150/solanaVault/vaultRotatedExternally.cjs +6 -0
- package/dist/150/solanaVault/vaultRotatedExternally.d.cts +5 -0
- package/dist/150/solanaVault/vaultRotatedExternally.d.ts +5 -0
- package/dist/150/solanaVault/vaultRotatedExternally.mjs +6 -0
- package/dist/150/swapping/batchSwapFailed.cjs +11 -0
- package/dist/150/swapping/batchSwapFailed.d.cts +37 -0
- package/dist/150/swapping/batchSwapFailed.d.ts +37 -0
- package/dist/150/swapping/batchSwapFailed.mjs +11 -0
- package/dist/150/swapping/buyIntervalSet.cjs +6 -0
- package/dist/150/swapping/buyIntervalSet.d.cts +11 -0
- package/dist/150/swapping/buyIntervalSet.d.ts +11 -0
- package/dist/150/swapping/buyIntervalSet.mjs +6 -0
- package/dist/150/swapping/ccmDepositReceived.cjs +14 -0
- package/dist/150/swapping/ccmDepositReceived.d.cts +437 -0
- package/dist/150/swapping/ccmDepositReceived.d.ts +437 -0
- package/dist/150/swapping/ccmDepositReceived.mjs +14 -0
- package/dist/150/swapping/ccmEgressScheduled.cjs +10 -0
- package/dist/150/swapping/ccmEgressScheduled.d.cts +24 -0
- package/dist/150/swapping/ccmEgressScheduled.d.ts +24 -0
- package/dist/150/swapping/ccmEgressScheduled.mjs +10 -0
- package/dist/150/swapping/ccmFailed.cjs +17 -0
- package/dist/150/swapping/ccmFailed.d.cts +586 -0
- package/dist/150/swapping/ccmFailed.d.ts +586 -0
- package/dist/150/swapping/ccmFailed.mjs +17 -0
- package/dist/150/swapping/maximumSwapAmountSet.cjs +10 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +24 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +24 -0
- package/dist/150/swapping/maximumSwapAmountSet.mjs +10 -0
- package/dist/150/swapping/networkFeeTaken.cjs +7 -0
- package/dist/150/swapping/networkFeeTaken.d.cts +14 -0
- package/dist/150/swapping/networkFeeTaken.d.ts +14 -0
- package/dist/150/swapping/networkFeeTaken.mjs +7 -0
- package/dist/150/swapping/refundEgressIgnored.cjs +12 -0
- package/dist/150/swapping/refundEgressIgnored.d.cts +247 -0
- package/dist/150/swapping/refundEgressIgnored.d.ts +247 -0
- package/dist/150/swapping/refundEgressIgnored.mjs +12 -0
- package/dist/150/swapping/refundEgressScheduled.cjs +17 -0
- package/dist/150/swapping/refundEgressScheduled.d.cts +43 -0
- package/dist/150/swapping/refundEgressScheduled.d.ts +43 -0
- package/dist/150/swapping/refundEgressScheduled.mjs +17 -0
- package/dist/150/swapping/swapAmountConfiscated.cjs +13 -0
- package/dist/150/swapping/swapAmountConfiscated.d.cts +43 -0
- package/dist/150/swapping/swapAmountConfiscated.d.ts +43 -0
- package/dist/150/swapping/swapAmountConfiscated.mjs +13 -0
- package/dist/150/swapping/swapDepositAddressReady.cjs +27 -0
- package/dist/150/swapping/swapDepositAddressReady.d.cts +545 -0
- package/dist/150/swapping/swapDepositAddressReady.d.ts +545 -0
- package/dist/150/swapping/swapDepositAddressReady.mjs +27 -0
- package/dist/150/swapping/swapEgressIgnored.cjs +12 -0
- package/dist/150/swapping/swapEgressIgnored.d.cts +247 -0
- package/dist/150/swapping/swapEgressIgnored.d.ts +247 -0
- package/dist/150/swapping/swapEgressIgnored.mjs +12 -0
- package/dist/150/swapping/swapEgressScheduled.cjs +17 -0
- package/dist/150/swapping/swapEgressScheduled.d.cts +43 -0
- package/dist/150/swapping/swapEgressScheduled.d.ts +43 -0
- package/dist/150/swapping/swapEgressScheduled.mjs +17 -0
- package/dist/150/swapping/swapExecuted.cjs +21 -0
- package/dist/150/swapping/swapExecuted.d.cts +396 -0
- package/dist/150/swapping/swapExecuted.d.ts +396 -0
- package/dist/150/swapping/swapExecuted.mjs +21 -0
- package/dist/150/swapping/swapRescheduled.cjs +7 -0
- package/dist/150/swapping/swapRescheduled.d.cts +14 -0
- package/dist/150/swapping/swapRescheduled.d.ts +14 -0
- package/dist/150/swapping/swapRescheduled.mjs +7 -0
- package/dist/150/swapping/swapRetryDelaySet.cjs +6 -0
- package/dist/150/swapping/swapRetryDelaySet.d.cts +11 -0
- package/dist/150/swapping/swapRetryDelaySet.d.ts +11 -0
- package/dist/150/swapping/swapRetryDelaySet.mjs +6 -0
- package/dist/150/swapping/swapScheduled.cjs +24 -0
- package/dist/150/swapping/swapScheduled.d.cts +619 -0
- package/dist/150/swapping/swapScheduled.d.ts +619 -0
- package/dist/150/swapping/swapScheduled.mjs +24 -0
- package/dist/150/swapping/withdrawalRequested.cjs +18 -0
- package/dist/150/swapping/withdrawalRequested.d.cts +118 -0
- package/dist/150/swapping/withdrawalRequested.d.ts +118 -0
- package/dist/150/swapping/withdrawalRequested.mjs +18 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +10 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +24 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.d.ts +24 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.mjs +10 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +10 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +24 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.ts +24 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +10 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +53 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +53 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.mjs +9 -0
- package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +53 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +53 -0
- package/dist/150/tokenholderGovernance/proposalPassed.mjs +9 -0
- package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +53 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +53 -0
- package/dist/150/tokenholderGovernance/proposalRejected.mjs +9 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +53 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +53 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.mjs +9 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +24 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +128 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +128 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.mjs +24 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +22 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +122 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +122 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.mjs +22 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +24 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +228 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +228 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.mjs +24 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +22 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +222 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +222 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.mjs +22 -0
- package/dist/160/common.cjs +168 -0
- package/dist/160/common.d.cts +1480 -0
- package/dist/160/common.d.ts +1480 -0
- package/dist/160/common.mjs +168 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +24 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +128 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +128 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.mjs +24 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +22 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +122 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +122 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.mjs +22 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +23 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +118 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +118 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.mjs +23 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +21 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +112 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.mjs +21 -0
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +115 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +115 -0
- package/dist/160/solanaIngressEgress/depositBoosted.mjs +22 -0
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +109 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +109 -0
- package/dist/160/solanaIngressEgress/depositFinalised.mjs +20 -0
- package/dist/160/swapping/ccmFailed.cjs +17 -0
- package/dist/160/swapping/ccmFailed.d.cts +596 -0
- package/dist/160/swapping/ccmFailed.d.ts +596 -0
- package/dist/160/swapping/ccmFailed.mjs +17 -0
- package/dist/160/swapping/refundEgressIgnored.cjs +12 -0
- package/dist/160/swapping/refundEgressIgnored.d.cts +247 -0
- package/dist/160/swapping/refundEgressIgnored.d.ts +247 -0
- package/dist/160/swapping/refundEgressIgnored.mjs +12 -0
- package/dist/160/swapping/refundEgressScheduled.cjs +17 -0
- package/dist/160/swapping/refundEgressScheduled.d.cts +43 -0
- package/dist/160/swapping/refundEgressScheduled.d.ts +43 -0
- package/dist/160/swapping/refundEgressScheduled.mjs +17 -0
- package/dist/160/swapping/swapAmountConfiscated.cjs +12 -0
- package/dist/160/swapping/swapAmountConfiscated.d.cts +30 -0
- package/dist/160/swapping/swapAmountConfiscated.d.ts +30 -0
- package/dist/160/swapping/swapAmountConfiscated.mjs +12 -0
- package/dist/160/swapping/swapEgressIgnored.cjs +12 -0
- package/dist/160/swapping/swapEgressIgnored.d.cts +247 -0
- package/dist/160/swapping/swapEgressIgnored.d.ts +247 -0
- package/dist/160/swapping/swapEgressIgnored.mjs +12 -0
- package/dist/160/swapping/swapEgressScheduled.cjs +17 -0
- package/dist/160/swapping/swapEgressScheduled.d.cts +43 -0
- package/dist/160/swapping/swapEgressScheduled.d.ts +43 -0
- package/dist/160/swapping/swapEgressScheduled.mjs +17 -0
- package/dist/160/swapping/swapExecuted.cjs +16 -0
- package/dist/160/swapping/swapExecuted.d.cts +52 -0
- package/dist/160/swapping/swapExecuted.d.ts +52 -0
- package/dist/160/swapping/swapExecuted.mjs +16 -0
- package/dist/160/swapping/swapRequestCompleted.cjs +7 -0
- package/dist/160/swapping/swapRequestCompleted.d.cts +11 -0
- package/dist/160/swapping/swapRequestCompleted.d.ts +11 -0
- package/dist/160/swapping/swapRequestCompleted.mjs +7 -0
- package/dist/160/swapping/swapRequested.cjs +20 -0
- package/dist/160/swapping/swapRequested.d.cts +891 -0
- package/dist/160/swapping/swapRequested.d.ts +891 -0
- package/dist/160/swapping/swapRequested.mjs +20 -0
- package/dist/160/swapping/swapScheduled.cjs +13 -0
- package/dist/160/swapping/swapScheduled.d.cts +33 -0
- package/dist/160/swapping/swapScheduled.d.ts +33 -0
- package/dist/160/swapping/swapScheduled.mjs +13 -0
- package/package.json +1 -1
package/dist/141/common.d.ts
CHANGED
|
@@ -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
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
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
|
-
|
|
2538
|
-
|
|
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
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
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
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
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
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
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
|
-
|
|
2665
|
-
|
|
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
|
-
|
|
2677
|
-
|
|
2678
|
-
program: `0x${string}`;
|
|
2679
|
-
};
|
|
2630
|
+
version: number;
|
|
2631
|
+
program: `0x${string}`;
|
|
2680
2632
|
}, {
|
|
2681
2633
|
__kind: "OtherSegwit";
|
|
2682
|
-
|
|
2683
|
-
|
|
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
|
-
|
|
2755
|
-
|
|
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
|
-
|
|
2767
|
-
|
|
2768
|
-
program: `0x${string}`;
|
|
2769
|
-
};
|
|
2708
|
+
version: number;
|
|
2709
|
+
program: `0x${string}`;
|
|
2770
2710
|
}, {
|
|
2771
2711
|
__kind: "OtherSegwit";
|
|
2772
|
-
|
|
2773
|
-
|
|
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
|
-
|
|
2797
|
-
|
|
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
|
-
|
|
2821
|
-
|
|
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
|
-
|
|
2905
|
-
|
|
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
|
-
|
|
2917
|
-
|
|
2918
|
-
program: `0x${string}`;
|
|
2919
|
-
};
|
|
2842
|
+
version: number;
|
|
2843
|
+
program: `0x${string}`;
|
|
2920
2844
|
}, {
|
|
2921
2845
|
__kind: "OtherSegwit";
|
|
2922
|
-
|
|
2923
|
-
|
|
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
|
-
|
|
2947
|
-
|
|
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
|
-
|
|
2971
|
-
|
|
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
|
-
|
|
3013
|
-
|
|
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
|
-
|
|
3049
|
-
|
|
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
|
-
|
|
3175
|
-
|
|
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
|
-
|
|
3187
|
-
|
|
3188
|
-
program: `0x${string}`;
|
|
3189
|
-
};
|
|
3092
|
+
version: number;
|
|
3093
|
+
program: `0x${string}`;
|
|
3190
3094
|
}, {
|
|
3191
3095
|
__kind: "OtherSegwit";
|
|
3192
|
-
|
|
3193
|
-
|
|
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
|
-
|
|
3217
|
-
|
|
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
|
-
|
|
3241
|
-
|
|
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
|
-
|
|
3301
|
-
|
|
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
|
-
|
|
3344
|
-
|
|
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
|
-
|
|
3392
|
-
|
|
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
|
-
|
|
3404
|
-
|
|
3405
|
-
gasSwapId?: bigint | null | undefined;
|
|
3406
|
-
};
|
|
3289
|
+
principalSwapId?: bigint | null | undefined;
|
|
3290
|
+
gasSwapId?: bigint | null | undefined;
|
|
3407
3291
|
}, {
|
|
3408
3292
|
__kind: "CcmTransfer";
|
|
3409
|
-
|
|
3410
|
-
|
|
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, {
|
package/dist/141/common.mjs
CHANGED
|
@@ -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
|
-
|
|
224
|
-
|
|
225
|
-
|
|
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
|
-
|
|
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
|
-
|
|
40
|
-
|
|
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
|
-
|
|
40
|
-
|
|
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
|
} | {
|