@chainflip/processor 1.11.3 → 1.11.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/11000/swapping/refundEgressScheduled.d.ts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.cts +10 -10
- package/dist/11000/swapping/refundedOnChain.d.ts +10 -10
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +56 -56
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +56 -56
- package/dist/11000/swapping/swapRequested.d.cts +111 -111
- package/dist/11000/swapping/swapRequested.d.ts +111 -111
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +327 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +327 -318
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +4 -4
- package/dist/141/swapping/ccmFailed.d.ts +4 -4
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.ts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +16 -16
- package/dist/141/swapping/swapScheduled.d.ts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +2 -2
|
@@ -53,17 +53,17 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
53
53
|
error: string;
|
|
54
54
|
}>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
+
__kind: "Module";
|
|
56
57
|
value: {
|
|
57
58
|
index: number;
|
|
58
59
|
error: `0x${string}`;
|
|
59
60
|
};
|
|
60
|
-
__kind: "Module";
|
|
61
61
|
}, {
|
|
62
|
+
__kind: "Module";
|
|
62
63
|
value: {
|
|
63
64
|
index: number;
|
|
64
65
|
error: string;
|
|
65
66
|
};
|
|
66
|
-
__kind: "Module";
|
|
67
67
|
}>, z.ZodObject<{
|
|
68
68
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -87,20 +87,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
87
87
|
value: z.ZodEffects<z.ZodObject<{
|
|
88
88
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
__kind: "
|
|
90
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "
|
|
93
|
-
}>, "
|
|
94
|
-
__kind: "
|
|
92
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
94
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
98
97
|
__kind: "Token";
|
|
98
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
99
99
|
}, {
|
|
100
|
+
__kind: "Token";
|
|
100
101
|
value: {
|
|
101
|
-
__kind: "
|
|
102
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
102
103
|
};
|
|
103
|
-
__kind: "Token";
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
106
106
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -113,13 +113,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
113
113
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
114
114
|
}>;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
117
116
|
__kind: "Arithmetic";
|
|
117
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
118
118
|
}, {
|
|
119
|
+
__kind: "Arithmetic";
|
|
119
120
|
value: {
|
|
120
121
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
121
122
|
};
|
|
122
|
-
__kind: "Arithmetic";
|
|
123
123
|
}>, z.ZodObject<{
|
|
124
124
|
__kind: z.ZodLiteral<"Transactional">;
|
|
125
125
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -132,13 +132,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
132
132
|
__kind: "LimitReached" | "NoLayer";
|
|
133
133
|
}>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
value: "LimitReached" | "NoLayer";
|
|
136
135
|
__kind: "Transactional";
|
|
136
|
+
value: "LimitReached" | "NoLayer";
|
|
137
137
|
}, {
|
|
138
|
+
__kind: "Transactional";
|
|
138
139
|
value: {
|
|
139
140
|
__kind: "LimitReached" | "NoLayer";
|
|
140
141
|
};
|
|
141
|
-
__kind: "Transactional";
|
|
142
142
|
}>, z.ZodObject<{
|
|
143
143
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165,6 +165,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
165
165
|
__kind: "RootNotAllowed";
|
|
166
166
|
}>]>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
+
__kind: "DepositWitnessRejected";
|
|
168
169
|
value: {
|
|
169
170
|
__kind: "Other";
|
|
170
171
|
} | {
|
|
@@ -172,11 +173,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
172
173
|
} | {
|
|
173
174
|
__kind: "BadOrigin";
|
|
174
175
|
} | {
|
|
176
|
+
__kind: "Module";
|
|
175
177
|
value: {
|
|
176
178
|
index: number;
|
|
177
179
|
error: `0x${string}`;
|
|
178
180
|
};
|
|
179
|
-
__kind: "Module";
|
|
180
181
|
} | {
|
|
181
182
|
__kind: "ConsumerRemaining";
|
|
182
183
|
} | {
|
|
@@ -184,14 +185,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
184
185
|
} | {
|
|
185
186
|
__kind: "TooManyConsumers";
|
|
186
187
|
} | {
|
|
187
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
188
188
|
__kind: "Token";
|
|
189
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
189
190
|
} | {
|
|
190
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
191
191
|
__kind: "Arithmetic";
|
|
192
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
192
193
|
} | {
|
|
193
|
-
value: "LimitReached" | "NoLayer";
|
|
194
194
|
__kind: "Transactional";
|
|
195
|
+
value: "LimitReached" | "NoLayer";
|
|
195
196
|
} | {
|
|
196
197
|
__kind: "Exhausted";
|
|
197
198
|
} | {
|
|
@@ -201,8 +202,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
201
202
|
} | {
|
|
202
203
|
__kind: "RootNotAllowed";
|
|
203
204
|
};
|
|
204
|
-
__kind: "DepositWitnessRejected";
|
|
205
205
|
}, {
|
|
206
|
+
__kind: "DepositWitnessRejected";
|
|
206
207
|
value: {
|
|
207
208
|
__kind: "Other";
|
|
208
209
|
} | {
|
|
@@ -210,11 +211,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
210
211
|
} | {
|
|
211
212
|
__kind: "BadOrigin";
|
|
212
213
|
} | {
|
|
214
|
+
__kind: "Module";
|
|
213
215
|
value: {
|
|
214
216
|
index: number;
|
|
215
217
|
error: string;
|
|
216
218
|
};
|
|
217
|
-
__kind: "Module";
|
|
218
219
|
} | {
|
|
219
220
|
__kind: "ConsumerRemaining";
|
|
220
221
|
} | {
|
|
@@ -222,20 +223,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
222
223
|
} | {
|
|
223
224
|
__kind: "TooManyConsumers";
|
|
224
225
|
} | {
|
|
226
|
+
__kind: "Token";
|
|
225
227
|
value: {
|
|
226
|
-
__kind: "
|
|
228
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
227
229
|
};
|
|
228
|
-
__kind: "Token";
|
|
229
230
|
} | {
|
|
231
|
+
__kind: "Arithmetic";
|
|
230
232
|
value: {
|
|
231
233
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
232
234
|
};
|
|
233
|
-
__kind: "Arithmetic";
|
|
234
235
|
} | {
|
|
236
|
+
__kind: "Transactional";
|
|
235
237
|
value: {
|
|
236
238
|
__kind: "LimitReached" | "NoLayer";
|
|
237
239
|
};
|
|
238
|
-
__kind: "Transactional";
|
|
239
240
|
} | {
|
|
240
241
|
__kind: "Exhausted";
|
|
241
242
|
} | {
|
|
@@ -245,7 +246,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
245
246
|
} | {
|
|
246
247
|
__kind: "RootNotAllowed";
|
|
247
248
|
};
|
|
248
|
-
__kind: "DepositWitnessRejected";
|
|
249
249
|
}>, z.ZodObject<{
|
|
250
250
|
__kind: z.ZodLiteral<"InvalidDestinationAddress">;
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -348,21 +348,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
348
348
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
349
349
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
|
-
__kind: "
|
|
351
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
352
352
|
}, {
|
|
353
|
-
__kind: "
|
|
354
|
-
}>, "
|
|
355
|
-
__kind: "
|
|
353
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
354
|
+
}>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
355
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
356
356
|
}>;
|
|
357
357
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
358
358
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
359
359
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
361
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
361
362
|
value: `0x${string}`;
|
|
362
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
363
363
|
}, {
|
|
364
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
364
365
|
value: string;
|
|
365
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
366
366
|
}>, {
|
|
367
367
|
readonly chain: "Ethereum";
|
|
368
368
|
readonly address: `0x${string}`;
|
|
@@ -379,8 +379,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
379
379
|
readonly chain: "Solana";
|
|
380
380
|
readonly address: string;
|
|
381
381
|
}, {
|
|
382
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
382
383
|
value: string;
|
|
383
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
384
384
|
}>;
|
|
385
385
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
386
386
|
channelMetadata: z.ZodObject<{
|
|
@@ -409,67 +409,67 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
409
409
|
__kind: z.ZodLiteral<"Eth">;
|
|
410
410
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
411
411
|
}, "strip", z.ZodTypeAny, {
|
|
412
|
-
value: `0x${string}`;
|
|
413
412
|
__kind: "Eth";
|
|
413
|
+
value: `0x${string}`;
|
|
414
414
|
}, {
|
|
415
|
-
value: string;
|
|
416
415
|
__kind: "Eth";
|
|
416
|
+
value: string;
|
|
417
417
|
}>, z.ZodObject<{
|
|
418
418
|
__kind: z.ZodLiteral<"Dot">;
|
|
419
419
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
420
420
|
}, "strip", z.ZodTypeAny, {
|
|
421
|
-
value: `0x${string}`;
|
|
422
421
|
__kind: "Dot";
|
|
422
|
+
value: `0x${string}`;
|
|
423
423
|
}, {
|
|
424
|
-
value: string;
|
|
425
424
|
__kind: "Dot";
|
|
425
|
+
value: string;
|
|
426
426
|
}>, z.ZodObject<{
|
|
427
427
|
__kind: z.ZodLiteral<"Btc">;
|
|
428
428
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
429
429
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
430
430
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
431
431
|
}, "strip", z.ZodTypeAny, {
|
|
432
|
-
value: `0x${string}`;
|
|
433
432
|
__kind: "P2PKH";
|
|
433
|
+
value: `0x${string}`;
|
|
434
434
|
}, {
|
|
435
|
-
value: string;
|
|
436
435
|
__kind: "P2PKH";
|
|
436
|
+
value: string;
|
|
437
437
|
}>, z.ZodObject<{
|
|
438
438
|
__kind: z.ZodLiteral<"P2SH">;
|
|
439
439
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
440
440
|
}, "strip", z.ZodTypeAny, {
|
|
441
|
-
value: `0x${string}`;
|
|
442
441
|
__kind: "P2SH";
|
|
442
|
+
value: `0x${string}`;
|
|
443
443
|
}, {
|
|
444
|
-
value: string;
|
|
445
444
|
__kind: "P2SH";
|
|
445
|
+
value: string;
|
|
446
446
|
}>, z.ZodObject<{
|
|
447
447
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
448
448
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
449
449
|
}, "strip", z.ZodTypeAny, {
|
|
450
|
-
value: `0x${string}`;
|
|
451
450
|
__kind: "P2WPKH";
|
|
451
|
+
value: `0x${string}`;
|
|
452
452
|
}, {
|
|
453
|
-
value: string;
|
|
454
453
|
__kind: "P2WPKH";
|
|
454
|
+
value: string;
|
|
455
455
|
}>, z.ZodObject<{
|
|
456
456
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
457
457
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
-
value: `0x${string}`;
|
|
460
459
|
__kind: "P2WSH";
|
|
460
|
+
value: `0x${string}`;
|
|
461
461
|
}, {
|
|
462
|
-
value: string;
|
|
463
462
|
__kind: "P2WSH";
|
|
463
|
+
value: string;
|
|
464
464
|
}>, z.ZodObject<{
|
|
465
465
|
__kind: z.ZodLiteral<"Taproot">;
|
|
466
466
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
467
467
|
}, "strip", z.ZodTypeAny, {
|
|
468
|
-
value: `0x${string}`;
|
|
469
468
|
__kind: "Taproot";
|
|
469
|
+
value: `0x${string}`;
|
|
470
470
|
}, {
|
|
471
|
-
value: string;
|
|
472
471
|
__kind: "Taproot";
|
|
472
|
+
value: string;
|
|
473
473
|
}>, z.ZodObject<{
|
|
474
474
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
475
475
|
version: z.ZodNumber;
|
|
@@ -484,67 +484,67 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
484
484
|
program: string;
|
|
485
485
|
}>]>;
|
|
486
486
|
}, "strip", z.ZodTypeAny, {
|
|
487
|
+
__kind: "Btc";
|
|
487
488
|
value: {
|
|
488
|
-
value: `0x${string}`;
|
|
489
489
|
__kind: "P2PKH";
|
|
490
|
-
} | {
|
|
491
490
|
value: `0x${string}`;
|
|
492
|
-
__kind: "P2SH";
|
|
493
491
|
} | {
|
|
492
|
+
__kind: "P2SH";
|
|
494
493
|
value: `0x${string}`;
|
|
495
|
-
__kind: "P2WPKH";
|
|
496
494
|
} | {
|
|
495
|
+
__kind: "P2WPKH";
|
|
497
496
|
value: `0x${string}`;
|
|
498
|
-
__kind: "P2WSH";
|
|
499
497
|
} | {
|
|
498
|
+
__kind: "P2WSH";
|
|
500
499
|
value: `0x${string}`;
|
|
500
|
+
} | {
|
|
501
501
|
__kind: "Taproot";
|
|
502
|
+
value: `0x${string}`;
|
|
502
503
|
} | {
|
|
503
504
|
__kind: "OtherSegwit";
|
|
504
505
|
version: number;
|
|
505
506
|
program: `0x${string}`;
|
|
506
507
|
};
|
|
507
|
-
__kind: "Btc";
|
|
508
508
|
}, {
|
|
509
|
+
__kind: "Btc";
|
|
509
510
|
value: {
|
|
510
|
-
value: string;
|
|
511
511
|
__kind: "P2PKH";
|
|
512
|
-
} | {
|
|
513
512
|
value: string;
|
|
514
|
-
__kind: "P2SH";
|
|
515
513
|
} | {
|
|
514
|
+
__kind: "P2SH";
|
|
516
515
|
value: string;
|
|
517
|
-
__kind: "P2WPKH";
|
|
518
516
|
} | {
|
|
517
|
+
__kind: "P2WPKH";
|
|
519
518
|
value: string;
|
|
520
|
-
__kind: "P2WSH";
|
|
521
519
|
} | {
|
|
520
|
+
__kind: "P2WSH";
|
|
522
521
|
value: string;
|
|
522
|
+
} | {
|
|
523
523
|
__kind: "Taproot";
|
|
524
|
+
value: string;
|
|
524
525
|
} | {
|
|
525
526
|
__kind: "OtherSegwit";
|
|
526
527
|
version: number;
|
|
527
528
|
program: string;
|
|
528
529
|
};
|
|
529
|
-
__kind: "Btc";
|
|
530
530
|
}>, z.ZodObject<{
|
|
531
531
|
__kind: z.ZodLiteral<"Arb">;
|
|
532
532
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
value: `0x${string}`;
|
|
535
534
|
__kind: "Arb";
|
|
535
|
+
value: `0x${string}`;
|
|
536
536
|
}, {
|
|
537
|
-
value: string;
|
|
538
537
|
__kind: "Arb";
|
|
538
|
+
value: string;
|
|
539
539
|
}>, z.ZodObject<{
|
|
540
540
|
__kind: z.ZodLiteral<"Sol">;
|
|
541
541
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
542
542
|
}, "strip", z.ZodTypeAny, {
|
|
543
|
-
value: `0x${string}`;
|
|
544
543
|
__kind: "Sol";
|
|
544
|
+
value: `0x${string}`;
|
|
545
545
|
}, {
|
|
546
|
-
value: string;
|
|
547
546
|
__kind: "Sol";
|
|
547
|
+
value: string;
|
|
548
548
|
}>]>>>;
|
|
549
549
|
}, "strip", z.ZodTypeAny, {
|
|
550
550
|
channelMetadata: {
|
|
@@ -554,39 +554,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
554
554
|
};
|
|
555
555
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
556
556
|
sourceAddress?: {
|
|
557
|
-
value: `0x${string}`;
|
|
558
557
|
__kind: "Eth";
|
|
559
|
-
} | {
|
|
560
558
|
value: `0x${string}`;
|
|
559
|
+
} | {
|
|
561
560
|
__kind: "Dot";
|
|
561
|
+
value: `0x${string}`;
|
|
562
562
|
} | {
|
|
563
|
+
__kind: "Btc";
|
|
563
564
|
value: {
|
|
564
|
-
value: `0x${string}`;
|
|
565
565
|
__kind: "P2PKH";
|
|
566
|
-
} | {
|
|
567
566
|
value: `0x${string}`;
|
|
568
|
-
__kind: "P2SH";
|
|
569
567
|
} | {
|
|
568
|
+
__kind: "P2SH";
|
|
570
569
|
value: `0x${string}`;
|
|
571
|
-
__kind: "P2WPKH";
|
|
572
570
|
} | {
|
|
571
|
+
__kind: "P2WPKH";
|
|
573
572
|
value: `0x${string}`;
|
|
574
|
-
__kind: "P2WSH";
|
|
575
573
|
} | {
|
|
574
|
+
__kind: "P2WSH";
|
|
576
575
|
value: `0x${string}`;
|
|
576
|
+
} | {
|
|
577
577
|
__kind: "Taproot";
|
|
578
|
+
value: `0x${string}`;
|
|
578
579
|
} | {
|
|
579
580
|
__kind: "OtherSegwit";
|
|
580
581
|
version: number;
|
|
581
582
|
program: `0x${string}`;
|
|
582
583
|
};
|
|
583
|
-
__kind: "Btc";
|
|
584
584
|
} | {
|
|
585
|
-
value: `0x${string}`;
|
|
586
585
|
__kind: "Arb";
|
|
587
|
-
} | {
|
|
588
586
|
value: `0x${string}`;
|
|
587
|
+
} | {
|
|
589
588
|
__kind: "Sol";
|
|
589
|
+
value: `0x${string}`;
|
|
590
590
|
} | null | undefined;
|
|
591
591
|
}, {
|
|
592
592
|
channelMetadata: {
|
|
@@ -598,39 +598,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
598
598
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
599
599
|
};
|
|
600
600
|
sourceAddress?: {
|
|
601
|
-
value: string;
|
|
602
601
|
__kind: "Eth";
|
|
603
|
-
} | {
|
|
604
602
|
value: string;
|
|
603
|
+
} | {
|
|
605
604
|
__kind: "Dot";
|
|
605
|
+
value: string;
|
|
606
606
|
} | {
|
|
607
|
+
__kind: "Btc";
|
|
607
608
|
value: {
|
|
608
|
-
value: string;
|
|
609
609
|
__kind: "P2PKH";
|
|
610
|
-
} | {
|
|
611
610
|
value: string;
|
|
612
|
-
__kind: "P2SH";
|
|
613
611
|
} | {
|
|
612
|
+
__kind: "P2SH";
|
|
614
613
|
value: string;
|
|
615
|
-
__kind: "P2WPKH";
|
|
616
614
|
} | {
|
|
615
|
+
__kind: "P2WPKH";
|
|
617
616
|
value: string;
|
|
618
|
-
__kind: "P2WSH";
|
|
619
617
|
} | {
|
|
618
|
+
__kind: "P2WSH";
|
|
620
619
|
value: string;
|
|
620
|
+
} | {
|
|
621
621
|
__kind: "Taproot";
|
|
622
|
+
value: string;
|
|
622
623
|
} | {
|
|
623
624
|
__kind: "OtherSegwit";
|
|
624
625
|
version: number;
|
|
625
626
|
program: string;
|
|
626
627
|
};
|
|
627
|
-
__kind: "Btc";
|
|
628
628
|
} | {
|
|
629
|
-
value: string;
|
|
630
629
|
__kind: "Arb";
|
|
631
|
-
} | {
|
|
632
630
|
value: string;
|
|
631
|
+
} | {
|
|
633
632
|
__kind: "Sol";
|
|
633
|
+
value: string;
|
|
634
634
|
} | null | undefined;
|
|
635
635
|
}>>>;
|
|
636
636
|
txId: z.ZodObject<{
|
|
@@ -688,14 +688,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
688
688
|
}>>>;
|
|
689
689
|
boostFee: z.ZodNumber;
|
|
690
690
|
}, "strip", z.ZodTypeAny, {
|
|
691
|
-
txId: {
|
|
692
|
-
blockNumber: number;
|
|
693
|
-
extrinsicIndex: number;
|
|
694
|
-
};
|
|
695
691
|
depositDetails: number;
|
|
696
692
|
inputAsset: "Dot";
|
|
697
693
|
depositAmount: bigint;
|
|
698
|
-
outputAsset: "
|
|
694
|
+
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
699
695
|
destinationAddress: {
|
|
700
696
|
readonly chain: "Ethereum";
|
|
701
697
|
readonly address: `0x${string}`;
|
|
@@ -712,6 +708,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
712
708
|
readonly chain: "Solana";
|
|
713
709
|
readonly address: string;
|
|
714
710
|
};
|
|
711
|
+
txId: {
|
|
712
|
+
blockNumber: number;
|
|
713
|
+
extrinsicIndex: number;
|
|
714
|
+
};
|
|
715
715
|
affiliateFees: {
|
|
716
716
|
account: number;
|
|
717
717
|
bps: number;
|
|
@@ -732,39 +732,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
732
732
|
};
|
|
733
733
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
734
734
|
sourceAddress?: {
|
|
735
|
-
value: `0x${string}`;
|
|
736
735
|
__kind: "Eth";
|
|
737
|
-
} | {
|
|
738
736
|
value: `0x${string}`;
|
|
737
|
+
} | {
|
|
739
738
|
__kind: "Dot";
|
|
739
|
+
value: `0x${string}`;
|
|
740
740
|
} | {
|
|
741
|
+
__kind: "Btc";
|
|
741
742
|
value: {
|
|
742
|
-
value: `0x${string}`;
|
|
743
743
|
__kind: "P2PKH";
|
|
744
|
-
} | {
|
|
745
744
|
value: `0x${string}`;
|
|
746
|
-
__kind: "P2SH";
|
|
747
745
|
} | {
|
|
746
|
+
__kind: "P2SH";
|
|
748
747
|
value: `0x${string}`;
|
|
749
|
-
__kind: "P2WPKH";
|
|
750
748
|
} | {
|
|
749
|
+
__kind: "P2WPKH";
|
|
751
750
|
value: `0x${string}`;
|
|
752
|
-
__kind: "P2WSH";
|
|
753
751
|
} | {
|
|
752
|
+
__kind: "P2WSH";
|
|
754
753
|
value: `0x${string}`;
|
|
754
|
+
} | {
|
|
755
755
|
__kind: "Taproot";
|
|
756
|
+
value: `0x${string}`;
|
|
756
757
|
} | {
|
|
757
758
|
__kind: "OtherSegwit";
|
|
758
759
|
version: number;
|
|
759
760
|
program: `0x${string}`;
|
|
760
761
|
};
|
|
761
|
-
__kind: "Btc";
|
|
762
762
|
} | {
|
|
763
|
-
value: `0x${string}`;
|
|
764
763
|
__kind: "Arb";
|
|
765
|
-
} | {
|
|
766
764
|
value: `0x${string}`;
|
|
765
|
+
} | {
|
|
767
766
|
__kind: "Sol";
|
|
767
|
+
value: `0x${string}`;
|
|
768
768
|
} | null | undefined;
|
|
769
769
|
} | null | undefined;
|
|
770
770
|
brokerFee?: {
|
|
@@ -776,21 +776,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
776
776
|
chunkInterval: number;
|
|
777
777
|
} | null | undefined;
|
|
778
778
|
}, {
|
|
779
|
-
txId: {
|
|
780
|
-
blockNumber: number;
|
|
781
|
-
extrinsicIndex: number;
|
|
782
|
-
};
|
|
783
779
|
depositDetails: number;
|
|
784
780
|
inputAsset: {
|
|
785
781
|
__kind: "Dot";
|
|
786
782
|
};
|
|
787
783
|
depositAmount: string | number;
|
|
788
784
|
outputAsset: {
|
|
789
|
-
__kind: "
|
|
785
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
790
786
|
};
|
|
791
787
|
destinationAddress: {
|
|
788
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
792
789
|
value: string;
|
|
793
|
-
|
|
790
|
+
};
|
|
791
|
+
txId: {
|
|
792
|
+
blockNumber: number;
|
|
793
|
+
extrinsicIndex: number;
|
|
794
794
|
};
|
|
795
795
|
affiliateFees: {
|
|
796
796
|
account: number;
|
|
@@ -814,39 +814,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
814
814
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
815
815
|
};
|
|
816
816
|
sourceAddress?: {
|
|
817
|
-
value: string;
|
|
818
817
|
__kind: "Eth";
|
|
819
|
-
} | {
|
|
820
818
|
value: string;
|
|
819
|
+
} | {
|
|
821
820
|
__kind: "Dot";
|
|
821
|
+
value: string;
|
|
822
822
|
} | {
|
|
823
|
+
__kind: "Btc";
|
|
823
824
|
value: {
|
|
824
|
-
value: string;
|
|
825
825
|
__kind: "P2PKH";
|
|
826
|
-
} | {
|
|
827
826
|
value: string;
|
|
828
|
-
__kind: "P2SH";
|
|
829
827
|
} | {
|
|
828
|
+
__kind: "P2SH";
|
|
830
829
|
value: string;
|
|
831
|
-
__kind: "P2WPKH";
|
|
832
830
|
} | {
|
|
831
|
+
__kind: "P2WPKH";
|
|
833
832
|
value: string;
|
|
834
|
-
__kind: "P2WSH";
|
|
835
833
|
} | {
|
|
834
|
+
__kind: "P2WSH";
|
|
836
835
|
value: string;
|
|
836
|
+
} | {
|
|
837
837
|
__kind: "Taproot";
|
|
838
|
+
value: string;
|
|
838
839
|
} | {
|
|
839
840
|
__kind: "OtherSegwit";
|
|
840
841
|
version: number;
|
|
841
842
|
program: string;
|
|
842
843
|
};
|
|
843
|
-
__kind: "Btc";
|
|
844
844
|
} | {
|
|
845
|
-
value: string;
|
|
846
845
|
__kind: "Arb";
|
|
847
|
-
} | {
|
|
848
846
|
value: string;
|
|
847
|
+
} | {
|
|
849
848
|
__kind: "Sol";
|
|
849
|
+
value: string;
|
|
850
850
|
} | null | undefined;
|
|
851
851
|
} | null | undefined;
|
|
852
852
|
brokerFee?: {
|
|
@@ -861,14 +861,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
|
862
862
|
__kind: "Vault";
|
|
863
863
|
vaultWitness: {
|
|
864
|
-
txId: {
|
|
865
|
-
blockNumber: number;
|
|
866
|
-
extrinsicIndex: number;
|
|
867
|
-
};
|
|
868
864
|
depositDetails: number;
|
|
869
865
|
inputAsset: "Dot";
|
|
870
866
|
depositAmount: bigint;
|
|
871
|
-
outputAsset: "
|
|
867
|
+
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
872
868
|
destinationAddress: {
|
|
873
869
|
readonly chain: "Ethereum";
|
|
874
870
|
readonly address: `0x${string}`;
|
|
@@ -885,6 +881,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
885
881
|
readonly chain: "Solana";
|
|
886
882
|
readonly address: string;
|
|
887
883
|
};
|
|
884
|
+
txId: {
|
|
885
|
+
blockNumber: number;
|
|
886
|
+
extrinsicIndex: number;
|
|
887
|
+
};
|
|
888
888
|
affiliateFees: {
|
|
889
889
|
account: number;
|
|
890
890
|
bps: number;
|
|
@@ -905,39 +905,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
905
905
|
};
|
|
906
906
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
907
907
|
sourceAddress?: {
|
|
908
|
-
value: `0x${string}`;
|
|
909
908
|
__kind: "Eth";
|
|
910
|
-
} | {
|
|
911
909
|
value: `0x${string}`;
|
|
910
|
+
} | {
|
|
912
911
|
__kind: "Dot";
|
|
912
|
+
value: `0x${string}`;
|
|
913
913
|
} | {
|
|
914
|
+
__kind: "Btc";
|
|
914
915
|
value: {
|
|
915
|
-
value: `0x${string}`;
|
|
916
916
|
__kind: "P2PKH";
|
|
917
|
-
} | {
|
|
918
917
|
value: `0x${string}`;
|
|
919
|
-
__kind: "P2SH";
|
|
920
918
|
} | {
|
|
919
|
+
__kind: "P2SH";
|
|
921
920
|
value: `0x${string}`;
|
|
922
|
-
__kind: "P2WPKH";
|
|
923
921
|
} | {
|
|
922
|
+
__kind: "P2WPKH";
|
|
924
923
|
value: `0x${string}`;
|
|
925
|
-
__kind: "P2WSH";
|
|
926
924
|
} | {
|
|
925
|
+
__kind: "P2WSH";
|
|
927
926
|
value: `0x${string}`;
|
|
927
|
+
} | {
|
|
928
928
|
__kind: "Taproot";
|
|
929
|
+
value: `0x${string}`;
|
|
929
930
|
} | {
|
|
930
931
|
__kind: "OtherSegwit";
|
|
931
932
|
version: number;
|
|
932
933
|
program: `0x${string}`;
|
|
933
934
|
};
|
|
934
|
-
__kind: "Btc";
|
|
935
935
|
} | {
|
|
936
|
-
value: `0x${string}`;
|
|
937
936
|
__kind: "Arb";
|
|
938
|
-
} | {
|
|
939
937
|
value: `0x${string}`;
|
|
938
|
+
} | {
|
|
940
939
|
__kind: "Sol";
|
|
940
|
+
value: `0x${string}`;
|
|
941
941
|
} | null | undefined;
|
|
942
942
|
} | null | undefined;
|
|
943
943
|
brokerFee?: {
|
|
@@ -952,21 +952,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
952
952
|
}, {
|
|
953
953
|
__kind: "Vault";
|
|
954
954
|
vaultWitness: {
|
|
955
|
-
txId: {
|
|
956
|
-
blockNumber: number;
|
|
957
|
-
extrinsicIndex: number;
|
|
958
|
-
};
|
|
959
955
|
depositDetails: number;
|
|
960
956
|
inputAsset: {
|
|
961
957
|
__kind: "Dot";
|
|
962
958
|
};
|
|
963
959
|
depositAmount: string | number;
|
|
964
960
|
outputAsset: {
|
|
965
|
-
__kind: "
|
|
961
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
966
962
|
};
|
|
967
963
|
destinationAddress: {
|
|
964
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
968
965
|
value: string;
|
|
969
|
-
|
|
966
|
+
};
|
|
967
|
+
txId: {
|
|
968
|
+
blockNumber: number;
|
|
969
|
+
extrinsicIndex: number;
|
|
970
970
|
};
|
|
971
971
|
affiliateFees: {
|
|
972
972
|
account: number;
|
|
@@ -990,39 +990,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
990
990
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
991
991
|
};
|
|
992
992
|
sourceAddress?: {
|
|
993
|
-
value: string;
|
|
994
993
|
__kind: "Eth";
|
|
995
|
-
} | {
|
|
996
994
|
value: string;
|
|
995
|
+
} | {
|
|
997
996
|
__kind: "Dot";
|
|
997
|
+
value: string;
|
|
998
998
|
} | {
|
|
999
|
+
__kind: "Btc";
|
|
999
1000
|
value: {
|
|
1000
|
-
value: string;
|
|
1001
1001
|
__kind: "P2PKH";
|
|
1002
|
-
} | {
|
|
1003
1002
|
value: string;
|
|
1004
|
-
__kind: "P2SH";
|
|
1005
1003
|
} | {
|
|
1004
|
+
__kind: "P2SH";
|
|
1006
1005
|
value: string;
|
|
1007
|
-
__kind: "P2WPKH";
|
|
1008
1006
|
} | {
|
|
1007
|
+
__kind: "P2WPKH";
|
|
1009
1008
|
value: string;
|
|
1010
|
-
__kind: "P2WSH";
|
|
1011
1009
|
} | {
|
|
1010
|
+
__kind: "P2WSH";
|
|
1012
1011
|
value: string;
|
|
1012
|
+
} | {
|
|
1013
1013
|
__kind: "Taproot";
|
|
1014
|
+
value: string;
|
|
1014
1015
|
} | {
|
|
1015
1016
|
__kind: "OtherSegwit";
|
|
1016
1017
|
version: number;
|
|
1017
1018
|
program: string;
|
|
1018
1019
|
};
|
|
1019
|
-
__kind: "Btc";
|
|
1020
1020
|
} | {
|
|
1021
|
-
value: string;
|
|
1022
1021
|
__kind: "Arb";
|
|
1023
|
-
} | {
|
|
1024
1022
|
value: string;
|
|
1023
|
+
} | {
|
|
1025
1024
|
__kind: "Sol";
|
|
1025
|
+
value: string;
|
|
1026
1026
|
} | null | undefined;
|
|
1027
1027
|
} | null | undefined;
|
|
1028
1028
|
brokerFee?: {
|
|
@@ -1044,6 +1044,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1044
1044
|
} | {
|
|
1045
1045
|
__kind: "TransactionRejectedByBroker";
|
|
1046
1046
|
} | {
|
|
1047
|
+
__kind: "DepositWitnessRejected";
|
|
1047
1048
|
value: {
|
|
1048
1049
|
__kind: "Other";
|
|
1049
1050
|
} | {
|
|
@@ -1051,11 +1052,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1051
1052
|
} | {
|
|
1052
1053
|
__kind: "BadOrigin";
|
|
1053
1054
|
} | {
|
|
1055
|
+
__kind: "Module";
|
|
1054
1056
|
value: {
|
|
1055
1057
|
index: number;
|
|
1056
1058
|
error: `0x${string}`;
|
|
1057
1059
|
};
|
|
1058
|
-
__kind: "Module";
|
|
1059
1060
|
} | {
|
|
1060
1061
|
__kind: "ConsumerRemaining";
|
|
1061
1062
|
} | {
|
|
@@ -1063,14 +1064,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1063
1064
|
} | {
|
|
1064
1065
|
__kind: "TooManyConsumers";
|
|
1065
1066
|
} | {
|
|
1066
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1067
1067
|
__kind: "Token";
|
|
1068
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1068
1069
|
} | {
|
|
1069
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1070
1070
|
__kind: "Arithmetic";
|
|
1071
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1071
1072
|
} | {
|
|
1072
|
-
value: "LimitReached" | "NoLayer";
|
|
1073
1073
|
__kind: "Transactional";
|
|
1074
|
+
value: "LimitReached" | "NoLayer";
|
|
1074
1075
|
} | {
|
|
1075
1076
|
__kind: "Exhausted";
|
|
1076
1077
|
} | {
|
|
@@ -1080,7 +1081,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1080
1081
|
} | {
|
|
1081
1082
|
__kind: "RootNotAllowed";
|
|
1082
1083
|
};
|
|
1083
|
-
__kind: "DepositWitnessRejected";
|
|
1084
1084
|
} | {
|
|
1085
1085
|
__kind: "InvalidDestinationAddress";
|
|
1086
1086
|
} | {
|
|
@@ -1105,14 +1105,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1105
1105
|
} | {
|
|
1106
1106
|
__kind: "Vault";
|
|
1107
1107
|
vaultWitness: {
|
|
1108
|
-
txId: {
|
|
1109
|
-
blockNumber: number;
|
|
1110
|
-
extrinsicIndex: number;
|
|
1111
|
-
};
|
|
1112
1108
|
depositDetails: number;
|
|
1113
1109
|
inputAsset: "Dot";
|
|
1114
1110
|
depositAmount: bigint;
|
|
1115
|
-
outputAsset: "
|
|
1111
|
+
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1116
1112
|
destinationAddress: {
|
|
1117
1113
|
readonly chain: "Ethereum";
|
|
1118
1114
|
readonly address: `0x${string}`;
|
|
@@ -1129,6 +1125,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1129
1125
|
readonly chain: "Solana";
|
|
1130
1126
|
readonly address: string;
|
|
1131
1127
|
};
|
|
1128
|
+
txId: {
|
|
1129
|
+
blockNumber: number;
|
|
1130
|
+
extrinsicIndex: number;
|
|
1131
|
+
};
|
|
1132
1132
|
affiliateFees: {
|
|
1133
1133
|
account: number;
|
|
1134
1134
|
bps: number;
|
|
@@ -1149,39 +1149,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1149
1149
|
};
|
|
1150
1150
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
1151
1151
|
sourceAddress?: {
|
|
1152
|
-
value: `0x${string}`;
|
|
1153
1152
|
__kind: "Eth";
|
|
1154
|
-
} | {
|
|
1155
1153
|
value: `0x${string}`;
|
|
1154
|
+
} | {
|
|
1156
1155
|
__kind: "Dot";
|
|
1156
|
+
value: `0x${string}`;
|
|
1157
1157
|
} | {
|
|
1158
|
+
__kind: "Btc";
|
|
1158
1159
|
value: {
|
|
1159
|
-
value: `0x${string}`;
|
|
1160
1160
|
__kind: "P2PKH";
|
|
1161
|
-
} | {
|
|
1162
1161
|
value: `0x${string}`;
|
|
1163
|
-
__kind: "P2SH";
|
|
1164
1162
|
} | {
|
|
1163
|
+
__kind: "P2SH";
|
|
1165
1164
|
value: `0x${string}`;
|
|
1166
|
-
__kind: "P2WPKH";
|
|
1167
1165
|
} | {
|
|
1166
|
+
__kind: "P2WPKH";
|
|
1168
1167
|
value: `0x${string}`;
|
|
1169
|
-
__kind: "P2WSH";
|
|
1170
1168
|
} | {
|
|
1169
|
+
__kind: "P2WSH";
|
|
1171
1170
|
value: `0x${string}`;
|
|
1171
|
+
} | {
|
|
1172
1172
|
__kind: "Taproot";
|
|
1173
|
+
value: `0x${string}`;
|
|
1173
1174
|
} | {
|
|
1174
1175
|
__kind: "OtherSegwit";
|
|
1175
1176
|
version: number;
|
|
1176
1177
|
program: `0x${string}`;
|
|
1177
1178
|
};
|
|
1178
|
-
__kind: "Btc";
|
|
1179
1179
|
} | {
|
|
1180
|
-
value: `0x${string}`;
|
|
1181
1180
|
__kind: "Arb";
|
|
1182
|
-
} | {
|
|
1183
1181
|
value: `0x${string}`;
|
|
1182
|
+
} | {
|
|
1184
1183
|
__kind: "Sol";
|
|
1184
|
+
value: `0x${string}`;
|
|
1185
1185
|
} | null | undefined;
|
|
1186
1186
|
} | null | undefined;
|
|
1187
1187
|
brokerFee?: {
|
|
@@ -1203,6 +1203,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1203
1203
|
} | {
|
|
1204
1204
|
__kind: "TransactionRejectedByBroker";
|
|
1205
1205
|
} | {
|
|
1206
|
+
__kind: "DepositWitnessRejected";
|
|
1206
1207
|
value: {
|
|
1207
1208
|
__kind: "Other";
|
|
1208
1209
|
} | {
|
|
@@ -1210,11 +1211,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1210
1211
|
} | {
|
|
1211
1212
|
__kind: "BadOrigin";
|
|
1212
1213
|
} | {
|
|
1214
|
+
__kind: "Module";
|
|
1213
1215
|
value: {
|
|
1214
1216
|
index: number;
|
|
1215
1217
|
error: string;
|
|
1216
1218
|
};
|
|
1217
|
-
__kind: "Module";
|
|
1218
1219
|
} | {
|
|
1219
1220
|
__kind: "ConsumerRemaining";
|
|
1220
1221
|
} | {
|
|
@@ -1222,20 +1223,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1222
1223
|
} | {
|
|
1223
1224
|
__kind: "TooManyConsumers";
|
|
1224
1225
|
} | {
|
|
1226
|
+
__kind: "Token";
|
|
1225
1227
|
value: {
|
|
1226
|
-
__kind: "
|
|
1228
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1227
1229
|
};
|
|
1228
|
-
__kind: "Token";
|
|
1229
1230
|
} | {
|
|
1231
|
+
__kind: "Arithmetic";
|
|
1230
1232
|
value: {
|
|
1231
1233
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1232
1234
|
};
|
|
1233
|
-
__kind: "Arithmetic";
|
|
1234
1235
|
} | {
|
|
1236
|
+
__kind: "Transactional";
|
|
1235
1237
|
value: {
|
|
1236
1238
|
__kind: "LimitReached" | "NoLayer";
|
|
1237
1239
|
};
|
|
1238
|
-
__kind: "Transactional";
|
|
1239
1240
|
} | {
|
|
1240
1241
|
__kind: "Exhausted";
|
|
1241
1242
|
} | {
|
|
@@ -1245,7 +1246,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1245
1246
|
} | {
|
|
1246
1247
|
__kind: "RootNotAllowed";
|
|
1247
1248
|
};
|
|
1248
|
-
__kind: "DepositWitnessRejected";
|
|
1249
1249
|
} | {
|
|
1250
1250
|
__kind: "InvalidDestinationAddress";
|
|
1251
1251
|
} | {
|
|
@@ -1272,21 +1272,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1272
1272
|
} | {
|
|
1273
1273
|
__kind: "Vault";
|
|
1274
1274
|
vaultWitness: {
|
|
1275
|
-
txId: {
|
|
1276
|
-
blockNumber: number;
|
|
1277
|
-
extrinsicIndex: number;
|
|
1278
|
-
};
|
|
1279
1275
|
depositDetails: number;
|
|
1280
1276
|
inputAsset: {
|
|
1281
1277
|
__kind: "Dot";
|
|
1282
1278
|
};
|
|
1283
1279
|
depositAmount: string | number;
|
|
1284
1280
|
outputAsset: {
|
|
1285
|
-
__kind: "
|
|
1281
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1286
1282
|
};
|
|
1287
1283
|
destinationAddress: {
|
|
1284
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
1288
1285
|
value: string;
|
|
1289
|
-
|
|
1286
|
+
};
|
|
1287
|
+
txId: {
|
|
1288
|
+
blockNumber: number;
|
|
1289
|
+
extrinsicIndex: number;
|
|
1290
1290
|
};
|
|
1291
1291
|
affiliateFees: {
|
|
1292
1292
|
account: number;
|
|
@@ -1310,39 +1310,39 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1310
1310
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
1311
1311
|
};
|
|
1312
1312
|
sourceAddress?: {
|
|
1313
|
-
value: string;
|
|
1314
1313
|
__kind: "Eth";
|
|
1315
|
-
} | {
|
|
1316
1314
|
value: string;
|
|
1315
|
+
} | {
|
|
1317
1316
|
__kind: "Dot";
|
|
1317
|
+
value: string;
|
|
1318
1318
|
} | {
|
|
1319
|
+
__kind: "Btc";
|
|
1319
1320
|
value: {
|
|
1320
|
-
value: string;
|
|
1321
1321
|
__kind: "P2PKH";
|
|
1322
|
-
} | {
|
|
1323
1322
|
value: string;
|
|
1324
|
-
__kind: "P2SH";
|
|
1325
1323
|
} | {
|
|
1324
|
+
__kind: "P2SH";
|
|
1326
1325
|
value: string;
|
|
1327
|
-
__kind: "P2WPKH";
|
|
1328
1326
|
} | {
|
|
1327
|
+
__kind: "P2WPKH";
|
|
1329
1328
|
value: string;
|
|
1330
|
-
__kind: "P2WSH";
|
|
1331
1329
|
} | {
|
|
1330
|
+
__kind: "P2WSH";
|
|
1332
1331
|
value: string;
|
|
1332
|
+
} | {
|
|
1333
1333
|
__kind: "Taproot";
|
|
1334
|
+
value: string;
|
|
1334
1335
|
} | {
|
|
1335
1336
|
__kind: "OtherSegwit";
|
|
1336
1337
|
version: number;
|
|
1337
1338
|
program: string;
|
|
1338
1339
|
};
|
|
1339
|
-
__kind: "Btc";
|
|
1340
1340
|
} | {
|
|
1341
|
-
value: string;
|
|
1342
1341
|
__kind: "Arb";
|
|
1343
|
-
} | {
|
|
1344
1342
|
value: string;
|
|
1343
|
+
} | {
|
|
1345
1344
|
__kind: "Sol";
|
|
1345
|
+
value: string;
|
|
1346
1346
|
} | null | undefined;
|
|
1347
1347
|
} | null | undefined;
|
|
1348
1348
|
brokerFee?: {
|