@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
|
@@ -33,28 +33,16 @@ declare const ethereumIngressEgressDepositFinalised: 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
|
-
value: {
|
|
48
|
-
principalSwapId?: bigint | null | undefined;
|
|
49
|
-
gasSwapId?: bigint | null | undefined;
|
|
50
|
-
};
|
|
51
39
|
__kind: "CcmTransfer";
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
|
-
value: {
|
|
54
|
-
principalSwapId?: string | number | null | undefined;
|
|
55
|
-
gasSwapId?: string | number | null | undefined;
|
|
56
|
-
};
|
|
57
43
|
__kind: "CcmTransfer";
|
|
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, {
|
|
@@ -85,11 +73,9 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
85
73
|
__kind: "LiquidityProvision";
|
|
86
74
|
lpAccount: string;
|
|
87
75
|
} | {
|
|
88
|
-
value: {
|
|
89
|
-
principalSwapId?: bigint | null | undefined;
|
|
90
|
-
gasSwapId?: bigint | null | undefined;
|
|
91
|
-
};
|
|
92
76
|
__kind: "CcmTransfer";
|
|
77
|
+
principalSwapId?: bigint | null | undefined;
|
|
78
|
+
gasSwapId?: bigint | null | undefined;
|
|
93
79
|
} | {
|
|
94
80
|
__kind: "NoAction";
|
|
95
81
|
} | {
|
|
@@ -111,11 +97,9 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
111
97
|
__kind: "LiquidityProvision";
|
|
112
98
|
lpAccount: string;
|
|
113
99
|
} | {
|
|
114
|
-
value: {
|
|
115
|
-
principalSwapId?: string | number | null | undefined;
|
|
116
|
-
gasSwapId?: string | number | null | undefined;
|
|
117
|
-
};
|
|
118
100
|
__kind: "CcmTransfer";
|
|
101
|
+
principalSwapId?: string | number | null | undefined;
|
|
102
|
+
gasSwapId?: string | number | null | undefined;
|
|
119
103
|
} | {
|
|
120
104
|
__kind: "NoAction";
|
|
121
105
|
} | {
|
|
@@ -33,28 +33,16 @@ declare const ethereumIngressEgressDepositFinalised: 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
|
-
value: {
|
|
48
|
-
principalSwapId?: bigint | null | undefined;
|
|
49
|
-
gasSwapId?: bigint | null | undefined;
|
|
50
|
-
};
|
|
51
39
|
__kind: "CcmTransfer";
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
|
-
value: {
|
|
54
|
-
principalSwapId?: string | number | null | undefined;
|
|
55
|
-
gasSwapId?: string | number | null | undefined;
|
|
56
|
-
};
|
|
57
43
|
__kind: "CcmTransfer";
|
|
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, {
|
|
@@ -85,11 +73,9 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
85
73
|
__kind: "LiquidityProvision";
|
|
86
74
|
lpAccount: string;
|
|
87
75
|
} | {
|
|
88
|
-
value: {
|
|
89
|
-
principalSwapId?: bigint | null | undefined;
|
|
90
|
-
gasSwapId?: bigint | null | undefined;
|
|
91
|
-
};
|
|
92
76
|
__kind: "CcmTransfer";
|
|
77
|
+
principalSwapId?: bigint | null | undefined;
|
|
78
|
+
gasSwapId?: bigint | null | undefined;
|
|
93
79
|
} | {
|
|
94
80
|
__kind: "NoAction";
|
|
95
81
|
} | {
|
|
@@ -111,11 +97,9 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
111
97
|
__kind: "LiquidityProvision";
|
|
112
98
|
lpAccount: string;
|
|
113
99
|
} | {
|
|
114
|
-
value: {
|
|
115
|
-
principalSwapId?: string | number | null | undefined;
|
|
116
|
-
gasSwapId?: string | number | null | undefined;
|
|
117
|
-
};
|
|
118
100
|
__kind: "CcmTransfer";
|
|
101
|
+
principalSwapId?: string | number | null | undefined;
|
|
102
|
+
gasSwapId?: string | number | null | undefined;
|
|
119
103
|
} | {
|
|
120
104
|
__kind: "NoAction";
|
|
121
105
|
} | {
|
|
@@ -5,12 +5,12 @@ declare const evmThresholdSignerFailureReportProcessed: z.ZodObject<{
|
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
reporterId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
ceremonyId: bigint;
|
|
9
8
|
requestId: number;
|
|
9
|
+
ceremonyId: bigint;
|
|
10
10
|
reporterId: string;
|
|
11
11
|
}, {
|
|
12
|
-
ceremonyId: string | number;
|
|
13
12
|
requestId: number;
|
|
13
|
+
ceremonyId: string | number;
|
|
14
14
|
reporterId: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
@@ -5,12 +5,12 @@ declare const evmThresholdSignerFailureReportProcessed: z.ZodObject<{
|
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
reporterId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
ceremonyId: bigint;
|
|
9
8
|
requestId: number;
|
|
9
|
+
ceremonyId: bigint;
|
|
10
10
|
reporterId: string;
|
|
11
11
|
}, {
|
|
12
|
-
ceremonyId: string | number;
|
|
13
12
|
requestId: number;
|
|
13
|
+
ceremonyId: string | number;
|
|
14
14
|
reporterId: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
@@ -4,11 +4,11 @@ declare const evmThresholdSignerRetryRequested: z.ZodObject<{
|
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
ceremonyId: bigint;
|
|
8
7
|
requestId: number;
|
|
8
|
+
ceremonyId: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
ceremonyId: string | number;
|
|
11
10
|
requestId: number;
|
|
11
|
+
ceremonyId: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { evmThresholdSignerRetryRequested };
|
|
@@ -4,11 +4,11 @@ declare const evmThresholdSignerRetryRequested: z.ZodObject<{
|
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
ceremonyId: bigint;
|
|
8
7
|
requestId: number;
|
|
8
|
+
ceremonyId: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
ceremonyId: string | number;
|
|
11
10
|
requestId: number;
|
|
11
|
+
ceremonyId: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { evmThresholdSignerRetryRequested };
|
|
@@ -237,8 +237,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
237
237
|
__kind: "Err";
|
|
238
238
|
}>]>;
|
|
239
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
|
-
ceremonyId: bigint;
|
|
241
240
|
requestId: number;
|
|
241
|
+
ceremonyId: bigint;
|
|
242
242
|
result: {
|
|
243
243
|
__kind: "Ok";
|
|
244
244
|
} | {
|
|
@@ -281,8 +281,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
281
281
|
__kind: "Err";
|
|
282
282
|
};
|
|
283
283
|
}, {
|
|
284
|
-
ceremonyId: string | number;
|
|
285
284
|
requestId: number;
|
|
285
|
+
ceremonyId: string | number;
|
|
286
286
|
result: {
|
|
287
287
|
__kind: "Ok";
|
|
288
288
|
} | {
|
|
@@ -237,8 +237,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
237
237
|
__kind: "Err";
|
|
238
238
|
}>]>;
|
|
239
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
|
-
ceremonyId: bigint;
|
|
241
240
|
requestId: number;
|
|
241
|
+
ceremonyId: bigint;
|
|
242
242
|
result: {
|
|
243
243
|
__kind: "Ok";
|
|
244
244
|
} | {
|
|
@@ -281,8 +281,8 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
281
281
|
__kind: "Err";
|
|
282
282
|
};
|
|
283
283
|
}, {
|
|
284
|
-
ceremonyId: string | number;
|
|
285
284
|
requestId: number;
|
|
285
|
+
ceremonyId: string | number;
|
|
286
286
|
result: {
|
|
287
287
|
__kind: "Ok";
|
|
288
288
|
} | {
|
|
@@ -5,12 +5,12 @@ declare const evmThresholdSignerThresholdSignatureFailed: z.ZodObject<{
|
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
offenders: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
ceremonyId: bigint;
|
|
9
8
|
requestId: number;
|
|
9
|
+
ceremonyId: bigint;
|
|
10
10
|
offenders: string[];
|
|
11
11
|
}, {
|
|
12
|
-
ceremonyId: string | number;
|
|
13
12
|
requestId: number;
|
|
13
|
+
ceremonyId: string | number;
|
|
14
14
|
offenders: string[];
|
|
15
15
|
}>;
|
|
16
16
|
|
|
@@ -5,12 +5,12 @@ declare const evmThresholdSignerThresholdSignatureFailed: z.ZodObject<{
|
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
offenders: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
ceremonyId: bigint;
|
|
9
8
|
requestId: number;
|
|
9
|
+
ceremonyId: bigint;
|
|
10
10
|
offenders: string[];
|
|
11
11
|
}, {
|
|
12
|
-
ceremonyId: string | number;
|
|
13
12
|
requestId: number;
|
|
13
|
+
ceremonyId: string | number;
|
|
14
14
|
offenders: string[];
|
|
15
15
|
}>;
|
|
16
16
|
|
|
@@ -27,8 +27,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
|
|
|
27
27
|
signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
28
28
|
payload: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
ceremonyId: bigint;
|
|
31
30
|
requestId: number;
|
|
31
|
+
ceremonyId: bigint;
|
|
32
32
|
epoch: number;
|
|
33
33
|
key: {
|
|
34
34
|
pubKeyX: `0x${string}`;
|
|
@@ -37,8 +37,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
|
|
|
37
37
|
signatories: string[];
|
|
38
38
|
payload: `0x${string}`;
|
|
39
39
|
}, {
|
|
40
|
-
ceremonyId: string | number;
|
|
41
40
|
requestId: number;
|
|
41
|
+
ceremonyId: string | number;
|
|
42
42
|
epoch: number;
|
|
43
43
|
key: {
|
|
44
44
|
pubKeyX: string;
|
|
@@ -27,8 +27,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
|
|
|
27
27
|
signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
28
28
|
payload: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
ceremonyId: bigint;
|
|
31
30
|
requestId: number;
|
|
31
|
+
ceremonyId: bigint;
|
|
32
32
|
epoch: number;
|
|
33
33
|
key: {
|
|
34
34
|
pubKeyX: `0x${string}`;
|
|
@@ -37,8 +37,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
|
|
|
37
37
|
signatories: string[];
|
|
38
38
|
payload: `0x${string}`;
|
|
39
39
|
}, {
|
|
40
|
-
ceremonyId: string | number;
|
|
41
40
|
requestId: number;
|
|
41
|
+
ceremonyId: string | number;
|
|
42
42
|
epoch: number;
|
|
43
43
|
key: {
|
|
44
44
|
pubKeyX: string;
|
|
@@ -4,11 +4,11 @@ declare const evmThresholdSignerThresholdSignatureSuccess: z.ZodObject<{
|
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
ceremonyId: bigint;
|
|
8
7
|
requestId: number;
|
|
8
|
+
ceremonyId: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
ceremonyId: string | number;
|
|
11
10
|
requestId: number;
|
|
11
|
+
ceremonyId: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { evmThresholdSignerThresholdSignatureSuccess };
|
|
@@ -4,11 +4,11 @@ declare const evmThresholdSignerThresholdSignatureSuccess: z.ZodObject<{
|
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
ceremonyId: bigint;
|
|
8
7
|
requestId: number;
|
|
8
|
+
ceremonyId: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
ceremonyId: string | number;
|
|
11
10
|
requestId: number;
|
|
11
|
+
ceremonyId: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { evmThresholdSignerThresholdSignatureSuccess };
|
|
@@ -35,42 +35,43 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
value: bigint;
|
|
39
38
|
__kind: "Increase";
|
|
39
|
+
value: bigint;
|
|
40
40
|
}, {
|
|
41
|
-
value: string | number;
|
|
42
41
|
__kind: "Increase";
|
|
42
|
+
value: string | number;
|
|
43
43
|
}>, z.ZodObject<{
|
|
44
44
|
__kind: z.ZodLiteral<"Decrease">;
|
|
45
45
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: bigint;
|
|
48
47
|
__kind: "Decrease";
|
|
48
|
+
value: bigint;
|
|
49
49
|
}, {
|
|
50
|
-
value: string | number;
|
|
51
50
|
__kind: "Decrease";
|
|
51
|
+
value: string | number;
|
|
52
52
|
}>]>>>;
|
|
53
53
|
sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
54
54
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
id: bigint;
|
|
57
58
|
lp: string;
|
|
58
59
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
59
60
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
60
61
|
side: "Buy" | "Sell";
|
|
61
|
-
id: bigint;
|
|
62
62
|
tick: number;
|
|
63
63
|
sellAmountTotal: bigint;
|
|
64
64
|
collectedFees: bigint;
|
|
65
65
|
boughtAmount: bigint;
|
|
66
66
|
sellAmountChange?: {
|
|
67
|
-
value: bigint;
|
|
68
67
|
__kind: "Increase";
|
|
69
|
-
} | {
|
|
70
68
|
value: bigint;
|
|
69
|
+
} | {
|
|
71
70
|
__kind: "Decrease";
|
|
71
|
+
value: bigint;
|
|
72
72
|
} | null | undefined;
|
|
73
73
|
}, {
|
|
74
|
+
id: string | number;
|
|
74
75
|
lp: string;
|
|
75
76
|
baseAsset: {
|
|
76
77
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
@@ -81,17 +82,16 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
81
82
|
side: {
|
|
82
83
|
__kind: "Buy" | "Sell";
|
|
83
84
|
};
|
|
84
|
-
id: string | number;
|
|
85
85
|
tick: number;
|
|
86
86
|
sellAmountTotal: string | number;
|
|
87
87
|
collectedFees: string | number;
|
|
88
88
|
boughtAmount: string | number;
|
|
89
89
|
sellAmountChange?: {
|
|
90
|
-
value: string | number;
|
|
91
90
|
__kind: "Increase";
|
|
92
|
-
} | {
|
|
93
91
|
value: string | number;
|
|
92
|
+
} | {
|
|
94
93
|
__kind: "Decrease";
|
|
94
|
+
value: string | number;
|
|
95
95
|
} | null | undefined;
|
|
96
96
|
}>;
|
|
97
97
|
|
|
@@ -35,42 +35,43 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
value: bigint;
|
|
39
38
|
__kind: "Increase";
|
|
39
|
+
value: bigint;
|
|
40
40
|
}, {
|
|
41
|
-
value: string | number;
|
|
42
41
|
__kind: "Increase";
|
|
42
|
+
value: string | number;
|
|
43
43
|
}>, z.ZodObject<{
|
|
44
44
|
__kind: z.ZodLiteral<"Decrease">;
|
|
45
45
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: bigint;
|
|
48
47
|
__kind: "Decrease";
|
|
48
|
+
value: bigint;
|
|
49
49
|
}, {
|
|
50
|
-
value: string | number;
|
|
51
50
|
__kind: "Decrease";
|
|
51
|
+
value: string | number;
|
|
52
52
|
}>]>>>;
|
|
53
53
|
sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
54
54
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
id: bigint;
|
|
57
58
|
lp: string;
|
|
58
59
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
59
60
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
60
61
|
side: "Buy" | "Sell";
|
|
61
|
-
id: bigint;
|
|
62
62
|
tick: number;
|
|
63
63
|
sellAmountTotal: bigint;
|
|
64
64
|
collectedFees: bigint;
|
|
65
65
|
boughtAmount: bigint;
|
|
66
66
|
sellAmountChange?: {
|
|
67
|
-
value: bigint;
|
|
68
67
|
__kind: "Increase";
|
|
69
|
-
} | {
|
|
70
68
|
value: bigint;
|
|
69
|
+
} | {
|
|
71
70
|
__kind: "Decrease";
|
|
71
|
+
value: bigint;
|
|
72
72
|
} | null | undefined;
|
|
73
73
|
}, {
|
|
74
|
+
id: string | number;
|
|
74
75
|
lp: string;
|
|
75
76
|
baseAsset: {
|
|
76
77
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
@@ -81,17 +82,16 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
81
82
|
side: {
|
|
82
83
|
__kind: "Buy" | "Sell";
|
|
83
84
|
};
|
|
84
|
-
id: string | number;
|
|
85
85
|
tick: number;
|
|
86
86
|
sellAmountTotal: string | number;
|
|
87
87
|
collectedFees: string | number;
|
|
88
88
|
boughtAmount: string | number;
|
|
89
89
|
sellAmountChange?: {
|
|
90
|
-
value: string | number;
|
|
91
90
|
__kind: "Increase";
|
|
92
|
-
} | {
|
|
93
91
|
value: string | number;
|
|
92
|
+
} | {
|
|
94
93
|
__kind: "Decrease";
|
|
94
|
+
value: string | number;
|
|
95
95
|
} | null | undefined;
|
|
96
96
|
}>;
|
|
97
97
|
|
|
@@ -59,6 +59,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
+
__kind: "Increase";
|
|
62
63
|
value: {
|
|
63
64
|
liquidity: bigint;
|
|
64
65
|
amounts: {
|
|
@@ -66,8 +67,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
66
67
|
quote: bigint;
|
|
67
68
|
};
|
|
68
69
|
};
|
|
69
|
-
__kind: "Increase";
|
|
70
70
|
}, {
|
|
71
|
+
__kind: "Increase";
|
|
71
72
|
value: {
|
|
72
73
|
liquidity: string | number;
|
|
73
74
|
amounts: {
|
|
@@ -75,7 +76,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
75
76
|
quote: string | number;
|
|
76
77
|
};
|
|
77
78
|
};
|
|
78
|
-
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,6 +104,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
+
__kind: "Decrease";
|
|
107
108
|
value: {
|
|
108
109
|
liquidity: bigint;
|
|
109
110
|
amounts: {
|
|
@@ -111,8 +112,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
111
112
|
quote: bigint;
|
|
112
113
|
};
|
|
113
114
|
};
|
|
114
|
-
__kind: "Decrease";
|
|
115
115
|
}, {
|
|
116
|
+
__kind: "Decrease";
|
|
116
117
|
value: {
|
|
117
118
|
liquidity: string | number;
|
|
118
119
|
amounts: {
|
|
@@ -120,7 +121,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
120
121
|
quote: string | number;
|
|
121
122
|
};
|
|
122
123
|
};
|
|
123
|
-
__kind: "Decrease";
|
|
124
124
|
}>]>>>;
|
|
125
125
|
liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
126
126
|
collectedFees: z.ZodObject<{
|
|
@@ -134,10 +134,10 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
134
134
|
quote: string | number;
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
+
id: bigint;
|
|
137
138
|
lp: string;
|
|
138
139
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
139
140
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
140
|
-
id: bigint;
|
|
141
141
|
collectedFees: {
|
|
142
142
|
base: bigint;
|
|
143
143
|
quote: bigint;
|
|
@@ -148,6 +148,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
+
__kind: "Increase";
|
|
151
152
|
value: {
|
|
152
153
|
liquidity: bigint;
|
|
153
154
|
amounts: {
|
|
@@ -155,8 +156,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
155
156
|
quote: bigint;
|
|
156
157
|
};
|
|
157
158
|
};
|
|
158
|
-
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
+
__kind: "Decrease";
|
|
160
161
|
value: {
|
|
161
162
|
liquidity: bigint;
|
|
162
163
|
amounts: {
|
|
@@ -164,9 +165,9 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
164
165
|
quote: bigint;
|
|
165
166
|
};
|
|
166
167
|
};
|
|
167
|
-
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
|
+
id: string | number;
|
|
170
171
|
lp: string;
|
|
171
172
|
baseAsset: {
|
|
172
173
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
@@ -174,7 +175,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
174
175
|
quoteAsset: {
|
|
175
176
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
176
177
|
};
|
|
177
|
-
id: string | number;
|
|
178
178
|
collectedFees: {
|
|
179
179
|
base: string | number;
|
|
180
180
|
quote: string | number;
|
|
@@ -185,6 +185,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
+
__kind: "Increase";
|
|
188
189
|
value: {
|
|
189
190
|
liquidity: string | number;
|
|
190
191
|
amounts: {
|
|
@@ -192,8 +193,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
192
193
|
quote: string | number;
|
|
193
194
|
};
|
|
194
195
|
};
|
|
195
|
-
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
+
__kind: "Decrease";
|
|
197
198
|
value: {
|
|
198
199
|
liquidity: string | number;
|
|
199
200
|
amounts: {
|
|
@@ -201,7 +202,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
201
202
|
quote: string | number;
|
|
202
203
|
};
|
|
203
204
|
};
|
|
204
|
-
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|