@chainflip/processor 1.11.9 → 1.11.10
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/common.d.cts +3 -9
- package/dist/100/common.d.ts +3 -9
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +4 -4
- package/dist/100/funding/redemptionRequested.d.ts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- 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/102/common.d.cts +3 -9
- package/dist/102/common.d.ts +3 -9
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +177 -177
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +177 -177
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +392 -392
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +392 -392
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +20 -20
- package/dist/11000/common.d.cts +3 -9
- package/dist/11000/common.d.ts +3 -9
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- 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/111/common.d.cts +3 -9
- package/dist/111/common.d.ts +3 -9
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/common.cjs +27 -5
- package/dist/11100/common.d.cts +197 -34
- package/dist/11100/common.d.ts +197 -34
- package/dist/11100/common.mjs +26 -4
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
- package/dist/11100/flip/bondUpdated.cjs +7 -0
- package/dist/11100/flip/bondUpdated.d.cts +14 -0
- package/dist/11100/flip/bondUpdated.d.ts +14 -0
- package/dist/11100/flip/bondUpdated.mjs +7 -0
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
- package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
- package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
- package/dist/11100/validator/delegated.cjs +5 -1
- package/dist/11100/validator/delegated.d.cts +3 -0
- package/dist/11100/validator/delegated.d.ts +3 -0
- package/dist/11100/validator/delegated.mjs +6 -2
- package/dist/11100/validator/maxBidUpdated.cjs +1 -1
- package/dist/11100/validator/maxBidUpdated.d.cts +33 -3
- package/dist/11100/validator/maxBidUpdated.d.ts +33 -3
- package/dist/11100/validator/maxBidUpdated.mjs +2 -2
- package/dist/11100/validator/palletConfigUpdated.d.cts +10 -40
- package/dist/11100/validator/palletConfigUpdated.d.ts +10 -40
- package/dist/11100/validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.ts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/11100/validator/undelegated.cjs +11 -0
- package/dist/11100/validator/{unDelegated.d.cts → undelegated.d.cts} +3 -0
- package/dist/11100/validator/{unDelegated.d.ts → undelegated.d.ts} +3 -0
- package/dist/11100/validator/undelegated.mjs +11 -0
- package/dist/120/common.d.cts +3 -9
- package/dist/120/common.d.ts +3 -9
- 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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.d.cts +3 -9
- package/dist/131/common.d.ts +3 -9
- 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/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
- 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/common.d.cts +3 -9
- package/dist/141/common.d.ts +3 -9
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +2 -2
- 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/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.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 +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/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +97 -97
- package/dist/150/assetBalances/refundSkipped.d.ts +97 -97
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/common.d.cts +3 -9
- package/dist/150/common.d.ts +3 -9
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.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/depositFinalised.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
- 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/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/common.d.cts +3 -9
- package/dist/160/common.d.ts +3 -9
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
- 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 +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- 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/160/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/160/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/160/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapRequested.d.cts +26 -26
- package/dist/160/swapping/swapRequested.d.ts +26 -26
- package/dist/160/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/160/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.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/common.d.cts +3 -9
- package/dist/170/common.d.ts +3 -9
- 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/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- 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/170/swapping/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.ts +27 -27
- 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 +50 -50
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +306 -306
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +306 -306
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/common.d.cts +3 -9
- package/dist/180/common.d.ts +3 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +162 -162
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +24 -24
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +24 -24
- 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 +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- 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 +20 -20
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- 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/ccmEgressInvalid.d.cts +64 -64
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +191 -191
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +191 -191
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +12 -12
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- 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/common.d.cts +3 -9
- package/dist/190/common.d.ts +3 -9
- 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/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 +24 -24
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- 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 +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.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/package.json +2 -2
- package/dist/11100/validator/unDelegated.cjs +0 -7
- package/dist/11100/validator/unDelegated.mjs +0 -7
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11100/flip/bondUpdated.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var flipBondUpdated = _zod.z.object({ accountId: _commoncjs.accountId, newBond: _commoncjs.numberOrHex });
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.flipBondUpdated = flipBondUpdated;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const flipBondUpdated: z.ZodObject<{
|
|
4
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
newBond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
accountId: string;
|
|
8
|
+
newBond: bigint;
|
|
9
|
+
}, {
|
|
10
|
+
accountId: string;
|
|
11
|
+
newBond: string | number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { flipBondUpdated };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const flipBondUpdated: z.ZodObject<{
|
|
4
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
newBond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
accountId: string;
|
|
8
|
+
newBond: bigint;
|
|
9
|
+
}, {
|
|
10
|
+
accountId: string;
|
|
11
|
+
newBond: string | number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { flipBondUpdated };
|
|
@@ -4,11 +4,11 @@ declare const flipFlipMinted: z.ZodObject<{
|
|
|
4
4
|
to: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
to: string;
|
|
8
7
|
amount: bigint;
|
|
9
|
-
}, {
|
|
10
8
|
to: string;
|
|
9
|
+
}, {
|
|
11
10
|
amount: string | number;
|
|
11
|
+
to: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { flipFlipMinted };
|
|
@@ -4,11 +4,11 @@ declare const flipFlipMinted: z.ZodObject<{
|
|
|
4
4
|
to: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
to: string;
|
|
8
7
|
amount: bigint;
|
|
9
|
-
}, {
|
|
10
8
|
to: string;
|
|
9
|
+
}, {
|
|
11
10
|
amount: string | number;
|
|
11
|
+
to: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { flipFlipMinted };
|
|
@@ -6,12 +6,12 @@ declare const fundingSCCallCannotBeDecoded: z.ZodObject<{
|
|
|
6
6
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
caller: string;
|
|
9
|
-
ethTxHash: `0x${string}`;
|
|
10
9
|
scCallBytes: `0x${string}`;
|
|
10
|
+
ethTxHash: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
12
|
caller: string;
|
|
13
|
-
ethTxHash: string;
|
|
14
13
|
scCallBytes: string;
|
|
14
|
+
ethTxHash: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
17
17
|
export { fundingSCCallCannotBeDecoded };
|
|
@@ -6,12 +6,12 @@ declare const fundingSCCallCannotBeDecoded: z.ZodObject<{
|
|
|
6
6
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
caller: string;
|
|
9
|
-
ethTxHash: `0x${string}`;
|
|
10
9
|
scCallBytes: `0x${string}`;
|
|
10
|
+
ethTxHash: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
12
|
caller: string;
|
|
13
|
-
ethTxHash: string;
|
|
14
13
|
scCallBytes: string;
|
|
14
|
+
ethTxHash: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
17
17
|
export { fundingSCCallCannotBeDecoded };
|
|
@@ -356,13 +356,6 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
356
356
|
__kind: "RootNotAllowed";
|
|
357
357
|
}>]>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
|
-
postInfo: {
|
|
360
|
-
paysFee: "Yes" | "No";
|
|
361
|
-
actualWeight?: {
|
|
362
|
-
refTime: bigint;
|
|
363
|
-
proofSize: bigint;
|
|
364
|
-
} | null | undefined;
|
|
365
|
-
};
|
|
366
359
|
error: {
|
|
367
360
|
__kind: "Other";
|
|
368
361
|
} | {
|
|
@@ -399,16 +392,14 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
399
392
|
} | {
|
|
400
393
|
__kind: "RootNotAllowed";
|
|
401
394
|
};
|
|
402
|
-
}, {
|
|
403
395
|
postInfo: {
|
|
404
|
-
paysFee:
|
|
405
|
-
__kind: "Yes" | "No";
|
|
406
|
-
};
|
|
396
|
+
paysFee: "Yes" | "No";
|
|
407
397
|
actualWeight?: {
|
|
408
|
-
refTime:
|
|
409
|
-
proofSize:
|
|
398
|
+
refTime: bigint;
|
|
399
|
+
proofSize: bigint;
|
|
410
400
|
} | null | undefined;
|
|
411
401
|
};
|
|
402
|
+
}, {
|
|
412
403
|
error: {
|
|
413
404
|
__kind: "Other";
|
|
414
405
|
} | {
|
|
@@ -451,10 +442,20 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
451
442
|
} | {
|
|
452
443
|
__kind: "RootNotAllowed";
|
|
453
444
|
};
|
|
445
|
+
postInfo: {
|
|
446
|
+
paysFee: {
|
|
447
|
+
__kind: "Yes" | "No";
|
|
448
|
+
};
|
|
449
|
+
actualWeight?: {
|
|
450
|
+
refTime: string | number;
|
|
451
|
+
proofSize: string | number;
|
|
452
|
+
} | null | undefined;
|
|
453
|
+
};
|
|
454
454
|
}>;
|
|
455
455
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
caller: string;
|
|
458
|
+
ethTxHash: `0x${string}`;
|
|
458
459
|
scCall: {
|
|
459
460
|
__kind: "Delegation";
|
|
460
461
|
call: {
|
|
@@ -487,13 +488,6 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
487
488
|
};
|
|
488
489
|
};
|
|
489
490
|
callError: {
|
|
490
|
-
postInfo: {
|
|
491
|
-
paysFee: "Yes" | "No";
|
|
492
|
-
actualWeight?: {
|
|
493
|
-
refTime: bigint;
|
|
494
|
-
proofSize: bigint;
|
|
495
|
-
} | null | undefined;
|
|
496
|
-
};
|
|
497
491
|
error: {
|
|
498
492
|
__kind: "Other";
|
|
499
493
|
} | {
|
|
@@ -530,10 +524,17 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
530
524
|
} | {
|
|
531
525
|
__kind: "RootNotAllowed";
|
|
532
526
|
};
|
|
527
|
+
postInfo: {
|
|
528
|
+
paysFee: "Yes" | "No";
|
|
529
|
+
actualWeight?: {
|
|
530
|
+
refTime: bigint;
|
|
531
|
+
proofSize: bigint;
|
|
532
|
+
} | null | undefined;
|
|
533
|
+
};
|
|
533
534
|
};
|
|
534
|
-
ethTxHash: `0x${string}`;
|
|
535
535
|
}, {
|
|
536
536
|
caller: string;
|
|
537
|
+
ethTxHash: string;
|
|
537
538
|
scCall: {
|
|
538
539
|
__kind: "Delegation";
|
|
539
540
|
call: {
|
|
@@ -566,15 +567,6 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
566
567
|
};
|
|
567
568
|
};
|
|
568
569
|
callError: {
|
|
569
|
-
postInfo: {
|
|
570
|
-
paysFee: {
|
|
571
|
-
__kind: "Yes" | "No";
|
|
572
|
-
};
|
|
573
|
-
actualWeight?: {
|
|
574
|
-
refTime: string | number;
|
|
575
|
-
proofSize: string | number;
|
|
576
|
-
} | null | undefined;
|
|
577
|
-
};
|
|
578
570
|
error: {
|
|
579
571
|
__kind: "Other";
|
|
580
572
|
} | {
|
|
@@ -617,8 +609,16 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
617
609
|
} | {
|
|
618
610
|
__kind: "RootNotAllowed";
|
|
619
611
|
};
|
|
612
|
+
postInfo: {
|
|
613
|
+
paysFee: {
|
|
614
|
+
__kind: "Yes" | "No";
|
|
615
|
+
};
|
|
616
|
+
actualWeight?: {
|
|
617
|
+
refTime: string | number;
|
|
618
|
+
proofSize: string | number;
|
|
619
|
+
} | null | undefined;
|
|
620
|
+
};
|
|
620
621
|
};
|
|
621
|
-
ethTxHash: string;
|
|
622
622
|
}>;
|
|
623
623
|
|
|
624
624
|
export { fundingSCCallCannotBeExecuted };
|
|
@@ -356,13 +356,6 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
356
356
|
__kind: "RootNotAllowed";
|
|
357
357
|
}>]>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
|
-
postInfo: {
|
|
360
|
-
paysFee: "Yes" | "No";
|
|
361
|
-
actualWeight?: {
|
|
362
|
-
refTime: bigint;
|
|
363
|
-
proofSize: bigint;
|
|
364
|
-
} | null | undefined;
|
|
365
|
-
};
|
|
366
359
|
error: {
|
|
367
360
|
__kind: "Other";
|
|
368
361
|
} | {
|
|
@@ -399,16 +392,14 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
399
392
|
} | {
|
|
400
393
|
__kind: "RootNotAllowed";
|
|
401
394
|
};
|
|
402
|
-
}, {
|
|
403
395
|
postInfo: {
|
|
404
|
-
paysFee:
|
|
405
|
-
__kind: "Yes" | "No";
|
|
406
|
-
};
|
|
396
|
+
paysFee: "Yes" | "No";
|
|
407
397
|
actualWeight?: {
|
|
408
|
-
refTime:
|
|
409
|
-
proofSize:
|
|
398
|
+
refTime: bigint;
|
|
399
|
+
proofSize: bigint;
|
|
410
400
|
} | null | undefined;
|
|
411
401
|
};
|
|
402
|
+
}, {
|
|
412
403
|
error: {
|
|
413
404
|
__kind: "Other";
|
|
414
405
|
} | {
|
|
@@ -451,10 +442,20 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
451
442
|
} | {
|
|
452
443
|
__kind: "RootNotAllowed";
|
|
453
444
|
};
|
|
445
|
+
postInfo: {
|
|
446
|
+
paysFee: {
|
|
447
|
+
__kind: "Yes" | "No";
|
|
448
|
+
};
|
|
449
|
+
actualWeight?: {
|
|
450
|
+
refTime: string | number;
|
|
451
|
+
proofSize: string | number;
|
|
452
|
+
} | null | undefined;
|
|
453
|
+
};
|
|
454
454
|
}>;
|
|
455
455
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
caller: string;
|
|
458
|
+
ethTxHash: `0x${string}`;
|
|
458
459
|
scCall: {
|
|
459
460
|
__kind: "Delegation";
|
|
460
461
|
call: {
|
|
@@ -487,13 +488,6 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
487
488
|
};
|
|
488
489
|
};
|
|
489
490
|
callError: {
|
|
490
|
-
postInfo: {
|
|
491
|
-
paysFee: "Yes" | "No";
|
|
492
|
-
actualWeight?: {
|
|
493
|
-
refTime: bigint;
|
|
494
|
-
proofSize: bigint;
|
|
495
|
-
} | null | undefined;
|
|
496
|
-
};
|
|
497
491
|
error: {
|
|
498
492
|
__kind: "Other";
|
|
499
493
|
} | {
|
|
@@ -530,10 +524,17 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
530
524
|
} | {
|
|
531
525
|
__kind: "RootNotAllowed";
|
|
532
526
|
};
|
|
527
|
+
postInfo: {
|
|
528
|
+
paysFee: "Yes" | "No";
|
|
529
|
+
actualWeight?: {
|
|
530
|
+
refTime: bigint;
|
|
531
|
+
proofSize: bigint;
|
|
532
|
+
} | null | undefined;
|
|
533
|
+
};
|
|
533
534
|
};
|
|
534
|
-
ethTxHash: `0x${string}`;
|
|
535
535
|
}, {
|
|
536
536
|
caller: string;
|
|
537
|
+
ethTxHash: string;
|
|
537
538
|
scCall: {
|
|
538
539
|
__kind: "Delegation";
|
|
539
540
|
call: {
|
|
@@ -566,15 +567,6 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
566
567
|
};
|
|
567
568
|
};
|
|
568
569
|
callError: {
|
|
569
|
-
postInfo: {
|
|
570
|
-
paysFee: {
|
|
571
|
-
__kind: "Yes" | "No";
|
|
572
|
-
};
|
|
573
|
-
actualWeight?: {
|
|
574
|
-
refTime: string | number;
|
|
575
|
-
proofSize: string | number;
|
|
576
|
-
} | null | undefined;
|
|
577
|
-
};
|
|
578
570
|
error: {
|
|
579
571
|
__kind: "Other";
|
|
580
572
|
} | {
|
|
@@ -617,8 +609,16 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
617
609
|
} | {
|
|
618
610
|
__kind: "RootNotAllowed";
|
|
619
611
|
};
|
|
612
|
+
postInfo: {
|
|
613
|
+
paysFee: {
|
|
614
|
+
__kind: "Yes" | "No";
|
|
615
|
+
};
|
|
616
|
+
actualWeight?: {
|
|
617
|
+
refTime: string | number;
|
|
618
|
+
proofSize: string | number;
|
|
619
|
+
} | null | undefined;
|
|
620
|
+
};
|
|
620
621
|
};
|
|
621
|
-
ethTxHash: string;
|
|
622
622
|
}>;
|
|
623
623
|
|
|
624
624
|
export { fundingSCCallCannotBeExecuted };
|
|
@@ -180,6 +180,7 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
180
180
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
182
|
caller: string;
|
|
183
|
+
ethTxHash: `0x${string}`;
|
|
183
184
|
scCall: {
|
|
184
185
|
__kind: "Delegation";
|
|
185
186
|
call: {
|
|
@@ -211,9 +212,9 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
211
212
|
executor?: `0x${string}` | null | undefined;
|
|
212
213
|
};
|
|
213
214
|
};
|
|
214
|
-
ethTxHash: `0x${string}`;
|
|
215
215
|
}, {
|
|
216
216
|
caller: string;
|
|
217
|
+
ethTxHash: string;
|
|
217
218
|
scCall: {
|
|
218
219
|
__kind: "Delegation";
|
|
219
220
|
call: {
|
|
@@ -245,7 +246,6 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
245
246
|
executor?: string | null | undefined;
|
|
246
247
|
};
|
|
247
248
|
};
|
|
248
|
-
ethTxHash: string;
|
|
249
249
|
}>;
|
|
250
250
|
|
|
251
251
|
export { fundingSCCallExecuted };
|
|
@@ -180,6 +180,7 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
180
180
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
182
|
caller: string;
|
|
183
|
+
ethTxHash: `0x${string}`;
|
|
183
184
|
scCall: {
|
|
184
185
|
__kind: "Delegation";
|
|
185
186
|
call: {
|
|
@@ -211,9 +212,9 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
211
212
|
executor?: `0x${string}` | null | undefined;
|
|
212
213
|
};
|
|
213
214
|
};
|
|
214
|
-
ethTxHash: `0x${string}`;
|
|
215
215
|
}, {
|
|
216
216
|
caller: string;
|
|
217
|
+
ethTxHash: string;
|
|
217
218
|
scCall: {
|
|
218
219
|
__kind: "Delegation";
|
|
219
220
|
call: {
|
|
@@ -245,7 +246,6 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
245
246
|
executor?: string | null | undefined;
|
|
246
247
|
};
|
|
247
248
|
};
|
|
248
|
-
ethTxHash: string;
|
|
249
249
|
}>;
|
|
250
250
|
|
|
251
251
|
export { fundingSCCallExecuted };
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11100/validator/delegated.ts
|
|
2
2
|
var _zod = require('zod');
|
|
3
3
|
var _commoncjs = require('../common.cjs');
|
|
4
|
-
var validatorDelegated = _zod.z.object({
|
|
4
|
+
var validatorDelegated = _zod.z.object({
|
|
5
|
+
delegator: _commoncjs.accountId,
|
|
6
|
+
operator: _commoncjs.accountId,
|
|
7
|
+
maxBid: _commoncjs.numberOrHex
|
|
8
|
+
});
|
|
5
9
|
|
|
6
10
|
|
|
7
11
|
exports.validatorDelegated = validatorDelegated;
|
|
@@ -3,12 +3,15 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const validatorDelegated: z.ZodObject<{
|
|
4
4
|
delegator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
operator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
6
|
+
maxBid: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
delegator: string;
|
|
8
9
|
operator: string;
|
|
10
|
+
maxBid: bigint;
|
|
9
11
|
}, {
|
|
10
12
|
delegator: string;
|
|
11
13
|
operator: string;
|
|
14
|
+
maxBid: string | number;
|
|
12
15
|
}>;
|
|
13
16
|
|
|
14
17
|
export { validatorDelegated };
|
|
@@ -3,12 +3,15 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const validatorDelegated: z.ZodObject<{
|
|
4
4
|
delegator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
operator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
6
|
+
maxBid: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
delegator: string;
|
|
8
9
|
operator: string;
|
|
10
|
+
maxBid: bigint;
|
|
9
11
|
}, {
|
|
10
12
|
delegator: string;
|
|
11
13
|
operator: string;
|
|
14
|
+
maxBid: string | number;
|
|
12
15
|
}>;
|
|
13
16
|
|
|
14
17
|
export { validatorDelegated };
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
// generated/11100/validator/delegated.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import { accountId } from "../common.mjs";
|
|
4
|
-
var validatorDelegated = z.object({
|
|
3
|
+
import { accountId, numberOrHex } from "../common.mjs";
|
|
4
|
+
var validatorDelegated = z.object({
|
|
5
|
+
delegator: accountId,
|
|
6
|
+
operator: accountId,
|
|
7
|
+
maxBid: numberOrHex
|
|
8
|
+
});
|
|
5
9
|
export {
|
|
6
10
|
validatorDelegated
|
|
7
11
|
};
|
|
@@ -2,13 +2,43 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const validatorMaxBidUpdated: z.ZodObject<{
|
|
4
4
|
delegator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
-
|
|
5
|
+
change: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
|
+
__kind: z.ZodLiteral<"Increase">;
|
|
7
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
value: bigint;
|
|
10
|
+
__kind: "Increase";
|
|
11
|
+
}, {
|
|
12
|
+
value: string | number;
|
|
13
|
+
__kind: "Increase";
|
|
14
|
+
}>, z.ZodObject<{
|
|
15
|
+
__kind: z.ZodLiteral<"Decrease">;
|
|
16
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
value: bigint;
|
|
19
|
+
__kind: "Decrease";
|
|
20
|
+
}, {
|
|
21
|
+
value: string | number;
|
|
22
|
+
__kind: "Decrease";
|
|
23
|
+
}>]>;
|
|
6
24
|
}, "strip", z.ZodTypeAny, {
|
|
7
25
|
delegator: string;
|
|
8
|
-
|
|
26
|
+
change: {
|
|
27
|
+
value: bigint;
|
|
28
|
+
__kind: "Increase";
|
|
29
|
+
} | {
|
|
30
|
+
value: bigint;
|
|
31
|
+
__kind: "Decrease";
|
|
32
|
+
};
|
|
9
33
|
}, {
|
|
10
34
|
delegator: string;
|
|
11
|
-
|
|
35
|
+
change: {
|
|
36
|
+
value: string | number;
|
|
37
|
+
__kind: "Increase";
|
|
38
|
+
} | {
|
|
39
|
+
value: string | number;
|
|
40
|
+
__kind: "Decrease";
|
|
41
|
+
};
|
|
12
42
|
}>;
|
|
13
43
|
|
|
14
44
|
export { validatorMaxBidUpdated };
|
|
@@ -2,13 +2,43 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const validatorMaxBidUpdated: z.ZodObject<{
|
|
4
4
|
delegator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
-
|
|
5
|
+
change: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
|
+
__kind: z.ZodLiteral<"Increase">;
|
|
7
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
value: bigint;
|
|
10
|
+
__kind: "Increase";
|
|
11
|
+
}, {
|
|
12
|
+
value: string | number;
|
|
13
|
+
__kind: "Increase";
|
|
14
|
+
}>, z.ZodObject<{
|
|
15
|
+
__kind: z.ZodLiteral<"Decrease">;
|
|
16
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
value: bigint;
|
|
19
|
+
__kind: "Decrease";
|
|
20
|
+
}, {
|
|
21
|
+
value: string | number;
|
|
22
|
+
__kind: "Decrease";
|
|
23
|
+
}>]>;
|
|
6
24
|
}, "strip", z.ZodTypeAny, {
|
|
7
25
|
delegator: string;
|
|
8
|
-
|
|
26
|
+
change: {
|
|
27
|
+
value: bigint;
|
|
28
|
+
__kind: "Increase";
|
|
29
|
+
} | {
|
|
30
|
+
value: bigint;
|
|
31
|
+
__kind: "Decrease";
|
|
32
|
+
};
|
|
9
33
|
}, {
|
|
10
34
|
delegator: string;
|
|
11
|
-
|
|
35
|
+
change: {
|
|
36
|
+
value: string | number;
|
|
37
|
+
__kind: "Increase";
|
|
38
|
+
} | {
|
|
39
|
+
value: string | number;
|
|
40
|
+
__kind: "Decrease";
|
|
41
|
+
};
|
|
12
42
|
}>;
|
|
13
43
|
|
|
14
44
|
export { validatorMaxBidUpdated };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// generated/11100/validator/maxBidUpdated.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import { accountId,
|
|
3
|
+
import { accountId, palletCfValidatorDelegationChange } from "../common.mjs";
|
|
4
4
|
var validatorMaxBidUpdated = z.object({
|
|
5
5
|
delegator: accountId,
|
|
6
|
-
|
|
6
|
+
change: palletCfValidatorDelegationChange
|
|
7
7
|
});
|
|
8
8
|
export {
|
|
9
9
|
validatorMaxBidUpdated
|
|
@@ -2,23 +2,14 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const validatorPalletConfigUpdated: z.ZodObject<{
|
|
4
4
|
update: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
|
-
__kind: z.ZodLiteral<"
|
|
6
|
-
|
|
7
|
-
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "RegistrationBondPercentage";
|
|
9
|
-
percentage: number;
|
|
10
|
-
}, {
|
|
11
|
-
__kind: "RegistrationBondPercentage";
|
|
12
|
-
percentage: number;
|
|
13
|
-
}>, z.ZodObject<{
|
|
14
|
-
__kind: z.ZodLiteral<"AuctionBidCutoffPercentage">;
|
|
15
|
-
percentage: z.ZodNumber;
|
|
5
|
+
__kind: z.ZodLiteral<"MinimumValidatorStake">;
|
|
6
|
+
minStake: z.ZodNumber;
|
|
16
7
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
__kind: "
|
|
18
|
-
|
|
8
|
+
__kind: "MinimumValidatorStake";
|
|
9
|
+
minStake: number;
|
|
19
10
|
}, {
|
|
20
|
-
__kind: "
|
|
21
|
-
|
|
11
|
+
__kind: "MinimumValidatorStake";
|
|
12
|
+
minStake: number;
|
|
22
13
|
}>, z.ZodObject<{
|
|
23
14
|
__kind: z.ZodLiteral<"RedemptionPeriodAsPercentage">;
|
|
24
15
|
percentage: z.ZodNumber;
|
|
@@ -122,23 +113,11 @@ declare const validatorPalletConfigUpdated: z.ZodObject<{
|
|
|
122
113
|
}, {
|
|
123
114
|
__kind: "MinimumAuctionBid";
|
|
124
115
|
minimumFlipBid: number;
|
|
125
|
-
}>, z.ZodObject<{
|
|
126
|
-
__kind: z.ZodLiteral<"DelegationCapacityFactor">;
|
|
127
|
-
factor: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
-
}, "strip", z.ZodTypeAny, {
|
|
129
|
-
__kind: "DelegationCapacityFactor";
|
|
130
|
-
factor?: number | null | undefined;
|
|
131
|
-
}, {
|
|
132
|
-
__kind: "DelegationCapacityFactor";
|
|
133
|
-
factor?: number | null | undefined;
|
|
134
116
|
}>]>;
|
|
135
117
|
}, "strip", z.ZodTypeAny, {
|
|
136
118
|
update: {
|
|
137
|
-
__kind: "
|
|
138
|
-
|
|
139
|
-
} | {
|
|
140
|
-
__kind: "AuctionBidCutoffPercentage";
|
|
141
|
-
percentage: number;
|
|
119
|
+
__kind: "MinimumValidatorStake";
|
|
120
|
+
minStake: number;
|
|
142
121
|
} | {
|
|
143
122
|
__kind: "RedemptionPeriodAsPercentage";
|
|
144
123
|
percentage: number;
|
|
@@ -168,17 +147,11 @@ declare const validatorPalletConfigUpdated: z.ZodObject<{
|
|
|
168
147
|
} | {
|
|
169
148
|
__kind: "MinimumAuctionBid";
|
|
170
149
|
minimumFlipBid: number;
|
|
171
|
-
} | {
|
|
172
|
-
__kind: "DelegationCapacityFactor";
|
|
173
|
-
factor?: number | null | undefined;
|
|
174
150
|
};
|
|
175
151
|
}, {
|
|
176
152
|
update: {
|
|
177
|
-
__kind: "
|
|
178
|
-
|
|
179
|
-
} | {
|
|
180
|
-
__kind: "AuctionBidCutoffPercentage";
|
|
181
|
-
percentage: number;
|
|
153
|
+
__kind: "MinimumValidatorStake";
|
|
154
|
+
minStake: number;
|
|
182
155
|
} | {
|
|
183
156
|
__kind: "RedemptionPeriodAsPercentage";
|
|
184
157
|
percentage: number;
|
|
@@ -208,9 +181,6 @@ declare const validatorPalletConfigUpdated: z.ZodObject<{
|
|
|
208
181
|
} | {
|
|
209
182
|
__kind: "MinimumAuctionBid";
|
|
210
183
|
minimumFlipBid: number;
|
|
211
|
-
} | {
|
|
212
|
-
__kind: "DelegationCapacityFactor";
|
|
213
|
-
factor?: number | null | undefined;
|
|
214
184
|
};
|
|
215
185
|
}>;
|
|
216
186
|
|