@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
|
@@ -5,21 +5,21 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
5
5
|
asset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13
13
|
}>;
|
|
14
14
|
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
15
15
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
value: `0x${string}`;
|
|
19
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
19
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
20
20
|
}, {
|
|
21
21
|
value: string;
|
|
22
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
22
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
23
23
|
}>, {
|
|
24
24
|
readonly chain: "Ethereum";
|
|
25
25
|
readonly address: `0x${string}`;
|
|
@@ -40,15 +40,14 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
40
40
|
readonly address: string;
|
|
41
41
|
}, {
|
|
42
42
|
value: string;
|
|
43
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
43
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
44
44
|
}>;
|
|
45
45
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
46
46
|
depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
47
47
|
boostFee: z.ZodNumber;
|
|
48
48
|
channelOpeningFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
|
|
51
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
50
|
+
accountId: string;
|
|
52
51
|
depositAddress: {
|
|
53
52
|
readonly chain: "Ethereum";
|
|
54
53
|
readonly address: `0x${string}`;
|
|
@@ -68,22 +67,23 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
68
67
|
readonly chain: "Assethub";
|
|
69
68
|
readonly address: string;
|
|
70
69
|
};
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
channelId: bigint;
|
|
71
|
+
asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
73
72
|
boostFee: number;
|
|
73
|
+
depositChainExpiryBlock: bigint;
|
|
74
74
|
channelOpeningFee: bigint;
|
|
75
75
|
}, {
|
|
76
|
-
|
|
77
|
-
asset: {
|
|
78
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
79
|
-
};
|
|
76
|
+
accountId: string;
|
|
80
77
|
depositAddress: {
|
|
81
78
|
value: string;
|
|
82
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
79
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
80
|
+
};
|
|
81
|
+
channelId: string | number;
|
|
82
|
+
asset: {
|
|
83
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
83
84
|
};
|
|
84
|
-
accountId: string;
|
|
85
|
-
depositChainExpiryBlock: string | number;
|
|
86
85
|
boostFee: number;
|
|
86
|
+
depositChainExpiryBlock: string | number;
|
|
87
87
|
channelOpeningFee: string | number;
|
|
88
88
|
}>;
|
|
89
89
|
|
|
@@ -5,21 +5,21 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
5
5
|
asset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13
13
|
}>;
|
|
14
14
|
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
15
15
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
value: `0x${string}`;
|
|
19
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
19
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
20
20
|
}, {
|
|
21
21
|
value: string;
|
|
22
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
22
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
23
23
|
}>, {
|
|
24
24
|
readonly chain: "Ethereum";
|
|
25
25
|
readonly address: `0x${string}`;
|
|
@@ -40,15 +40,14 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
40
40
|
readonly address: string;
|
|
41
41
|
}, {
|
|
42
42
|
value: string;
|
|
43
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
43
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
44
44
|
}>;
|
|
45
45
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
46
46
|
depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
47
47
|
boostFee: z.ZodNumber;
|
|
48
48
|
channelOpeningFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
|
|
51
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
50
|
+
accountId: string;
|
|
52
51
|
depositAddress: {
|
|
53
52
|
readonly chain: "Ethereum";
|
|
54
53
|
readonly address: `0x${string}`;
|
|
@@ -68,22 +67,23 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
68
67
|
readonly chain: "Assethub";
|
|
69
68
|
readonly address: string;
|
|
70
69
|
};
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
channelId: bigint;
|
|
71
|
+
asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
73
72
|
boostFee: number;
|
|
73
|
+
depositChainExpiryBlock: bigint;
|
|
74
74
|
channelOpeningFee: bigint;
|
|
75
75
|
}, {
|
|
76
|
-
|
|
77
|
-
asset: {
|
|
78
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
79
|
-
};
|
|
76
|
+
accountId: string;
|
|
80
77
|
depositAddress: {
|
|
81
78
|
value: string;
|
|
82
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
79
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
80
|
+
};
|
|
81
|
+
channelId: string | number;
|
|
82
|
+
asset: {
|
|
83
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
83
84
|
};
|
|
84
|
-
accountId: string;
|
|
85
|
-
depositChainExpiryBlock: string | number;
|
|
86
85
|
boostFee: number;
|
|
86
|
+
depositChainExpiryBlock: string | number;
|
|
87
87
|
channelOpeningFee: string | number;
|
|
88
88
|
}>;
|
|
89
89
|
|
|
@@ -162,6 +162,7 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
162
162
|
__kind: "Hub";
|
|
163
163
|
}>]>;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
+
accountId: string;
|
|
165
166
|
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
166
167
|
address: {
|
|
167
168
|
value: `0x${string}`;
|
|
@@ -201,8 +202,8 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
201
202
|
value: `0x${string}`;
|
|
202
203
|
__kind: "Hub";
|
|
203
204
|
};
|
|
204
|
-
accountId: string;
|
|
205
205
|
}, {
|
|
206
|
+
accountId: string;
|
|
206
207
|
chain: {
|
|
207
208
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
208
209
|
};
|
|
@@ -244,7 +245,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
244
245
|
value: string;
|
|
245
246
|
__kind: "Hub";
|
|
246
247
|
};
|
|
247
|
-
accountId: string;
|
|
248
248
|
}>;
|
|
249
249
|
|
|
250
250
|
export { liquidityProviderLiquidityRefundAddressRegistered };
|
|
@@ -162,6 +162,7 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
162
162
|
__kind: "Hub";
|
|
163
163
|
}>]>;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
+
accountId: string;
|
|
165
166
|
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
166
167
|
address: {
|
|
167
168
|
value: `0x${string}`;
|
|
@@ -201,8 +202,8 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
201
202
|
value: `0x${string}`;
|
|
202
203
|
__kind: "Hub";
|
|
203
204
|
};
|
|
204
|
-
accountId: string;
|
|
205
205
|
}, {
|
|
206
|
+
accountId: string;
|
|
206
207
|
chain: {
|
|
207
208
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
208
209
|
};
|
|
@@ -244,7 +245,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
244
245
|
value: string;
|
|
245
246
|
__kind: "Hub";
|
|
246
247
|
};
|
|
247
|
-
accountId: string;
|
|
248
248
|
}>;
|
|
249
249
|
|
|
250
250
|
export { liquidityProviderLiquidityRefundAddressRegistered };
|
|
@@ -13,11 +13,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
13
13
|
asset: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
__kind: "Eth" | "
|
|
16
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17
17
|
}, {
|
|
18
|
-
__kind: "Eth" | "
|
|
19
|
-
}>, "Eth" | "
|
|
20
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -25,10 +25,10 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
value: `0x${string}`;
|
|
28
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
29
29
|
}, {
|
|
30
30
|
value: string;
|
|
31
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
32
32
|
}>, {
|
|
33
33
|
readonly chain: "Ethereum";
|
|
34
34
|
readonly address: `0x${string}`;
|
|
@@ -49,11 +49,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
51
|
value: string;
|
|
52
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
53
53
|
}>;
|
|
54
54
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
asset: "Eth" | "
|
|
56
|
+
asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
57
57
|
amount: bigint;
|
|
58
58
|
fee: bigint;
|
|
59
59
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
@@ -78,7 +78,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
78
78
|
};
|
|
79
79
|
}, {
|
|
80
80
|
asset: {
|
|
81
|
-
__kind: "Eth" | "
|
|
81
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
82
82
|
};
|
|
83
83
|
amount: string | number;
|
|
84
84
|
fee: string | number;
|
|
@@ -87,7 +87,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
87
87
|
}, string | number];
|
|
88
88
|
destinationAddress: {
|
|
89
89
|
value: string;
|
|
90
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
90
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
91
91
|
};
|
|
92
92
|
}>;
|
|
93
93
|
|
|
@@ -13,11 +13,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
13
13
|
asset: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
__kind: "Eth" | "
|
|
16
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17
17
|
}, {
|
|
18
|
-
__kind: "Eth" | "
|
|
19
|
-
}>, "Eth" | "
|
|
20
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -25,10 +25,10 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
value: `0x${string}`;
|
|
28
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
29
29
|
}, {
|
|
30
30
|
value: string;
|
|
31
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
32
32
|
}>, {
|
|
33
33
|
readonly chain: "Ethereum";
|
|
34
34
|
readonly address: `0x${string}`;
|
|
@@ -49,11 +49,11 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
51
|
value: string;
|
|
52
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
53
53
|
}>;
|
|
54
54
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
asset: "Eth" | "
|
|
56
|
+
asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
57
57
|
amount: bigint;
|
|
58
58
|
fee: bigint;
|
|
59
59
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
@@ -78,7 +78,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
78
78
|
};
|
|
79
79
|
}, {
|
|
80
80
|
asset: {
|
|
81
|
-
__kind: "Eth" | "
|
|
81
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
82
82
|
};
|
|
83
83
|
amount: string | number;
|
|
84
84
|
fee: string | number;
|
|
@@ -87,7 +87,7 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
87
87
|
}, string | number];
|
|
88
88
|
destinationAddress: {
|
|
89
89
|
value: string;
|
|
90
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
90
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
91
91
|
};
|
|
92
92
|
}>;
|
|
93
93
|
|
|
@@ -12,13 +12,13 @@ declare const polkadotIngressEgressCcmBroadcastRequested: z.ZodObject<{
|
|
|
12
12
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
13
13
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
broadcastId: number;
|
|
16
15
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
17
|
-
}, {
|
|
18
16
|
broadcastId: number;
|
|
17
|
+
}, {
|
|
19
18
|
egressId: [{
|
|
20
19
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
21
20
|
}, string | number];
|
|
21
|
+
broadcastId: number;
|
|
22
22
|
}>;
|
|
23
23
|
|
|
24
24
|
export { polkadotIngressEgressCcmBroadcastRequested };
|
|
@@ -12,13 +12,13 @@ declare const polkadotIngressEgressCcmBroadcastRequested: z.ZodObject<{
|
|
|
12
12
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
13
13
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
broadcastId: number;
|
|
16
15
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
17
|
-
}, {
|
|
18
16
|
broadcastId: number;
|
|
17
|
+
}, {
|
|
19
18
|
egressId: [{
|
|
20
19
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
21
20
|
}, string | number];
|
|
21
|
+
broadcastId: number;
|
|
22
22
|
}>;
|
|
23
23
|
|
|
24
24
|
export { polkadotIngressEgressCcmBroadcastRequested };
|
|
@@ -72,18 +72,18 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
72
72
|
value: z.ZodEffects<z.ZodObject<{
|
|
73
73
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress", "TooManyAddressLookupTables"]>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
__kind: "
|
|
75
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
76
76
|
}, {
|
|
77
|
-
__kind: "
|
|
78
|
-
}>, "
|
|
79
|
-
__kind: "
|
|
77
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
78
|
+
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables", {
|
|
79
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
80
80
|
}>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
value: "
|
|
82
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
83
83
|
__kind: "InvalidCcm";
|
|
84
84
|
}, {
|
|
85
85
|
value: {
|
|
86
|
-
__kind: "
|
|
86
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
87
87
|
};
|
|
88
88
|
__kind: "InvalidCcm";
|
|
89
89
|
}>, z.ZodObject<{
|
|
@@ -117,7 +117,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
117
117
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
118
118
|
__kind: "FailedToDeriveAddress";
|
|
119
119
|
} | {
|
|
120
|
-
value: "
|
|
120
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
121
121
|
__kind: "InvalidCcm";
|
|
122
122
|
} | {
|
|
123
123
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -144,7 +144,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
144
144
|
__kind: "FailedToDeriveAddress";
|
|
145
145
|
} | {
|
|
146
146
|
value: {
|
|
147
|
-
__kind: "
|
|
147
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
148
148
|
};
|
|
149
149
|
__kind: "InvalidCcm";
|
|
150
150
|
} | {
|
|
@@ -221,18 +221,18 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
221
221
|
value: z.ZodEffects<z.ZodObject<{
|
|
222
222
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
224
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
225
225
|
}, {
|
|
226
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
227
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
228
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
226
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
227
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
228
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
229
|
}>;
|
|
230
230
|
}, "strip", z.ZodTypeAny, {
|
|
231
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
231
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
232
232
|
__kind: "Token";
|
|
233
233
|
}, {
|
|
234
234
|
value: {
|
|
235
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
235
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
236
236
|
};
|
|
237
237
|
__kind: "Token";
|
|
238
238
|
}>, z.ZodObject<{
|
|
@@ -318,7 +318,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
318
318
|
} | {
|
|
319
319
|
__kind: "TooManyConsumers";
|
|
320
320
|
} | {
|
|
321
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
321
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
322
322
|
__kind: "Token";
|
|
323
323
|
} | {
|
|
324
324
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -357,7 +357,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
357
357
|
__kind: "TooManyConsumers";
|
|
358
358
|
} | {
|
|
359
359
|
value: {
|
|
360
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
360
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
361
361
|
};
|
|
362
362
|
__kind: "Token";
|
|
363
363
|
} | {
|
|
@@ -406,7 +406,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
406
406
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
407
407
|
__kind: "FailedToDeriveAddress";
|
|
408
408
|
} | {
|
|
409
|
-
value: "
|
|
409
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
410
410
|
__kind: "InvalidCcm";
|
|
411
411
|
} | {
|
|
412
412
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -435,7 +435,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
435
435
|
} | {
|
|
436
436
|
__kind: "TooManyConsumers";
|
|
437
437
|
} | {
|
|
438
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
438
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
439
439
|
__kind: "Token";
|
|
440
440
|
} | {
|
|
441
441
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -480,7 +480,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
480
480
|
__kind: "FailedToDeriveAddress";
|
|
481
481
|
} | {
|
|
482
482
|
value: {
|
|
483
|
-
__kind: "
|
|
483
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
484
484
|
};
|
|
485
485
|
__kind: "InvalidCcm";
|
|
486
486
|
} | {
|
|
@@ -511,7 +511,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
511
511
|
__kind: "TooManyConsumers";
|
|
512
512
|
} | {
|
|
513
513
|
value: {
|
|
514
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
514
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
515
515
|
};
|
|
516
516
|
__kind: "Token";
|
|
517
517
|
} | {
|