@chainflip/processor 1.11.3 → 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/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/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- 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/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/11000/swapping/refundEgressScheduled.d.ts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.cts +10 -10
- package/dist/11000/swapping/refundedOnChain.d.ts +10 -10
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +56 -56
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +56 -56
- package/dist/11000/swapping/swapRequested.d.cts +111 -111
- package/dist/11000/swapping/swapRequested.d.ts +111 -111
- 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 +15 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +327 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +327 -318
- 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/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/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/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +4 -4
- package/dist/141/swapping/ccmFailed.d.ts +4 -4
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.ts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +16 -16
- package/dist/141/swapping/swapScheduled.d.ts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- 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 +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- 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/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/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 +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- 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 +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/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/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
- 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/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/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/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- 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/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- 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/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +2 -2
package/dist/11100/common.mjs
CHANGED
|
@@ -127,7 +127,72 @@ var accountId = z.union([
|
|
|
127
127
|
hexString,
|
|
128
128
|
z.string().regex(/^[0-9a-f]+$/).transform((v) => `0x${v}`)
|
|
129
129
|
]).transform((value) => ss58.encode({ data: value, ss58Format: 2112 }));
|
|
130
|
+
var numericString = z.string().refine((v) => /^\d+$/.test(v), { message: "Invalid numeric string" });
|
|
131
|
+
var numberOrHex = z.union([z.number(), hexString, numericString]).transform((n) => BigInt(n));
|
|
132
|
+
var palletCfFundingRedemptionAmount = z.discriminatedUnion("__kind", [
|
|
133
|
+
z.object({ __kind: z.literal("Max") }),
|
|
134
|
+
z.object({ __kind: z.literal("Exact"), value: numberOrHex })
|
|
135
|
+
]);
|
|
136
|
+
var stateChainRuntimeChainflipEthereumScCallsDelegationApi = z.discriminatedUnion(
|
|
137
|
+
"__kind",
|
|
138
|
+
[
|
|
139
|
+
z.object({ __kind: z.literal("Delegate"), operator: accountId }),
|
|
140
|
+
z.object({ __kind: z.literal("Undelegate") }),
|
|
141
|
+
z.object({ __kind: z.literal("SetMaxBid"), maybeMaxBid: numberOrHex.nullish() }),
|
|
142
|
+
z.object({
|
|
143
|
+
__kind: z.literal("Redeem"),
|
|
144
|
+
amount: palletCfFundingRedemptionAmount,
|
|
145
|
+
address: hexString,
|
|
146
|
+
executor: hexString.nullish()
|
|
147
|
+
})
|
|
148
|
+
]
|
|
149
|
+
);
|
|
150
|
+
var stateChainRuntimeChainflipEthereumScCallsEthereumSCApi = z.object({
|
|
151
|
+
__kind: z.literal("Delegation"),
|
|
152
|
+
value: stateChainRuntimeChainflipEthereumScCallsDelegationApi
|
|
153
|
+
});
|
|
154
|
+
var spWeightsWeightV2Weight = z.object({ refTime: numberOrHex, proofSize: numberOrHex });
|
|
130
155
|
var simpleEnum = (values) => z.object({ __kind: z.enum(values) }).transform(({ __kind }) => __kind);
|
|
156
|
+
var frameSupportDispatchPays = simpleEnum(["Yes", "No"]);
|
|
157
|
+
var frameSupportDispatchPostDispatchInfo = z.object({
|
|
158
|
+
actualWeight: spWeightsWeightV2Weight.nullish(),
|
|
159
|
+
paysFee: frameSupportDispatchPays
|
|
160
|
+
});
|
|
161
|
+
var spRuntimeModuleError = z.object({ index: z.number(), error: hexString });
|
|
162
|
+
var spRuntimeTokenError = simpleEnum([
|
|
163
|
+
"FundsUnavailable",
|
|
164
|
+
"OnlyProvider",
|
|
165
|
+
"BelowMinimum",
|
|
166
|
+
"CannotCreate",
|
|
167
|
+
"UnknownAsset",
|
|
168
|
+
"Frozen",
|
|
169
|
+
"Unsupported",
|
|
170
|
+
"CannotCreateHold",
|
|
171
|
+
"NotExpendable",
|
|
172
|
+
"Blocked"
|
|
173
|
+
]);
|
|
174
|
+
var spArithmeticArithmeticError = simpleEnum(["Underflow", "Overflow", "DivisionByZero"]);
|
|
175
|
+
var spRuntimeTransactionalError = simpleEnum(["LimitReached", "NoLayer"]);
|
|
176
|
+
var spRuntimeDispatchError = z.discriminatedUnion("__kind", [
|
|
177
|
+
z.object({ __kind: z.literal("Other") }),
|
|
178
|
+
z.object({ __kind: z.literal("CannotLookup") }),
|
|
179
|
+
z.object({ __kind: z.literal("BadOrigin") }),
|
|
180
|
+
z.object({ __kind: z.literal("Module"), value: spRuntimeModuleError }),
|
|
181
|
+
z.object({ __kind: z.literal("ConsumerRemaining") }),
|
|
182
|
+
z.object({ __kind: z.literal("NoProviders") }),
|
|
183
|
+
z.object({ __kind: z.literal("TooManyConsumers") }),
|
|
184
|
+
z.object({ __kind: z.literal("Token"), value: spRuntimeTokenError }),
|
|
185
|
+
z.object({ __kind: z.literal("Arithmetic"), value: spArithmeticArithmeticError }),
|
|
186
|
+
z.object({ __kind: z.literal("Transactional"), value: spRuntimeTransactionalError }),
|
|
187
|
+
z.object({ __kind: z.literal("Exhausted") }),
|
|
188
|
+
z.object({ __kind: z.literal("Corruption") }),
|
|
189
|
+
z.object({ __kind: z.literal("Unavailable") }),
|
|
190
|
+
z.object({ __kind: z.literal("RootNotAllowed") })
|
|
191
|
+
]);
|
|
192
|
+
var spRuntimeDispatchErrorWithPostInfo = z.object({
|
|
193
|
+
postInfo: frameSupportDispatchPostDispatchInfo,
|
|
194
|
+
error: spRuntimeDispatchError
|
|
195
|
+
});
|
|
131
196
|
var cfPrimitivesAccountRole = simpleEnum([
|
|
132
197
|
"Unregistered",
|
|
133
198
|
"Validator",
|
|
@@ -140,8 +205,6 @@ var palletCfValidatorDelegationOperatorSettings = z.object({
|
|
|
140
205
|
feeBps: z.number(),
|
|
141
206
|
delegationAcceptance: palletCfValidatorDelegationDelegationAcceptance
|
|
142
207
|
});
|
|
143
|
-
var numericString = z.string().refine((v) => /^\d+$/.test(v), { message: "Invalid numeric string" });
|
|
144
|
-
var numberOrHex = z.union([z.number(), hexString, numericString]).transform((n) => BigInt(n));
|
|
145
208
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum([
|
|
146
209
|
"Eth",
|
|
147
210
|
"Flip",
|
|
@@ -293,7 +356,8 @@ var cfChainsRefundParametersChannelRefundParametersAccountOrAddress = z.object({
|
|
|
293
356
|
retryDuration: z.number(),
|
|
294
357
|
refundAddress: cfChainsRefundParametersAccountOrAddress,
|
|
295
358
|
minPrice: numberOrHex,
|
|
296
|
-
refundCcmMetadata: cfChainsCcmDepositMetadataForeignChainAddress.nullish()
|
|
359
|
+
refundCcmMetadata: cfChainsCcmDepositMetadataForeignChainAddress.nullish(),
|
|
360
|
+
maxOraclePriceSlippage: z.number().nullish()
|
|
297
361
|
});
|
|
298
362
|
var cfPrimitivesDcaParameters = z.object({
|
|
299
363
|
numberOfChunks: z.number(),
|
|
@@ -308,39 +372,9 @@ var cfChainsRefundParametersChannelRefundParametersEncodedAddress = z.object({
|
|
|
308
372
|
retryDuration: z.number(),
|
|
309
373
|
refundAddress: cfChainsAddressEncodedAddress,
|
|
310
374
|
minPrice: numberOrHex,
|
|
311
|
-
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish()
|
|
375
|
+
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish(),
|
|
376
|
+
maxOraclePriceSlippage: z.number().nullish()
|
|
312
377
|
});
|
|
313
|
-
var spRuntimeModuleError = z.object({ index: z.number(), error: hexString });
|
|
314
|
-
var spRuntimeTokenError = simpleEnum([
|
|
315
|
-
"FundsUnavailable",
|
|
316
|
-
"OnlyProvider",
|
|
317
|
-
"BelowMinimum",
|
|
318
|
-
"CannotCreate",
|
|
319
|
-
"UnknownAsset",
|
|
320
|
-
"Frozen",
|
|
321
|
-
"Unsupported",
|
|
322
|
-
"CannotCreateHold",
|
|
323
|
-
"NotExpendable",
|
|
324
|
-
"Blocked"
|
|
325
|
-
]);
|
|
326
|
-
var spArithmeticArithmeticError = simpleEnum(["Underflow", "Overflow", "DivisionByZero"]);
|
|
327
|
-
var spRuntimeTransactionalError = simpleEnum(["LimitReached", "NoLayer"]);
|
|
328
|
-
var spRuntimeDispatchError = z.discriminatedUnion("__kind", [
|
|
329
|
-
z.object({ __kind: z.literal("Other") }),
|
|
330
|
-
z.object({ __kind: z.literal("CannotLookup") }),
|
|
331
|
-
z.object({ __kind: z.literal("BadOrigin") }),
|
|
332
|
-
z.object({ __kind: z.literal("Module"), value: spRuntimeModuleError }),
|
|
333
|
-
z.object({ __kind: z.literal("ConsumerRemaining") }),
|
|
334
|
-
z.object({ __kind: z.literal("NoProviders") }),
|
|
335
|
-
z.object({ __kind: z.literal("TooManyConsumers") }),
|
|
336
|
-
z.object({ __kind: z.literal("Token"), value: spRuntimeTokenError }),
|
|
337
|
-
z.object({ __kind: z.literal("Arithmetic"), value: spArithmeticArithmeticError }),
|
|
338
|
-
z.object({ __kind: z.literal("Transactional"), value: spRuntimeTransactionalError }),
|
|
339
|
-
z.object({ __kind: z.literal("Exhausted") }),
|
|
340
|
-
z.object({ __kind: z.literal("Corruption") }),
|
|
341
|
-
z.object({ __kind: z.literal("Unavailable") }),
|
|
342
|
-
z.object({ __kind: z.literal("RootNotAllowed") })
|
|
343
|
-
]);
|
|
344
378
|
var palletCfEthereumIngressEgressDepositFailedReason = z.discriminatedUnion("__kind", [
|
|
345
379
|
z.object({ __kind: z.literal("BelowMinimumDeposit") }),
|
|
346
380
|
z.object({ __kind: z.literal("NotEnoughToPayFees") }),
|
|
@@ -368,7 +402,8 @@ var cfChainsRefundParametersChannelRefundParametersH160 = z.object({
|
|
|
368
402
|
retryDuration: z.number(),
|
|
369
403
|
refundAddress: hexString,
|
|
370
404
|
minPrice: numberOrHex,
|
|
371
|
-
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish()
|
|
405
|
+
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish(),
|
|
406
|
+
maxOraclePriceSlippage: z.number().nullish()
|
|
372
407
|
});
|
|
373
408
|
var palletCfEthereumIngressEgressVaultDepositWitnessEthereum = z.object({
|
|
374
409
|
inputAsset: cfPrimitivesChainsAssetsEthAsset,
|
|
@@ -435,7 +470,8 @@ var cfChainsRefundParametersChannelRefundParametersPolkadotAccountId = z.object(
|
|
|
435
470
|
retryDuration: z.number(),
|
|
436
471
|
refundAddress: hexString,
|
|
437
472
|
minPrice: numberOrHex,
|
|
438
|
-
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish()
|
|
473
|
+
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish(),
|
|
474
|
+
maxOraclePriceSlippage: z.number().nullish()
|
|
439
475
|
});
|
|
440
476
|
var palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot = z.object({
|
|
441
477
|
inputAsset: cfPrimitivesChainsAssetsDotAsset,
|
|
@@ -519,7 +555,8 @@ var cfChainsRefundParametersChannelRefundParametersScriptPubkey = z.object({
|
|
|
519
555
|
retryDuration: z.number(),
|
|
520
556
|
refundAddress: cfChainsBtcScriptPubkey,
|
|
521
557
|
minPrice: numberOrHex,
|
|
522
|
-
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish()
|
|
558
|
+
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish(),
|
|
559
|
+
maxOraclePriceSlippage: z.number().nullish()
|
|
523
560
|
});
|
|
524
561
|
var palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin = z.object({
|
|
525
562
|
inputAsset: cfPrimitivesChainsAssetsBtcAsset,
|
|
@@ -646,7 +683,8 @@ var cfChainsRefundParametersChannelRefundParametersAddress = z.object({
|
|
|
646
683
|
retryDuration: z.number(),
|
|
647
684
|
refundAddress: hexString,
|
|
648
685
|
minPrice: numberOrHex,
|
|
649
|
-
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish()
|
|
686
|
+
refundCcmMetadata: cfChainsCcmChannelMetadataCcmAdditionalData.nullish(),
|
|
687
|
+
maxOraclePriceSlippage: z.number().nullish()
|
|
650
688
|
});
|
|
651
689
|
var palletCfSolanaIngressEgressVaultDepositWitnessSolana = z.object({
|
|
652
690
|
inputAsset: cfPrimitivesChainsAssetsSolAsset,
|
|
@@ -817,6 +855,8 @@ export {
|
|
|
817
855
|
cfPrimitivesTxId,
|
|
818
856
|
cfTraitsSwappingSwapOutputActionGenericEncodedAddress,
|
|
819
857
|
cfTraitsSwappingSwapRequestTypeGeneric,
|
|
858
|
+
frameSupportDispatchPays,
|
|
859
|
+
frameSupportDispatchPostDispatchInfo,
|
|
820
860
|
hexString,
|
|
821
861
|
numberOrHex,
|
|
822
862
|
numericString,
|
|
@@ -847,6 +887,7 @@ export {
|
|
|
847
887
|
palletCfEthereumIngressEgressPalletConfigUpdateEthereum,
|
|
848
888
|
palletCfEthereumIngressEgressVaultDepositWitnessEthereum,
|
|
849
889
|
palletCfFundingPalletSafeMode,
|
|
890
|
+
palletCfFundingRedemptionAmount,
|
|
850
891
|
palletCfIngressEgressPalletSafeMode,
|
|
851
892
|
palletCfLendingPoolsPalletSafeMode,
|
|
852
893
|
palletCfLpPalletSafeMode,
|
|
@@ -872,9 +913,13 @@ export {
|
|
|
872
913
|
simpleEnum,
|
|
873
914
|
spArithmeticArithmeticError,
|
|
874
915
|
spRuntimeDispatchError,
|
|
916
|
+
spRuntimeDispatchErrorWithPostInfo,
|
|
875
917
|
spRuntimeModuleError,
|
|
876
918
|
spRuntimeTokenError,
|
|
877
919
|
spRuntimeTransactionalError,
|
|
920
|
+
spWeightsWeightV2Weight,
|
|
921
|
+
stateChainRuntimeChainflipEthereumScCallsDelegationApi,
|
|
922
|
+
stateChainRuntimeChainflipEthereumScCallsEthereumSCApi,
|
|
878
923
|
stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode,
|
|
879
924
|
stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents,
|
|
880
925
|
stateChainRuntimeChainflipGenericElectionsOraclePriceUpdate,
|
|
@@ -270,8 +270,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
270
270
|
}>;
|
|
271
271
|
}, "strip", z.ZodTypeAny, {
|
|
272
272
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
273
|
-
depositAddress: `0x${string}`;
|
|
274
273
|
amount: bigint;
|
|
274
|
+
depositAddress: `0x${string}`;
|
|
275
275
|
depositDetails: {
|
|
276
276
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
277
277
|
};
|
|
@@ -279,8 +279,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
279
279
|
asset: {
|
|
280
280
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
281
281
|
};
|
|
282
|
-
depositAddress: string;
|
|
283
282
|
amount: string | number;
|
|
283
|
+
depositAddress: string;
|
|
284
284
|
depositDetails: {
|
|
285
285
|
txHashes?: string[] | null | undefined;
|
|
286
286
|
};
|
|
@@ -289,8 +289,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
289
289
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
290
290
|
depositWitness: {
|
|
291
291
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
292
|
-
depositAddress: `0x${string}`;
|
|
293
292
|
amount: bigint;
|
|
293
|
+
depositAddress: `0x${string}`;
|
|
294
294
|
depositDetails: {
|
|
295
295
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
296
296
|
};
|
|
@@ -301,8 +301,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
301
301
|
asset: {
|
|
302
302
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
303
303
|
};
|
|
304
|
-
depositAddress: string;
|
|
305
304
|
amount: string | number;
|
|
305
|
+
depositAddress: string;
|
|
306
306
|
depositDetails: {
|
|
307
307
|
txHashes?: string[] | null | undefined;
|
|
308
308
|
};
|
|
@@ -673,6 +673,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
673
673
|
gasBudget: string | number;
|
|
674
674
|
ccmAdditionalData: string;
|
|
675
675
|
}>>>;
|
|
676
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
676
677
|
}, "strip", z.ZodTypeAny, {
|
|
677
678
|
retryDuration: number;
|
|
678
679
|
refundAddress: `0x${string}`;
|
|
@@ -682,6 +683,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
682
683
|
gasBudget: bigint;
|
|
683
684
|
ccmAdditionalData: `0x${string}`;
|
|
684
685
|
} | null | undefined;
|
|
686
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
685
687
|
}, {
|
|
686
688
|
retryDuration: number;
|
|
687
689
|
refundAddress: string;
|
|
@@ -691,6 +693,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
691
693
|
gasBudget: string | number;
|
|
692
694
|
ccmAdditionalData: string;
|
|
693
695
|
} | null | undefined;
|
|
696
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
694
697
|
}>;
|
|
695
698
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
696
699
|
numberOfChunks: z.ZodNumber;
|
|
@@ -743,6 +746,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
743
746
|
gasBudget: bigint;
|
|
744
747
|
ccmAdditionalData: `0x${string}`;
|
|
745
748
|
} | null | undefined;
|
|
749
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
746
750
|
};
|
|
747
751
|
boostFee: number;
|
|
748
752
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -830,6 +834,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
830
834
|
gasBudget: string | number;
|
|
831
835
|
ccmAdditionalData: string;
|
|
832
836
|
} | null | undefined;
|
|
837
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
833
838
|
};
|
|
834
839
|
boostFee: number;
|
|
835
840
|
depositAddress?: string | null | undefined;
|
|
@@ -933,6 +938,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
933
938
|
gasBudget: bigint;
|
|
934
939
|
ccmAdditionalData: `0x${string}`;
|
|
935
940
|
} | null | undefined;
|
|
941
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
936
942
|
};
|
|
937
943
|
boostFee: number;
|
|
938
944
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1023,6 +1029,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1023
1029
|
gasBudget: string | number;
|
|
1024
1030
|
ccmAdditionalData: string;
|
|
1025
1031
|
} | null | undefined;
|
|
1032
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1026
1033
|
};
|
|
1027
1034
|
boostFee: number;
|
|
1028
1035
|
depositAddress?: string | null | undefined;
|
|
@@ -1136,8 +1143,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1136
1143
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
1137
1144
|
depositWitness: {
|
|
1138
1145
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1139
|
-
depositAddress: `0x${string}`;
|
|
1140
1146
|
amount: bigint;
|
|
1147
|
+
depositAddress: `0x${string}`;
|
|
1141
1148
|
depositDetails: {
|
|
1142
1149
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1143
1150
|
};
|
|
@@ -1184,6 +1191,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1184
1191
|
gasBudget: bigint;
|
|
1185
1192
|
ccmAdditionalData: `0x${string}`;
|
|
1186
1193
|
} | null | undefined;
|
|
1194
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1187
1195
|
};
|
|
1188
1196
|
boostFee: number;
|
|
1189
1197
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1303,8 +1311,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1303
1311
|
asset: {
|
|
1304
1312
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1305
1313
|
};
|
|
1306
|
-
depositAddress: string;
|
|
1307
1314
|
amount: string | number;
|
|
1315
|
+
depositAddress: string;
|
|
1308
1316
|
depositDetails: {
|
|
1309
1317
|
txHashes?: string[] | null | undefined;
|
|
1310
1318
|
};
|
|
@@ -1340,6 +1348,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1340
1348
|
gasBudget: string | number;
|
|
1341
1349
|
ccmAdditionalData: string;
|
|
1342
1350
|
} | null | undefined;
|
|
1351
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1343
1352
|
};
|
|
1344
1353
|
boostFee: number;
|
|
1345
1354
|
depositAddress?: string | null | undefined;
|
|
@@ -270,8 +270,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
270
270
|
}>;
|
|
271
271
|
}, "strip", z.ZodTypeAny, {
|
|
272
272
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
273
|
-
depositAddress: `0x${string}`;
|
|
274
273
|
amount: bigint;
|
|
274
|
+
depositAddress: `0x${string}`;
|
|
275
275
|
depositDetails: {
|
|
276
276
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
277
277
|
};
|
|
@@ -279,8 +279,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
279
279
|
asset: {
|
|
280
280
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
281
281
|
};
|
|
282
|
-
depositAddress: string;
|
|
283
282
|
amount: string | number;
|
|
283
|
+
depositAddress: string;
|
|
284
284
|
depositDetails: {
|
|
285
285
|
txHashes?: string[] | null | undefined;
|
|
286
286
|
};
|
|
@@ -289,8 +289,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
289
289
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
290
290
|
depositWitness: {
|
|
291
291
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
292
|
-
depositAddress: `0x${string}`;
|
|
293
292
|
amount: bigint;
|
|
293
|
+
depositAddress: `0x${string}`;
|
|
294
294
|
depositDetails: {
|
|
295
295
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
296
296
|
};
|
|
@@ -301,8 +301,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
301
301
|
asset: {
|
|
302
302
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
303
303
|
};
|
|
304
|
-
depositAddress: string;
|
|
305
304
|
amount: string | number;
|
|
305
|
+
depositAddress: string;
|
|
306
306
|
depositDetails: {
|
|
307
307
|
txHashes?: string[] | null | undefined;
|
|
308
308
|
};
|
|
@@ -673,6 +673,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
673
673
|
gasBudget: string | number;
|
|
674
674
|
ccmAdditionalData: string;
|
|
675
675
|
}>>>;
|
|
676
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
676
677
|
}, "strip", z.ZodTypeAny, {
|
|
677
678
|
retryDuration: number;
|
|
678
679
|
refundAddress: `0x${string}`;
|
|
@@ -682,6 +683,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
682
683
|
gasBudget: bigint;
|
|
683
684
|
ccmAdditionalData: `0x${string}`;
|
|
684
685
|
} | null | undefined;
|
|
686
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
685
687
|
}, {
|
|
686
688
|
retryDuration: number;
|
|
687
689
|
refundAddress: string;
|
|
@@ -691,6 +693,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
691
693
|
gasBudget: string | number;
|
|
692
694
|
ccmAdditionalData: string;
|
|
693
695
|
} | null | undefined;
|
|
696
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
694
697
|
}>;
|
|
695
698
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
696
699
|
numberOfChunks: z.ZodNumber;
|
|
@@ -743,6 +746,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
743
746
|
gasBudget: bigint;
|
|
744
747
|
ccmAdditionalData: `0x${string}`;
|
|
745
748
|
} | null | undefined;
|
|
749
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
746
750
|
};
|
|
747
751
|
boostFee: number;
|
|
748
752
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -830,6 +834,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
830
834
|
gasBudget: string | number;
|
|
831
835
|
ccmAdditionalData: string;
|
|
832
836
|
} | null | undefined;
|
|
837
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
833
838
|
};
|
|
834
839
|
boostFee: number;
|
|
835
840
|
depositAddress?: string | null | undefined;
|
|
@@ -933,6 +938,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
933
938
|
gasBudget: bigint;
|
|
934
939
|
ccmAdditionalData: `0x${string}`;
|
|
935
940
|
} | null | undefined;
|
|
941
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
936
942
|
};
|
|
937
943
|
boostFee: number;
|
|
938
944
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1023,6 +1029,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1023
1029
|
gasBudget: string | number;
|
|
1024
1030
|
ccmAdditionalData: string;
|
|
1025
1031
|
} | null | undefined;
|
|
1032
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1026
1033
|
};
|
|
1027
1034
|
boostFee: number;
|
|
1028
1035
|
depositAddress?: string | null | undefined;
|
|
@@ -1136,8 +1143,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1136
1143
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
1137
1144
|
depositWitness: {
|
|
1138
1145
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1139
|
-
depositAddress: `0x${string}`;
|
|
1140
1146
|
amount: bigint;
|
|
1147
|
+
depositAddress: `0x${string}`;
|
|
1141
1148
|
depositDetails: {
|
|
1142
1149
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1143
1150
|
};
|
|
@@ -1184,6 +1191,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1184
1191
|
gasBudget: bigint;
|
|
1185
1192
|
ccmAdditionalData: `0x${string}`;
|
|
1186
1193
|
} | null | undefined;
|
|
1194
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1187
1195
|
};
|
|
1188
1196
|
boostFee: number;
|
|
1189
1197
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1303,8 +1311,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1303
1311
|
asset: {
|
|
1304
1312
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1305
1313
|
};
|
|
1306
|
-
depositAddress: string;
|
|
1307
1314
|
amount: string | number;
|
|
1315
|
+
depositAddress: string;
|
|
1308
1316
|
depositDetails: {
|
|
1309
1317
|
txHashes?: string[] | null | undefined;
|
|
1310
1318
|
};
|
|
@@ -1340,6 +1348,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1340
1348
|
gasBudget: string | number;
|
|
1341
1349
|
ccmAdditionalData: string;
|
|
1342
1350
|
} | null | undefined;
|
|
1351
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1343
1352
|
};
|
|
1344
1353
|
boostFee: number;
|
|
1345
1354
|
depositAddress?: string | null | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11100/funding/sCCallCannotBeDecoded.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var fundingSCCallCannotBeDecoded = _zod.z.object({
|
|
5
|
+
caller: _commoncjs.accountId,
|
|
6
|
+
scCallBytes: _commoncjs.hexString,
|
|
7
|
+
ethTxHash: _commoncjs.hexString
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.fundingSCCallCannotBeDecoded = fundingSCCallCannotBeDecoded;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const fundingSCCallCannotBeDecoded: 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
|
+
scCallBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
|
+
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
caller: string;
|
|
9
|
+
ethTxHash: `0x${string}`;
|
|
10
|
+
scCallBytes: `0x${string}`;
|
|
11
|
+
}, {
|
|
12
|
+
caller: string;
|
|
13
|
+
ethTxHash: string;
|
|
14
|
+
scCallBytes: string;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
export { fundingSCCallCannotBeDecoded };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const fundingSCCallCannotBeDecoded: 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
|
+
scCallBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
|
+
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
caller: string;
|
|
9
|
+
ethTxHash: `0x${string}`;
|
|
10
|
+
scCallBytes: `0x${string}`;
|
|
11
|
+
}, {
|
|
12
|
+
caller: string;
|
|
13
|
+
ethTxHash: string;
|
|
14
|
+
scCallBytes: string;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
export { fundingSCCallCannotBeDecoded };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// generated/11100/funding/sCCallCannotBeDecoded.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId, hexString } from "../common.mjs";
|
|
4
|
+
var fundingSCCallCannotBeDecoded = z.object({
|
|
5
|
+
caller: accountId,
|
|
6
|
+
scCallBytes: hexString,
|
|
7
|
+
ethTxHash: hexString
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
fundingSCCallCannotBeDecoded
|
|
11
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11100/funding/sCCallCannotBeExecuted.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _commoncjs = require('../common.cjs');
|
|
9
|
+
var fundingSCCallCannotBeExecuted = _zod.z.object({
|
|
10
|
+
caller: _commoncjs.accountId,
|
|
11
|
+
scCall: _commoncjs.stateChainRuntimeChainflipEthereumScCallsEthereumSCApi,
|
|
12
|
+
callError: _commoncjs.spRuntimeDispatchErrorWithPostInfo,
|
|
13
|
+
ethTxHash: _commoncjs.hexString
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.fundingSCCallCannotBeExecuted = fundingSCCallCannotBeExecuted;
|