@chainflip/processor 1.11.5 → 1.11.6
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/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- 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/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
- package/dist/11000/swapping/swapRequested.d.cts +92 -92
- package/dist/11000/swapping/swapRequested.d.ts +92 -92
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +31 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +31 -22
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- 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 +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- 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 +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- 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 +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- 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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- 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/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- 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 +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +2 -2
- package/dist/190/swapping/creditedOnChain.d.ts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/refundedOnChain.d.cts +2 -2
- package/dist/190/swapping/refundedOnChain.d.ts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/swapRequested.d.cts +64 -64
- package/dist/190/swapping/swapRequested.d.ts +64 -64
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/package.json +2 -2
|
@@ -41,17 +41,17 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
41
41
|
error: string;
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
__kind: "Module";
|
|
45
44
|
value: {
|
|
46
45
|
index: number;
|
|
47
46
|
error: `0x${string}`;
|
|
48
47
|
};
|
|
49
|
-
}, {
|
|
50
48
|
__kind: "Module";
|
|
49
|
+
}, {
|
|
51
50
|
value: {
|
|
52
51
|
index: number;
|
|
53
52
|
error: string;
|
|
54
53
|
};
|
|
54
|
+
__kind: "Module";
|
|
55
55
|
}>, z.ZodObject<{
|
|
56
56
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -82,13 +82,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
82
82
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
__kind: "Token";
|
|
86
85
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
87
|
-
}, {
|
|
88
86
|
__kind: "Token";
|
|
87
|
+
}, {
|
|
89
88
|
value: {
|
|
90
89
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
90
|
};
|
|
91
|
+
__kind: "Token";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
94
94
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -101,13 +101,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
101
101
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
102
102
|
}>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
__kind: "Arithmetic";
|
|
105
104
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
106
|
-
}, {
|
|
107
105
|
__kind: "Arithmetic";
|
|
106
|
+
}, {
|
|
108
107
|
value: {
|
|
109
108
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
110
109
|
};
|
|
110
|
+
__kind: "Arithmetic";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Transactional">;
|
|
113
113
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -120,13 +120,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
120
120
|
__kind: "LimitReached" | "NoLayer";
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
__kind: "Transactional";
|
|
124
123
|
value: "LimitReached" | "NoLayer";
|
|
125
|
-
}, {
|
|
126
124
|
__kind: "Transactional";
|
|
125
|
+
}, {
|
|
127
126
|
value: {
|
|
128
127
|
__kind: "LimitReached" | "NoLayer";
|
|
129
128
|
};
|
|
129
|
+
__kind: "Transactional";
|
|
130
130
|
}>, z.ZodObject<{
|
|
131
131
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -153,7 +153,6 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
153
153
|
__kind: "RootNotAllowed";
|
|
154
154
|
}>]>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
-
__kind: "Err";
|
|
157
156
|
value: {
|
|
158
157
|
__kind: "Other";
|
|
159
158
|
} | {
|
|
@@ -161,11 +160,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
161
160
|
} | {
|
|
162
161
|
__kind: "BadOrigin";
|
|
163
162
|
} | {
|
|
164
|
-
__kind: "Module";
|
|
165
163
|
value: {
|
|
166
164
|
index: number;
|
|
167
165
|
error: `0x${string}`;
|
|
168
166
|
};
|
|
167
|
+
__kind: "Module";
|
|
169
168
|
} | {
|
|
170
169
|
__kind: "ConsumerRemaining";
|
|
171
170
|
} | {
|
|
@@ -173,14 +172,14 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
173
172
|
} | {
|
|
174
173
|
__kind: "TooManyConsumers";
|
|
175
174
|
} | {
|
|
176
|
-
__kind: "Token";
|
|
177
175
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
|
+
__kind: "Token";
|
|
178
177
|
} | {
|
|
179
|
-
__kind: "Arithmetic";
|
|
180
178
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
|
+
__kind: "Arithmetic";
|
|
181
180
|
} | {
|
|
182
|
-
__kind: "Transactional";
|
|
183
181
|
value: "LimitReached" | "NoLayer";
|
|
182
|
+
__kind: "Transactional";
|
|
184
183
|
} | {
|
|
185
184
|
__kind: "Exhausted";
|
|
186
185
|
} | {
|
|
@@ -190,8 +189,8 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
190
189
|
} | {
|
|
191
190
|
__kind: "RootNotAllowed";
|
|
192
191
|
};
|
|
193
|
-
}, {
|
|
194
192
|
__kind: "Err";
|
|
193
|
+
}, {
|
|
195
194
|
value: {
|
|
196
195
|
__kind: "Other";
|
|
197
196
|
} | {
|
|
@@ -199,11 +198,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
199
198
|
} | {
|
|
200
199
|
__kind: "BadOrigin";
|
|
201
200
|
} | {
|
|
202
|
-
__kind: "Module";
|
|
203
201
|
value: {
|
|
204
202
|
index: number;
|
|
205
203
|
error: string;
|
|
206
204
|
};
|
|
205
|
+
__kind: "Module";
|
|
207
206
|
} | {
|
|
208
207
|
__kind: "ConsumerRemaining";
|
|
209
208
|
} | {
|
|
@@ -211,20 +210,20 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
211
210
|
} | {
|
|
212
211
|
__kind: "TooManyConsumers";
|
|
213
212
|
} | {
|
|
214
|
-
__kind: "Token";
|
|
215
213
|
value: {
|
|
216
214
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
217
215
|
};
|
|
216
|
+
__kind: "Token";
|
|
218
217
|
} | {
|
|
219
|
-
__kind: "Arithmetic";
|
|
220
218
|
value: {
|
|
221
219
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
222
220
|
};
|
|
221
|
+
__kind: "Arithmetic";
|
|
223
222
|
} | {
|
|
224
|
-
__kind: "Transactional";
|
|
225
223
|
value: {
|
|
226
224
|
__kind: "LimitReached" | "NoLayer";
|
|
227
225
|
};
|
|
226
|
+
__kind: "Transactional";
|
|
228
227
|
} | {
|
|
229
228
|
__kind: "Exhausted";
|
|
230
229
|
} | {
|
|
@@ -234,13 +233,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
234
233
|
} | {
|
|
235
234
|
__kind: "RootNotAllowed";
|
|
236
235
|
};
|
|
236
|
+
__kind: "Err";
|
|
237
237
|
}>]>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
239
|
broadcastId: number;
|
|
240
240
|
result: {
|
|
241
241
|
__kind: "Ok";
|
|
242
242
|
} | {
|
|
243
|
-
__kind: "Err";
|
|
244
243
|
value: {
|
|
245
244
|
__kind: "Other";
|
|
246
245
|
} | {
|
|
@@ -248,11 +247,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
248
247
|
} | {
|
|
249
248
|
__kind: "BadOrigin";
|
|
250
249
|
} | {
|
|
251
|
-
__kind: "Module";
|
|
252
250
|
value: {
|
|
253
251
|
index: number;
|
|
254
252
|
error: `0x${string}`;
|
|
255
253
|
};
|
|
254
|
+
__kind: "Module";
|
|
256
255
|
} | {
|
|
257
256
|
__kind: "ConsumerRemaining";
|
|
258
257
|
} | {
|
|
@@ -260,14 +259,14 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
260
259
|
} | {
|
|
261
260
|
__kind: "TooManyConsumers";
|
|
262
261
|
} | {
|
|
263
|
-
__kind: "Token";
|
|
264
262
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
263
|
+
__kind: "Token";
|
|
265
264
|
} | {
|
|
266
|
-
__kind: "Arithmetic";
|
|
267
265
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
266
|
+
__kind: "Arithmetic";
|
|
268
267
|
} | {
|
|
269
|
-
__kind: "Transactional";
|
|
270
268
|
value: "LimitReached" | "NoLayer";
|
|
269
|
+
__kind: "Transactional";
|
|
271
270
|
} | {
|
|
272
271
|
__kind: "Exhausted";
|
|
273
272
|
} | {
|
|
@@ -277,13 +276,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
277
276
|
} | {
|
|
278
277
|
__kind: "RootNotAllowed";
|
|
279
278
|
};
|
|
279
|
+
__kind: "Err";
|
|
280
280
|
};
|
|
281
281
|
}, {
|
|
282
282
|
broadcastId: number;
|
|
283
283
|
result: {
|
|
284
284
|
__kind: "Ok";
|
|
285
285
|
} | {
|
|
286
|
-
__kind: "Err";
|
|
287
286
|
value: {
|
|
288
287
|
__kind: "Other";
|
|
289
288
|
} | {
|
|
@@ -291,11 +290,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
291
290
|
} | {
|
|
292
291
|
__kind: "BadOrigin";
|
|
293
292
|
} | {
|
|
294
|
-
__kind: "Module";
|
|
295
293
|
value: {
|
|
296
294
|
index: number;
|
|
297
295
|
error: string;
|
|
298
296
|
};
|
|
297
|
+
__kind: "Module";
|
|
299
298
|
} | {
|
|
300
299
|
__kind: "ConsumerRemaining";
|
|
301
300
|
} | {
|
|
@@ -303,20 +302,20 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
303
302
|
} | {
|
|
304
303
|
__kind: "TooManyConsumers";
|
|
305
304
|
} | {
|
|
306
|
-
__kind: "Token";
|
|
307
305
|
value: {
|
|
308
306
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
309
307
|
};
|
|
308
|
+
__kind: "Token";
|
|
310
309
|
} | {
|
|
311
|
-
__kind: "Arithmetic";
|
|
312
310
|
value: {
|
|
313
311
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
314
312
|
};
|
|
313
|
+
__kind: "Arithmetic";
|
|
315
314
|
} | {
|
|
316
|
-
__kind: "Transactional";
|
|
317
315
|
value: {
|
|
318
316
|
__kind: "LimitReached" | "NoLayer";
|
|
319
317
|
};
|
|
318
|
+
__kind: "Transactional";
|
|
320
319
|
} | {
|
|
321
320
|
__kind: "Exhausted";
|
|
322
321
|
} | {
|
|
@@ -326,6 +325,7 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
326
325
|
} | {
|
|
327
326
|
__kind: "RootNotAllowed";
|
|
328
327
|
};
|
|
328
|
+
__kind: "Err";
|
|
329
329
|
};
|
|
330
330
|
}>;
|
|
331
331
|
|
|
@@ -41,17 +41,17 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
41
41
|
error: string;
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
__kind: "Module";
|
|
45
44
|
value: {
|
|
46
45
|
index: number;
|
|
47
46
|
error: `0x${string}`;
|
|
48
47
|
};
|
|
49
|
-
}, {
|
|
50
48
|
__kind: "Module";
|
|
49
|
+
}, {
|
|
51
50
|
value: {
|
|
52
51
|
index: number;
|
|
53
52
|
error: string;
|
|
54
53
|
};
|
|
54
|
+
__kind: "Module";
|
|
55
55
|
}>, z.ZodObject<{
|
|
56
56
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -82,13 +82,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
82
82
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
__kind: "Token";
|
|
86
85
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
87
|
-
}, {
|
|
88
86
|
__kind: "Token";
|
|
87
|
+
}, {
|
|
89
88
|
value: {
|
|
90
89
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
90
|
};
|
|
91
|
+
__kind: "Token";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
94
94
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -101,13 +101,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
101
101
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
102
102
|
}>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
__kind: "Arithmetic";
|
|
105
104
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
106
|
-
}, {
|
|
107
105
|
__kind: "Arithmetic";
|
|
106
|
+
}, {
|
|
108
107
|
value: {
|
|
109
108
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
110
109
|
};
|
|
110
|
+
__kind: "Arithmetic";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Transactional">;
|
|
113
113
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -120,13 +120,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
120
120
|
__kind: "LimitReached" | "NoLayer";
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
__kind: "Transactional";
|
|
124
123
|
value: "LimitReached" | "NoLayer";
|
|
125
|
-
}, {
|
|
126
124
|
__kind: "Transactional";
|
|
125
|
+
}, {
|
|
127
126
|
value: {
|
|
128
127
|
__kind: "LimitReached" | "NoLayer";
|
|
129
128
|
};
|
|
129
|
+
__kind: "Transactional";
|
|
130
130
|
}>, z.ZodObject<{
|
|
131
131
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -153,7 +153,6 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
153
153
|
__kind: "RootNotAllowed";
|
|
154
154
|
}>]>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
-
__kind: "Err";
|
|
157
156
|
value: {
|
|
158
157
|
__kind: "Other";
|
|
159
158
|
} | {
|
|
@@ -161,11 +160,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
161
160
|
} | {
|
|
162
161
|
__kind: "BadOrigin";
|
|
163
162
|
} | {
|
|
164
|
-
__kind: "Module";
|
|
165
163
|
value: {
|
|
166
164
|
index: number;
|
|
167
165
|
error: `0x${string}`;
|
|
168
166
|
};
|
|
167
|
+
__kind: "Module";
|
|
169
168
|
} | {
|
|
170
169
|
__kind: "ConsumerRemaining";
|
|
171
170
|
} | {
|
|
@@ -173,14 +172,14 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
173
172
|
} | {
|
|
174
173
|
__kind: "TooManyConsumers";
|
|
175
174
|
} | {
|
|
176
|
-
__kind: "Token";
|
|
177
175
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
|
+
__kind: "Token";
|
|
178
177
|
} | {
|
|
179
|
-
__kind: "Arithmetic";
|
|
180
178
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
|
+
__kind: "Arithmetic";
|
|
181
180
|
} | {
|
|
182
|
-
__kind: "Transactional";
|
|
183
181
|
value: "LimitReached" | "NoLayer";
|
|
182
|
+
__kind: "Transactional";
|
|
184
183
|
} | {
|
|
185
184
|
__kind: "Exhausted";
|
|
186
185
|
} | {
|
|
@@ -190,8 +189,8 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
190
189
|
} | {
|
|
191
190
|
__kind: "RootNotAllowed";
|
|
192
191
|
};
|
|
193
|
-
}, {
|
|
194
192
|
__kind: "Err";
|
|
193
|
+
}, {
|
|
195
194
|
value: {
|
|
196
195
|
__kind: "Other";
|
|
197
196
|
} | {
|
|
@@ -199,11 +198,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
199
198
|
} | {
|
|
200
199
|
__kind: "BadOrigin";
|
|
201
200
|
} | {
|
|
202
|
-
__kind: "Module";
|
|
203
201
|
value: {
|
|
204
202
|
index: number;
|
|
205
203
|
error: string;
|
|
206
204
|
};
|
|
205
|
+
__kind: "Module";
|
|
207
206
|
} | {
|
|
208
207
|
__kind: "ConsumerRemaining";
|
|
209
208
|
} | {
|
|
@@ -211,20 +210,20 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
211
210
|
} | {
|
|
212
211
|
__kind: "TooManyConsumers";
|
|
213
212
|
} | {
|
|
214
|
-
__kind: "Token";
|
|
215
213
|
value: {
|
|
216
214
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
217
215
|
};
|
|
216
|
+
__kind: "Token";
|
|
218
217
|
} | {
|
|
219
|
-
__kind: "Arithmetic";
|
|
220
218
|
value: {
|
|
221
219
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
222
220
|
};
|
|
221
|
+
__kind: "Arithmetic";
|
|
223
222
|
} | {
|
|
224
|
-
__kind: "Transactional";
|
|
225
223
|
value: {
|
|
226
224
|
__kind: "LimitReached" | "NoLayer";
|
|
227
225
|
};
|
|
226
|
+
__kind: "Transactional";
|
|
228
227
|
} | {
|
|
229
228
|
__kind: "Exhausted";
|
|
230
229
|
} | {
|
|
@@ -234,13 +233,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
234
233
|
} | {
|
|
235
234
|
__kind: "RootNotAllowed";
|
|
236
235
|
};
|
|
236
|
+
__kind: "Err";
|
|
237
237
|
}>]>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
239
|
broadcastId: number;
|
|
240
240
|
result: {
|
|
241
241
|
__kind: "Ok";
|
|
242
242
|
} | {
|
|
243
|
-
__kind: "Err";
|
|
244
243
|
value: {
|
|
245
244
|
__kind: "Other";
|
|
246
245
|
} | {
|
|
@@ -248,11 +247,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
248
247
|
} | {
|
|
249
248
|
__kind: "BadOrigin";
|
|
250
249
|
} | {
|
|
251
|
-
__kind: "Module";
|
|
252
250
|
value: {
|
|
253
251
|
index: number;
|
|
254
252
|
error: `0x${string}`;
|
|
255
253
|
};
|
|
254
|
+
__kind: "Module";
|
|
256
255
|
} | {
|
|
257
256
|
__kind: "ConsumerRemaining";
|
|
258
257
|
} | {
|
|
@@ -260,14 +259,14 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
260
259
|
} | {
|
|
261
260
|
__kind: "TooManyConsumers";
|
|
262
261
|
} | {
|
|
263
|
-
__kind: "Token";
|
|
264
262
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
263
|
+
__kind: "Token";
|
|
265
264
|
} | {
|
|
266
|
-
__kind: "Arithmetic";
|
|
267
265
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
266
|
+
__kind: "Arithmetic";
|
|
268
267
|
} | {
|
|
269
|
-
__kind: "Transactional";
|
|
270
268
|
value: "LimitReached" | "NoLayer";
|
|
269
|
+
__kind: "Transactional";
|
|
271
270
|
} | {
|
|
272
271
|
__kind: "Exhausted";
|
|
273
272
|
} | {
|
|
@@ -277,13 +276,13 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
277
276
|
} | {
|
|
278
277
|
__kind: "RootNotAllowed";
|
|
279
278
|
};
|
|
279
|
+
__kind: "Err";
|
|
280
280
|
};
|
|
281
281
|
}, {
|
|
282
282
|
broadcastId: number;
|
|
283
283
|
result: {
|
|
284
284
|
__kind: "Ok";
|
|
285
285
|
} | {
|
|
286
|
-
__kind: "Err";
|
|
287
286
|
value: {
|
|
288
287
|
__kind: "Other";
|
|
289
288
|
} | {
|
|
@@ -291,11 +290,11 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
291
290
|
} | {
|
|
292
291
|
__kind: "BadOrigin";
|
|
293
292
|
} | {
|
|
294
|
-
__kind: "Module";
|
|
295
293
|
value: {
|
|
296
294
|
index: number;
|
|
297
295
|
error: string;
|
|
298
296
|
};
|
|
297
|
+
__kind: "Module";
|
|
299
298
|
} | {
|
|
300
299
|
__kind: "ConsumerRemaining";
|
|
301
300
|
} | {
|
|
@@ -303,20 +302,20 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
303
302
|
} | {
|
|
304
303
|
__kind: "TooManyConsumers";
|
|
305
304
|
} | {
|
|
306
|
-
__kind: "Token";
|
|
307
305
|
value: {
|
|
308
306
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
309
307
|
};
|
|
308
|
+
__kind: "Token";
|
|
310
309
|
} | {
|
|
311
|
-
__kind: "Arithmetic";
|
|
312
310
|
value: {
|
|
313
311
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
314
312
|
};
|
|
313
|
+
__kind: "Arithmetic";
|
|
315
314
|
} | {
|
|
316
|
-
__kind: "Transactional";
|
|
317
315
|
value: {
|
|
318
316
|
__kind: "LimitReached" | "NoLayer";
|
|
319
317
|
};
|
|
318
|
+
__kind: "Transactional";
|
|
320
319
|
} | {
|
|
321
320
|
__kind: "Exhausted";
|
|
322
321
|
} | {
|
|
@@ -326,6 +325,7 @@ declare const ethereumBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
326
325
|
} | {
|
|
327
326
|
__kind: "RootNotAllowed";
|
|
328
327
|
};
|
|
328
|
+
__kind: "Err";
|
|
329
329
|
};
|
|
330
330
|
}>;
|
|
331
331
|
|
|
@@ -13,14 +13,14 @@ declare const ethereumIngressEgressDepositIgnored: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: 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";
|
|
17
16
|
depositAddress: `0x${string}`;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
18
18
|
amount: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
depositAddress: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
22
23
|
};
|
|
23
|
-
depositAddress: string;
|
|
24
24
|
amount: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const ethereumIngressEgressDepositIgnored: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: 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";
|
|
17
16
|
depositAddress: `0x${string}`;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
18
18
|
amount: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
depositAddress: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
22
23
|
};
|
|
23
|
-
depositAddress: string;
|
|
24
24
|
amount: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: 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";
|
|
17
16
|
depositAddress: `0x${string}`;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
18
18
|
amount: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
depositAddress: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
22
23
|
};
|
|
23
|
-
depositAddress: string;
|
|
24
24
|
amount: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: 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";
|
|
17
16
|
depositAddress: `0x${string}`;
|
|
17
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
18
18
|
amount: bigint;
|
|
19
19
|
}, {
|
|
20
|
+
depositAddress: string;
|
|
20
21
|
asset: {
|
|
21
22
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
22
23
|
};
|
|
23
|
-
depositAddress: string;
|
|
24
24
|
amount: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -156,14 +156,14 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
156
156
|
}>;
|
|
157
157
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
asset: "Eth" | "Flip" | "Usdc";
|
|
160
159
|
depositAddress: `0x${string}`;
|
|
160
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
161
161
|
amount: bigint;
|
|
162
162
|
}, {
|
|
163
|
+
depositAddress: string;
|
|
163
164
|
asset: {
|
|
164
165
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
165
166
|
};
|
|
166
|
-
depositAddress: string;
|
|
167
167
|
amount: string | number;
|
|
168
168
|
}>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -204,8 +204,8 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
204
204
|
__kind: "RootNotAllowed";
|
|
205
205
|
};
|
|
206
206
|
depositWitness: {
|
|
207
|
-
asset: "Eth" | "Flip" | "Usdc";
|
|
208
207
|
depositAddress: `0x${string}`;
|
|
208
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
209
209
|
amount: bigint;
|
|
210
210
|
};
|
|
211
211
|
}, {
|
|
@@ -252,10 +252,10 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
252
252
|
__kind: "RootNotAllowed";
|
|
253
253
|
};
|
|
254
254
|
depositWitness: {
|
|
255
|
+
depositAddress: string;
|
|
255
256
|
asset: {
|
|
256
257
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
257
258
|
};
|
|
258
|
-
depositAddress: string;
|
|
259
259
|
amount: string | number;
|
|
260
260
|
};
|
|
261
261
|
}>;
|
|
@@ -156,14 +156,14 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
156
156
|
}>;
|
|
157
157
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
asset: "Eth" | "Flip" | "Usdc";
|
|
160
159
|
depositAddress: `0x${string}`;
|
|
160
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
161
161
|
amount: bigint;
|
|
162
162
|
}, {
|
|
163
|
+
depositAddress: string;
|
|
163
164
|
asset: {
|
|
164
165
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
165
166
|
};
|
|
166
|
-
depositAddress: string;
|
|
167
167
|
amount: string | number;
|
|
168
168
|
}>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -204,8 +204,8 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
204
204
|
__kind: "RootNotAllowed";
|
|
205
205
|
};
|
|
206
206
|
depositWitness: {
|
|
207
|
-
asset: "Eth" | "Flip" | "Usdc";
|
|
208
207
|
depositAddress: `0x${string}`;
|
|
208
|
+
asset: "Eth" | "Flip" | "Usdc";
|
|
209
209
|
amount: bigint;
|
|
210
210
|
};
|
|
211
211
|
}, {
|
|
@@ -252,10 +252,10 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
252
252
|
__kind: "RootNotAllowed";
|
|
253
253
|
};
|
|
254
254
|
depositWitness: {
|
|
255
|
+
depositAddress: string;
|
|
255
256
|
asset: {
|
|
256
257
|
__kind: "Eth" | "Flip" | "Usdc";
|
|
257
258
|
};
|
|
258
|
-
depositAddress: string;
|
|
259
259
|
amount: string | number;
|
|
260
260
|
};
|
|
261
261
|
}>;
|