@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
|
@@ -13,54 +13,54 @@ declare const flipRemainingImbalance: z.ZodObject<{
|
|
|
13
13
|
__kind: z.ZodLiteral<"Account">;
|
|
14
14
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
value: string;
|
|
17
16
|
__kind: "Account";
|
|
18
|
-
}, {
|
|
19
17
|
value: string;
|
|
18
|
+
}, {
|
|
20
19
|
__kind: "Account";
|
|
20
|
+
value: string;
|
|
21
21
|
}>, z.ZodObject<{
|
|
22
22
|
__kind: z.ZodLiteral<"Reserve">;
|
|
23
23
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
value: `0x${string}`;
|
|
26
25
|
__kind: "Reserve";
|
|
26
|
+
value: `0x${string}`;
|
|
27
27
|
}, {
|
|
28
|
-
value: string;
|
|
29
28
|
__kind: "Reserve";
|
|
29
|
+
value: string;
|
|
30
30
|
}>, z.ZodObject<{
|
|
31
31
|
__kind: z.ZodLiteral<"PendingRedemption">;
|
|
32
32
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
-
value: string;
|
|
35
34
|
__kind: "PendingRedemption";
|
|
36
|
-
}, {
|
|
37
35
|
value: string;
|
|
36
|
+
}, {
|
|
38
37
|
__kind: "PendingRedemption";
|
|
38
|
+
value: string;
|
|
39
39
|
}>]>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
+
__kind: "Internal";
|
|
41
42
|
value: {
|
|
42
|
-
value: string;
|
|
43
43
|
__kind: "Account";
|
|
44
|
+
value: string;
|
|
44
45
|
} | {
|
|
45
|
-
value: `0x${string}`;
|
|
46
46
|
__kind: "Reserve";
|
|
47
|
+
value: `0x${string}`;
|
|
47
48
|
} | {
|
|
48
|
-
value: string;
|
|
49
49
|
__kind: "PendingRedemption";
|
|
50
|
+
value: string;
|
|
50
51
|
};
|
|
51
|
-
__kind: "Internal";
|
|
52
52
|
}, {
|
|
53
|
+
__kind: "Internal";
|
|
53
54
|
value: {
|
|
54
|
-
value: string;
|
|
55
55
|
__kind: "Account";
|
|
56
|
-
} | {
|
|
57
56
|
value: string;
|
|
58
|
-
__kind: "Reserve";
|
|
59
57
|
} | {
|
|
58
|
+
__kind: "Reserve";
|
|
60
59
|
value: string;
|
|
60
|
+
} | {
|
|
61
61
|
__kind: "PendingRedemption";
|
|
62
|
+
value: string;
|
|
62
63
|
};
|
|
63
|
-
__kind: "Internal";
|
|
64
64
|
}>, z.ZodObject<{
|
|
65
65
|
__kind: z.ZodLiteral<"Emissions">;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -73,17 +73,17 @@ declare const flipRemainingImbalance: z.ZodObject<{
|
|
|
73
73
|
who: {
|
|
74
74
|
__kind: "External";
|
|
75
75
|
} | {
|
|
76
|
+
__kind: "Internal";
|
|
76
77
|
value: {
|
|
77
|
-
value: string;
|
|
78
78
|
__kind: "Account";
|
|
79
|
+
value: string;
|
|
79
80
|
} | {
|
|
80
|
-
value: `0x${string}`;
|
|
81
81
|
__kind: "Reserve";
|
|
82
|
+
value: `0x${string}`;
|
|
82
83
|
} | {
|
|
83
|
-
value: string;
|
|
84
84
|
__kind: "PendingRedemption";
|
|
85
|
+
value: string;
|
|
85
86
|
};
|
|
86
|
-
__kind: "Internal";
|
|
87
87
|
} | {
|
|
88
88
|
__kind: "Emissions";
|
|
89
89
|
};
|
|
@@ -92,17 +92,17 @@ declare const flipRemainingImbalance: z.ZodObject<{
|
|
|
92
92
|
who: {
|
|
93
93
|
__kind: "External";
|
|
94
94
|
} | {
|
|
95
|
+
__kind: "Internal";
|
|
95
96
|
value: {
|
|
96
|
-
value: string;
|
|
97
97
|
__kind: "Account";
|
|
98
|
-
} | {
|
|
99
98
|
value: string;
|
|
100
|
-
__kind: "Reserve";
|
|
101
99
|
} | {
|
|
100
|
+
__kind: "Reserve";
|
|
102
101
|
value: string;
|
|
102
|
+
} | {
|
|
103
103
|
__kind: "PendingRedemption";
|
|
104
|
+
value: string;
|
|
104
105
|
};
|
|
105
|
-
__kind: "Internal";
|
|
106
106
|
} | {
|
|
107
107
|
__kind: "Emissions";
|
|
108
108
|
};
|
|
@@ -13,54 +13,54 @@ declare const flipRemainingImbalance: z.ZodObject<{
|
|
|
13
13
|
__kind: z.ZodLiteral<"Account">;
|
|
14
14
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
value: string;
|
|
17
16
|
__kind: "Account";
|
|
18
|
-
}, {
|
|
19
17
|
value: string;
|
|
18
|
+
}, {
|
|
20
19
|
__kind: "Account";
|
|
20
|
+
value: string;
|
|
21
21
|
}>, z.ZodObject<{
|
|
22
22
|
__kind: z.ZodLiteral<"Reserve">;
|
|
23
23
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
value: `0x${string}`;
|
|
26
25
|
__kind: "Reserve";
|
|
26
|
+
value: `0x${string}`;
|
|
27
27
|
}, {
|
|
28
|
-
value: string;
|
|
29
28
|
__kind: "Reserve";
|
|
29
|
+
value: string;
|
|
30
30
|
}>, z.ZodObject<{
|
|
31
31
|
__kind: z.ZodLiteral<"PendingRedemption">;
|
|
32
32
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
-
value: string;
|
|
35
34
|
__kind: "PendingRedemption";
|
|
36
|
-
}, {
|
|
37
35
|
value: string;
|
|
36
|
+
}, {
|
|
38
37
|
__kind: "PendingRedemption";
|
|
38
|
+
value: string;
|
|
39
39
|
}>]>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
+
__kind: "Internal";
|
|
41
42
|
value: {
|
|
42
|
-
value: string;
|
|
43
43
|
__kind: "Account";
|
|
44
|
+
value: string;
|
|
44
45
|
} | {
|
|
45
|
-
value: `0x${string}`;
|
|
46
46
|
__kind: "Reserve";
|
|
47
|
+
value: `0x${string}`;
|
|
47
48
|
} | {
|
|
48
|
-
value: string;
|
|
49
49
|
__kind: "PendingRedemption";
|
|
50
|
+
value: string;
|
|
50
51
|
};
|
|
51
|
-
__kind: "Internal";
|
|
52
52
|
}, {
|
|
53
|
+
__kind: "Internal";
|
|
53
54
|
value: {
|
|
54
|
-
value: string;
|
|
55
55
|
__kind: "Account";
|
|
56
|
-
} | {
|
|
57
56
|
value: string;
|
|
58
|
-
__kind: "Reserve";
|
|
59
57
|
} | {
|
|
58
|
+
__kind: "Reserve";
|
|
60
59
|
value: string;
|
|
60
|
+
} | {
|
|
61
61
|
__kind: "PendingRedemption";
|
|
62
|
+
value: string;
|
|
62
63
|
};
|
|
63
|
-
__kind: "Internal";
|
|
64
64
|
}>, z.ZodObject<{
|
|
65
65
|
__kind: z.ZodLiteral<"Emissions">;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -73,17 +73,17 @@ declare const flipRemainingImbalance: z.ZodObject<{
|
|
|
73
73
|
who: {
|
|
74
74
|
__kind: "External";
|
|
75
75
|
} | {
|
|
76
|
+
__kind: "Internal";
|
|
76
77
|
value: {
|
|
77
|
-
value: string;
|
|
78
78
|
__kind: "Account";
|
|
79
|
+
value: string;
|
|
79
80
|
} | {
|
|
80
|
-
value: `0x${string}`;
|
|
81
81
|
__kind: "Reserve";
|
|
82
|
+
value: `0x${string}`;
|
|
82
83
|
} | {
|
|
83
|
-
value: string;
|
|
84
84
|
__kind: "PendingRedemption";
|
|
85
|
+
value: string;
|
|
85
86
|
};
|
|
86
|
-
__kind: "Internal";
|
|
87
87
|
} | {
|
|
88
88
|
__kind: "Emissions";
|
|
89
89
|
};
|
|
@@ -92,17 +92,17 @@ declare const flipRemainingImbalance: z.ZodObject<{
|
|
|
92
92
|
who: {
|
|
93
93
|
__kind: "External";
|
|
94
94
|
} | {
|
|
95
|
+
__kind: "Internal";
|
|
95
96
|
value: {
|
|
96
|
-
value: string;
|
|
97
97
|
__kind: "Account";
|
|
98
|
-
} | {
|
|
99
98
|
value: string;
|
|
100
|
-
__kind: "Reserve";
|
|
101
99
|
} | {
|
|
100
|
+
__kind: "Reserve";
|
|
102
101
|
value: string;
|
|
102
|
+
} | {
|
|
103
103
|
__kind: "PendingRedemption";
|
|
104
|
+
value: string;
|
|
104
105
|
};
|
|
105
|
-
__kind: "Internal";
|
|
106
106
|
} | {
|
|
107
107
|
__kind: "Emissions";
|
|
108
108
|
};
|
|
@@ -26,20 +26,20 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
26
26
|
__kind: z.ZodLiteral<"Increase">;
|
|
27
27
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
__kind: "Increase";
|
|
30
29
|
value: bigint;
|
|
31
|
-
}, {
|
|
32
30
|
__kind: "Increase";
|
|
31
|
+
}, {
|
|
33
32
|
value: string | number;
|
|
33
|
+
__kind: "Increase";
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Decrease">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
__kind: "Decrease";
|
|
39
38
|
value: bigint;
|
|
40
|
-
}, {
|
|
41
39
|
__kind: "Decrease";
|
|
40
|
+
}, {
|
|
42
41
|
value: string | number;
|
|
42
|
+
__kind: "Decrease";
|
|
43
43
|
}>]>>>;
|
|
44
44
|
amountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
45
45
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -54,11 +54,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
54
54
|
collectedFees: bigint;
|
|
55
55
|
boughtAmount: bigint;
|
|
56
56
|
amountChange?: {
|
|
57
|
-
__kind: "Increase";
|
|
58
57
|
value: bigint;
|
|
58
|
+
__kind: "Increase";
|
|
59
59
|
} | {
|
|
60
|
-
__kind: "Decrease";
|
|
61
60
|
value: bigint;
|
|
61
|
+
__kind: "Decrease";
|
|
62
62
|
} | null | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
lp: string;
|
|
@@ -74,11 +74,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
74
74
|
collectedFees: string | number;
|
|
75
75
|
boughtAmount: string | number;
|
|
76
76
|
amountChange?: {
|
|
77
|
-
__kind: "Increase";
|
|
78
77
|
value: string | number;
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
} | {
|
|
80
|
-
__kind: "Decrease";
|
|
81
80
|
value: string | number;
|
|
81
|
+
__kind: "Decrease";
|
|
82
82
|
} | null | undefined;
|
|
83
83
|
}>;
|
|
84
84
|
|
|
@@ -26,20 +26,20 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
26
26
|
__kind: z.ZodLiteral<"Increase">;
|
|
27
27
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
__kind: "Increase";
|
|
30
29
|
value: bigint;
|
|
31
|
-
}, {
|
|
32
30
|
__kind: "Increase";
|
|
31
|
+
}, {
|
|
33
32
|
value: string | number;
|
|
33
|
+
__kind: "Increase";
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Decrease">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
__kind: "Decrease";
|
|
39
38
|
value: bigint;
|
|
40
|
-
}, {
|
|
41
39
|
__kind: "Decrease";
|
|
40
|
+
}, {
|
|
42
41
|
value: string | number;
|
|
42
|
+
__kind: "Decrease";
|
|
43
43
|
}>]>>>;
|
|
44
44
|
amountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
45
45
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -54,11 +54,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
54
54
|
collectedFees: bigint;
|
|
55
55
|
boughtAmount: bigint;
|
|
56
56
|
amountChange?: {
|
|
57
|
-
__kind: "Increase";
|
|
58
57
|
value: bigint;
|
|
58
|
+
__kind: "Increase";
|
|
59
59
|
} | {
|
|
60
|
-
__kind: "Decrease";
|
|
61
60
|
value: bigint;
|
|
61
|
+
__kind: "Decrease";
|
|
62
62
|
} | null | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
lp: string;
|
|
@@ -74,11 +74,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
74
74
|
collectedFees: string | number;
|
|
75
75
|
boughtAmount: string | number;
|
|
76
76
|
amountChange?: {
|
|
77
|
-
__kind: "Increase";
|
|
78
77
|
value: string | number;
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
} | {
|
|
80
|
-
__kind: "Decrease";
|
|
81
80
|
value: string | number;
|
|
81
|
+
__kind: "Decrease";
|
|
82
82
|
} | null | undefined;
|
|
83
83
|
}>;
|
|
84
84
|
|
|
@@ -59,7 +59,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
__kind: "Increase";
|
|
63
62
|
value: {
|
|
64
63
|
liquidity: bigint;
|
|
65
64
|
amounts: {
|
|
@@ -67,8 +66,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
67
66
|
pair: bigint;
|
|
68
67
|
};
|
|
69
68
|
};
|
|
70
|
-
}, {
|
|
71
69
|
__kind: "Increase";
|
|
70
|
+
}, {
|
|
72
71
|
value: {
|
|
73
72
|
liquidity: string | number;
|
|
74
73
|
amounts: {
|
|
@@ -76,6 +75,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
76
75
|
pair: string | number;
|
|
77
76
|
};
|
|
78
77
|
};
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,7 +104,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
-
__kind: "Decrease";
|
|
108
107
|
value: {
|
|
109
108
|
liquidity: bigint;
|
|
110
109
|
amounts: {
|
|
@@ -112,8 +111,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
112
111
|
pair: bigint;
|
|
113
112
|
};
|
|
114
113
|
};
|
|
115
|
-
}, {
|
|
116
114
|
__kind: "Decrease";
|
|
115
|
+
}, {
|
|
117
116
|
value: {
|
|
118
117
|
liquidity: string | number;
|
|
119
118
|
amounts: {
|
|
@@ -121,6 +120,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
121
120
|
pair: string | number;
|
|
122
121
|
};
|
|
123
122
|
};
|
|
123
|
+
__kind: "Decrease";
|
|
124
124
|
}>]>>>;
|
|
125
125
|
liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
126
126
|
collectedFees: z.ZodObject<{
|
|
@@ -148,7 +148,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
-
__kind: "Increase";
|
|
152
151
|
value: {
|
|
153
152
|
liquidity: bigint;
|
|
154
153
|
amounts: {
|
|
@@ -156,8 +155,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
156
155
|
pair: bigint;
|
|
157
156
|
};
|
|
158
157
|
};
|
|
158
|
+
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
-
__kind: "Decrease";
|
|
161
160
|
value: {
|
|
162
161
|
liquidity: bigint;
|
|
163
162
|
amounts: {
|
|
@@ -165,6 +164,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
165
164
|
pair: bigint;
|
|
166
165
|
};
|
|
167
166
|
};
|
|
167
|
+
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
lp: string;
|
|
@@ -185,7 +185,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
-
__kind: "Increase";
|
|
189
188
|
value: {
|
|
190
189
|
liquidity: string | number;
|
|
191
190
|
amounts: {
|
|
@@ -193,8 +192,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
193
192
|
pair: string | number;
|
|
194
193
|
};
|
|
195
194
|
};
|
|
195
|
+
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
-
__kind: "Decrease";
|
|
198
197
|
value: {
|
|
199
198
|
liquidity: string | number;
|
|
200
199
|
amounts: {
|
|
@@ -202,6 +201,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
202
201
|
pair: string | number;
|
|
203
202
|
};
|
|
204
203
|
};
|
|
204
|
+
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|
|
@@ -59,7 +59,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
__kind: "Increase";
|
|
63
62
|
value: {
|
|
64
63
|
liquidity: bigint;
|
|
65
64
|
amounts: {
|
|
@@ -67,8 +66,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
67
66
|
pair: bigint;
|
|
68
67
|
};
|
|
69
68
|
};
|
|
70
|
-
}, {
|
|
71
69
|
__kind: "Increase";
|
|
70
|
+
}, {
|
|
72
71
|
value: {
|
|
73
72
|
liquidity: string | number;
|
|
74
73
|
amounts: {
|
|
@@ -76,6 +75,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
76
75
|
pair: string | number;
|
|
77
76
|
};
|
|
78
77
|
};
|
|
78
|
+
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,7 +104,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
-
__kind: "Decrease";
|
|
108
107
|
value: {
|
|
109
108
|
liquidity: bigint;
|
|
110
109
|
amounts: {
|
|
@@ -112,8 +111,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
112
111
|
pair: bigint;
|
|
113
112
|
};
|
|
114
113
|
};
|
|
115
|
-
}, {
|
|
116
114
|
__kind: "Decrease";
|
|
115
|
+
}, {
|
|
117
116
|
value: {
|
|
118
117
|
liquidity: string | number;
|
|
119
118
|
amounts: {
|
|
@@ -121,6 +120,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
121
120
|
pair: string | number;
|
|
122
121
|
};
|
|
123
122
|
};
|
|
123
|
+
__kind: "Decrease";
|
|
124
124
|
}>]>>>;
|
|
125
125
|
liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
126
126
|
collectedFees: z.ZodObject<{
|
|
@@ -148,7 +148,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
-
__kind: "Increase";
|
|
152
151
|
value: {
|
|
153
152
|
liquidity: bigint;
|
|
154
153
|
amounts: {
|
|
@@ -156,8 +155,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
156
155
|
pair: bigint;
|
|
157
156
|
};
|
|
158
157
|
};
|
|
158
|
+
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
-
__kind: "Decrease";
|
|
161
160
|
value: {
|
|
162
161
|
liquidity: bigint;
|
|
163
162
|
amounts: {
|
|
@@ -165,6 +164,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
165
164
|
pair: bigint;
|
|
166
165
|
};
|
|
167
166
|
};
|
|
167
|
+
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
lp: string;
|
|
@@ -185,7 +185,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
-
__kind: "Increase";
|
|
189
188
|
value: {
|
|
190
189
|
liquidity: string | number;
|
|
191
190
|
amounts: {
|
|
@@ -193,8 +192,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
193
192
|
pair: string | number;
|
|
194
193
|
};
|
|
195
194
|
};
|
|
195
|
+
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
-
__kind: "Decrease";
|
|
198
197
|
value: {
|
|
199
198
|
liquidity: string | number;
|
|
200
199
|
amounts: {
|
|
@@ -202,6 +201,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
202
201
|
pair: string | number;
|
|
203
202
|
};
|
|
204
203
|
};
|
|
204
|
+
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|
|
@@ -13,14 +13,14 @@ declare const reputationOffencePenalty: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
penalty: z.ZodNumber;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
offender: string;
|
|
17
16
|
offence: "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed";
|
|
17
|
+
offender: string;
|
|
18
18
|
penalty: number;
|
|
19
19
|
}, {
|
|
20
|
-
offender: string;
|
|
21
20
|
offence: {
|
|
22
21
|
__kind: "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed";
|
|
23
22
|
};
|
|
23
|
+
offender: string;
|
|
24
24
|
penalty: number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const reputationOffencePenalty: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
penalty: z.ZodNumber;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
offender: string;
|
|
17
16
|
offence: "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed";
|
|
17
|
+
offender: string;
|
|
18
18
|
penalty: number;
|
|
19
19
|
}, {
|
|
20
|
-
offender: string;
|
|
21
20
|
offence: {
|
|
22
21
|
__kind: "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed";
|
|
23
22
|
};
|
|
23
|
+
offender: string;
|
|
24
24
|
penalty: number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -192,6 +192,14 @@ declare const systemExtrinsicFailed: z.ZodObject<{
|
|
|
192
192
|
};
|
|
193
193
|
}>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
+
dispatchInfo: {
|
|
196
|
+
weight: {
|
|
197
|
+
refTime: bigint;
|
|
198
|
+
proofSize: bigint;
|
|
199
|
+
};
|
|
200
|
+
class: "Normal" | "Operational" | "Mandatory";
|
|
201
|
+
paysFee: "Yes" | "No";
|
|
202
|
+
};
|
|
195
203
|
dispatchError: {
|
|
196
204
|
__kind: "Other";
|
|
197
205
|
} | {
|
|
@@ -228,15 +236,19 @@ declare const systemExtrinsicFailed: z.ZodObject<{
|
|
|
228
236
|
} | {
|
|
229
237
|
__kind: "RootNotAllowed";
|
|
230
238
|
};
|
|
239
|
+
}, {
|
|
231
240
|
dispatchInfo: {
|
|
232
241
|
weight: {
|
|
233
|
-
refTime:
|
|
234
|
-
proofSize:
|
|
242
|
+
refTime: string | number;
|
|
243
|
+
proofSize: string | number;
|
|
244
|
+
};
|
|
245
|
+
class: {
|
|
246
|
+
__kind: "Normal" | "Operational" | "Mandatory";
|
|
247
|
+
};
|
|
248
|
+
paysFee: {
|
|
249
|
+
__kind: "Yes" | "No";
|
|
235
250
|
};
|
|
236
|
-
class: "Normal" | "Operational" | "Mandatory";
|
|
237
|
-
paysFee: "Yes" | "No";
|
|
238
251
|
};
|
|
239
|
-
}, {
|
|
240
252
|
dispatchError: {
|
|
241
253
|
__kind: "Other";
|
|
242
254
|
} | {
|
|
@@ -279,18 +291,6 @@ declare const systemExtrinsicFailed: z.ZodObject<{
|
|
|
279
291
|
} | {
|
|
280
292
|
__kind: "RootNotAllowed";
|
|
281
293
|
};
|
|
282
|
-
dispatchInfo: {
|
|
283
|
-
weight: {
|
|
284
|
-
refTime: string | number;
|
|
285
|
-
proofSize: string | number;
|
|
286
|
-
};
|
|
287
|
-
class: {
|
|
288
|
-
__kind: "Normal" | "Operational" | "Mandatory";
|
|
289
|
-
};
|
|
290
|
-
paysFee: {
|
|
291
|
-
__kind: "Yes" | "No";
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
294
|
}>;
|
|
295
295
|
|
|
296
296
|
export { systemExtrinsicFailed };
|
|
@@ -192,6 +192,14 @@ declare const systemExtrinsicFailed: z.ZodObject<{
|
|
|
192
192
|
};
|
|
193
193
|
}>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
+
dispatchInfo: {
|
|
196
|
+
weight: {
|
|
197
|
+
refTime: bigint;
|
|
198
|
+
proofSize: bigint;
|
|
199
|
+
};
|
|
200
|
+
class: "Normal" | "Operational" | "Mandatory";
|
|
201
|
+
paysFee: "Yes" | "No";
|
|
202
|
+
};
|
|
195
203
|
dispatchError: {
|
|
196
204
|
__kind: "Other";
|
|
197
205
|
} | {
|
|
@@ -228,15 +236,19 @@ declare const systemExtrinsicFailed: z.ZodObject<{
|
|
|
228
236
|
} | {
|
|
229
237
|
__kind: "RootNotAllowed";
|
|
230
238
|
};
|
|
239
|
+
}, {
|
|
231
240
|
dispatchInfo: {
|
|
232
241
|
weight: {
|
|
233
|
-
refTime:
|
|
234
|
-
proofSize:
|
|
242
|
+
refTime: string | number;
|
|
243
|
+
proofSize: string | number;
|
|
244
|
+
};
|
|
245
|
+
class: {
|
|
246
|
+
__kind: "Normal" | "Operational" | "Mandatory";
|
|
247
|
+
};
|
|
248
|
+
paysFee: {
|
|
249
|
+
__kind: "Yes" | "No";
|
|
235
250
|
};
|
|
236
|
-
class: "Normal" | "Operational" | "Mandatory";
|
|
237
|
-
paysFee: "Yes" | "No";
|
|
238
251
|
};
|
|
239
|
-
}, {
|
|
240
252
|
dispatchError: {
|
|
241
253
|
__kind: "Other";
|
|
242
254
|
} | {
|
|
@@ -279,18 +291,6 @@ declare const systemExtrinsicFailed: z.ZodObject<{
|
|
|
279
291
|
} | {
|
|
280
292
|
__kind: "RootNotAllowed";
|
|
281
293
|
};
|
|
282
|
-
dispatchInfo: {
|
|
283
|
-
weight: {
|
|
284
|
-
refTime: string | number;
|
|
285
|
-
proofSize: string | number;
|
|
286
|
-
};
|
|
287
|
-
class: {
|
|
288
|
-
__kind: "Normal" | "Operational" | "Mandatory";
|
|
289
|
-
};
|
|
290
|
-
paysFee: {
|
|
291
|
-
__kind: "Yes" | "No";
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
294
|
}>;
|
|
295
295
|
|
|
296
296
|
export { systemExtrinsicFailed };
|