@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
|
@@ -0,0 +1,541 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
4
|
+
caller: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
scCall: z.ZodObject<{
|
|
6
|
+
__kind: z.ZodLiteral<"Delegation">;
|
|
7
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
8
|
+
__kind: z.ZodLiteral<"Delegate">;
|
|
9
|
+
operator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
10
|
+
}, "strip", z.ZodTypeAny, {
|
|
11
|
+
__kind: "Delegate";
|
|
12
|
+
operator: string;
|
|
13
|
+
}, {
|
|
14
|
+
__kind: "Delegate";
|
|
15
|
+
operator: string;
|
|
16
|
+
}>, z.ZodObject<{
|
|
17
|
+
__kind: z.ZodLiteral<"Undelegate">;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
__kind: "Undelegate";
|
|
20
|
+
}, {
|
|
21
|
+
__kind: "Undelegate";
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
__kind: z.ZodLiteral<"SetMaxBid">;
|
|
24
|
+
maybeMaxBid: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
__kind: "SetMaxBid";
|
|
27
|
+
maybeMaxBid?: bigint | null | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
__kind: "SetMaxBid";
|
|
30
|
+
maybeMaxBid?: string | number | null | undefined;
|
|
31
|
+
}>, z.ZodObject<{
|
|
32
|
+
__kind: z.ZodLiteral<"Redeem">;
|
|
33
|
+
amount: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
34
|
+
__kind: z.ZodLiteral<"Max">;
|
|
35
|
+
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
__kind: "Max";
|
|
37
|
+
}, {
|
|
38
|
+
__kind: "Max";
|
|
39
|
+
}>, z.ZodObject<{
|
|
40
|
+
__kind: z.ZodLiteral<"Exact">;
|
|
41
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
42
|
+
}, "strip", z.ZodTypeAny, {
|
|
43
|
+
value: bigint;
|
|
44
|
+
__kind: "Exact";
|
|
45
|
+
}, {
|
|
46
|
+
value: string | number;
|
|
47
|
+
__kind: "Exact";
|
|
48
|
+
}>]>;
|
|
49
|
+
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
50
|
+
executor: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
51
|
+
}, "strip", z.ZodTypeAny, {
|
|
52
|
+
__kind: "Redeem";
|
|
53
|
+
amount: {
|
|
54
|
+
__kind: "Max";
|
|
55
|
+
} | {
|
|
56
|
+
value: bigint;
|
|
57
|
+
__kind: "Exact";
|
|
58
|
+
};
|
|
59
|
+
address: `0x${string}`;
|
|
60
|
+
executor?: `0x${string}` | null | undefined;
|
|
61
|
+
}, {
|
|
62
|
+
__kind: "Redeem";
|
|
63
|
+
amount: {
|
|
64
|
+
__kind: "Max";
|
|
65
|
+
} | {
|
|
66
|
+
value: string | number;
|
|
67
|
+
__kind: "Exact";
|
|
68
|
+
};
|
|
69
|
+
address: string;
|
|
70
|
+
executor?: string | null | undefined;
|
|
71
|
+
}>]>;
|
|
72
|
+
}, "strip", z.ZodTypeAny, {
|
|
73
|
+
value: {
|
|
74
|
+
__kind: "Delegate";
|
|
75
|
+
operator: string;
|
|
76
|
+
} | {
|
|
77
|
+
__kind: "Undelegate";
|
|
78
|
+
} | {
|
|
79
|
+
__kind: "SetMaxBid";
|
|
80
|
+
maybeMaxBid?: bigint | null | undefined;
|
|
81
|
+
} | {
|
|
82
|
+
__kind: "Redeem";
|
|
83
|
+
amount: {
|
|
84
|
+
__kind: "Max";
|
|
85
|
+
} | {
|
|
86
|
+
value: bigint;
|
|
87
|
+
__kind: "Exact";
|
|
88
|
+
};
|
|
89
|
+
address: `0x${string}`;
|
|
90
|
+
executor?: `0x${string}` | null | undefined;
|
|
91
|
+
};
|
|
92
|
+
__kind: "Delegation";
|
|
93
|
+
}, {
|
|
94
|
+
value: {
|
|
95
|
+
__kind: "Delegate";
|
|
96
|
+
operator: string;
|
|
97
|
+
} | {
|
|
98
|
+
__kind: "Undelegate";
|
|
99
|
+
} | {
|
|
100
|
+
__kind: "SetMaxBid";
|
|
101
|
+
maybeMaxBid?: string | number | null | undefined;
|
|
102
|
+
} | {
|
|
103
|
+
__kind: "Redeem";
|
|
104
|
+
amount: {
|
|
105
|
+
__kind: "Max";
|
|
106
|
+
} | {
|
|
107
|
+
value: string | number;
|
|
108
|
+
__kind: "Exact";
|
|
109
|
+
};
|
|
110
|
+
address: string;
|
|
111
|
+
executor?: string | null | undefined;
|
|
112
|
+
};
|
|
113
|
+
__kind: "Delegation";
|
|
114
|
+
}>;
|
|
115
|
+
callError: z.ZodObject<{
|
|
116
|
+
postInfo: z.ZodObject<{
|
|
117
|
+
actualWeight: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
118
|
+
refTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
119
|
+
proofSize: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
120
|
+
}, "strip", z.ZodTypeAny, {
|
|
121
|
+
refTime: bigint;
|
|
122
|
+
proofSize: bigint;
|
|
123
|
+
}, {
|
|
124
|
+
refTime: string | number;
|
|
125
|
+
proofSize: string | number;
|
|
126
|
+
}>>>;
|
|
127
|
+
paysFee: z.ZodEffects<z.ZodObject<{
|
|
128
|
+
__kind: z.ZodEnum<["Yes", "No"]>;
|
|
129
|
+
}, "strip", z.ZodTypeAny, {
|
|
130
|
+
__kind: "Yes" | "No";
|
|
131
|
+
}, {
|
|
132
|
+
__kind: "Yes" | "No";
|
|
133
|
+
}>, "Yes" | "No", {
|
|
134
|
+
__kind: "Yes" | "No";
|
|
135
|
+
}>;
|
|
136
|
+
}, "strip", z.ZodTypeAny, {
|
|
137
|
+
paysFee: "Yes" | "No";
|
|
138
|
+
actualWeight?: {
|
|
139
|
+
refTime: bigint;
|
|
140
|
+
proofSize: bigint;
|
|
141
|
+
} | null | undefined;
|
|
142
|
+
}, {
|
|
143
|
+
paysFee: {
|
|
144
|
+
__kind: "Yes" | "No";
|
|
145
|
+
};
|
|
146
|
+
actualWeight?: {
|
|
147
|
+
refTime: string | number;
|
|
148
|
+
proofSize: string | number;
|
|
149
|
+
} | null | undefined;
|
|
150
|
+
}>;
|
|
151
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
152
|
+
__kind: z.ZodLiteral<"Other">;
|
|
153
|
+
}, "strip", z.ZodTypeAny, {
|
|
154
|
+
__kind: "Other";
|
|
155
|
+
}, {
|
|
156
|
+
__kind: "Other";
|
|
157
|
+
}>, z.ZodObject<{
|
|
158
|
+
__kind: z.ZodLiteral<"CannotLookup">;
|
|
159
|
+
}, "strip", z.ZodTypeAny, {
|
|
160
|
+
__kind: "CannotLookup";
|
|
161
|
+
}, {
|
|
162
|
+
__kind: "CannotLookup";
|
|
163
|
+
}>, z.ZodObject<{
|
|
164
|
+
__kind: z.ZodLiteral<"BadOrigin">;
|
|
165
|
+
}, "strip", z.ZodTypeAny, {
|
|
166
|
+
__kind: "BadOrigin";
|
|
167
|
+
}, {
|
|
168
|
+
__kind: "BadOrigin";
|
|
169
|
+
}>, z.ZodObject<{
|
|
170
|
+
__kind: z.ZodLiteral<"Module">;
|
|
171
|
+
value: z.ZodObject<{
|
|
172
|
+
index: z.ZodNumber;
|
|
173
|
+
error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
174
|
+
}, "strip", z.ZodTypeAny, {
|
|
175
|
+
index: number;
|
|
176
|
+
error: `0x${string}`;
|
|
177
|
+
}, {
|
|
178
|
+
index: number;
|
|
179
|
+
error: string;
|
|
180
|
+
}>;
|
|
181
|
+
}, "strip", z.ZodTypeAny, {
|
|
182
|
+
value: {
|
|
183
|
+
index: number;
|
|
184
|
+
error: `0x${string}`;
|
|
185
|
+
};
|
|
186
|
+
__kind: "Module";
|
|
187
|
+
}, {
|
|
188
|
+
value: {
|
|
189
|
+
index: number;
|
|
190
|
+
error: string;
|
|
191
|
+
};
|
|
192
|
+
__kind: "Module";
|
|
193
|
+
}>, z.ZodObject<{
|
|
194
|
+
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
195
|
+
}, "strip", z.ZodTypeAny, {
|
|
196
|
+
__kind: "ConsumerRemaining";
|
|
197
|
+
}, {
|
|
198
|
+
__kind: "ConsumerRemaining";
|
|
199
|
+
}>, z.ZodObject<{
|
|
200
|
+
__kind: z.ZodLiteral<"NoProviders">;
|
|
201
|
+
}, "strip", z.ZodTypeAny, {
|
|
202
|
+
__kind: "NoProviders";
|
|
203
|
+
}, {
|
|
204
|
+
__kind: "NoProviders";
|
|
205
|
+
}>, z.ZodObject<{
|
|
206
|
+
__kind: z.ZodLiteral<"TooManyConsumers">;
|
|
207
|
+
}, "strip", z.ZodTypeAny, {
|
|
208
|
+
__kind: "TooManyConsumers";
|
|
209
|
+
}, {
|
|
210
|
+
__kind: "TooManyConsumers";
|
|
211
|
+
}>, z.ZodObject<{
|
|
212
|
+
__kind: z.ZodLiteral<"Token">;
|
|
213
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
214
|
+
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
215
|
+
}, "strip", z.ZodTypeAny, {
|
|
216
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
217
|
+
}, {
|
|
218
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
219
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
220
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
221
|
+
}>;
|
|
222
|
+
}, "strip", z.ZodTypeAny, {
|
|
223
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
224
|
+
__kind: "Token";
|
|
225
|
+
}, {
|
|
226
|
+
value: {
|
|
227
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
228
|
+
};
|
|
229
|
+
__kind: "Token";
|
|
230
|
+
}>, z.ZodObject<{
|
|
231
|
+
__kind: z.ZodLiteral<"Arithmetic">;
|
|
232
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
233
|
+
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
234
|
+
}, "strip", z.ZodTypeAny, {
|
|
235
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
236
|
+
}, {
|
|
237
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
238
|
+
}>, "Underflow" | "Overflow" | "DivisionByZero", {
|
|
239
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
240
|
+
}>;
|
|
241
|
+
}, "strip", z.ZodTypeAny, {
|
|
242
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
243
|
+
__kind: "Arithmetic";
|
|
244
|
+
}, {
|
|
245
|
+
value: {
|
|
246
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
247
|
+
};
|
|
248
|
+
__kind: "Arithmetic";
|
|
249
|
+
}>, z.ZodObject<{
|
|
250
|
+
__kind: z.ZodLiteral<"Transactional">;
|
|
251
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
252
|
+
__kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
|
|
253
|
+
}, "strip", z.ZodTypeAny, {
|
|
254
|
+
__kind: "LimitReached" | "NoLayer";
|
|
255
|
+
}, {
|
|
256
|
+
__kind: "LimitReached" | "NoLayer";
|
|
257
|
+
}>, "LimitReached" | "NoLayer", {
|
|
258
|
+
__kind: "LimitReached" | "NoLayer";
|
|
259
|
+
}>;
|
|
260
|
+
}, "strip", z.ZodTypeAny, {
|
|
261
|
+
value: "LimitReached" | "NoLayer";
|
|
262
|
+
__kind: "Transactional";
|
|
263
|
+
}, {
|
|
264
|
+
value: {
|
|
265
|
+
__kind: "LimitReached" | "NoLayer";
|
|
266
|
+
};
|
|
267
|
+
__kind: "Transactional";
|
|
268
|
+
}>, z.ZodObject<{
|
|
269
|
+
__kind: z.ZodLiteral<"Exhausted">;
|
|
270
|
+
}, "strip", z.ZodTypeAny, {
|
|
271
|
+
__kind: "Exhausted";
|
|
272
|
+
}, {
|
|
273
|
+
__kind: "Exhausted";
|
|
274
|
+
}>, z.ZodObject<{
|
|
275
|
+
__kind: z.ZodLiteral<"Corruption">;
|
|
276
|
+
}, "strip", z.ZodTypeAny, {
|
|
277
|
+
__kind: "Corruption";
|
|
278
|
+
}, {
|
|
279
|
+
__kind: "Corruption";
|
|
280
|
+
}>, z.ZodObject<{
|
|
281
|
+
__kind: z.ZodLiteral<"Unavailable">;
|
|
282
|
+
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
__kind: "Unavailable";
|
|
284
|
+
}, {
|
|
285
|
+
__kind: "Unavailable";
|
|
286
|
+
}>, z.ZodObject<{
|
|
287
|
+
__kind: z.ZodLiteral<"RootNotAllowed">;
|
|
288
|
+
}, "strip", z.ZodTypeAny, {
|
|
289
|
+
__kind: "RootNotAllowed";
|
|
290
|
+
}, {
|
|
291
|
+
__kind: "RootNotAllowed";
|
|
292
|
+
}>]>;
|
|
293
|
+
}, "strip", z.ZodTypeAny, {
|
|
294
|
+
postInfo: {
|
|
295
|
+
paysFee: "Yes" | "No";
|
|
296
|
+
actualWeight?: {
|
|
297
|
+
refTime: bigint;
|
|
298
|
+
proofSize: bigint;
|
|
299
|
+
} | null | undefined;
|
|
300
|
+
};
|
|
301
|
+
error: {
|
|
302
|
+
__kind: "Other";
|
|
303
|
+
} | {
|
|
304
|
+
__kind: "CannotLookup";
|
|
305
|
+
} | {
|
|
306
|
+
__kind: "BadOrigin";
|
|
307
|
+
} | {
|
|
308
|
+
value: {
|
|
309
|
+
index: number;
|
|
310
|
+
error: `0x${string}`;
|
|
311
|
+
};
|
|
312
|
+
__kind: "Module";
|
|
313
|
+
} | {
|
|
314
|
+
__kind: "ConsumerRemaining";
|
|
315
|
+
} | {
|
|
316
|
+
__kind: "NoProviders";
|
|
317
|
+
} | {
|
|
318
|
+
__kind: "TooManyConsumers";
|
|
319
|
+
} | {
|
|
320
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
321
|
+
__kind: "Token";
|
|
322
|
+
} | {
|
|
323
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
324
|
+
__kind: "Arithmetic";
|
|
325
|
+
} | {
|
|
326
|
+
value: "LimitReached" | "NoLayer";
|
|
327
|
+
__kind: "Transactional";
|
|
328
|
+
} | {
|
|
329
|
+
__kind: "Exhausted";
|
|
330
|
+
} | {
|
|
331
|
+
__kind: "Corruption";
|
|
332
|
+
} | {
|
|
333
|
+
__kind: "Unavailable";
|
|
334
|
+
} | {
|
|
335
|
+
__kind: "RootNotAllowed";
|
|
336
|
+
};
|
|
337
|
+
}, {
|
|
338
|
+
postInfo: {
|
|
339
|
+
paysFee: {
|
|
340
|
+
__kind: "Yes" | "No";
|
|
341
|
+
};
|
|
342
|
+
actualWeight?: {
|
|
343
|
+
refTime: string | number;
|
|
344
|
+
proofSize: string | number;
|
|
345
|
+
} | null | undefined;
|
|
346
|
+
};
|
|
347
|
+
error: {
|
|
348
|
+
__kind: "Other";
|
|
349
|
+
} | {
|
|
350
|
+
__kind: "CannotLookup";
|
|
351
|
+
} | {
|
|
352
|
+
__kind: "BadOrigin";
|
|
353
|
+
} | {
|
|
354
|
+
value: {
|
|
355
|
+
index: number;
|
|
356
|
+
error: string;
|
|
357
|
+
};
|
|
358
|
+
__kind: "Module";
|
|
359
|
+
} | {
|
|
360
|
+
__kind: "ConsumerRemaining";
|
|
361
|
+
} | {
|
|
362
|
+
__kind: "NoProviders";
|
|
363
|
+
} | {
|
|
364
|
+
__kind: "TooManyConsumers";
|
|
365
|
+
} | {
|
|
366
|
+
value: {
|
|
367
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
368
|
+
};
|
|
369
|
+
__kind: "Token";
|
|
370
|
+
} | {
|
|
371
|
+
value: {
|
|
372
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
373
|
+
};
|
|
374
|
+
__kind: "Arithmetic";
|
|
375
|
+
} | {
|
|
376
|
+
value: {
|
|
377
|
+
__kind: "LimitReached" | "NoLayer";
|
|
378
|
+
};
|
|
379
|
+
__kind: "Transactional";
|
|
380
|
+
} | {
|
|
381
|
+
__kind: "Exhausted";
|
|
382
|
+
} | {
|
|
383
|
+
__kind: "Corruption";
|
|
384
|
+
} | {
|
|
385
|
+
__kind: "Unavailable";
|
|
386
|
+
} | {
|
|
387
|
+
__kind: "RootNotAllowed";
|
|
388
|
+
};
|
|
389
|
+
}>;
|
|
390
|
+
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
391
|
+
}, "strip", z.ZodTypeAny, {
|
|
392
|
+
caller: string;
|
|
393
|
+
scCall: {
|
|
394
|
+
value: {
|
|
395
|
+
__kind: "Delegate";
|
|
396
|
+
operator: string;
|
|
397
|
+
} | {
|
|
398
|
+
__kind: "Undelegate";
|
|
399
|
+
} | {
|
|
400
|
+
__kind: "SetMaxBid";
|
|
401
|
+
maybeMaxBid?: bigint | null | undefined;
|
|
402
|
+
} | {
|
|
403
|
+
__kind: "Redeem";
|
|
404
|
+
amount: {
|
|
405
|
+
__kind: "Max";
|
|
406
|
+
} | {
|
|
407
|
+
value: bigint;
|
|
408
|
+
__kind: "Exact";
|
|
409
|
+
};
|
|
410
|
+
address: `0x${string}`;
|
|
411
|
+
executor?: `0x${string}` | null | undefined;
|
|
412
|
+
};
|
|
413
|
+
__kind: "Delegation";
|
|
414
|
+
};
|
|
415
|
+
callError: {
|
|
416
|
+
postInfo: {
|
|
417
|
+
paysFee: "Yes" | "No";
|
|
418
|
+
actualWeight?: {
|
|
419
|
+
refTime: bigint;
|
|
420
|
+
proofSize: bigint;
|
|
421
|
+
} | null | undefined;
|
|
422
|
+
};
|
|
423
|
+
error: {
|
|
424
|
+
__kind: "Other";
|
|
425
|
+
} | {
|
|
426
|
+
__kind: "CannotLookup";
|
|
427
|
+
} | {
|
|
428
|
+
__kind: "BadOrigin";
|
|
429
|
+
} | {
|
|
430
|
+
value: {
|
|
431
|
+
index: number;
|
|
432
|
+
error: `0x${string}`;
|
|
433
|
+
};
|
|
434
|
+
__kind: "Module";
|
|
435
|
+
} | {
|
|
436
|
+
__kind: "ConsumerRemaining";
|
|
437
|
+
} | {
|
|
438
|
+
__kind: "NoProviders";
|
|
439
|
+
} | {
|
|
440
|
+
__kind: "TooManyConsumers";
|
|
441
|
+
} | {
|
|
442
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
443
|
+
__kind: "Token";
|
|
444
|
+
} | {
|
|
445
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
446
|
+
__kind: "Arithmetic";
|
|
447
|
+
} | {
|
|
448
|
+
value: "LimitReached" | "NoLayer";
|
|
449
|
+
__kind: "Transactional";
|
|
450
|
+
} | {
|
|
451
|
+
__kind: "Exhausted";
|
|
452
|
+
} | {
|
|
453
|
+
__kind: "Corruption";
|
|
454
|
+
} | {
|
|
455
|
+
__kind: "Unavailable";
|
|
456
|
+
} | {
|
|
457
|
+
__kind: "RootNotAllowed";
|
|
458
|
+
};
|
|
459
|
+
};
|
|
460
|
+
ethTxHash: `0x${string}`;
|
|
461
|
+
}, {
|
|
462
|
+
caller: string;
|
|
463
|
+
scCall: {
|
|
464
|
+
value: {
|
|
465
|
+
__kind: "Delegate";
|
|
466
|
+
operator: string;
|
|
467
|
+
} | {
|
|
468
|
+
__kind: "Undelegate";
|
|
469
|
+
} | {
|
|
470
|
+
__kind: "SetMaxBid";
|
|
471
|
+
maybeMaxBid?: string | number | null | undefined;
|
|
472
|
+
} | {
|
|
473
|
+
__kind: "Redeem";
|
|
474
|
+
amount: {
|
|
475
|
+
__kind: "Max";
|
|
476
|
+
} | {
|
|
477
|
+
value: string | number;
|
|
478
|
+
__kind: "Exact";
|
|
479
|
+
};
|
|
480
|
+
address: string;
|
|
481
|
+
executor?: string | null | undefined;
|
|
482
|
+
};
|
|
483
|
+
__kind: "Delegation";
|
|
484
|
+
};
|
|
485
|
+
callError: {
|
|
486
|
+
postInfo: {
|
|
487
|
+
paysFee: {
|
|
488
|
+
__kind: "Yes" | "No";
|
|
489
|
+
};
|
|
490
|
+
actualWeight?: {
|
|
491
|
+
refTime: string | number;
|
|
492
|
+
proofSize: string | number;
|
|
493
|
+
} | null | undefined;
|
|
494
|
+
};
|
|
495
|
+
error: {
|
|
496
|
+
__kind: "Other";
|
|
497
|
+
} | {
|
|
498
|
+
__kind: "CannotLookup";
|
|
499
|
+
} | {
|
|
500
|
+
__kind: "BadOrigin";
|
|
501
|
+
} | {
|
|
502
|
+
value: {
|
|
503
|
+
index: number;
|
|
504
|
+
error: string;
|
|
505
|
+
};
|
|
506
|
+
__kind: "Module";
|
|
507
|
+
} | {
|
|
508
|
+
__kind: "ConsumerRemaining";
|
|
509
|
+
} | {
|
|
510
|
+
__kind: "NoProviders";
|
|
511
|
+
} | {
|
|
512
|
+
__kind: "TooManyConsumers";
|
|
513
|
+
} | {
|
|
514
|
+
value: {
|
|
515
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
516
|
+
};
|
|
517
|
+
__kind: "Token";
|
|
518
|
+
} | {
|
|
519
|
+
value: {
|
|
520
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
521
|
+
};
|
|
522
|
+
__kind: "Arithmetic";
|
|
523
|
+
} | {
|
|
524
|
+
value: {
|
|
525
|
+
__kind: "LimitReached" | "NoLayer";
|
|
526
|
+
};
|
|
527
|
+
__kind: "Transactional";
|
|
528
|
+
} | {
|
|
529
|
+
__kind: "Exhausted";
|
|
530
|
+
} | {
|
|
531
|
+
__kind: "Corruption";
|
|
532
|
+
} | {
|
|
533
|
+
__kind: "Unavailable";
|
|
534
|
+
} | {
|
|
535
|
+
__kind: "RootNotAllowed";
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
ethTxHash: string;
|
|
539
|
+
}>;
|
|
540
|
+
|
|
541
|
+
export { fundingSCCallCannotBeExecuted };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// generated/11100/funding/sCCallCannotBeExecuted.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import {
|
|
4
|
+
accountId,
|
|
5
|
+
hexString,
|
|
6
|
+
spRuntimeDispatchErrorWithPostInfo,
|
|
7
|
+
stateChainRuntimeChainflipEthereumScCallsEthereumSCApi
|
|
8
|
+
} from "../common.mjs";
|
|
9
|
+
var fundingSCCallCannotBeExecuted = z.object({
|
|
10
|
+
caller: accountId,
|
|
11
|
+
scCall: stateChainRuntimeChainflipEthereumScCallsEthereumSCApi,
|
|
12
|
+
callError: spRuntimeDispatchErrorWithPostInfo,
|
|
13
|
+
ethTxHash: hexString
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
fundingSCCallCannotBeExecuted
|
|
17
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11100/funding/sCCallExecuted.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _commoncjs = require('../common.cjs');
|
|
8
|
+
var fundingSCCallExecuted = _zod.z.object({
|
|
9
|
+
caller: _commoncjs.accountId,
|
|
10
|
+
scCall: _commoncjs.stateChainRuntimeChainflipEthereumScCallsEthereumSCApi,
|
|
11
|
+
ethTxHash: _commoncjs.hexString
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
exports.fundingSCCallExecuted = fundingSCCallExecuted;
|