@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
|
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
|
|
|
6
6
|
fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
txHash: `0x${string}`;
|
|
10
|
+
accountId: string;
|
|
11
11
|
fundsAdded: bigint;
|
|
12
12
|
totalBalance: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
txHash: string;
|
|
15
|
+
accountId: string;
|
|
16
16
|
fundsAdded: string | number;
|
|
17
17
|
totalBalance: string | number;
|
|
18
18
|
}>;
|
|
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
|
|
|
6
6
|
fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
txHash: `0x${string}`;
|
|
10
|
+
accountId: string;
|
|
11
11
|
fundsAdded: bigint;
|
|
12
12
|
totalBalance: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
txHash: string;
|
|
15
|
+
accountId: string;
|
|
16
16
|
fundsAdded: string | number;
|
|
17
17
|
totalBalance: string | number;
|
|
18
18
|
}>;
|
|
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
|
|
|
6
6
|
broadcastId: z.ZodNumber;
|
|
7
7
|
expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
broadcastId: number;
|
|
11
10
|
amount: bigint;
|
|
11
|
+
accountId: string;
|
|
12
12
|
expiryTime: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
broadcastId: number;
|
|
16
15
|
amount: string | number;
|
|
16
|
+
accountId: string;
|
|
17
17
|
expiryTime: string | number;
|
|
18
18
|
}>;
|
|
19
19
|
|
|
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
|
|
|
6
6
|
broadcastId: z.ZodNumber;
|
|
7
7
|
expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
broadcastId: number;
|
|
11
10
|
amount: bigint;
|
|
11
|
+
accountId: string;
|
|
12
12
|
expiryTime: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
broadcastId: number;
|
|
16
15
|
amount: string | number;
|
|
16
|
+
accountId: string;
|
|
17
17
|
expiryTime: string | number;
|
|
18
18
|
}>;
|
|
19
19
|
|
|
@@ -26,20 +26,20 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
26
26
|
__kind: z.ZodLiteral<"Increase">;
|
|
27
27
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
__kind: "Increase";
|
|
30
29
|
value: bigint;
|
|
31
|
-
}, {
|
|
32
30
|
__kind: "Increase";
|
|
31
|
+
}, {
|
|
33
32
|
value: string | number;
|
|
33
|
+
__kind: "Increase";
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Decrease">;
|
|
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
|
-
__kind: "Decrease";
|
|
39
38
|
value: bigint;
|
|
40
|
-
}, {
|
|
41
39
|
__kind: "Decrease";
|
|
40
|
+
}, {
|
|
42
41
|
value: string | number;
|
|
42
|
+
__kind: "Decrease";
|
|
43
43
|
}>]>>>;
|
|
44
44
|
amountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
45
45
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -54,11 +54,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
54
54
|
collectedFees: bigint;
|
|
55
55
|
boughtAmount: bigint;
|
|
56
56
|
amountChange?: {
|
|
57
|
-
__kind: "Increase";
|
|
58
57
|
value: bigint;
|
|
58
|
+
__kind: "Increase";
|
|
59
59
|
} | {
|
|
60
|
-
__kind: "Decrease";
|
|
61
60
|
value: bigint;
|
|
61
|
+
__kind: "Decrease";
|
|
62
62
|
} | null | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
lp: string;
|
|
@@ -74,11 +74,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
74
74
|
collectedFees: string | number;
|
|
75
75
|
boughtAmount: string | number;
|
|
76
76
|
amountChange?: {
|
|
77
|
-
__kind: "Increase";
|
|
78
77
|
value: string | number;
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
} | {
|
|
80
|
-
__kind: "Decrease";
|
|
81
80
|
value: string | number;
|
|
81
|
+
__kind: "Decrease";
|
|
82
82
|
} | null | undefined;
|
|
83
83
|
}>;
|
|
84
84
|
|
|
@@ -26,20 +26,20 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
26
26
|
__kind: z.ZodLiteral<"Increase">;
|
|
27
27
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
__kind: "Increase";
|
|
30
29
|
value: bigint;
|
|
31
|
-
}, {
|
|
32
30
|
__kind: "Increase";
|
|
31
|
+
}, {
|
|
33
32
|
value: string | number;
|
|
33
|
+
__kind: "Increase";
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Decrease">;
|
|
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
|
-
__kind: "Decrease";
|
|
39
38
|
value: bigint;
|
|
40
|
-
}, {
|
|
41
39
|
__kind: "Decrease";
|
|
40
|
+
}, {
|
|
42
41
|
value: string | number;
|
|
42
|
+
__kind: "Decrease";
|
|
43
43
|
}>]>>>;
|
|
44
44
|
amountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
45
45
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -54,11 +54,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
54
54
|
collectedFees: bigint;
|
|
55
55
|
boughtAmount: bigint;
|
|
56
56
|
amountChange?: {
|
|
57
|
-
__kind: "Increase";
|
|
58
57
|
value: bigint;
|
|
58
|
+
__kind: "Increase";
|
|
59
59
|
} | {
|
|
60
|
-
__kind: "Decrease";
|
|
61
60
|
value: bigint;
|
|
61
|
+
__kind: "Decrease";
|
|
62
62
|
} | null | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
lp: string;
|
|
@@ -74,11 +74,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
74
74
|
collectedFees: string | number;
|
|
75
75
|
boughtAmount: string | number;
|
|
76
76
|
amountChange?: {
|
|
77
|
-
__kind: "Increase";
|
|
78
77
|
value: string | number;
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
} | {
|
|
80
|
-
__kind: "Decrease";
|
|
81
80
|
value: string | number;
|
|
81
|
+
__kind: "Decrease";
|
|
82
82
|
} | null | undefined;
|
|
83
83
|
}>;
|
|
84
84
|
|
|
@@ -59,7 +59,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
__kind: "Increase";
|
|
63
62
|
value: {
|
|
64
63
|
liquidity: bigint;
|
|
65
64
|
amounts: {
|
|
@@ -67,8 +66,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
67
66
|
pair: bigint;
|
|
68
67
|
};
|
|
69
68
|
};
|
|
70
|
-
}, {
|
|
71
69
|
__kind: "Increase";
|
|
70
|
+
}, {
|
|
72
71
|
value: {
|
|
73
72
|
liquidity: string | number;
|
|
74
73
|
amounts: {
|
|
@@ -76,6 +75,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
76
75
|
pair: string | number;
|
|
77
76
|
};
|
|
78
77
|
};
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,7 +104,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
-
__kind: "Decrease";
|
|
108
107
|
value: {
|
|
109
108
|
liquidity: bigint;
|
|
110
109
|
amounts: {
|
|
@@ -112,8 +111,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
112
111
|
pair: bigint;
|
|
113
112
|
};
|
|
114
113
|
};
|
|
115
|
-
}, {
|
|
116
114
|
__kind: "Decrease";
|
|
115
|
+
}, {
|
|
117
116
|
value: {
|
|
118
117
|
liquidity: string | number;
|
|
119
118
|
amounts: {
|
|
@@ -121,6 +120,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
121
120
|
pair: string | number;
|
|
122
121
|
};
|
|
123
122
|
};
|
|
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<{
|
|
@@ -148,7 +148,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
-
__kind: "Increase";
|
|
152
151
|
value: {
|
|
153
152
|
liquidity: bigint;
|
|
154
153
|
amounts: {
|
|
@@ -156,8 +155,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
156
155
|
pair: bigint;
|
|
157
156
|
};
|
|
158
157
|
};
|
|
158
|
+
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
-
__kind: "Decrease";
|
|
161
160
|
value: {
|
|
162
161
|
liquidity: bigint;
|
|
163
162
|
amounts: {
|
|
@@ -165,6 +164,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
165
164
|
pair: bigint;
|
|
166
165
|
};
|
|
167
166
|
};
|
|
167
|
+
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
lp: string;
|
|
@@ -185,7 +185,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
-
__kind: "Increase";
|
|
189
188
|
value: {
|
|
190
189
|
liquidity: string | number;
|
|
191
190
|
amounts: {
|
|
@@ -193,8 +192,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
193
192
|
pair: string | number;
|
|
194
193
|
};
|
|
195
194
|
};
|
|
195
|
+
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
-
__kind: "Decrease";
|
|
198
197
|
value: {
|
|
199
198
|
liquidity: string | number;
|
|
200
199
|
amounts: {
|
|
@@ -202,6 +201,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
202
201
|
pair: string | number;
|
|
203
202
|
};
|
|
204
203
|
};
|
|
204
|
+
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|
|
@@ -59,7 +59,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
__kind: "Increase";
|
|
63
62
|
value: {
|
|
64
63
|
liquidity: bigint;
|
|
65
64
|
amounts: {
|
|
@@ -67,8 +66,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
67
66
|
pair: bigint;
|
|
68
67
|
};
|
|
69
68
|
};
|
|
70
|
-
}, {
|
|
71
69
|
__kind: "Increase";
|
|
70
|
+
}, {
|
|
72
71
|
value: {
|
|
73
72
|
liquidity: string | number;
|
|
74
73
|
amounts: {
|
|
@@ -76,6 +75,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
76
75
|
pair: string | number;
|
|
77
76
|
};
|
|
78
77
|
};
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,7 +104,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
-
__kind: "Decrease";
|
|
108
107
|
value: {
|
|
109
108
|
liquidity: bigint;
|
|
110
109
|
amounts: {
|
|
@@ -112,8 +111,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
112
111
|
pair: bigint;
|
|
113
112
|
};
|
|
114
113
|
};
|
|
115
|
-
}, {
|
|
116
114
|
__kind: "Decrease";
|
|
115
|
+
}, {
|
|
117
116
|
value: {
|
|
118
117
|
liquidity: string | number;
|
|
119
118
|
amounts: {
|
|
@@ -121,6 +120,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
121
120
|
pair: string | number;
|
|
122
121
|
};
|
|
123
122
|
};
|
|
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<{
|
|
@@ -148,7 +148,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
-
__kind: "Increase";
|
|
152
151
|
value: {
|
|
153
152
|
liquidity: bigint;
|
|
154
153
|
amounts: {
|
|
@@ -156,8 +155,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
156
155
|
pair: bigint;
|
|
157
156
|
};
|
|
158
157
|
};
|
|
158
|
+
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
-
__kind: "Decrease";
|
|
161
160
|
value: {
|
|
162
161
|
liquidity: bigint;
|
|
163
162
|
amounts: {
|
|
@@ -165,6 +164,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
165
164
|
pair: bigint;
|
|
166
165
|
};
|
|
167
166
|
};
|
|
167
|
+
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
lp: string;
|
|
@@ -185,7 +185,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
-
__kind: "Increase";
|
|
189
188
|
value: {
|
|
190
189
|
liquidity: string | number;
|
|
191
190
|
amounts: {
|
|
@@ -193,8 +192,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
193
192
|
pair: string | number;
|
|
194
193
|
};
|
|
195
194
|
};
|
|
195
|
+
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
-
__kind: "Decrease";
|
|
198
197
|
value: {
|
|
199
198
|
liquidity: string | number;
|
|
200
199
|
amounts: {
|
|
@@ -202,6 +201,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
202
201
|
pair: string | number;
|
|
203
202
|
};
|
|
204
203
|
};
|
|
204
|
+
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderAccountCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
16
|
accountId: string;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
accountId: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
22
23
|
};
|
|
23
|
-
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderAccountCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
16
|
accountId: string;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
accountId: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
22
23
|
};
|
|
23
|
-
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderAccountDebited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountDebited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
16
|
accountId: string;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
18
18
|
amountDebited: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
accountId: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
22
23
|
};
|
|
23
|
-
accountId: string;
|
|
24
24
|
amountDebited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderAccountDebited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountDebited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
16
|
accountId: string;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
18
18
|
amountDebited: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
accountId: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
22
23
|
};
|
|
23
|
-
accountId: string;
|
|
24
24
|
amountDebited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -42,7 +42,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
42
42
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
43
43
|
depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
|
|
45
|
+
accountId: string;
|
|
46
46
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
47
47
|
depositAddress: {
|
|
48
48
|
value: `0x${string}`;
|
|
@@ -54,10 +54,10 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
54
54
|
value: `0x${string}`;
|
|
55
55
|
__kind: "Btc";
|
|
56
56
|
};
|
|
57
|
-
|
|
57
|
+
channelId: bigint;
|
|
58
58
|
depositChainExpiryBlock: bigint;
|
|
59
59
|
}, {
|
|
60
|
-
|
|
60
|
+
accountId: string;
|
|
61
61
|
asset: {
|
|
62
62
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
63
63
|
};
|
|
@@ -71,7 +71,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
71
71
|
value: string;
|
|
72
72
|
__kind: "Btc";
|
|
73
73
|
};
|
|
74
|
-
|
|
74
|
+
channelId: string | number;
|
|
75
75
|
depositChainExpiryBlock: string | number;
|
|
76
76
|
}>;
|
|
77
77
|
|
|
@@ -42,7 +42,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
42
42
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
43
43
|
depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
|
|
45
|
+
accountId: string;
|
|
46
46
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
47
47
|
depositAddress: {
|
|
48
48
|
value: `0x${string}`;
|
|
@@ -54,10 +54,10 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
54
54
|
value: `0x${string}`;
|
|
55
55
|
__kind: "Btc";
|
|
56
56
|
};
|
|
57
|
-
|
|
57
|
+
channelId: bigint;
|
|
58
58
|
depositChainExpiryBlock: bigint;
|
|
59
59
|
}, {
|
|
60
|
-
|
|
60
|
+
accountId: string;
|
|
61
61
|
asset: {
|
|
62
62
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
63
63
|
};
|
|
@@ -71,7 +71,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
71
71
|
value: string;
|
|
72
72
|
__kind: "Btc";
|
|
73
73
|
};
|
|
74
|
-
|
|
74
|
+
channelId: string | number;
|
|
75
75
|
depositChainExpiryBlock: string | number;
|
|
76
76
|
}>;
|
|
77
77
|
|
|
@@ -78,28 +78,16 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
78
78
|
__kind: "Taproot";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
84
|
-
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
version: number;
|
|
86
|
-
program: `0x${string}`;
|
|
87
|
-
}, {
|
|
88
|
-
version: number;
|
|
89
|
-
program: string;
|
|
90
|
-
}>;
|
|
81
|
+
version: z.ZodNumber;
|
|
82
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
91
83
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
value: {
|
|
93
|
-
version: number;
|
|
94
|
-
program: `0x${string}`;
|
|
95
|
-
};
|
|
96
84
|
__kind: "OtherSegwit";
|
|
85
|
+
version: number;
|
|
86
|
+
program: `0x${string}`;
|
|
97
87
|
}, {
|
|
98
|
-
value: {
|
|
99
|
-
version: number;
|
|
100
|
-
program: string;
|
|
101
|
-
};
|
|
102
88
|
__kind: "OtherSegwit";
|
|
89
|
+
version: number;
|
|
90
|
+
program: string;
|
|
103
91
|
}>]>;
|
|
104
92
|
}, "strip", z.ZodTypeAny, {
|
|
105
93
|
value: {
|
|
@@ -118,11 +106,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
118
106
|
value: `0x${string}`;
|
|
119
107
|
__kind: "Taproot";
|
|
120
108
|
} | {
|
|
121
|
-
value: {
|
|
122
|
-
version: number;
|
|
123
|
-
program: `0x${string}`;
|
|
124
|
-
};
|
|
125
109
|
__kind: "OtherSegwit";
|
|
110
|
+
version: number;
|
|
111
|
+
program: `0x${string}`;
|
|
126
112
|
};
|
|
127
113
|
__kind: "Btc";
|
|
128
114
|
}, {
|
|
@@ -142,11 +128,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
142
128
|
value: string;
|
|
143
129
|
__kind: "Taproot";
|
|
144
130
|
} | {
|
|
145
|
-
value: {
|
|
146
|
-
version: number;
|
|
147
|
-
program: string;
|
|
148
|
-
};
|
|
149
131
|
__kind: "OtherSegwit";
|
|
132
|
+
version: number;
|
|
133
|
+
program: string;
|
|
150
134
|
};
|
|
151
135
|
__kind: "Btc";
|
|
152
136
|
}>]>;
|
|
@@ -176,11 +160,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
176
160
|
value: `0x${string}`;
|
|
177
161
|
__kind: "Taproot";
|
|
178
162
|
} | {
|
|
179
|
-
value: {
|
|
180
|
-
version: number;
|
|
181
|
-
program: `0x${string}`;
|
|
182
|
-
};
|
|
183
163
|
__kind: "OtherSegwit";
|
|
164
|
+
version: number;
|
|
165
|
+
program: `0x${string}`;
|
|
184
166
|
};
|
|
185
167
|
__kind: "Btc";
|
|
186
168
|
};
|
|
@@ -212,11 +194,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
212
194
|
value: string;
|
|
213
195
|
__kind: "Taproot";
|
|
214
196
|
} | {
|
|
215
|
-
value: {
|
|
216
|
-
version: number;
|
|
217
|
-
program: string;
|
|
218
|
-
};
|
|
219
197
|
__kind: "OtherSegwit";
|
|
198
|
+
version: number;
|
|
199
|
+
program: string;
|
|
220
200
|
};
|
|
221
201
|
__kind: "Btc";
|
|
222
202
|
};
|