@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/131/common.d.ts
CHANGED
|
@@ -1460,96 +1460,64 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
1460
1460
|
}>;
|
|
1461
1461
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
1462
1462
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1467
|
-
}, "strip", z.ZodTypeAny, {
|
|
1468
|
-
__kind: "Eth";
|
|
1469
|
-
value: `0x${string}`;
|
|
1470
|
-
}, {
|
|
1471
|
-
__kind: "Eth";
|
|
1472
|
-
value: string;
|
|
1473
|
-
}>, z.ZodObject<{
|
|
1474
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
1475
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1476
|
-
}, "strip", z.ZodTypeAny, {
|
|
1477
|
-
__kind: "Dot";
|
|
1478
|
-
value: `0x${string}`;
|
|
1479
|
-
}, {
|
|
1480
|
-
__kind: "Dot";
|
|
1481
|
-
value: string;
|
|
1482
|
-
}>, z.ZodObject<{
|
|
1483
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1484
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1485
|
-
}, "strip", z.ZodTypeAny, {
|
|
1486
|
-
__kind: "Btc";
|
|
1487
|
-
value: `0x${string}`;
|
|
1488
|
-
}, {
|
|
1489
|
-
__kind: "Btc";
|
|
1490
|
-
value: string;
|
|
1491
|
-
}>]>;
|
|
1492
|
-
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1493
|
-
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1463
|
+
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
1464
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
1465
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1494
1466
|
}, "strip", z.ZodTypeAny, {
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
value: `0x${string}`;
|
|
1498
|
-
} | {
|
|
1499
|
-
__kind: "Dot";
|
|
1500
|
-
value: `0x${string}`;
|
|
1501
|
-
} | {
|
|
1502
|
-
__kind: "Btc";
|
|
1503
|
-
value: `0x${string}`;
|
|
1504
|
-
};
|
|
1505
|
-
channelId: bigint;
|
|
1506
|
-
depositBlockHeight: bigint;
|
|
1467
|
+
__kind: "Eth";
|
|
1468
|
+
value: `0x${string}`;
|
|
1507
1469
|
}, {
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1470
|
+
__kind: "Eth";
|
|
1471
|
+
value: string;
|
|
1472
|
+
}>, z.ZodObject<{
|
|
1473
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
1474
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1475
|
+
}, "strip", z.ZodTypeAny, {
|
|
1476
|
+
__kind: "Dot";
|
|
1477
|
+
value: `0x${string}`;
|
|
1478
|
+
}, {
|
|
1479
|
+
__kind: "Dot";
|
|
1480
|
+
value: string;
|
|
1481
|
+
}>, z.ZodObject<{
|
|
1482
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
1483
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1484
|
+
}, "strip", z.ZodTypeAny, {
|
|
1485
|
+
__kind: "Btc";
|
|
1486
|
+
value: `0x${string}`;
|
|
1487
|
+
}, {
|
|
1488
|
+
__kind: "Btc";
|
|
1489
|
+
value: string;
|
|
1490
|
+
}>]>;
|
|
1491
|
+
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1492
|
+
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1521
1493
|
}, "strip", z.ZodTypeAny, {
|
|
1522
1494
|
__kind: "DepositChannel";
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
value: `0x${string}`;
|
|
1533
|
-
};
|
|
1534
|
-
channelId: bigint;
|
|
1535
|
-
depositBlockHeight: bigint;
|
|
1495
|
+
depositAddress: {
|
|
1496
|
+
__kind: "Eth";
|
|
1497
|
+
value: `0x${string}`;
|
|
1498
|
+
} | {
|
|
1499
|
+
__kind: "Dot";
|
|
1500
|
+
value: `0x${string}`;
|
|
1501
|
+
} | {
|
|
1502
|
+
__kind: "Btc";
|
|
1503
|
+
value: `0x${string}`;
|
|
1536
1504
|
};
|
|
1505
|
+
channelId: bigint;
|
|
1506
|
+
depositBlockHeight: bigint;
|
|
1537
1507
|
}, {
|
|
1538
1508
|
__kind: "DepositChannel";
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
value: string;
|
|
1549
|
-
};
|
|
1550
|
-
channelId: string | number;
|
|
1551
|
-
depositBlockHeight: string | number;
|
|
1509
|
+
depositAddress: {
|
|
1510
|
+
__kind: "Eth";
|
|
1511
|
+
value: string;
|
|
1512
|
+
} | {
|
|
1513
|
+
__kind: "Dot";
|
|
1514
|
+
value: string;
|
|
1515
|
+
} | {
|
|
1516
|
+
__kind: "Btc";
|
|
1517
|
+
value: string;
|
|
1552
1518
|
};
|
|
1519
|
+
channelId: string | number;
|
|
1520
|
+
depositBlockHeight: string | number;
|
|
1553
1521
|
}>, z.ZodObject<{
|
|
1554
1522
|
__kind: z.ZodLiteral<"Vault">;
|
|
1555
1523
|
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1607,28 +1575,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
1607
1575
|
value: string;
|
|
1608
1576
|
}>, z.ZodObject<{
|
|
1609
1577
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1613
|
-
}, "strip", z.ZodTypeAny, {
|
|
1614
|
-
version: number;
|
|
1615
|
-
program: `0x${string}`;
|
|
1616
|
-
}, {
|
|
1617
|
-
version: number;
|
|
1618
|
-
program: string;
|
|
1619
|
-
}>;
|
|
1578
|
+
version: z.ZodNumber;
|
|
1579
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1620
1580
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1581
|
__kind: "OtherSegwit";
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
program: `0x${string}`;
|
|
1625
|
-
};
|
|
1582
|
+
version: number;
|
|
1583
|
+
program: `0x${string}`;
|
|
1626
1584
|
}, {
|
|
1627
1585
|
__kind: "OtherSegwit";
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
program: string;
|
|
1631
|
-
};
|
|
1586
|
+
version: number;
|
|
1587
|
+
program: string;
|
|
1632
1588
|
}>]>;
|
|
1633
1589
|
declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
1634
1590
|
__kind: z.ZodLiteral<"Eth">;
|
|
@@ -1697,28 +1653,16 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1697
1653
|
value: string;
|
|
1698
1654
|
}>, z.ZodObject<{
|
|
1699
1655
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1703
|
-
}, "strip", z.ZodTypeAny, {
|
|
1704
|
-
version: number;
|
|
1705
|
-
program: `0x${string}`;
|
|
1706
|
-
}, {
|
|
1707
|
-
version: number;
|
|
1708
|
-
program: string;
|
|
1709
|
-
}>;
|
|
1656
|
+
version: z.ZodNumber;
|
|
1657
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1710
1658
|
}, "strip", z.ZodTypeAny, {
|
|
1711
1659
|
__kind: "OtherSegwit";
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
program: `0x${string}`;
|
|
1715
|
-
};
|
|
1660
|
+
version: number;
|
|
1661
|
+
program: `0x${string}`;
|
|
1716
1662
|
}, {
|
|
1717
1663
|
__kind: "OtherSegwit";
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
program: string;
|
|
1721
|
-
};
|
|
1664
|
+
version: number;
|
|
1665
|
+
program: string;
|
|
1722
1666
|
}>]>;
|
|
1723
1667
|
}, "strip", z.ZodTypeAny, {
|
|
1724
1668
|
__kind: "Btc";
|
|
@@ -1739,10 +1683,8 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1739
1683
|
value: `0x${string}`;
|
|
1740
1684
|
} | {
|
|
1741
1685
|
__kind: "OtherSegwit";
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
program: `0x${string}`;
|
|
1745
|
-
};
|
|
1686
|
+
version: number;
|
|
1687
|
+
program: `0x${string}`;
|
|
1746
1688
|
};
|
|
1747
1689
|
}, {
|
|
1748
1690
|
__kind: "Btc";
|
|
@@ -1763,10 +1705,8 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1763
1705
|
value: string;
|
|
1764
1706
|
} | {
|
|
1765
1707
|
__kind: "OtherSegwit";
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
program: string;
|
|
1769
|
-
};
|
|
1708
|
+
version: number;
|
|
1709
|
+
program: string;
|
|
1770
1710
|
};
|
|
1771
1711
|
}>]>;
|
|
1772
1712
|
declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
@@ -1838,28 +1778,16 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1838
1778
|
value: string;
|
|
1839
1779
|
}>, z.ZodObject<{
|
|
1840
1780
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1844
|
-
}, "strip", z.ZodTypeAny, {
|
|
1845
|
-
version: number;
|
|
1846
|
-
program: `0x${string}`;
|
|
1847
|
-
}, {
|
|
1848
|
-
version: number;
|
|
1849
|
-
program: string;
|
|
1850
|
-
}>;
|
|
1781
|
+
version: z.ZodNumber;
|
|
1782
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1851
1783
|
}, "strip", z.ZodTypeAny, {
|
|
1852
1784
|
__kind: "OtherSegwit";
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
program: `0x${string}`;
|
|
1856
|
-
};
|
|
1785
|
+
version: number;
|
|
1786
|
+
program: `0x${string}`;
|
|
1857
1787
|
}, {
|
|
1858
1788
|
__kind: "OtherSegwit";
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
program: string;
|
|
1862
|
-
};
|
|
1789
|
+
version: number;
|
|
1790
|
+
program: string;
|
|
1863
1791
|
}>]>;
|
|
1864
1792
|
}, "strip", z.ZodTypeAny, {
|
|
1865
1793
|
__kind: "Btc";
|
|
@@ -1880,10 +1808,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1880
1808
|
value: `0x${string}`;
|
|
1881
1809
|
} | {
|
|
1882
1810
|
__kind: "OtherSegwit";
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
program: `0x${string}`;
|
|
1886
|
-
};
|
|
1811
|
+
version: number;
|
|
1812
|
+
program: `0x${string}`;
|
|
1887
1813
|
};
|
|
1888
1814
|
}, {
|
|
1889
1815
|
__kind: "Btc";
|
|
@@ -1904,10 +1830,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1904
1830
|
value: string;
|
|
1905
1831
|
} | {
|
|
1906
1832
|
__kind: "OtherSegwit";
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
program: string;
|
|
1910
|
-
};
|
|
1833
|
+
version: number;
|
|
1834
|
+
program: string;
|
|
1911
1835
|
};
|
|
1912
1836
|
}>]>;
|
|
1913
1837
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1937,10 +1861,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1937
1861
|
value: `0x${string}`;
|
|
1938
1862
|
} | {
|
|
1939
1863
|
__kind: "OtherSegwit";
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
program: `0x${string}`;
|
|
1943
|
-
};
|
|
1864
|
+
version: number;
|
|
1865
|
+
program: `0x${string}`;
|
|
1944
1866
|
};
|
|
1945
1867
|
};
|
|
1946
1868
|
}, {
|
|
@@ -1970,10 +1892,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1970
1892
|
value: string;
|
|
1971
1893
|
} | {
|
|
1972
1894
|
__kind: "OtherSegwit";
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
program: string;
|
|
1976
|
-
};
|
|
1895
|
+
version: number;
|
|
1896
|
+
program: string;
|
|
1977
1897
|
};
|
|
1978
1898
|
};
|
|
1979
1899
|
}>, z.ZodObject<{
|
|
@@ -2105,28 +2025,16 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2105
2025
|
value: string;
|
|
2106
2026
|
}>, z.ZodObject<{
|
|
2107
2027
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2111
|
-
}, "strip", z.ZodTypeAny, {
|
|
2112
|
-
version: number;
|
|
2113
|
-
program: `0x${string}`;
|
|
2114
|
-
}, {
|
|
2115
|
-
version: number;
|
|
2116
|
-
program: string;
|
|
2117
|
-
}>;
|
|
2028
|
+
version: z.ZodNumber;
|
|
2029
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2118
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2119
2031
|
__kind: "OtherSegwit";
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
program: `0x${string}`;
|
|
2123
|
-
};
|
|
2032
|
+
version: number;
|
|
2033
|
+
program: `0x${string}`;
|
|
2124
2034
|
}, {
|
|
2125
2035
|
__kind: "OtherSegwit";
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
program: string;
|
|
2129
|
-
};
|
|
2036
|
+
version: number;
|
|
2037
|
+
program: string;
|
|
2130
2038
|
}>]>;
|
|
2131
2039
|
}, "strip", z.ZodTypeAny, {
|
|
2132
2040
|
__kind: "Btc";
|
|
@@ -2147,10 +2055,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2147
2055
|
value: `0x${string}`;
|
|
2148
2056
|
} | {
|
|
2149
2057
|
__kind: "OtherSegwit";
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
program: `0x${string}`;
|
|
2153
|
-
};
|
|
2058
|
+
version: number;
|
|
2059
|
+
program: `0x${string}`;
|
|
2154
2060
|
};
|
|
2155
2061
|
}, {
|
|
2156
2062
|
__kind: "Btc";
|
|
@@ -2171,10 +2077,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2171
2077
|
value: string;
|
|
2172
2078
|
} | {
|
|
2173
2079
|
__kind: "OtherSegwit";
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
program: string;
|
|
2177
|
-
};
|
|
2080
|
+
version: number;
|
|
2081
|
+
program: string;
|
|
2178
2082
|
};
|
|
2179
2083
|
}>]>>>;
|
|
2180
2084
|
channelMetadata: z.ZodObject<{
|
|
@@ -2222,10 +2126,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2222
2126
|
value: `0x${string}`;
|
|
2223
2127
|
} | {
|
|
2224
2128
|
__kind: "OtherSegwit";
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
program: `0x${string}`;
|
|
2228
|
-
};
|
|
2129
|
+
version: number;
|
|
2130
|
+
program: `0x${string}`;
|
|
2229
2131
|
};
|
|
2230
2132
|
} | null | undefined;
|
|
2231
2133
|
}, {
|
|
@@ -2262,10 +2164,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2262
2164
|
value: string;
|
|
2263
2165
|
} | {
|
|
2264
2166
|
__kind: "OtherSegwit";
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
program: string;
|
|
2268
|
-
};
|
|
2167
|
+
version: number;
|
|
2168
|
+
program: string;
|
|
2269
2169
|
};
|
|
2270
2170
|
} | null | undefined;
|
|
2271
2171
|
}>;
|
|
@@ -2289,28 +2189,16 @@ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
|
2289
2189
|
lpAccount: string;
|
|
2290
2190
|
}>, z.ZodObject<{
|
|
2291
2191
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
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>>>;
|
|
2295
|
-
}, "strip", z.ZodTypeAny, {
|
|
2296
|
-
principalSwapId?: bigint | null | undefined;
|
|
2297
|
-
gasSwapId?: bigint | null | undefined;
|
|
2298
|
-
}, {
|
|
2299
|
-
principalSwapId?: string | number | null | undefined;
|
|
2300
|
-
gasSwapId?: string | number | null | undefined;
|
|
2301
|
-
}>;
|
|
2192
|
+
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>>>;
|
|
2193
|
+
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>>>;
|
|
2302
2194
|
}, "strip", z.ZodTypeAny, {
|
|
2303
2195
|
__kind: "CcmTransfer";
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
gasSwapId?: bigint | null | undefined;
|
|
2307
|
-
};
|
|
2196
|
+
principalSwapId?: bigint | null | undefined;
|
|
2197
|
+
gasSwapId?: bigint | null | undefined;
|
|
2308
2198
|
}, {
|
|
2309
2199
|
__kind: "CcmTransfer";
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
gasSwapId?: string | number | null | undefined;
|
|
2313
|
-
};
|
|
2200
|
+
principalSwapId?: string | number | null | undefined;
|
|
2201
|
+
gasSwapId?: string | number | null | undefined;
|
|
2314
2202
|
}>, z.ZodObject<{
|
|
2315
2203
|
__kind: z.ZodLiteral<"NoAction">;
|
|
2316
2204
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2674,28 +2562,16 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
2674
2562
|
value: string;
|
|
2675
2563
|
}>, z.ZodObject<{
|
|
2676
2564
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2680
|
-
}, "strip", z.ZodTypeAny, {
|
|
2681
|
-
version: number;
|
|
2682
|
-
program: `0x${string}`;
|
|
2683
|
-
}, {
|
|
2684
|
-
version: number;
|
|
2685
|
-
program: string;
|
|
2686
|
-
}>;
|
|
2565
|
+
version: z.ZodNumber;
|
|
2566
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2687
2567
|
}, "strip", z.ZodTypeAny, {
|
|
2688
2568
|
__kind: "OtherSegwit";
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
program: `0x${string}`;
|
|
2692
|
-
};
|
|
2569
|
+
version: number;
|
|
2570
|
+
program: `0x${string}`;
|
|
2693
2571
|
}, {
|
|
2694
2572
|
__kind: "OtherSegwit";
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
program: string;
|
|
2698
|
-
};
|
|
2573
|
+
version: number;
|
|
2574
|
+
program: string;
|
|
2699
2575
|
}>]>;
|
|
2700
2576
|
asset: z.ZodEffects<z.ZodObject<{
|
|
2701
2577
|
__kind: z.ZodEnum<["Btc"]>;
|
|
@@ -2735,10 +2611,8 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
2735
2611
|
value: `0x${string}`;
|
|
2736
2612
|
} | {
|
|
2737
2613
|
__kind: "OtherSegwit";
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
program: `0x${string}`;
|
|
2741
|
-
};
|
|
2614
|
+
version: number;
|
|
2615
|
+
program: `0x${string}`;
|
|
2742
2616
|
};
|
|
2743
2617
|
asset: "Btc";
|
|
2744
2618
|
amount: bigint;
|
|
@@ -2764,10 +2638,8 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
2764
2638
|
value: string;
|
|
2765
2639
|
} | {
|
|
2766
2640
|
__kind: "OtherSegwit";
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
program: string;
|
|
2770
|
-
};
|
|
2641
|
+
version: number;
|
|
2642
|
+
program: string;
|
|
2771
2643
|
};
|
|
2772
2644
|
asset: {
|
|
2773
2645
|
__kind: "Btc";
|
package/dist/131/common.mjs
CHANGED
|
@@ -164,11 +164,9 @@ var cfChainsCcmChannelMetadata = z.object({
|
|
|
164
164
|
var cfChainsSwapOrigin = z.union([
|
|
165
165
|
z.object({
|
|
166
166
|
__kind: z.literal("DepositChannel"),
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
depositBlockHeight: numberOrHex
|
|
171
|
-
})
|
|
167
|
+
depositAddress: cfChainsAddressEncodedAddress,
|
|
168
|
+
channelId: numberOrHex,
|
|
169
|
+
depositBlockHeight: numberOrHex
|
|
172
170
|
}),
|
|
173
171
|
z.object({ __kind: z.literal("Vault"), txHash: hexString })
|
|
174
172
|
]);
|
|
@@ -178,10 +176,7 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
178
176
|
z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
|
|
179
177
|
z.object({ __kind: z.literal("P2WSH"), value: hexString }),
|
|
180
178
|
z.object({ __kind: z.literal("Taproot"), value: hexString }),
|
|
181
|
-
z.object({
|
|
182
|
-
__kind: z.literal("OtherSegwit"),
|
|
183
|
-
value: z.object({ version: z.number(), program: hexString })
|
|
184
|
-
})
|
|
179
|
+
z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
|
|
185
180
|
]);
|
|
186
181
|
var cfChainsAddressForeignChainAddress = z.union([
|
|
187
182
|
z.object({ __kind: z.literal("Eth"), value: hexString }),
|
|
@@ -210,7 +205,8 @@ var palletCfIngressEgressDepositAction = z.union([
|
|
|
210
205
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
211
206
|
z.object({
|
|
212
207
|
__kind: z.literal("CcmTransfer"),
|
|
213
|
-
|
|
208
|
+
principalSwapId: numberOrHex.nullish(),
|
|
209
|
+
gasSwapId: numberOrHex.nullish()
|
|
214
210
|
}),
|
|
215
211
|
z.object({ __kind: z.literal("NoAction") })
|
|
216
212
|
]);
|
|
@@ -33,28 +33,16 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
33
33
|
lpAccount: string;
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
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>>>;
|
|
39
|
-
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
principalSwapId?: bigint | null | undefined;
|
|
41
|
-
gasSwapId?: bigint | null | undefined;
|
|
42
|
-
}, {
|
|
43
|
-
principalSwapId?: string | number | null | undefined;
|
|
44
|
-
gasSwapId?: string | number | null | undefined;
|
|
45
|
-
}>;
|
|
36
|
+
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>>>;
|
|
37
|
+
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>>>;
|
|
46
38
|
}, "strip", z.ZodTypeAny, {
|
|
47
39
|
__kind: "CcmTransfer";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
gasSwapId?: bigint | null | undefined;
|
|
51
|
-
};
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
43
|
__kind: "CcmTransfer";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
gasSwapId?: string | number | null | undefined;
|
|
57
|
-
};
|
|
44
|
+
principalSwapId?: string | number | null | undefined;
|
|
45
|
+
gasSwapId?: string | number | null | undefined;
|
|
58
46
|
}>, z.ZodObject<{
|
|
59
47
|
__kind: z.ZodLiteral<"NoAction">;
|
|
60
48
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -75,10 +63,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
75
63
|
lpAccount: string;
|
|
76
64
|
} | {
|
|
77
65
|
__kind: "CcmTransfer";
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
gasSwapId?: bigint | null | undefined;
|
|
81
|
-
};
|
|
66
|
+
principalSwapId?: bigint | null | undefined;
|
|
67
|
+
gasSwapId?: bigint | null | undefined;
|
|
82
68
|
} | {
|
|
83
69
|
__kind: "NoAction";
|
|
84
70
|
};
|
|
@@ -97,10 +83,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
97
83
|
lpAccount: string;
|
|
98
84
|
} | {
|
|
99
85
|
__kind: "CcmTransfer";
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
gasSwapId?: string | number | null | undefined;
|
|
103
|
-
};
|
|
86
|
+
principalSwapId?: string | number | null | undefined;
|
|
87
|
+
gasSwapId?: string | number | null | undefined;
|
|
104
88
|
} | {
|
|
105
89
|
__kind: "NoAction";
|
|
106
90
|
};
|
|
@@ -33,28 +33,16 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
33
33
|
lpAccount: string;
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
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>>>;
|
|
39
|
-
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
principalSwapId?: bigint | null | undefined;
|
|
41
|
-
gasSwapId?: bigint | null | undefined;
|
|
42
|
-
}, {
|
|
43
|
-
principalSwapId?: string | number | null | undefined;
|
|
44
|
-
gasSwapId?: string | number | null | undefined;
|
|
45
|
-
}>;
|
|
36
|
+
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>>>;
|
|
37
|
+
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>>>;
|
|
46
38
|
}, "strip", z.ZodTypeAny, {
|
|
47
39
|
__kind: "CcmTransfer";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
gasSwapId?: bigint | null | undefined;
|
|
51
|
-
};
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
43
|
__kind: "CcmTransfer";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
gasSwapId?: string | number | null | undefined;
|
|
57
|
-
};
|
|
44
|
+
principalSwapId?: string | number | null | undefined;
|
|
45
|
+
gasSwapId?: string | number | null | undefined;
|
|
58
46
|
}>, z.ZodObject<{
|
|
59
47
|
__kind: z.ZodLiteral<"NoAction">;
|
|
60
48
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -75,10 +63,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
75
63
|
lpAccount: string;
|
|
76
64
|
} | {
|
|
77
65
|
__kind: "CcmTransfer";
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
gasSwapId?: bigint | null | undefined;
|
|
81
|
-
};
|
|
66
|
+
principalSwapId?: bigint | null | undefined;
|
|
67
|
+
gasSwapId?: bigint | null | undefined;
|
|
82
68
|
} | {
|
|
83
69
|
__kind: "NoAction";
|
|
84
70
|
};
|
|
@@ -97,10 +83,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
97
83
|
lpAccount: string;
|
|
98
84
|
} | {
|
|
99
85
|
__kind: "CcmTransfer";
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
gasSwapId?: string | number | null | undefined;
|
|
103
|
-
};
|
|
86
|
+
principalSwapId?: string | number | null | undefined;
|
|
87
|
+
gasSwapId?: string | number | null | undefined;
|
|
104
88
|
} | {
|
|
105
89
|
__kind: "NoAction";
|
|
106
90
|
};
|