@chainflip/processor 2.1.4-dev.0 → 2.2.0-dev.2
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/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +58 -58
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +58 -58
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +22 -22
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +22 -22
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/common.cjs +1 -1
- package/dist/100/common.d.cts +253 -253
- package/dist/100/common.d.mts +253 -253
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +24 -24
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.mts +22 -22
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.mts +2 -2
- package/dist/100/governance/failedExecution.d.cts +8 -8
- package/dist/100/governance/failedExecution.d.mts +8 -8
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +16 -16
- package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +22 -22
- package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +29 -29
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +29 -29
- package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +42 -42
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +42 -42
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +15 -15
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +24 -24
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.mts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/100/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/100/swapping/ccmDepositReceived.d.cts +64 -64
- package/dist/100/swapping/ccmDepositReceived.d.mts +64 -64
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.mts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +7 -7
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +7 -7
- package/dist/100/swapping/swapAmountTooLow.d.cts +16 -16
- package/dist/100/swapping/swapAmountTooLow.d.mts +16 -16
- package/dist/100/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/100/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.cts +7 -7
- package/dist/100/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/100/swapping/swapExecuted.d.cts +15 -15
- package/dist/100/swapping/swapExecuted.d.mts +15 -15
- package/dist/100/swapping/swapScheduled.d.cts +94 -94
- package/dist/100/swapping/swapScheduled.d.mts +94 -94
- package/dist/100/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/100/system/extrinsicFailed.d.cts +16 -16
- package/dist/100/system/extrinsicFailed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/100/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/100/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +16 -16
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +16 -16
- package/dist/102/common.cjs +1 -1
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +42 -42
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/common.cjs +2 -2
- package/dist/11000/common.d.cts +280 -280
- package/dist/11000/common.d.mts +280 -280
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +42 -42
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/11000/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11000/swapping/swapRequested.d.cts +16 -16
- package/dist/11000/swapping/swapRequested.d.mts +16 -16
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/111/common.cjs +1 -1
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +20 -20
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +22 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +22 -22
- package/dist/11100/common.cjs +2 -2
- package/dist/11100/common.d.cts +100 -100
- package/dist/11100/common.d.mts +100 -100
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +30 -30
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +30 -30
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.mts +8 -8
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.cts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.mts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.cts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.mts +2 -2
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/swapping/swapRequested.d.cts +6 -6
- package/dist/11100/swapping/swapRequested.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/common.cjs +2 -2
- package/dist/11200/common.d.cts +242 -242
- package/dist/11200/common.d.mts +242 -242
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/swapping/swapRequested.d.cts +26 -26
- package/dist/11200/swapping/swapRequested.d.mts +26 -26
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -10
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +10 -10
- package/dist/120/common.cjs +1 -1
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +12 -12
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +12 -12
- package/dist/131/common.cjs +1 -1
- package/dist/131/common.d.cts +8 -8
- package/dist/131/common.d.mts +8 -8
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/131/reputation/offencePenalty.d.cts +2 -2
- package/dist/131/reputation/offencePenalty.d.mts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +4 -4
- package/dist/131/swapping/ccmFailed.d.mts +4 -4
- package/dist/131/swapping/swapDepositAddressReady.d.cts +10 -10
- package/dist/131/swapping/swapDepositAddressReady.d.mts +10 -10
- package/dist/131/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/131/swapping/swapEgressIgnored.d.mts +2 -2
- package/dist/131/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/131/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/131/swapping/swapScheduled.d.cts +12 -12
- package/dist/131/swapping/swapScheduled.d.mts +12 -12
- package/dist/131/swapping/withdrawalRequested.d.cts +2 -2
- package/dist/131/swapping/withdrawalRequested.d.mts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/common.cjs +1 -1
- package/dist/141/common.d.cts +65 -65
- package/dist/141/common.d.mts +65 -65
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/141/environment/staleUtxosDiscarded.d.cts +14 -14
- package/dist/141/environment/staleUtxosDiscarded.d.mts +14 -14
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/141/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/141/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/141/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/141/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/141/swapping/ccmDepositReceived.d.cts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.mts +8 -8
- package/dist/141/swapping/ccmFailed.d.cts +9 -9
- package/dist/141/swapping/ccmFailed.d.mts +9 -9
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/141/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/141/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/141/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/141/swapping/swapEgressScheduled.d.cts +9 -9
- package/dist/141/swapping/swapEgressScheduled.d.mts +9 -9
- package/dist/141/swapping/swapExecuted.d.cts +14 -14
- package/dist/141/swapping/swapExecuted.d.mts +14 -14
- package/dist/141/swapping/swapScheduled.d.cts +54 -54
- package/dist/141/swapping/swapScheduled.d.mts +54 -54
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.mts +2 -2
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/common.cjs +2 -2
- package/dist/150/emissions/networkFeeBurned.d.cts +2 -2
- package/dist/150/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +6 -6
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +6 -6
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +10 -10
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/150/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/150/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapExecuted.d.cts +2 -2
- package/dist/150/swapping/swapExecuted.d.mts +2 -2
- package/dist/150/swapping/swapScheduled.d.cts +38 -38
- package/dist/150/swapping/swapScheduled.d.mts +38 -38
- package/dist/150/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/150/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/assetBalances/accountCredited.d.cts +9 -9
- package/dist/160/assetBalances/accountCredited.d.mts +9 -9
- package/dist/160/assetBalances/accountDebited.d.cts +9 -9
- package/dist/160/assetBalances/accountDebited.d.mts +9 -9
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/160/common.cjs +2 -2
- package/dist/160/common.d.cts +176 -176
- package/dist/160/common.d.mts +176 -176
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.d.cts +18 -18
- package/dist/160/swapping/ccmFailed.d.mts +18 -18
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +22 -22
- package/dist/160/swapping/refundEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/refundEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/160/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/160/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/160/swapping/swapEgressIgnored.d.cts +22 -22
- package/dist/160/swapping/swapEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.mts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +44 -44
- package/dist/160/swapping/swapRequested.d.mts +44 -44
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
- package/dist/170/common.cjs +2 -2
- package/dist/170/common.d.cts +122 -122
- package/dist/170/common.d.mts +122 -122
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.mts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.mts +27 -27
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/common.cjs +2 -2
- package/dist/180/common.d.cts +333 -333
- package/dist/180/common.d.mts +333 -333
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/refundEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapDepositAddressReady.d.cts +41 -41
- package/dist/180/swapping/swapDepositAddressReady.d.mts +41 -41
- package/dist/180/swapping/swapEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/swapEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapRequested.d.cts +37 -37
- package/dist/180/swapping/swapRequested.d.mts +37 -37
- package/dist/180/swapping/swapScheduled.d.cts +8 -8
- package/dist/180/swapping/swapScheduled.d.mts +8 -8
- package/dist/180/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/180/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +7 -7
- package/dist/190/assetBalances/accountCredited.d.mts +7 -7
- package/dist/190/assetBalances/accountDebited.d.cts +7 -7
- package/dist/190/assetBalances/accountDebited.d.mts +7 -7
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.mts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +109 -109
- package/dist/190/assetBalances/refundSkipped.d.mts +109 -109
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +35 -35
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +35 -35
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +205 -205
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +205 -205
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/190/common.cjs +2 -2
- package/dist/190/common.d.cts +2090 -2090
- package/dist/190/common.d.mts +2090 -2090
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/flip/palletConfigUpdated.d.cts +8 -8
- package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +54 -54
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +205 -205
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +205 -205
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +4 -4
- package/dist/190/reputation/offencePenalty.d.mts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +8 -8
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +8 -8
- package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/190/swapping/creditedOnChain.d.cts +8 -8
- package/dist/190/swapping/creditedOnChain.d.mts +8 -8
- package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
- package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
- package/dist/190/swapping/refundEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/refundEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/refundedOnChain.d.cts +8 -8
- package/dist/190/swapping/refundedOnChain.d.mts +8 -8
- package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/190/swapping/swapDepositAddressReady.d.cts +39 -39
- package/dist/190/swapping/swapDepositAddressReady.d.mts +39 -39
- package/dist/190/swapping/swapEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/swapEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/swapEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/swapExecuted.d.cts +14 -14
- package/dist/190/swapping/swapExecuted.d.mts +14 -14
- package/dist/190/swapping/swapRequested.d.cts +81 -81
- package/dist/190/swapping/swapRequested.d.mts +81 -81
- package/dist/190/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/190/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.cjs +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/assetBalances/refundSkipped.d.cts +80 -80
- package/dist/210/assetBalances/refundSkipped.d.mts +80 -80
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +297 -297
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +297 -297
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/common.cjs +2 -2
- package/dist/210/common.d.cts +3048 -3048
- package/dist/210/common.d.mts +3048 -3048
- package/dist/210/emissions/flipBurnSkipped.d.cts +26 -26
- package/dist/210/emissions/flipBurnSkipped.d.mts +26 -26
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +62 -62
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +62 -62
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +61 -61
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +61 -61
- package/dist/210/governance/failedExecution.d.cts +15 -15
- package/dist/210/governance/failedExecution.d.mts +15 -15
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +28 -28
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +28 -28
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +2 -2
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +2 -2
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +16 -16
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/assetSwapped.d.cts +2 -2
- package/dist/210/liquidityPools/assetSwapped.d.mts +2 -2
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +26 -26
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +4 -4
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +199 -199
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +199 -199
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +20 -20
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +8 -8
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +8 -8
- package/dist/210/swapping/refundEgressIgnored.d.cts +26 -26
- package/dist/210/swapping/refundEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/210/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/210/swapping/swapDepositAddressReady.d.mts +27 -27
- package/dist/210/swapping/swapEgressIgnored.d.cts +26 -26
- package/dist/210/swapping/swapEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/210/swapping/swapRequested.d.cts +393 -393
- package/dist/210/swapping/swapRequested.d.mts +393 -393
- package/dist/210/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/210/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/210/system/extrinsicFailed.d.cts +26 -26
- package/dist/210/system/extrinsicFailed.d.mts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +26 -26
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +28 -28
- package/dist/220/arbitrumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/assethubBroadcaster/callResigned.cjs +13 -0
- package/dist/220/assethubBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.mjs +11 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/assethubIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/bitcoinBroadcaster/callResigned.cjs +13 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/common.cjs +784 -7
- package/dist/220/common.d.cts +5777 -7
- package/dist/220/common.d.mts +5777 -7
- package/dist/220/common.mjs +706 -6
- package/dist/220/environment/runtimeSafeModeUpdated.cjs +10 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.mjs +8 -0
- package/dist/220/ethereumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/lendingPools/lendingFundsAdded.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.mjs +13 -0
- package/dist/220/lendingPools/lendingFundsRemoved.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.mjs +13 -0
- package/dist/220/lendingPools/loanCreated.cjs +15 -0
- package/dist/220/lendingPools/loanCreated.d.cts +61 -0
- package/dist/220/lendingPools/loanCreated.d.mts +61 -0
- package/dist/220/lendingPools/loanCreated.mjs +13 -0
- package/dist/220/lendingPools/loanRepaid.cjs +14 -0
- package/dist/220/lendingPools/loanRepaid.d.cts +53 -0
- package/dist/220/lendingPools/loanRepaid.d.mts +53 -0
- package/dist/220/lendingPools/loanRepaid.mjs +12 -0
- package/dist/220/lendingPools/palletConfigUpdated.cjs +10 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.mjs +8 -0
- package/dist/220/polkadotBroadcaster/callResigned.cjs +13 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.mjs +11 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/solanaBroadcaster/callResigned.cjs +13 -0
- package/dist/220/solanaBroadcaster/callResigned.d.cts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.d.mts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.mjs +11 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/solanaIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/validator/witnessingTaskRestarted.cjs +13 -0
- package/dist/220/validator/witnessingTaskRestarted.d.cts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.d.mts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.mjs +11 -0
- package/dist/HandlerMap.cjs +4 -10
- package/dist/HandlerMap.mjs +4 -10
- package/dist/Parser.cjs +1 -1
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.cjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.mjs +1 -1
- package/dist/chainspec/src/BaseCodeGenerator.cjs +2 -2
- package/dist/chainspec/src/BaseParser.cjs +3 -3
- package/dist/chainspec/src/Compiler.cjs +2 -2
- package/dist/chainspec/src/cache.cjs +2 -2
- package/dist/chainspec/src/utils.cjs +2 -2
- package/dist/generate.cjs +3 -3
- package/dist/utils.cjs +1 -1
- package/package.json +2 -2
package/dist/11100/common.d.cts
CHANGED
|
@@ -967,6 +967,11 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
967
967
|
oraclePriceElections: boolean;
|
|
968
968
|
}>;
|
|
969
969
|
}, "strip", z.ZodTypeAny, {
|
|
970
|
+
validator: {
|
|
971
|
+
authorityRotationEnabled: boolean;
|
|
972
|
+
startBiddingEnabled: boolean;
|
|
973
|
+
stopBiddingEnabled: boolean;
|
|
974
|
+
};
|
|
970
975
|
funding: {
|
|
971
976
|
redeemEnabled: boolean;
|
|
972
977
|
};
|
|
@@ -983,11 +988,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
983
988
|
withdrawalEnabled: boolean;
|
|
984
989
|
internalSwapsEnabled: boolean;
|
|
985
990
|
};
|
|
986
|
-
validator: {
|
|
987
|
-
authorityRotationEnabled: boolean;
|
|
988
|
-
startBiddingEnabled: boolean;
|
|
989
|
-
stopBiddingEnabled: boolean;
|
|
990
|
-
};
|
|
991
991
|
pools: {
|
|
992
992
|
rangeOrderUpdateEnabled: boolean;
|
|
993
993
|
limitOrderUpdateEnabled: boolean;
|
|
@@ -1122,6 +1122,11 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1122
1122
|
oraclePriceElections: boolean;
|
|
1123
1123
|
};
|
|
1124
1124
|
}, {
|
|
1125
|
+
validator: {
|
|
1126
|
+
authorityRotationEnabled: boolean;
|
|
1127
|
+
startBiddingEnabled: boolean;
|
|
1128
|
+
stopBiddingEnabled: boolean;
|
|
1129
|
+
};
|
|
1125
1130
|
funding: {
|
|
1126
1131
|
redeemEnabled: boolean;
|
|
1127
1132
|
};
|
|
@@ -1138,11 +1143,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1138
1143
|
withdrawalEnabled: boolean;
|
|
1139
1144
|
internalSwapsEnabled: boolean;
|
|
1140
1145
|
};
|
|
1141
|
-
validator: {
|
|
1142
|
-
authorityRotationEnabled: boolean;
|
|
1143
|
-
startBiddingEnabled: boolean;
|
|
1144
|
-
stopBiddingEnabled: boolean;
|
|
1145
|
-
};
|
|
1146
1146
|
pools: {
|
|
1147
1147
|
rangeOrderUpdateEnabled: boolean;
|
|
1148
1148
|
limitOrderUpdateEnabled: boolean;
|
|
@@ -1811,6 +1811,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1811
1811
|
oraclePriceElections: boolean;
|
|
1812
1812
|
}>;
|
|
1813
1813
|
}, "strip", z.ZodTypeAny, {
|
|
1814
|
+
validator: {
|
|
1815
|
+
authorityRotationEnabled: boolean;
|
|
1816
|
+
startBiddingEnabled: boolean;
|
|
1817
|
+
stopBiddingEnabled: boolean;
|
|
1818
|
+
};
|
|
1814
1819
|
funding: {
|
|
1815
1820
|
redeemEnabled: boolean;
|
|
1816
1821
|
};
|
|
@@ -1827,11 +1832,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1827
1832
|
withdrawalEnabled: boolean;
|
|
1828
1833
|
internalSwapsEnabled: boolean;
|
|
1829
1834
|
};
|
|
1830
|
-
validator: {
|
|
1831
|
-
authorityRotationEnabled: boolean;
|
|
1832
|
-
startBiddingEnabled: boolean;
|
|
1833
|
-
stopBiddingEnabled: boolean;
|
|
1834
|
-
};
|
|
1835
1835
|
pools: {
|
|
1836
1836
|
rangeOrderUpdateEnabled: boolean;
|
|
1837
1837
|
limitOrderUpdateEnabled: boolean;
|
|
@@ -1966,6 +1966,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1966
1966
|
oraclePriceElections: boolean;
|
|
1967
1967
|
};
|
|
1968
1968
|
}, {
|
|
1969
|
+
validator: {
|
|
1970
|
+
authorityRotationEnabled: boolean;
|
|
1971
|
+
startBiddingEnabled: boolean;
|
|
1972
|
+
stopBiddingEnabled: boolean;
|
|
1973
|
+
};
|
|
1969
1974
|
funding: {
|
|
1970
1975
|
redeemEnabled: boolean;
|
|
1971
1976
|
};
|
|
@@ -1982,11 +1987,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1982
1987
|
withdrawalEnabled: boolean;
|
|
1983
1988
|
internalSwapsEnabled: boolean;
|
|
1984
1989
|
};
|
|
1985
|
-
validator: {
|
|
1986
|
-
authorityRotationEnabled: boolean;
|
|
1987
|
-
startBiddingEnabled: boolean;
|
|
1988
|
-
stopBiddingEnabled: boolean;
|
|
1989
|
-
};
|
|
1990
1990
|
pools: {
|
|
1991
1991
|
rangeOrderUpdateEnabled: boolean;
|
|
1992
1992
|
limitOrderUpdateEnabled: boolean;
|
|
@@ -2133,6 +2133,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2133
2133
|
}>;
|
|
2134
2134
|
}, "strip", z.ZodTypeAny, {
|
|
2135
2135
|
value: {
|
|
2136
|
+
validator: {
|
|
2137
|
+
authorityRotationEnabled: boolean;
|
|
2138
|
+
startBiddingEnabled: boolean;
|
|
2139
|
+
stopBiddingEnabled: boolean;
|
|
2140
|
+
};
|
|
2136
2141
|
funding: {
|
|
2137
2142
|
redeemEnabled: boolean;
|
|
2138
2143
|
};
|
|
@@ -2149,11 +2154,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2149
2154
|
withdrawalEnabled: boolean;
|
|
2150
2155
|
internalSwapsEnabled: boolean;
|
|
2151
2156
|
};
|
|
2152
|
-
validator: {
|
|
2153
|
-
authorityRotationEnabled: boolean;
|
|
2154
|
-
startBiddingEnabled: boolean;
|
|
2155
|
-
stopBiddingEnabled: boolean;
|
|
2156
|
-
};
|
|
2157
2157
|
pools: {
|
|
2158
2158
|
rangeOrderUpdateEnabled: boolean;
|
|
2159
2159
|
limitOrderUpdateEnabled: boolean;
|
|
@@ -2291,6 +2291,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2291
2291
|
__kind: "CodeAmber";
|
|
2292
2292
|
}, {
|
|
2293
2293
|
value: {
|
|
2294
|
+
validator: {
|
|
2295
|
+
authorityRotationEnabled: boolean;
|
|
2296
|
+
startBiddingEnabled: boolean;
|
|
2297
|
+
stopBiddingEnabled: boolean;
|
|
2298
|
+
};
|
|
2294
2299
|
funding: {
|
|
2295
2300
|
redeemEnabled: boolean;
|
|
2296
2301
|
};
|
|
@@ -2307,11 +2312,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2307
2312
|
withdrawalEnabled: boolean;
|
|
2308
2313
|
internalSwapsEnabled: boolean;
|
|
2309
2314
|
};
|
|
2310
|
-
validator: {
|
|
2311
|
-
authorityRotationEnabled: boolean;
|
|
2312
|
-
startBiddingEnabled: boolean;
|
|
2313
|
-
stopBiddingEnabled: boolean;
|
|
2314
|
-
};
|
|
2315
2315
|
pools: {
|
|
2316
2316
|
rangeOrderUpdateEnabled: boolean;
|
|
2317
2317
|
limitOrderUpdateEnabled: boolean;
|
|
@@ -2586,23 +2586,23 @@ declare const stateChainRuntimeChainflipEthereumScCallsDelegationApi: z.ZodDiscr
|
|
|
2586
2586
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2587
2587
|
executor: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
2588
2588
|
}, "strip", z.ZodTypeAny, {
|
|
2589
|
+
__kind: "Redeem";
|
|
2589
2590
|
amount: {
|
|
2590
2591
|
__kind: "Max";
|
|
2591
2592
|
} | {
|
|
2592
2593
|
value: bigint;
|
|
2593
2594
|
__kind: "Exact";
|
|
2594
2595
|
};
|
|
2595
|
-
__kind: "Redeem";
|
|
2596
2596
|
address: `0x${string}`;
|
|
2597
2597
|
executor?: `0x${string}` | null | undefined;
|
|
2598
2598
|
}, {
|
|
2599
|
+
__kind: "Redeem";
|
|
2599
2600
|
amount: {
|
|
2600
2601
|
__kind: "Max";
|
|
2601
2602
|
} | {
|
|
2602
2603
|
value: string | number;
|
|
2603
2604
|
__kind: "Exact";
|
|
2604
2605
|
};
|
|
2605
|
-
__kind: "Redeem";
|
|
2606
2606
|
address: string;
|
|
2607
2607
|
executor?: string | null | undefined;
|
|
2608
2608
|
}>]>;
|
|
@@ -2700,23 +2700,23 @@ declare const stateChainRuntimeChainflipEthereumScCallsEthereumSCApi: z.ZodObjec
|
|
|
2700
2700
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2701
2701
|
executor: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
2702
2702
|
}, "strip", z.ZodTypeAny, {
|
|
2703
|
+
__kind: "Redeem";
|
|
2703
2704
|
amount: {
|
|
2704
2705
|
__kind: "Max";
|
|
2705
2706
|
} | {
|
|
2706
2707
|
value: bigint;
|
|
2707
2708
|
__kind: "Exact";
|
|
2708
2709
|
};
|
|
2709
|
-
__kind: "Redeem";
|
|
2710
2710
|
address: `0x${string}`;
|
|
2711
2711
|
executor?: `0x${string}` | null | undefined;
|
|
2712
2712
|
}, {
|
|
2713
|
+
__kind: "Redeem";
|
|
2713
2714
|
amount: {
|
|
2714
2715
|
__kind: "Max";
|
|
2715
2716
|
} | {
|
|
2716
2717
|
value: string | number;
|
|
2717
2718
|
__kind: "Exact";
|
|
2718
2719
|
};
|
|
2719
|
-
__kind: "Redeem";
|
|
2720
2720
|
address: string;
|
|
2721
2721
|
executor?: string | null | undefined;
|
|
2722
2722
|
}>]>;
|
|
@@ -2740,13 +2740,13 @@ declare const stateChainRuntimeChainflipEthereumScCallsEthereumSCApi: z.ZodObjec
|
|
|
2740
2740
|
__kind: "Some";
|
|
2741
2741
|
};
|
|
2742
2742
|
} | {
|
|
2743
|
+
__kind: "Redeem";
|
|
2743
2744
|
amount: {
|
|
2744
2745
|
__kind: "Max";
|
|
2745
2746
|
} | {
|
|
2746
2747
|
value: bigint;
|
|
2747
2748
|
__kind: "Exact";
|
|
2748
2749
|
};
|
|
2749
|
-
__kind: "Redeem";
|
|
2750
2750
|
address: `0x${string}`;
|
|
2751
2751
|
executor?: `0x${string}` | null | undefined;
|
|
2752
2752
|
};
|
|
@@ -2770,13 +2770,13 @@ declare const stateChainRuntimeChainflipEthereumScCallsEthereumSCApi: z.ZodObjec
|
|
|
2770
2770
|
__kind: "Some";
|
|
2771
2771
|
};
|
|
2772
2772
|
} | {
|
|
2773
|
+
__kind: "Redeem";
|
|
2773
2774
|
amount: {
|
|
2774
2775
|
__kind: "Max";
|
|
2775
2776
|
} | {
|
|
2776
2777
|
value: string | number;
|
|
2777
2778
|
__kind: "Exact";
|
|
2778
2779
|
};
|
|
2779
|
-
__kind: "Redeem";
|
|
2780
2780
|
address: string;
|
|
2781
2781
|
executor?: string | null | undefined;
|
|
2782
2782
|
};
|
|
@@ -5727,11 +5727,11 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5727
5727
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
5728
5728
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5729
5729
|
}, "strip", z.ZodTypeAny, {
|
|
5730
|
-
accountId: `cF${string}`;
|
|
5731
5730
|
__kind: "CreditOnChain";
|
|
5731
|
+
accountId: `cF${string}`;
|
|
5732
5732
|
}, {
|
|
5733
|
-
accountId: string;
|
|
5734
5733
|
__kind: "CreditOnChain";
|
|
5734
|
+
accountId: string;
|
|
5735
5735
|
}>, z.ZodObject<{
|
|
5736
5736
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
5737
5737
|
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -6408,11 +6408,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6408
6408
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
6409
6409
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
6410
6410
|
}, "strip", z.ZodTypeAny, {
|
|
6411
|
-
accountId: `cF${string}`;
|
|
6412
6411
|
__kind: "CreditOnChain";
|
|
6412
|
+
accountId: `cF${string}`;
|
|
6413
6413
|
}, {
|
|
6414
|
-
accountId: string;
|
|
6415
6414
|
__kind: "CreditOnChain";
|
|
6415
|
+
accountId: string;
|
|
6416
6416
|
}>, z.ZodObject<{
|
|
6417
6417
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
6418
6418
|
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -6553,8 +6553,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6553
6553
|
} | null | undefined;
|
|
6554
6554
|
} | null | undefined;
|
|
6555
6555
|
} | {
|
|
6556
|
-
accountId: `cF${string}`;
|
|
6557
6556
|
__kind: "CreditOnChain";
|
|
6557
|
+
accountId: `cF${string}`;
|
|
6558
6558
|
} | {
|
|
6559
6559
|
__kind: "CreditLendingPool";
|
|
6560
6560
|
swapType: {
|
|
@@ -6621,8 +6621,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6621
6621
|
} | null | undefined;
|
|
6622
6622
|
} | null | undefined;
|
|
6623
6623
|
} | {
|
|
6624
|
-
accountId: string;
|
|
6625
6624
|
__kind: "CreditOnChain";
|
|
6625
|
+
accountId: string;
|
|
6626
6626
|
} | {
|
|
6627
6627
|
__kind: "CreditLendingPool";
|
|
6628
6628
|
swapType: {
|
|
@@ -10600,18 +10600,18 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
10600
10600
|
txHashes?: string[] | null | undefined;
|
|
10601
10601
|
}>;
|
|
10602
10602
|
}, "strip", z.ZodTypeAny, {
|
|
10603
|
-
amount: bigint;
|
|
10604
10603
|
depositAddress: `0x${string}`;
|
|
10605
10604
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10605
|
+
amount: bigint;
|
|
10606
10606
|
depositDetails: {
|
|
10607
10607
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
10608
10608
|
};
|
|
10609
10609
|
}, {
|
|
10610
|
-
amount: string | number;
|
|
10611
10610
|
depositAddress: string;
|
|
10612
10611
|
asset: {
|
|
10613
10612
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10614
10613
|
};
|
|
10614
|
+
amount: string | number;
|
|
10615
10615
|
depositDetails: {
|
|
10616
10616
|
txHashes?: string[] | null | undefined;
|
|
10617
10617
|
};
|
|
@@ -11540,18 +11540,18 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
11540
11540
|
txHashes?: string[] | null | undefined;
|
|
11541
11541
|
}>;
|
|
11542
11542
|
}, "strip", z.ZodTypeAny, {
|
|
11543
|
-
amount: bigint;
|
|
11544
11543
|
depositAddress: `0x${string}`;
|
|
11545
11544
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
11545
|
+
amount: bigint;
|
|
11546
11546
|
depositDetails: {
|
|
11547
11547
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
11548
11548
|
};
|
|
11549
11549
|
}, {
|
|
11550
|
-
amount: string | number;
|
|
11551
11550
|
depositAddress: string;
|
|
11552
11551
|
asset: {
|
|
11553
11552
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
11554
11553
|
};
|
|
11554
|
+
amount: string | number;
|
|
11555
11555
|
depositDetails: {
|
|
11556
11556
|
txHashes?: string[] | null | undefined;
|
|
11557
11557
|
};
|
|
@@ -11559,9 +11559,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
11559
11559
|
}, "strip", z.ZodTypeAny, {
|
|
11560
11560
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
11561
11561
|
depositWitness: {
|
|
11562
|
-
amount: bigint;
|
|
11563
11562
|
depositAddress: `0x${string}`;
|
|
11564
11563
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
11564
|
+
amount: bigint;
|
|
11565
11565
|
depositDetails: {
|
|
11566
11566
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
11567
11567
|
};
|
|
@@ -11569,11 +11569,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
11569
11569
|
}, {
|
|
11570
11570
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
11571
11571
|
depositWitness: {
|
|
11572
|
-
amount: string | number;
|
|
11573
11572
|
depositAddress: string;
|
|
11574
11573
|
asset: {
|
|
11575
11574
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
11576
11575
|
};
|
|
11576
|
+
amount: string | number;
|
|
11577
11577
|
depositDetails: {
|
|
11578
11578
|
txHashes?: string[] | null | undefined;
|
|
11579
11579
|
};
|
|
@@ -12712,16 +12712,16 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
12712
12712
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12713
12713
|
depositDetails: z.ZodNumber;
|
|
12714
12714
|
}, "strip", z.ZodTypeAny, {
|
|
12715
|
-
amount: bigint;
|
|
12716
12715
|
depositAddress: `0x${string}`;
|
|
12717
12716
|
asset: "Dot";
|
|
12717
|
+
amount: bigint;
|
|
12718
12718
|
depositDetails: number;
|
|
12719
12719
|
}, {
|
|
12720
|
-
amount: string | number;
|
|
12721
12720
|
depositAddress: string;
|
|
12722
12721
|
asset: {
|
|
12723
12722
|
__kind: "Dot";
|
|
12724
12723
|
};
|
|
12724
|
+
amount: string | number;
|
|
12725
12725
|
depositDetails: number;
|
|
12726
12726
|
}>;
|
|
12727
12727
|
declare const cfPolkadotChainCcmDepositMetadata: z.ZodObject<{
|
|
@@ -13637,34 +13637,34 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13637
13637
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
13638
13638
|
depositDetails: z.ZodNumber;
|
|
13639
13639
|
}, "strip", z.ZodTypeAny, {
|
|
13640
|
-
amount: bigint;
|
|
13641
13640
|
depositAddress: `0x${string}`;
|
|
13642
13641
|
asset: "Dot";
|
|
13642
|
+
amount: bigint;
|
|
13643
13643
|
depositDetails: number;
|
|
13644
13644
|
}, {
|
|
13645
|
-
amount: string | number;
|
|
13646
13645
|
depositAddress: string;
|
|
13647
13646
|
asset: {
|
|
13648
13647
|
__kind: "Dot";
|
|
13649
13648
|
};
|
|
13649
|
+
amount: string | number;
|
|
13650
13650
|
depositDetails: number;
|
|
13651
13651
|
}>;
|
|
13652
13652
|
}, "strip", z.ZodTypeAny, {
|
|
13653
13653
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
13654
13654
|
depositWitness: {
|
|
13655
|
-
amount: bigint;
|
|
13656
13655
|
depositAddress: `0x${string}`;
|
|
13657
13656
|
asset: "Dot";
|
|
13657
|
+
amount: bigint;
|
|
13658
13658
|
depositDetails: number;
|
|
13659
13659
|
};
|
|
13660
13660
|
}, {
|
|
13661
13661
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
13662
13662
|
depositWitness: {
|
|
13663
|
-
amount: string | number;
|
|
13664
13663
|
depositAddress: string;
|
|
13665
13664
|
asset: {
|
|
13666
13665
|
__kind: "Dot";
|
|
13667
13666
|
};
|
|
13667
|
+
amount: string | number;
|
|
13668
13668
|
depositDetails: number;
|
|
13669
13669
|
};
|
|
13670
13670
|
}>, z.ZodObject<{
|
|
@@ -14948,7 +14948,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
14948
14948
|
} | null | undefined;
|
|
14949
14949
|
}>;
|
|
14950
14950
|
}, "strip", z.ZodTypeAny, {
|
|
14951
|
-
amount: bigint;
|
|
14952
14951
|
depositAddress: {
|
|
14953
14952
|
pubkeyX: `0x${string}`;
|
|
14954
14953
|
scriptPath?: {
|
|
@@ -14960,12 +14959,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
14960
14959
|
};
|
|
14961
14960
|
} | null | undefined;
|
|
14962
14961
|
};
|
|
14962
|
+
amount: bigint;
|
|
14963
14963
|
id: {
|
|
14964
14964
|
txId: `0x${string}`;
|
|
14965
14965
|
vout: number;
|
|
14966
14966
|
};
|
|
14967
14967
|
}, {
|
|
14968
|
-
amount: string | number;
|
|
14969
14968
|
depositAddress: {
|
|
14970
14969
|
pubkeyX: string;
|
|
14971
14970
|
scriptPath?: {
|
|
@@ -14977,6 +14976,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
14977
14976
|
};
|
|
14978
14977
|
} | null | undefined;
|
|
14979
14978
|
};
|
|
14979
|
+
amount: string | number;
|
|
14980
14980
|
id: {
|
|
14981
14981
|
txId: string;
|
|
14982
14982
|
vout: number;
|
|
@@ -15113,7 +15113,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
15113
15113
|
} | null | undefined;
|
|
15114
15114
|
}>;
|
|
15115
15115
|
}, "strip", z.ZodTypeAny, {
|
|
15116
|
-
amount: bigint;
|
|
15117
15116
|
depositAddress: {
|
|
15118
15117
|
pubkeyX: `0x${string}`;
|
|
15119
15118
|
scriptPath?: {
|
|
@@ -15125,12 +15124,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
15125
15124
|
};
|
|
15126
15125
|
} | null | undefined;
|
|
15127
15126
|
};
|
|
15127
|
+
amount: bigint;
|
|
15128
15128
|
id: {
|
|
15129
15129
|
txId: `0x${string}`;
|
|
15130
15130
|
vout: number;
|
|
15131
15131
|
};
|
|
15132
15132
|
}, {
|
|
15133
|
-
amount: string | number;
|
|
15134
15133
|
depositAddress: {
|
|
15135
15134
|
pubkeyX: string;
|
|
15136
15135
|
scriptPath?: {
|
|
@@ -15142,13 +15141,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
15142
15141
|
};
|
|
15143
15142
|
} | null | undefined;
|
|
15144
15143
|
};
|
|
15144
|
+
amount: string | number;
|
|
15145
15145
|
id: {
|
|
15146
15146
|
txId: string;
|
|
15147
15147
|
vout: number;
|
|
15148
15148
|
};
|
|
15149
15149
|
}>;
|
|
15150
15150
|
}, "strip", z.ZodTypeAny, {
|
|
15151
|
-
amount: bigint;
|
|
15152
15151
|
depositAddress: {
|
|
15153
15152
|
value: `0x${string}`;
|
|
15154
15153
|
__kind: "P2PKH";
|
|
@@ -15170,8 +15169,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
15170
15169
|
program: `0x${string}`;
|
|
15171
15170
|
};
|
|
15172
15171
|
asset: "Btc";
|
|
15172
|
+
amount: bigint;
|
|
15173
15173
|
depositDetails: {
|
|
15174
|
-
amount: bigint;
|
|
15175
15174
|
depositAddress: {
|
|
15176
15175
|
pubkeyX: `0x${string}`;
|
|
15177
15176
|
scriptPath?: {
|
|
@@ -15183,13 +15182,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
15183
15182
|
};
|
|
15184
15183
|
} | null | undefined;
|
|
15185
15184
|
};
|
|
15185
|
+
amount: bigint;
|
|
15186
15186
|
id: {
|
|
15187
15187
|
txId: `0x${string}`;
|
|
15188
15188
|
vout: number;
|
|
15189
15189
|
};
|
|
15190
15190
|
};
|
|
15191
15191
|
}, {
|
|
15192
|
-
amount: string | number;
|
|
15193
15192
|
depositAddress: {
|
|
15194
15193
|
value: string;
|
|
15195
15194
|
__kind: "P2PKH";
|
|
@@ -15213,8 +15212,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
15213
15212
|
asset: {
|
|
15214
15213
|
__kind: "Btc";
|
|
15215
15214
|
};
|
|
15215
|
+
amount: string | number;
|
|
15216
15216
|
depositDetails: {
|
|
15217
|
-
amount: string | number;
|
|
15218
15217
|
depositAddress: {
|
|
15219
15218
|
pubkeyX: string;
|
|
15220
15219
|
scriptPath?: {
|
|
@@ -15226,6 +15225,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
15226
15225
|
};
|
|
15227
15226
|
} | null | undefined;
|
|
15228
15227
|
};
|
|
15228
|
+
amount: string | number;
|
|
15229
15229
|
id: {
|
|
15230
15230
|
txId: string;
|
|
15231
15231
|
vout: number;
|
|
@@ -15764,7 +15764,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15764
15764
|
} | null | undefined;
|
|
15765
15765
|
}>;
|
|
15766
15766
|
}, "strip", z.ZodTypeAny, {
|
|
15767
|
-
amount: bigint;
|
|
15768
15767
|
depositAddress: {
|
|
15769
15768
|
pubkeyX: `0x${string}`;
|
|
15770
15769
|
scriptPath?: {
|
|
@@ -15776,12 +15775,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15776
15775
|
};
|
|
15777
15776
|
} | null | undefined;
|
|
15778
15777
|
};
|
|
15778
|
+
amount: bigint;
|
|
15779
15779
|
id: {
|
|
15780
15780
|
txId: `0x${string}`;
|
|
15781
15781
|
vout: number;
|
|
15782
15782
|
};
|
|
15783
15783
|
}, {
|
|
15784
|
-
amount: string | number;
|
|
15785
15784
|
depositAddress: {
|
|
15786
15785
|
pubkeyX: string;
|
|
15787
15786
|
scriptPath?: {
|
|
@@ -15793,6 +15792,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15793
15792
|
};
|
|
15794
15793
|
} | null | undefined;
|
|
15795
15794
|
};
|
|
15795
|
+
amount: string | number;
|
|
15796
15796
|
id: {
|
|
15797
15797
|
txId: string;
|
|
15798
15798
|
vout: number;
|
|
@@ -16272,7 +16272,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
16272
16272
|
boostFee: z.ZodNumber;
|
|
16273
16273
|
}, "strip", z.ZodTypeAny, {
|
|
16274
16274
|
depositDetails: {
|
|
16275
|
-
amount: bigint;
|
|
16276
16275
|
depositAddress: {
|
|
16277
16276
|
pubkeyX: `0x${string}`;
|
|
16278
16277
|
scriptPath?: {
|
|
@@ -16284,6 +16283,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
16284
16283
|
};
|
|
16285
16284
|
} | null | undefined;
|
|
16286
16285
|
};
|
|
16286
|
+
amount: bigint;
|
|
16287
16287
|
id: {
|
|
16288
16288
|
txId: `0x${string}`;
|
|
16289
16289
|
vout: number;
|
|
@@ -16424,7 +16424,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
16424
16424
|
} | null | undefined;
|
|
16425
16425
|
}, {
|
|
16426
16426
|
depositDetails: {
|
|
16427
|
-
amount: string | number;
|
|
16428
16427
|
depositAddress: {
|
|
16429
16428
|
pubkeyX: string;
|
|
16430
16429
|
scriptPath?: {
|
|
@@ -16436,6 +16435,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
16436
16435
|
};
|
|
16437
16436
|
} | null | undefined;
|
|
16438
16437
|
};
|
|
16438
|
+
amount: string | number;
|
|
16439
16439
|
id: {
|
|
16440
16440
|
txId: string;
|
|
16441
16441
|
vout: number;
|
|
@@ -16699,7 +16699,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16699
16699
|
} | null | undefined;
|
|
16700
16700
|
}>;
|
|
16701
16701
|
}, "strip", z.ZodTypeAny, {
|
|
16702
|
-
amount: bigint;
|
|
16703
16702
|
depositAddress: {
|
|
16704
16703
|
pubkeyX: `0x${string}`;
|
|
16705
16704
|
scriptPath?: {
|
|
@@ -16711,12 +16710,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16711
16710
|
};
|
|
16712
16711
|
} | null | undefined;
|
|
16713
16712
|
};
|
|
16713
|
+
amount: bigint;
|
|
16714
16714
|
id: {
|
|
16715
16715
|
txId: `0x${string}`;
|
|
16716
16716
|
vout: number;
|
|
16717
16717
|
};
|
|
16718
16718
|
}, {
|
|
16719
|
-
amount: string | number;
|
|
16720
16719
|
depositAddress: {
|
|
16721
16720
|
pubkeyX: string;
|
|
16722
16721
|
scriptPath?: {
|
|
@@ -16728,13 +16727,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16728
16727
|
};
|
|
16729
16728
|
} | null | undefined;
|
|
16730
16729
|
};
|
|
16730
|
+
amount: string | number;
|
|
16731
16731
|
id: {
|
|
16732
16732
|
txId: string;
|
|
16733
16733
|
vout: number;
|
|
16734
16734
|
};
|
|
16735
16735
|
}>;
|
|
16736
16736
|
}, "strip", z.ZodTypeAny, {
|
|
16737
|
-
amount: bigint;
|
|
16738
16737
|
depositAddress: {
|
|
16739
16738
|
value: `0x${string}`;
|
|
16740
16739
|
__kind: "P2PKH";
|
|
@@ -16756,8 +16755,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16756
16755
|
program: `0x${string}`;
|
|
16757
16756
|
};
|
|
16758
16757
|
asset: "Btc";
|
|
16758
|
+
amount: bigint;
|
|
16759
16759
|
depositDetails: {
|
|
16760
|
-
amount: bigint;
|
|
16761
16760
|
depositAddress: {
|
|
16762
16761
|
pubkeyX: `0x${string}`;
|
|
16763
16762
|
scriptPath?: {
|
|
@@ -16769,13 +16768,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16769
16768
|
};
|
|
16770
16769
|
} | null | undefined;
|
|
16771
16770
|
};
|
|
16771
|
+
amount: bigint;
|
|
16772
16772
|
id: {
|
|
16773
16773
|
txId: `0x${string}`;
|
|
16774
16774
|
vout: number;
|
|
16775
16775
|
};
|
|
16776
16776
|
};
|
|
16777
16777
|
}, {
|
|
16778
|
-
amount: string | number;
|
|
16779
16778
|
depositAddress: {
|
|
16780
16779
|
value: string;
|
|
16781
16780
|
__kind: "P2PKH";
|
|
@@ -16799,8 +16798,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16799
16798
|
asset: {
|
|
16800
16799
|
__kind: "Btc";
|
|
16801
16800
|
};
|
|
16801
|
+
amount: string | number;
|
|
16802
16802
|
depositDetails: {
|
|
16803
|
-
amount: string | number;
|
|
16804
16803
|
depositAddress: {
|
|
16805
16804
|
pubkeyX: string;
|
|
16806
16805
|
scriptPath?: {
|
|
@@ -16812,6 +16811,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16812
16811
|
};
|
|
16813
16812
|
} | null | undefined;
|
|
16814
16813
|
};
|
|
16814
|
+
amount: string | number;
|
|
16815
16815
|
id: {
|
|
16816
16816
|
txId: string;
|
|
16817
16817
|
vout: number;
|
|
@@ -16821,7 +16821,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16821
16821
|
}, "strip", z.ZodTypeAny, {
|
|
16822
16822
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
16823
16823
|
depositWitness: {
|
|
16824
|
-
amount: bigint;
|
|
16825
16824
|
depositAddress: {
|
|
16826
16825
|
value: `0x${string}`;
|
|
16827
16826
|
__kind: "P2PKH";
|
|
@@ -16843,8 +16842,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16843
16842
|
program: `0x${string}`;
|
|
16844
16843
|
};
|
|
16845
16844
|
asset: "Btc";
|
|
16845
|
+
amount: bigint;
|
|
16846
16846
|
depositDetails: {
|
|
16847
|
-
amount: bigint;
|
|
16848
16847
|
depositAddress: {
|
|
16849
16848
|
pubkeyX: `0x${string}`;
|
|
16850
16849
|
scriptPath?: {
|
|
@@ -16856,6 +16855,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16856
16855
|
};
|
|
16857
16856
|
} | null | undefined;
|
|
16858
16857
|
};
|
|
16858
|
+
amount: bigint;
|
|
16859
16859
|
id: {
|
|
16860
16860
|
txId: `0x${string}`;
|
|
16861
16861
|
vout: number;
|
|
@@ -16865,7 +16865,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16865
16865
|
}, {
|
|
16866
16866
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
16867
16867
|
depositWitness: {
|
|
16868
|
-
amount: string | number;
|
|
16869
16868
|
depositAddress: {
|
|
16870
16869
|
value: string;
|
|
16871
16870
|
__kind: "P2PKH";
|
|
@@ -16889,8 +16888,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16889
16888
|
asset: {
|
|
16890
16889
|
__kind: "Btc";
|
|
16891
16890
|
};
|
|
16891
|
+
amount: string | number;
|
|
16892
16892
|
depositDetails: {
|
|
16893
|
-
amount: string | number;
|
|
16894
16893
|
depositAddress: {
|
|
16895
16894
|
pubkeyX: string;
|
|
16896
16895
|
scriptPath?: {
|
|
@@ -16902,6 +16901,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16902
16901
|
};
|
|
16903
16902
|
} | null | undefined;
|
|
16904
16903
|
};
|
|
16904
|
+
amount: string | number;
|
|
16905
16905
|
id: {
|
|
16906
16906
|
txId: string;
|
|
16907
16907
|
vout: number;
|
|
@@ -17042,7 +17042,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17042
17042
|
} | null | undefined;
|
|
17043
17043
|
}>;
|
|
17044
17044
|
}, "strip", z.ZodTypeAny, {
|
|
17045
|
-
amount: bigint;
|
|
17046
17045
|
depositAddress: {
|
|
17047
17046
|
pubkeyX: `0x${string}`;
|
|
17048
17047
|
scriptPath?: {
|
|
@@ -17054,12 +17053,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17054
17053
|
};
|
|
17055
17054
|
} | null | undefined;
|
|
17056
17055
|
};
|
|
17056
|
+
amount: bigint;
|
|
17057
17057
|
id: {
|
|
17058
17058
|
txId: `0x${string}`;
|
|
17059
17059
|
vout: number;
|
|
17060
17060
|
};
|
|
17061
17061
|
}, {
|
|
17062
|
-
amount: string | number;
|
|
17063
17062
|
depositAddress: {
|
|
17064
17063
|
pubkeyX: string;
|
|
17065
17064
|
scriptPath?: {
|
|
@@ -17071,6 +17070,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17071
17070
|
};
|
|
17072
17071
|
} | null | undefined;
|
|
17073
17072
|
};
|
|
17073
|
+
amount: string | number;
|
|
17074
17074
|
id: {
|
|
17075
17075
|
txId: string;
|
|
17076
17076
|
vout: number;
|
|
@@ -17550,7 +17550,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17550
17550
|
boostFee: z.ZodNumber;
|
|
17551
17551
|
}, "strip", z.ZodTypeAny, {
|
|
17552
17552
|
depositDetails: {
|
|
17553
|
-
amount: bigint;
|
|
17554
17553
|
depositAddress: {
|
|
17555
17554
|
pubkeyX: `0x${string}`;
|
|
17556
17555
|
scriptPath?: {
|
|
@@ -17562,6 +17561,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17562
17561
|
};
|
|
17563
17562
|
} | null | undefined;
|
|
17564
17563
|
};
|
|
17564
|
+
amount: bigint;
|
|
17565
17565
|
id: {
|
|
17566
17566
|
txId: `0x${string}`;
|
|
17567
17567
|
vout: number;
|
|
@@ -17702,7 +17702,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17702
17702
|
} | null | undefined;
|
|
17703
17703
|
}, {
|
|
17704
17704
|
depositDetails: {
|
|
17705
|
-
amount: string | number;
|
|
17706
17705
|
depositAddress: {
|
|
17707
17706
|
pubkeyX: string;
|
|
17708
17707
|
scriptPath?: {
|
|
@@ -17714,6 +17713,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17714
17713
|
};
|
|
17715
17714
|
} | null | undefined;
|
|
17716
17715
|
};
|
|
17716
|
+
amount: string | number;
|
|
17717
17717
|
id: {
|
|
17718
17718
|
txId: string;
|
|
17719
17719
|
vout: number;
|
|
@@ -17848,7 +17848,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17848
17848
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
17849
17849
|
vaultWitness: {
|
|
17850
17850
|
depositDetails: {
|
|
17851
|
-
amount: bigint;
|
|
17852
17851
|
depositAddress: {
|
|
17853
17852
|
pubkeyX: `0x${string}`;
|
|
17854
17853
|
scriptPath?: {
|
|
@@ -17860,6 +17859,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17860
17859
|
};
|
|
17861
17860
|
} | null | undefined;
|
|
17862
17861
|
};
|
|
17862
|
+
amount: bigint;
|
|
17863
17863
|
id: {
|
|
17864
17864
|
txId: `0x${string}`;
|
|
17865
17865
|
vout: number;
|
|
@@ -18003,7 +18003,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18003
18003
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
18004
18004
|
vaultWitness: {
|
|
18005
18005
|
depositDetails: {
|
|
18006
|
-
amount: string | number;
|
|
18007
18006
|
depositAddress: {
|
|
18008
18007
|
pubkeyX: string;
|
|
18009
18008
|
scriptPath?: {
|
|
@@ -18015,6 +18014,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18015
18014
|
};
|
|
18016
18015
|
} | null | undefined;
|
|
18017
18016
|
};
|
|
18017
|
+
amount: string | number;
|
|
18018
18018
|
id: {
|
|
18019
18019
|
txId: string;
|
|
18020
18020
|
vout: number;
|
|
@@ -18501,18 +18501,18 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
18501
18501
|
txHashes?: string[] | null | undefined;
|
|
18502
18502
|
}>;
|
|
18503
18503
|
}, "strip", z.ZodTypeAny, {
|
|
18504
|
-
amount: bigint;
|
|
18505
18504
|
depositAddress: `0x${string}`;
|
|
18506
18505
|
asset: "ArbEth" | "ArbUsdc";
|
|
18506
|
+
amount: bigint;
|
|
18507
18507
|
depositDetails: {
|
|
18508
18508
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
18509
18509
|
};
|
|
18510
18510
|
}, {
|
|
18511
|
-
amount: string | number;
|
|
18512
18511
|
depositAddress: string;
|
|
18513
18512
|
asset: {
|
|
18514
18513
|
__kind: "ArbEth" | "ArbUsdc";
|
|
18515
18514
|
};
|
|
18515
|
+
amount: string | number;
|
|
18516
18516
|
depositDetails: {
|
|
18517
18517
|
txHashes?: string[] | null | undefined;
|
|
18518
18518
|
};
|
|
@@ -19392,18 +19392,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19392
19392
|
txHashes?: string[] | null | undefined;
|
|
19393
19393
|
}>;
|
|
19394
19394
|
}, "strip", z.ZodTypeAny, {
|
|
19395
|
-
amount: bigint;
|
|
19396
19395
|
depositAddress: `0x${string}`;
|
|
19397
19396
|
asset: "ArbEth" | "ArbUsdc";
|
|
19397
|
+
amount: bigint;
|
|
19398
19398
|
depositDetails: {
|
|
19399
19399
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
19400
19400
|
};
|
|
19401
19401
|
}, {
|
|
19402
|
-
amount: string | number;
|
|
19403
19402
|
depositAddress: string;
|
|
19404
19403
|
asset: {
|
|
19405
19404
|
__kind: "ArbEth" | "ArbUsdc";
|
|
19406
19405
|
};
|
|
19406
|
+
amount: string | number;
|
|
19407
19407
|
depositDetails: {
|
|
19408
19408
|
txHashes?: string[] | null | undefined;
|
|
19409
19409
|
};
|
|
@@ -19411,9 +19411,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19411
19411
|
}, "strip", z.ZodTypeAny, {
|
|
19412
19412
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
19413
19413
|
depositWitness: {
|
|
19414
|
-
amount: bigint;
|
|
19415
19414
|
depositAddress: `0x${string}`;
|
|
19416
19415
|
asset: "ArbEth" | "ArbUsdc";
|
|
19416
|
+
amount: bigint;
|
|
19417
19417
|
depositDetails: {
|
|
19418
19418
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
19419
19419
|
};
|
|
@@ -19421,11 +19421,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19421
19421
|
}, {
|
|
19422
19422
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
19423
19423
|
depositWitness: {
|
|
19424
|
-
amount: string | number;
|
|
19425
19424
|
depositAddress: string;
|
|
19426
19425
|
asset: {
|
|
19427
19426
|
__kind: "ArbEth" | "ArbUsdc";
|
|
19428
19427
|
};
|
|
19428
|
+
amount: string | number;
|
|
19429
19429
|
depositDetails: {
|
|
19430
19430
|
txHashes?: string[] | null | undefined;
|
|
19431
19431
|
};
|
|
@@ -20563,15 +20563,15 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
20563
20563
|
}>;
|
|
20564
20564
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
20565
20565
|
}, "strip", z.ZodTypeAny, {
|
|
20566
|
-
amount: bigint;
|
|
20567
20566
|
depositAddress: `0x${string}`;
|
|
20568
20567
|
asset: "Sol" | "SolUsdc";
|
|
20568
|
+
amount: bigint;
|
|
20569
20569
|
}, {
|
|
20570
|
-
amount: string | number;
|
|
20571
20570
|
depositAddress: string;
|
|
20572
20571
|
asset: {
|
|
20573
20572
|
__kind: "Sol" | "SolUsdc";
|
|
20574
20573
|
};
|
|
20574
|
+
amount: string | number;
|
|
20575
20575
|
}>;
|
|
20576
20576
|
declare const cfSolanaChainCcmDepositMetadata: z.ZodObject<{
|
|
20577
20577
|
channelMetadata: z.ZodObject<{
|
|
@@ -21467,31 +21467,31 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21467
21467
|
}>;
|
|
21468
21468
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
21469
21469
|
}, "strip", z.ZodTypeAny, {
|
|
21470
|
-
amount: bigint;
|
|
21471
21470
|
depositAddress: `0x${string}`;
|
|
21472
21471
|
asset: "Sol" | "SolUsdc";
|
|
21472
|
+
amount: bigint;
|
|
21473
21473
|
}, {
|
|
21474
|
-
amount: string | number;
|
|
21475
21474
|
depositAddress: string;
|
|
21476
21475
|
asset: {
|
|
21477
21476
|
__kind: "Sol" | "SolUsdc";
|
|
21478
21477
|
};
|
|
21478
|
+
amount: string | number;
|
|
21479
21479
|
}>;
|
|
21480
21480
|
}, "strip", z.ZodTypeAny, {
|
|
21481
21481
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
21482
21482
|
depositWitness: {
|
|
21483
|
-
amount: bigint;
|
|
21484
21483
|
depositAddress: `0x${string}`;
|
|
21485
21484
|
asset: "Sol" | "SolUsdc";
|
|
21485
|
+
amount: bigint;
|
|
21486
21486
|
};
|
|
21487
21487
|
}, {
|
|
21488
21488
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
21489
21489
|
depositWitness: {
|
|
21490
|
-
amount: string | number;
|
|
21491
21490
|
depositAddress: string;
|
|
21492
21491
|
asset: {
|
|
21493
21492
|
__kind: "Sol" | "SolUsdc";
|
|
21494
21493
|
};
|
|
21494
|
+
amount: string | number;
|
|
21495
21495
|
};
|
|
21496
21496
|
}>, z.ZodObject<{
|
|
21497
21497
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
@@ -22608,16 +22608,16 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
|
|
|
22608
22608
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
22609
22609
|
depositDetails: z.ZodNumber;
|
|
22610
22610
|
}, "strip", z.ZodTypeAny, {
|
|
22611
|
-
amount: bigint;
|
|
22612
22611
|
depositAddress: `0x${string}`;
|
|
22613
22612
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22613
|
+
amount: bigint;
|
|
22614
22614
|
depositDetails: number;
|
|
22615
22615
|
}, {
|
|
22616
|
-
amount: string | number;
|
|
22617
22616
|
depositAddress: string;
|
|
22618
22617
|
asset: {
|
|
22619
22618
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22620
22619
|
};
|
|
22620
|
+
amount: string | number;
|
|
22621
22621
|
depositDetails: number;
|
|
22622
22622
|
}>;
|
|
22623
22623
|
declare const cfAssethubChainCcmDepositMetadata: z.ZodObject<{
|
|
@@ -23494,34 +23494,34 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23494
23494
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23495
23495
|
depositDetails: z.ZodNumber;
|
|
23496
23496
|
}, "strip", z.ZodTypeAny, {
|
|
23497
|
-
amount: bigint;
|
|
23498
23497
|
depositAddress: `0x${string}`;
|
|
23499
23498
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23499
|
+
amount: bigint;
|
|
23500
23500
|
depositDetails: number;
|
|
23501
23501
|
}, {
|
|
23502
|
-
amount: string | number;
|
|
23503
23502
|
depositAddress: string;
|
|
23504
23503
|
asset: {
|
|
23505
23504
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23506
23505
|
};
|
|
23506
|
+
amount: string | number;
|
|
23507
23507
|
depositDetails: number;
|
|
23508
23508
|
}>;
|
|
23509
23509
|
}, "strip", z.ZodTypeAny, {
|
|
23510
23510
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
23511
23511
|
depositWitness: {
|
|
23512
|
-
amount: bigint;
|
|
23513
23512
|
depositAddress: `0x${string}`;
|
|
23514
23513
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23514
|
+
amount: bigint;
|
|
23515
23515
|
depositDetails: number;
|
|
23516
23516
|
};
|
|
23517
23517
|
}, {
|
|
23518
23518
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
23519
23519
|
depositWitness: {
|
|
23520
|
-
amount: string | number;
|
|
23521
23520
|
depositAddress: string;
|
|
23522
23521
|
asset: {
|
|
23523
23522
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23524
23523
|
};
|
|
23524
|
+
amount: string | number;
|
|
23525
23525
|
depositDetails: number;
|
|
23526
23526
|
};
|
|
23527
23527
|
}>, z.ZodObject<{
|