@chainflip/processor 2.1.3 → 2.2.0-tron-dev.1
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/common.cjs +1 -1
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.mts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.mts +2 -2
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +7 -7
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +7 -7
- package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.mts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.mts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/100/swapping/ccmDepositReceived.d.cts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.mts +2 -2
- package/dist/100/swapping/ccmFailed.d.cts +4 -4
- package/dist/100/swapping/ccmFailed.d.mts +4 -4
- package/dist/100/swapping/swapExecuted.d.cts +4 -4
- package/dist/100/swapping/swapExecuted.d.mts +4 -4
- package/dist/100/swapping/swapScheduled.d.cts +10 -10
- package/dist/100/swapping/swapScheduled.d.mts +10 -10
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.mts +17 -17
- package/dist/102/common.cjs +1 -1
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +79 -79
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +79 -79
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.cts +2 -2
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.mts +2 -2
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +82 -82
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +82 -82
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.cts +2 -2
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.mts +2 -2
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +124 -124
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +124 -124
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +6 -6
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +6 -6
- package/dist/11000/common.cjs +2 -2
- package/dist/11000/common.d.cts +724 -724
- package/dist/11000/common.d.mts +724 -724
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +79 -79
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +79 -79
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.cts +2 -2
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.mts +2 -2
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +82 -82
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +82 -82
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.cts +2 -2
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.mts +2 -2
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +70 -70
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +70 -70
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.cts +2 -2
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.mts +2 -2
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +17 -17
- package/dist/11000/swapping/refundEgressScheduled.d.mts +17 -17
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +42 -42
- package/dist/11000/swapping/swapRequested.d.cts +44 -44
- package/dist/11000/swapping/swapRequested.d.mts +44 -44
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/111/common.cjs +1 -1
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +154 -154
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +154 -154
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +154 -154
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +154 -154
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +284 -284
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +284 -284
- package/dist/11100/common.cjs +2 -2
- package/dist/11100/common.d.cts +2554 -2554
- package/dist/11100/common.d.mts +2554 -2554
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +154 -154
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +154 -154
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +48 -48
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +48 -48
- package/dist/11100/funding/sCCallExecuted.d.cts +24 -24
- package/dist/11100/funding/sCCallExecuted.d.mts +24 -24
- package/dist/11100/lendingPools/loanCreated.d.cts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.mts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.cts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.mts +2 -2
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +154 -154
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +154 -154
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +154 -154
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +154 -154
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +27 -27
- package/dist/11100/swapping/swapRequested.d.cts +354 -354
- package/dist/11100/swapping/swapRequested.d.mts +354 -354
- package/dist/11100/validator/maxBidUpdated.d.cts +8 -8
- package/dist/11100/validator/maxBidUpdated.d.mts +8 -8
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/11100/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +182 -182
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +182 -182
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +200 -200
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +200 -200
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +22 -22
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +312 -312
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +312 -312
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/common.cjs +2 -2
- package/dist/11200/common.d.cts +2743 -2743
- package/dist/11200/common.d.mts +2743 -2743
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +182 -182
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +182 -182
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +200 -200
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +200 -200
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +214 -214
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +214 -214
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/11200/swapping/swapRequested.d.cts +376 -376
- package/dist/11200/swapping/swapRequested.d.mts +376 -376
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/common.cjs +1 -1
- package/dist/120/common.d.cts +4 -4
- package/dist/120/common.d.mts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.cts +2 -2
- package/dist/120/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/120/swapping/swapEgressIgnored.d.cts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.mts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
- package/dist/120/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/120/swapping/swapExecuted.d.cts +14 -14
- package/dist/120/swapping/swapExecuted.d.mts +14 -14
- package/dist/131/common.cjs +1 -1
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/131/swapping/ccmFailed.d.cts +9 -9
- package/dist/131/swapping/ccmFailed.d.mts +9 -9
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/131/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/131/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/131/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.mts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +25 -25
- package/dist/131/swapping/swapScheduled.d.mts +25 -25
- package/dist/131/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/131/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/common.cjs +1 -1
- package/dist/141/common.d.cts +228 -228
- package/dist/141/common.d.mts +228 -228
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/141/environment/staleUtxosDiscarded.d.cts +4 -4
- package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.mts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.mts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.mts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +48 -48
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +48 -48
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.mts +2 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +72 -72
- package/dist/141/swapping/ccmDepositReceived.d.mts +72 -72
- package/dist/141/swapping/ccmFailed.d.cts +77 -77
- package/dist/141/swapping/ccmFailed.d.mts +77 -77
- package/dist/141/swapping/swapDepositAddressReady.d.cts +8 -8
- package/dist/141/swapping/swapDepositAddressReady.d.mts +8 -8
- package/dist/141/swapping/swapEgressIgnored.d.cts +19 -19
- package/dist/141/swapping/swapEgressIgnored.d.mts +19 -19
- package/dist/141/swapping/swapEgressScheduled.d.cts +5 -5
- package/dist/141/swapping/swapEgressScheduled.d.mts +5 -5
- package/dist/141/swapping/swapExecuted.d.cts +84 -84
- package/dist/141/swapping/swapExecuted.d.mts +84 -84
- package/dist/141/swapping/swapScheduled.d.cts +95 -95
- package/dist/141/swapping/swapScheduled.d.mts +95 -95
- package/dist/141/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/141/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/150/common.cjs +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.mts +2 -2
- package/dist/150/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/150/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/150/swapping/swapExecuted.d.cts +2 -2
- package/dist/150/swapping/swapExecuted.d.mts +2 -2
- package/dist/150/swapping/swapScheduled.d.cts +2 -2
- package/dist/150/swapping/swapScheduled.d.mts +2 -2
- package/dist/150/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/150/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/common.cjs +2 -2
- package/dist/160/common.d.cts +62 -62
- package/dist/160/common.d.mts +62 -62
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/160/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +6 -6
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +6 -6
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +4 -4
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +4 -4
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +10 -10
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/160/swapping/refundEgressIgnored.d.cts +10 -10
- package/dist/160/swapping/refundEgressIgnored.d.mts +10 -10
- package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/refundEgressScheduled.d.mts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.mts +2 -2
- package/dist/160/swapping/swapEgressIgnored.d.cts +10 -10
- package/dist/160/swapping/swapEgressIgnored.d.mts +10 -10
- package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/swapEgressScheduled.d.mts +2 -2
- package/dist/160/swapping/swapScheduled.d.cts +6 -6
- package/dist/160/swapping/swapScheduled.d.mts +6 -6
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +14 -14
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +10 -10
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +10 -10
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
- package/dist/170/common.cjs +2 -2
- package/dist/170/common.d.cts +10 -10
- package/dist/170/common.d.mts +10 -10
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +2 -2
- package/dist/170/reputation/offencePenalty.d.mts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +55 -55
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +55 -55
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +116 -116
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +116 -116
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/common.cjs +2 -2
- package/dist/180/common.d.cts +380 -380
- package/dist/180/common.d.mts +380 -380
- package/dist/180/environment/solanaGovCallDispatched.d.cts +2 -2
- package/dist/180/environment/solanaGovCallDispatched.d.mts +2 -2
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +55 -55
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +55 -55
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +61 -61
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +61 -61
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +46 -46
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +46 -46
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.mts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapDepositAddressReady.d.cts +30 -30
- package/dist/180/swapping/swapDepositAddressReady.d.mts +30 -30
- package/dist/180/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapRequested.d.cts +16 -16
- package/dist/180/swapping/swapRequested.d.mts +16 -16
- package/dist/180/swapping/swapScheduled.d.cts +6 -6
- package/dist/180/swapping/swapScheduled.d.mts +6 -6
- package/dist/180/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/180/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/190/assetBalances/accountCredited.d.cts +2 -2
- package/dist/190/assetBalances/accountCredited.d.mts +2 -2
- package/dist/190/assetBalances/accountDebited.d.cts +2 -2
- package/dist/190/assetBalances/accountDebited.d.mts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.mts +2 -2
- package/dist/190/assetBalances/refundSkipped.d.cts +8 -8
- package/dist/190/assetBalances/refundSkipped.d.mts +8 -8
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +10 -10
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +10 -10
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +10 -10
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +10 -10
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/190/common.cjs +2 -2
- package/dist/190/common.d.cts +168 -168
- package/dist/190/common.d.mts +168 -168
- package/dist/190/emissions/networkFeeBurned.d.cts +2 -2
- package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/190/liquidityPools/assetSwapped.d.cts +4 -4
- package/dist/190/liquidityPools/assetSwapped.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/190/reputation/offencePenalty.d.cts +2 -2
- package/dist/190/reputation/offencePenalty.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +10 -10
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/190/swapping/refundEgressIgnored.d.cts +8 -8
- package/dist/190/swapping/refundEgressIgnored.d.mts +8 -8
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/190/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/190/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapExecuted.d.cts +4 -4
- package/dist/190/swapping/swapExecuted.d.mts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.cts +2 -2
- package/dist/190/swapping/withdrawalRequested.d.mts +2 -2
- package/dist/200/common.cjs +2 -2
- package/dist/200/lendingPools/liquidationCompleted.d.cts +2 -2
- package/dist/200/lendingPools/liquidationCompleted.d.mts +2 -2
- package/dist/200/swapping/swapAborted.d.cts +2 -2
- package/dist/200/swapping/swapAborted.d.mts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.mts +2 -2
- package/dist/200/swapping/swapRescheduled.d.cts +3 -3
- package/dist/200/swapping/swapRescheduled.d.mts +3 -3
- package/dist/210/common.cjs +2 -2
- package/dist/210/lendingPools/boostFundsAdded.d.cts +2 -2
- package/dist/210/lendingPools/boostFundsAdded.d.mts +2 -2
- package/dist/210/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/210/lendingPools/stoppedBoosting.d.mts +2 -2
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +2 -2
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +2 -2
- package/dist/210/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/210/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/220/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/220/arbitrumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.cjs +13 -0
- package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.d.mts +25 -0
- package/dist/220/arbitrumIngressEgress/batchBroadcastRequested.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.cjs +13 -0
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +25 -0
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1049 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +1049 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/arbitrumIngressEgress/depositFailed.cjs +14 -0
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +1507 -0
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +1507 -0
- package/dist/220/arbitrumIngressEgress/depositFailed.mjs +12 -0
- package/dist/220/arbitrumIngressEgress/depositFinalised.cjs +21 -0
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +198 -0
- package/dist/220/arbitrumIngressEgress/depositFinalised.mjs +19 -0
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.cjs +16 -0
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +66 -0
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/220/assetBalances/accountCredited.cjs +15 -0
- package/dist/220/assetBalances/accountCredited.d.cts +31 -0
- package/dist/220/assetBalances/accountCredited.d.mts +31 -0
- package/dist/220/assetBalances/accountCredited.mjs +13 -0
- package/dist/220/assetBalances/accountDebited.cjs +15 -0
- package/dist/220/assetBalances/accountDebited.d.cts +31 -0
- package/dist/220/assetBalances/accountDebited.d.mts +31 -0
- package/dist/220/assetBalances/accountDebited.mjs +13 -0
- package/dist/220/assetBalances/refundScheduled.cjs +14 -0
- package/dist/220/assetBalances/refundScheduled.d.cts +266 -0
- package/dist/220/assetBalances/refundScheduled.d.mts +266 -0
- package/dist/220/assetBalances/refundScheduled.mjs +12 -0
- package/dist/220/assetBalances/refundSkipped.cjs +14 -0
- package/dist/220/assetBalances/refundSkipped.d.cts +510 -0
- package/dist/220/assetBalances/refundSkipped.d.mts +510 -0
- package/dist/220/assetBalances/refundSkipped.mjs +12 -0
- package/dist/220/assetBalances/vaultDeficitDetected.cjs +14 -0
- package/dist/220/assetBalances/vaultDeficitDetected.d.cts +28 -0
- package/dist/220/assetBalances/vaultDeficitDetected.d.mts +28 -0
- package/dist/220/assetBalances/vaultDeficitDetected.mjs +12 -0
- package/dist/220/assethubBroadcaster/callResigned.cjs +13 -0
- package/dist/220/assethubBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.mjs +11 -0
- package/dist/220/assethubIngressEgress/batchBroadcastRequested.cjs +13 -0
- package/dist/220/assethubIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/220/assethubIngressEgress/batchBroadcastRequested.d.mts +25 -0
- package/dist/220/assethubIngressEgress/batchBroadcastRequested.mjs +11 -0
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.cjs +13 -0
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +25 -0
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.mjs +11 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +1049 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +1049 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/assethubIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +194 -0
- package/dist/220/assethubIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/assethubIngressEgress/depositFailed.cjs +14 -0
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +1498 -0
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +1498 -0
- package/dist/220/assethubIngressEgress/depositFailed.mjs +12 -0
- package/dist/220/assethubIngressEgress/depositFinalised.cjs +21 -0
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +188 -0
- package/dist/220/assethubIngressEgress/depositFinalised.mjs +19 -0
- package/dist/220/assethubIngressEgress/transferFallbackRequested.cjs +16 -0
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +66 -0
- package/dist/220/assethubIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/220/bitcoinBroadcaster/callResigned.cjs +13 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.cjs +13 -0
- package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.d.mts +25 -0
- package/dist/220/bitcoinIngressEgress/batchBroadcastRequested.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.cjs +13 -0
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +25 -0
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1049 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +1049 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +418 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +418 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/bitcoinIngressEgress/depositFailed.cjs +14 -0
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +2416 -0
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +2416 -0
- package/dist/220/bitcoinIngressEgress/depositFailed.mjs +12 -0
- package/dist/220/bitcoinIngressEgress/depositFinalised.cjs +21 -0
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +412 -0
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +412 -0
- package/dist/220/bitcoinIngressEgress/depositFinalised.mjs +19 -0
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.cjs +16 -0
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +161 -0
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/220/common.cjs +1856 -0
- package/dist/220/common.d.cts +32425 -0
- package/dist/220/common.d.mts +32425 -0
- package/dist/220/common.mjs +1672 -0
- package/dist/220/emissions/networkFeeBurned.cjs +13 -0
- package/dist/220/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/220/emissions/networkFeeBurned.d.mts +25 -0
- package/dist/220/emissions/networkFeeBurned.mjs +11 -0
- package/dist/220/environment/runtimeSafeModeUpdated.cjs +10 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +2152 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +2152 -0
- package/dist/220/environment/runtimeSafeModeUpdated.mjs +8 -0
- package/dist/220/environment/tronInitialized.cjs +9 -0
- package/dist/220/environment/tronInitialized.d.cts +6 -0
- package/dist/220/environment/tronInitialized.d.mts +6 -0
- package/dist/220/environment/tronInitialized.mjs +7 -0
- package/dist/220/ethereumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/ethereumIngressEgress/batchBroadcastRequested.cjs +13 -0
- package/dist/220/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/220/ethereumIngressEgress/batchBroadcastRequested.d.mts +25 -0
- package/dist/220/ethereumIngressEgress/batchBroadcastRequested.mjs +11 -0
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.cjs +13 -0
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +25 -0
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.mjs +11 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +1049 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +1049 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/ethereumIngressEgress/depositFailed.cjs +14 -0
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +1507 -0
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +1507 -0
- package/dist/220/ethereumIngressEgress/depositFailed.mjs +12 -0
- package/dist/220/ethereumIngressEgress/depositFinalised.cjs +21 -0
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +198 -0
- package/dist/220/ethereumIngressEgress/depositFinalised.mjs +19 -0
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.cjs +16 -0
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +66 -0
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/220/funding/funded.cjs +15 -0
- package/dist/220/funding/funded.d.cts +88 -0
- package/dist/220/funding/funded.d.mts +88 -0
- package/dist/220/funding/funded.mjs +13 -0
- package/dist/220/lendingPools/boostFundsAdded.cjs +14 -0
- package/dist/220/lendingPools/boostFundsAdded.d.cts +45 -0
- package/dist/220/lendingPools/boostFundsAdded.d.mts +45 -0
- package/dist/220/lendingPools/boostFundsAdded.mjs +12 -0
- package/dist/220/lendingPools/boostPoolCreated.cjs +10 -0
- package/dist/220/lendingPools/boostPoolCreated.d.cts +39 -0
- package/dist/220/lendingPools/boostPoolCreated.d.mts +39 -0
- package/dist/220/lendingPools/boostPoolCreated.mjs +8 -0
- package/dist/220/lendingPools/collateralAdded.cjs +14 -0
- package/dist/220/lendingPools/collateralAdded.d.cts +68 -0
- package/dist/220/lendingPools/collateralAdded.d.mts +68 -0
- package/dist/220/lendingPools/collateralAdded.mjs +12 -0
- package/dist/220/lendingPools/collateralRemoved.cjs +13 -0
- package/dist/220/lendingPools/collateralRemoved.d.cts +25 -0
- package/dist/220/lendingPools/collateralRemoved.d.mts +25 -0
- package/dist/220/lendingPools/collateralRemoved.mjs +11 -0
- package/dist/220/lendingPools/collateralTopupAssetUpdated.cjs +13 -0
- package/dist/220/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
- package/dist/220/lendingPools/collateralTopupAssetUpdated.d.mts +25 -0
- package/dist/220/lendingPools/collateralTopupAssetUpdated.mjs +11 -0
- package/dist/220/lendingPools/lendingFundsAdded.cjs +14 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +28 -0
- package/dist/220/lendingPools/lendingFundsAdded.mjs +12 -0
- package/dist/220/lendingPools/lendingFundsRemoved.cjs +14 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +28 -0
- package/dist/220/lendingPools/lendingFundsRemoved.mjs +12 -0
- package/dist/220/lendingPools/lendingPoolCreated.cjs +10 -0
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +22 -0
- package/dist/220/lendingPools/lendingPoolCreated.mjs +8 -0
- package/dist/220/lendingPools/loanCreated.cjs +15 -0
- package/dist/220/lendingPools/loanCreated.d.cts +31 -0
- package/dist/220/lendingPools/loanCreated.d.mts +31 -0
- package/dist/220/lendingPools/loanCreated.mjs +13 -0
- package/dist/220/lendingPools/palletConfigUpdated.cjs +10 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +423 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +423 -0
- package/dist/220/lendingPools/palletConfigUpdated.mjs +8 -0
- package/dist/220/lendingPools/stoppedBoosting.cjs +15 -0
- package/dist/220/lendingPools/stoppedBoosting.d.cts +48 -0
- package/dist/220/lendingPools/stoppedBoosting.d.mts +48 -0
- package/dist/220/lendingPools/stoppedBoosting.mjs +13 -0
- package/dist/220/liquidityPools/assetSwapped.cjs +15 -0
- package/dist/220/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/220/liquidityPools/assetSwapped.d.mts +41 -0
- package/dist/220/liquidityPools/assetSwapped.mjs +13 -0
- package/dist/220/liquidityPools/limitOrderUpdated.cjs +21 -0
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +99 -0
- package/dist/220/liquidityPools/limitOrderUpdated.mjs +19 -0
- package/dist/220/liquidityPools/newPoolCreated.cjs +15 -0
- package/dist/220/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/220/liquidityPools/newPoolCreated.d.mts +41 -0
- package/dist/220/liquidityPools/newPoolCreated.mjs +13 -0
- package/dist/220/liquidityPools/orderDeletionFailed.cjs +10 -0
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +127 -0
- package/dist/220/liquidityPools/orderDeletionFailed.mjs +8 -0
- package/dist/220/liquidityPools/palletConfigUpdated.cjs +10 -0
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +44 -0
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +44 -0
- package/dist/220/liquidityPools/palletConfigUpdated.mjs +8 -0
- package/dist/220/liquidityPools/poolFeeSet.cjs +14 -0
- package/dist/220/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/220/liquidityPools/poolFeeSet.d.mts +38 -0
- package/dist/220/liquidityPools/poolFeeSet.mjs +12 -0
- package/dist/220/liquidityPools/priceImpactLimitSet.cjs +13 -0
- package/dist/220/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/220/liquidityPools/priceImpactLimitSet.d.mts +46 -0
- package/dist/220/liquidityPools/priceImpactLimitSet.mjs +11 -0
- package/dist/220/liquidityPools/rangeOrderUpdated.cjs +22 -0
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +209 -0
- package/dist/220/liquidityPools/rangeOrderUpdated.mjs +20 -0
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.cjs +15 -0
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +275 -0
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +275 -0
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.mjs +13 -0
- package/dist/220/liquidityProvider/assetBalancePurged.cjs +17 -0
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +104 -0
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +104 -0
- package/dist/220/liquidityProvider/assetBalancePurged.mjs +15 -0
- package/dist/220/liquidityProvider/assetTransferred.cjs +15 -0
- package/dist/220/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/220/liquidityProvider/assetTransferred.d.mts +31 -0
- package/dist/220/liquidityProvider/assetTransferred.mjs +13 -0
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.cjs +18 -0
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +97 -0
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +97 -0
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.mjs +16 -0
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.cjs +14 -0
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +266 -0
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +266 -0
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.mjs +12 -0
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.cjs +16 -0
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +101 -0
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +101 -0
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.mjs +14 -0
- package/dist/220/polkadotBroadcaster/callResigned.cjs +13 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.mjs +11 -0
- package/dist/220/polkadotIngressEgress/batchBroadcastRequested.cjs +13 -0
- package/dist/220/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/220/polkadotIngressEgress/batchBroadcastRequested.d.mts +25 -0
- package/dist/220/polkadotIngressEgress/batchBroadcastRequested.mjs +11 -0
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.cjs +13 -0
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +25 -0
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.mjs +11 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +1049 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +1049 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +194 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/polkadotIngressEgress/depositFailed.cjs +14 -0
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +1498 -0
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +1498 -0
- package/dist/220/polkadotIngressEgress/depositFailed.mjs +12 -0
- package/dist/220/polkadotIngressEgress/depositFinalised.cjs +21 -0
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +188 -0
- package/dist/220/polkadotIngressEgress/depositFinalised.mjs +19 -0
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.cjs +16 -0
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +66 -0
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/220/reputation/offencePenalty.cjs +14 -0
- package/dist/220/reputation/offencePenalty.d.cts +125 -0
- package/dist/220/reputation/offencePenalty.d.mts +125 -0
- package/dist/220/reputation/offencePenalty.mjs +12 -0
- package/dist/220/reputation/penaltyUpdated.cjs +14 -0
- package/dist/220/reputation/penaltyUpdated.d.cts +155 -0
- package/dist/220/reputation/penaltyUpdated.d.mts +155 -0
- package/dist/220/reputation/penaltyUpdated.mjs +12 -0
- package/dist/220/solanaBroadcaster/callResigned.cjs +13 -0
- package/dist/220/solanaBroadcaster/callResigned.d.cts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.d.mts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.mjs +11 -0
- package/dist/220/solanaIngressEgress/batchBroadcastRequested.cjs +13 -0
- package/dist/220/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/220/solanaIngressEgress/batchBroadcastRequested.d.mts +25 -0
- package/dist/220/solanaIngressEgress/batchBroadcastRequested.mjs +11 -0
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.cjs +13 -0
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +25 -0
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.mjs +11 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +1049 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +1049 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/solanaIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +224 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +224 -0
- package/dist/220/solanaIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/solanaIngressEgress/depositFailed.cjs +14 -0
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +1579 -0
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +1579 -0
- package/dist/220/solanaIngressEgress/depositFailed.mjs +12 -0
- package/dist/220/solanaIngressEgress/depositFinalised.cjs +21 -0
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +218 -0
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +218 -0
- package/dist/220/solanaIngressEgress/depositFinalised.mjs +19 -0
- package/dist/220/solanaIngressEgress/transferFallbackRequested.cjs +16 -0
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +66 -0
- package/dist/220/solanaIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/220/swapping/accountCreationDepositAddressReady.cjs +20 -0
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +160 -0
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +160 -0
- package/dist/220/swapping/accountCreationDepositAddressReady.mjs +18 -0
- package/dist/220/swapping/affiliateDeregistration.cjs +14 -0
- package/dist/220/swapping/affiliateDeregistration.d.cts +18 -0
- package/dist/220/swapping/affiliateDeregistration.d.mts +18 -0
- package/dist/220/swapping/affiliateDeregistration.mjs +12 -0
- package/dist/220/swapping/batchSwapFailed.cjs +14 -0
- package/dist/220/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/220/swapping/batchSwapFailed.d.mts +38 -0
- package/dist/220/swapping/batchSwapFailed.mjs +12 -0
- package/dist/220/swapping/creditedOnChain.cjs +15 -0
- package/dist/220/swapping/creditedOnChain.d.cts +31 -0
- package/dist/220/swapping/creditedOnChain.d.mts +31 -0
- package/dist/220/swapping/creditedOnChain.mjs +13 -0
- package/dist/220/swapping/palletConfigUpdated.cjs +10 -0
- package/dist/220/swapping/palletConfigUpdated.d.cts +304 -0
- package/dist/220/swapping/palletConfigUpdated.d.mts +304 -0
- package/dist/220/swapping/palletConfigUpdated.mjs +8 -0
- package/dist/220/swapping/refundEgressIgnored.cjs +15 -0
- package/dist/220/swapping/refundEgressIgnored.d.cts +275 -0
- package/dist/220/swapping/refundEgressIgnored.d.mts +275 -0
- package/dist/220/swapping/refundEgressIgnored.mjs +13 -0
- package/dist/220/swapping/refundEgressScheduled.cjs +17 -0
- package/dist/220/swapping/refundEgressScheduled.d.cts +57 -0
- package/dist/220/swapping/refundEgressScheduled.d.mts +57 -0
- package/dist/220/swapping/refundEgressScheduled.mjs +15 -0
- package/dist/220/swapping/refundedOnChain.cjs +16 -0
- package/dist/220/swapping/refundedOnChain.d.cts +34 -0
- package/dist/220/swapping/refundedOnChain.d.mts +34 -0
- package/dist/220/swapping/refundedOnChain.mjs +14 -0
- package/dist/220/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/220/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/220/swapping/swapAmountConfiscated.d.mts +31 -0
- package/dist/220/swapping/swapAmountConfiscated.mjs +13 -0
- package/dist/220/swapping/swapDepositAddressReady.cjs +25 -0
- package/dist/220/swapping/swapDepositAddressReady.d.cts +716 -0
- package/dist/220/swapping/swapDepositAddressReady.d.mts +716 -0
- package/dist/220/swapping/swapDepositAddressReady.mjs +23 -0
- package/dist/220/swapping/swapEgressIgnored.cjs +15 -0
- package/dist/220/swapping/swapEgressIgnored.d.cts +275 -0
- package/dist/220/swapping/swapEgressIgnored.d.mts +275 -0
- package/dist/220/swapping/swapEgressIgnored.mjs +13 -0
- package/dist/220/swapping/swapEgressScheduled.cjs +16 -0
- package/dist/220/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/220/swapping/swapEgressScheduled.d.mts +54 -0
- package/dist/220/swapping/swapEgressScheduled.mjs +14 -0
- package/dist/220/swapping/swapExecuted.cjs +22 -0
- package/dist/220/swapping/swapExecuted.d.cts +62 -0
- package/dist/220/swapping/swapExecuted.d.mts +62 -0
- package/dist/220/swapping/swapExecuted.mjs +20 -0
- package/dist/220/swapping/swapRequested.cjs +20 -0
- package/dist/220/swapping/swapRequested.d.cts +4122 -0
- package/dist/220/swapping/swapRequested.d.mts +4122 -0
- package/dist/220/swapping/swapRequested.mjs +18 -0
- package/dist/220/swapping/withdrawalRequested.cjs +17 -0
- package/dist/220/swapping/withdrawalRequested.d.cts +104 -0
- package/dist/220/swapping/withdrawalRequested.d.mts +104 -0
- package/dist/220/swapping/withdrawalRequested.mjs +15 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +13 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +25 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedHasFailed.mjs +11 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +13 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +25 -0
- package/dist/220/tokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +11 -0
- package/dist/220/tokenholderGovernance/proposalEnacted.cjs +10 -0
- package/dist/220/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/220/tokenholderGovernance/proposalEnacted.d.mts +54 -0
- package/dist/220/tokenholderGovernance/proposalEnacted.mjs +8 -0
- package/dist/220/tokenholderGovernance/proposalPassed.cjs +10 -0
- package/dist/220/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/220/tokenholderGovernance/proposalPassed.d.mts +54 -0
- package/dist/220/tokenholderGovernance/proposalPassed.mjs +8 -0
- package/dist/220/tokenholderGovernance/proposalRejected.cjs +10 -0
- package/dist/220/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/220/tokenholderGovernance/proposalRejected.d.mts +54 -0
- package/dist/220/tokenholderGovernance/proposalRejected.mjs +8 -0
- package/dist/220/tokenholderGovernance/proposalSubmitted.cjs +10 -0
- package/dist/220/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/220/tokenholderGovernance/proposalSubmitted.d.mts +54 -0
- package/dist/220/tokenholderGovernance/proposalSubmitted.mjs +8 -0
- package/dist/220/tradingStrategy/fundsAddedToStrategy.cjs +13 -0
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +25 -0
- package/dist/220/tradingStrategy/fundsAddedToStrategy.mjs +11 -0
- package/dist/220/tradingStrategy/palletConfigUpdated.cjs +10 -0
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +108 -0
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +108 -0
- package/dist/220/tradingStrategy/palletConfigUpdated.mjs +8 -0
- package/dist/220/tradingStrategy/strategyDeployed.cjs +14 -0
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +198 -0
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +198 -0
- package/dist/220/tradingStrategy/strategyDeployed.mjs +12 -0
- package/dist/220/tronBroadcaster/broadcastAborted.cjs +9 -0
- package/dist/220/tronBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/220/tronBroadcaster/broadcastAborted.d.mts +12 -0
- package/dist/220/tronBroadcaster/broadcastAborted.mjs +7 -0
- package/dist/220/tronBroadcaster/broadcastRetryScheduled.cjs +12 -0
- package/dist/220/tronBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/220/tronBroadcaster/broadcastRetryScheduled.d.mts +15 -0
- package/dist/220/tronBroadcaster/broadcastRetryScheduled.mjs +10 -0
- package/dist/220/tronBroadcaster/broadcastSuccess.cjs +14 -0
- package/dist/220/tronBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/220/tronBroadcaster/broadcastSuccess.d.mts +33 -0
- package/dist/220/tronBroadcaster/broadcastSuccess.mjs +12 -0
- package/dist/220/tronBroadcaster/broadcastTimeout.cjs +9 -0
- package/dist/220/tronBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/220/tronBroadcaster/broadcastTimeout.d.mts +12 -0
- package/dist/220/tronBroadcaster/broadcastTimeout.mjs +7 -0
- package/dist/220/tronBroadcaster/callResigned.cjs +13 -0
- package/dist/220/tronBroadcaster/callResigned.d.cts +45 -0
- package/dist/220/tronBroadcaster/callResigned.d.mts +45 -0
- package/dist/220/tronBroadcaster/callResigned.mjs +11 -0
- package/dist/220/tronBroadcaster/historicalBroadcastRequested.cjs +13 -0
- package/dist/220/tronBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/220/tronBroadcaster/historicalBroadcastRequested.d.mts +18 -0
- package/dist/220/tronBroadcaster/historicalBroadcastRequested.mjs +11 -0
- package/dist/220/tronBroadcaster/palletConfigUpdated.cjs +10 -0
- package/dist/220/tronBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/220/tronBroadcaster/palletConfigUpdated.d.mts +27 -0
- package/dist/220/tronBroadcaster/palletConfigUpdated.mjs +8 -0
- package/dist/220/tronBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/220/tronBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/220/tronBroadcaster/thresholdSignatureInvalid.d.mts +12 -0
- package/dist/220/tronBroadcaster/thresholdSignatureInvalid.mjs +7 -0
- package/dist/220/tronBroadcaster/transactionBroadcastRequest.cjs +15 -0
- package/dist/220/tronBroadcaster/transactionBroadcastRequest.d.cts +66 -0
- package/dist/220/tronBroadcaster/transactionBroadcastRequest.d.mts +66 -0
- package/dist/220/tronBroadcaster/transactionBroadcastRequest.mjs +13 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.cjs +13 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.d.mts +15 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRecorded.mjs +11 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.cjs +10 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.d.mts +12 -0
- package/dist/220/tronBroadcaster/transactionFeeDeficitRefused.mjs +8 -0
- package/dist/220/tronChainTracking/chainStateUpdated.cjs +10 -0
- package/dist/220/tronChainTracking/chainStateUpdated.d.cts +22 -0
- package/dist/220/tronChainTracking/chainStateUpdated.d.mts +22 -0
- package/dist/220/tronChainTracking/chainStateUpdated.mjs +8 -0
- package/dist/220/tronChainTracking/feeMultiplierUpdated.cjs +10 -0
- package/dist/220/tronChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/220/tronChainTracking/feeMultiplierUpdated.d.mts +12 -0
- package/dist/220/tronChainTracking/feeMultiplierUpdated.mjs +8 -0
- package/dist/220/tronElections/allVotesCleared.cjs +9 -0
- package/dist/220/tronElections/allVotesCleared.d.cts +6 -0
- package/dist/220/tronElections/allVotesCleared.d.mts +6 -0
- package/dist/220/tronElections/allVotesCleared.mjs +7 -0
- package/dist/220/tronElections/allVotesNotCleared.cjs +9 -0
- package/dist/220/tronElections/allVotesNotCleared.d.cts +6 -0
- package/dist/220/tronElections/allVotesNotCleared.d.mts +6 -0
- package/dist/220/tronElections/allVotesNotCleared.mjs +7 -0
- package/dist/220/tronElections/corruptStorage.cjs +9 -0
- package/dist/220/tronElections/corruptStorage.d.cts +6 -0
- package/dist/220/tronElections/corruptStorage.d.mts +6 -0
- package/dist/220/tronElections/corruptStorage.mjs +7 -0
- package/dist/220/tronElections/electoralEvent.cjs +8 -0
- package/dist/220/tronElections/electoralEvent.d.cts +30 -0
- package/dist/220/tronElections/electoralEvent.d.mts +30 -0
- package/dist/220/tronElections/electoralEvent.mjs +7 -0
- package/dist/220/tronElections/uninitialized.cjs +9 -0
- package/dist/220/tronElections/uninitialized.d.cts +6 -0
- package/dist/220/tronElections/uninitialized.d.mts +6 -0
- package/dist/220/tronElections/uninitialized.mjs +7 -0
- package/dist/220/tronElections/unknownElection.cjs +10 -0
- package/dist/220/tronElections/unknownElection.d.cts +14 -0
- package/dist/220/tronElections/unknownElection.d.mts +14 -0
- package/dist/220/tronElections/unknownElection.mjs +8 -0
- package/dist/220/tronIngressEgress/assetEgressStatusChanged.cjs +13 -0
- package/dist/220/tronIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/220/tronIngressEgress/assetEgressStatusChanged.d.mts +25 -0
- package/dist/220/tronIngressEgress/assetEgressStatusChanged.mjs +11 -0
- package/dist/220/tronIngressEgress/batchBroadcastRequested.cjs +13 -0
- package/dist/220/tronIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/220/tronIngressEgress/batchBroadcastRequested.d.mts +25 -0
- package/dist/220/tronIngressEgress/batchBroadcastRequested.mjs +11 -0
- package/dist/220/tronIngressEgress/boostedDepositLost.cjs +13 -0
- package/dist/220/tronIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/220/tronIngressEgress/boostedDepositLost.d.mts +15 -0
- package/dist/220/tronIngressEgress/boostedDepositLost.mjs +11 -0
- package/dist/220/tronIngressEgress/ccmBroadcastFailed.cjs +9 -0
- package/dist/220/tronIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/220/tronIngressEgress/ccmBroadcastFailed.d.mts +12 -0
- package/dist/220/tronIngressEgress/ccmBroadcastFailed.mjs +7 -0
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.cjs +13 -0
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +25 -0
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.mjs +11 -0
- package/dist/220/tronIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +1049 -0
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +1049 -0
- package/dist/220/tronIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/tronIngressEgress/channelOpeningFeePaid.cjs +10 -0
- package/dist/220/tronIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/220/tronIngressEgress/channelOpeningFeePaid.d.mts +12 -0
- package/dist/220/tronIngressEgress/channelOpeningFeePaid.mjs +8 -0
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.cjs +13 -0
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +15 -0
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.mjs +11 -0
- package/dist/220/tronIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/tronIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/tronIngressEgress/depositFailed.cjs +14 -0
- package/dist/220/tronIngressEgress/depositFailed.d.cts +1507 -0
- package/dist/220/tronIngressEgress/depositFailed.d.mts +1507 -0
- package/dist/220/tronIngressEgress/depositFailed.mjs +12 -0
- package/dist/220/tronIngressEgress/depositFetchesScheduled.cjs +13 -0
- package/dist/220/tronIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/220/tronIngressEgress/depositFetchesScheduled.d.mts +25 -0
- package/dist/220/tronIngressEgress/depositFetchesScheduled.mjs +11 -0
- package/dist/220/tronIngressEgress/depositFinalised.cjs +21 -0
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +198 -0
- package/dist/220/tronIngressEgress/depositFinalised.mjs +19 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallExpired.cjs +9 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallExpired.d.mts +12 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallExpired.mjs +7 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallResigned.cjs +12 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallResigned.d.mts +15 -0
- package/dist/220/tronIngressEgress/failedForeignChainCallResigned.mjs +10 -0
- package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.cjs +10 -0
- package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.d.cts +1056 -0
- package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.d.mts +1056 -0
- package/dist/220/tronIngressEgress/failedToBuildAllBatchCall.mjs +8 -0
- package/dist/220/tronIngressEgress/insufficientBoostLiquidity.cjs +16 -0
- package/dist/220/tronIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/220/tronIngressEgress/insufficientBoostLiquidity.d.mts +44 -0
- package/dist/220/tronIngressEgress/insufficientBoostLiquidity.mjs +14 -0
- package/dist/220/tronIngressEgress/invalidCcmRefunded.cjs +14 -0
- package/dist/220/tronIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/220/tronIngressEgress/invalidCcmRefunded.d.mts +28 -0
- package/dist/220/tronIngressEgress/invalidCcmRefunded.mjs +12 -0
- package/dist/220/tronIngressEgress/palletConfigUpdated.cjs +10 -0
- package/dist/220/tronIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/220/tronIngressEgress/palletConfigUpdated.d.mts +151 -0
- package/dist/220/tronIngressEgress/palletConfigUpdated.mjs +8 -0
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.cjs +13 -0
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +25 -0
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +25 -0
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.mjs +11 -0
- package/dist/220/tronIngressEgress/transactionRejectionFailed.cjs +10 -0
- package/dist/220/tronIngressEgress/transactionRejectionFailed.d.cts +22 -0
- package/dist/220/tronIngressEgress/transactionRejectionFailed.d.mts +22 -0
- package/dist/220/tronIngressEgress/transactionRejectionFailed.mjs +8 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.cjs +13 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +15 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.mjs +11 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.cjs +14 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +18 -0
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.mjs +12 -0
- package/dist/220/tronIngressEgress/transferFallbackRequested.cjs +16 -0
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +66 -0
- package/dist/220/tronIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/220/tronIngressEgress/unknownAffiliate.cjs +13 -0
- package/dist/220/tronIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/220/tronIngressEgress/unknownAffiliate.d.mts +15 -0
- package/dist/220/tronIngressEgress/unknownAffiliate.mjs +11 -0
- package/dist/220/tronIngressEgress/unknownBroker.cjs +10 -0
- package/dist/220/tronIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/220/tronIngressEgress/unknownBroker.d.mts +12 -0
- package/dist/220/tronIngressEgress/unknownBroker.mjs +8 -0
- package/dist/220/tronIngressEgress/utxoConsolidation.cjs +9 -0
- package/dist/220/tronIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/220/tronIngressEgress/utxoConsolidation.d.mts +12 -0
- package/dist/220/tronIngressEgress/utxoConsolidation.mjs +7 -0
- package/dist/220/tronVault/activationTxFailedAwaitingGovernance.cjs +10 -0
- package/dist/220/tronVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
- package/dist/220/tronVault/activationTxFailedAwaitingGovernance.d.mts +39 -0
- package/dist/220/tronVault/activationTxFailedAwaitingGovernance.mjs +8 -0
- package/dist/220/tronVault/awaitingGovernanceActivation.cjs +10 -0
- package/dist/220/tronVault/awaitingGovernanceActivation.d.cts +39 -0
- package/dist/220/tronVault/awaitingGovernanceActivation.d.mts +39 -0
- package/dist/220/tronVault/awaitingGovernanceActivation.mjs +8 -0
- package/dist/220/tronVault/chainInitialized.cjs +9 -0
- package/dist/220/tronVault/chainInitialized.d.cts +6 -0
- package/dist/220/tronVault/chainInitialized.d.mts +6 -0
- package/dist/220/tronVault/chainInitialized.mjs +7 -0
- package/dist/220/tronVault/vaultActivationCompleted.cjs +9 -0
- package/dist/220/tronVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/220/tronVault/vaultActivationCompleted.d.mts +6 -0
- package/dist/220/tronVault/vaultActivationCompleted.mjs +7 -0
- package/dist/220/tronVault/vaultRotatedExternally.cjs +8 -0
- package/dist/220/tronVault/vaultRotatedExternally.d.cts +25 -0
- package/dist/220/tronVault/vaultRotatedExternally.d.mts +25 -0
- package/dist/220/tronVault/vaultRotatedExternally.mjs +7 -0
- package/dist/220/validator/witnessingTaskRestarted.cjs +13 -0
- package/dist/220/validator/witnessingTaskRestarted.d.cts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.d.mts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.mjs +11 -0
- package/dist/CodeGenerator.cjs +6 -3
- package/dist/CodeGenerator.mjs +6 -3
- package/dist/Parser.cjs +1 -1
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.124.0}/helpers/decorate.cjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.124.0}/helpers/decorate.mjs +1 -1
- package/dist/chainspec/src/BaseCodeGenerator.cjs +2 -2
- package/dist/chainspec/src/BaseParser.cjs +3 -3
- package/dist/chainspec/src/Compiler.cjs +2 -2
- package/dist/chainspec/src/cache.cjs +2 -2
- package/dist/chainspec/src/utils.cjs +2 -2
- package/dist/generate.cjs +3 -3
- package/dist/utils.cjs +1 -1
- package/package.json +2 -2
|
@@ -28,11 +28,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
28
28
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
29
29
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
value: `0x${string}`;
|
|
32
31
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
32
|
+
value: `0x${string}`;
|
|
33
33
|
}, {
|
|
34
|
-
value: string;
|
|
35
34
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
35
|
+
value: string;
|
|
36
36
|
}>, {
|
|
37
37
|
readonly chain: "Ethereum";
|
|
38
38
|
readonly address: `0x${string}`;
|
|
@@ -52,8 +52,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
52
52
|
readonly chain: "Assethub";
|
|
53
53
|
readonly address: string;
|
|
54
54
|
}, {
|
|
55
|
-
value: string;
|
|
56
55
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
56
|
+
value: string;
|
|
57
57
|
}>;
|
|
58
58
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
59
59
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -85,8 +85,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
85
85
|
}, {
|
|
86
86
|
__kind: "DepositChannel";
|
|
87
87
|
depositAddress: {
|
|
88
|
-
value: string;
|
|
89
88
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
89
|
+
value: string;
|
|
90
90
|
};
|
|
91
91
|
channelId: string | number;
|
|
92
92
|
depositBlockHeight: string | number;
|
|
@@ -97,20 +97,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
97
97
|
__kind: z.ZodLiteral<"Evm">;
|
|
98
98
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
value: `0x${string}`;
|
|
101
100
|
__kind: "Evm";
|
|
101
|
+
value: `0x${string}`;
|
|
102
102
|
}, {
|
|
103
|
-
value: string;
|
|
104
103
|
__kind: "Evm";
|
|
104
|
+
value: string;
|
|
105
105
|
}>, z.ZodObject<{
|
|
106
106
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
107
107
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
value: `0x${string}`;
|
|
110
109
|
__kind: "Bitcoin";
|
|
110
|
+
value: `0x${string}`;
|
|
111
111
|
}, {
|
|
112
|
-
value: string;
|
|
113
112
|
__kind: "Bitcoin";
|
|
113
|
+
value: string;
|
|
114
114
|
}>, z.ZodObject<{
|
|
115
115
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
116
116
|
value: z.ZodObject<{
|
|
@@ -124,26 +124,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
124
124
|
extrinsicIndex: number;
|
|
125
125
|
}>;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
+
__kind: "Polkadot";
|
|
127
128
|
value: {
|
|
128
129
|
blockNumber: number;
|
|
129
130
|
extrinsicIndex: number;
|
|
130
131
|
};
|
|
131
|
-
__kind: "Polkadot";
|
|
132
132
|
}, {
|
|
133
|
+
__kind: "Polkadot";
|
|
133
134
|
value: {
|
|
134
135
|
blockNumber: number;
|
|
135
136
|
extrinsicIndex: number;
|
|
136
137
|
};
|
|
137
|
-
__kind: "Polkadot";
|
|
138
138
|
}>, z.ZodObject<{
|
|
139
139
|
__kind: z.ZodLiteral<"Solana">;
|
|
140
140
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
value: [`0x${string}`, bigint];
|
|
143
142
|
__kind: "Solana";
|
|
143
|
+
value: [`0x${string}`, bigint];
|
|
144
144
|
}, {
|
|
145
|
-
value: [string, string | number];
|
|
146
145
|
__kind: "Solana";
|
|
146
|
+
value: [string, string | number];
|
|
147
147
|
}>, z.ZodObject<{
|
|
148
148
|
__kind: z.ZodLiteral<"None">;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -155,20 +155,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
156
|
__kind: "Vault";
|
|
157
157
|
txId: {
|
|
158
|
-
value: `0x${string}`;
|
|
159
158
|
__kind: "Evm";
|
|
160
|
-
} | {
|
|
161
159
|
value: `0x${string}`;
|
|
160
|
+
} | {
|
|
162
161
|
__kind: "Bitcoin";
|
|
162
|
+
value: `0x${string}`;
|
|
163
163
|
} | {
|
|
164
|
+
__kind: "Polkadot";
|
|
164
165
|
value: {
|
|
165
166
|
blockNumber: number;
|
|
166
167
|
extrinsicIndex: number;
|
|
167
168
|
};
|
|
168
|
-
__kind: "Polkadot";
|
|
169
169
|
} | {
|
|
170
|
-
value: [`0x${string}`, bigint];
|
|
171
170
|
__kind: "Solana";
|
|
171
|
+
value: [`0x${string}`, bigint];
|
|
172
172
|
} | {
|
|
173
173
|
__kind: "None";
|
|
174
174
|
};
|
|
@@ -176,20 +176,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
176
176
|
}, {
|
|
177
177
|
__kind: "Vault";
|
|
178
178
|
txId: {
|
|
179
|
-
value: string;
|
|
180
179
|
__kind: "Evm";
|
|
181
|
-
} | {
|
|
182
180
|
value: string;
|
|
181
|
+
} | {
|
|
183
182
|
__kind: "Bitcoin";
|
|
183
|
+
value: string;
|
|
184
184
|
} | {
|
|
185
|
+
__kind: "Polkadot";
|
|
185
186
|
value: {
|
|
186
187
|
blockNumber: number;
|
|
187
188
|
extrinsicIndex: number;
|
|
188
189
|
};
|
|
189
|
-
__kind: "Polkadot";
|
|
190
190
|
} | {
|
|
191
|
-
value: [string, string | number];
|
|
192
191
|
__kind: "Solana";
|
|
192
|
+
value: [string, string | number];
|
|
193
193
|
} | {
|
|
194
194
|
__kind: "None";
|
|
195
195
|
};
|
|
@@ -204,11 +204,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
204
204
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
205
205
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
206
206
|
}, "strip", z.ZodTypeAny, {
|
|
207
|
-
value: `cF${string}`;
|
|
208
207
|
__kind: "OnChainAccount";
|
|
208
|
+
value: `cF${string}`;
|
|
209
209
|
}, {
|
|
210
|
-
value: string;
|
|
211
210
|
__kind: "OnChainAccount";
|
|
211
|
+
value: string;
|
|
212
212
|
}>]>;
|
|
213
213
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
214
214
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -284,6 +284,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
284
284
|
fallbackAddress: string;
|
|
285
285
|
}>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
|
+
__kind: "V0";
|
|
287
288
|
value: {
|
|
288
289
|
cfReceiver: {
|
|
289
290
|
pubkey: `0x${string}`;
|
|
@@ -295,8 +296,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
295
296
|
}[];
|
|
296
297
|
fallbackAddress: `0x${string}`;
|
|
297
298
|
};
|
|
298
|
-
__kind: "V0";
|
|
299
299
|
}, {
|
|
300
|
+
__kind: "V0";
|
|
300
301
|
value: {
|
|
301
302
|
cfReceiver: {
|
|
302
303
|
pubkey: string;
|
|
@@ -308,7 +309,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
308
309
|
}[];
|
|
309
310
|
fallbackAddress: string;
|
|
310
311
|
};
|
|
311
|
-
__kind: "V0";
|
|
312
312
|
}>, z.ZodObject<{
|
|
313
313
|
__kind: z.ZodLiteral<"V1">;
|
|
314
314
|
ccmAccounts: z.ZodObject<{
|
|
@@ -385,7 +385,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
385
385
|
alts: string[];
|
|
386
386
|
}>]>;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
+
__kind: "Solana";
|
|
388
389
|
value: {
|
|
390
|
+
__kind: "V0";
|
|
389
391
|
value: {
|
|
390
392
|
cfReceiver: {
|
|
391
393
|
pubkey: `0x${string}`;
|
|
@@ -397,7 +399,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
397
399
|
}[];
|
|
398
400
|
fallbackAddress: `0x${string}`;
|
|
399
401
|
};
|
|
400
|
-
__kind: "V0";
|
|
401
402
|
} | {
|
|
402
403
|
__kind: "V1";
|
|
403
404
|
ccmAccounts: {
|
|
@@ -413,9 +414,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
413
414
|
};
|
|
414
415
|
alts: `0x${string}`[];
|
|
415
416
|
};
|
|
416
|
-
__kind: "Solana";
|
|
417
417
|
}, {
|
|
418
|
+
__kind: "Solana";
|
|
418
419
|
value: {
|
|
420
|
+
__kind: "V0";
|
|
419
421
|
value: {
|
|
420
422
|
cfReceiver: {
|
|
421
423
|
pubkey: string;
|
|
@@ -427,7 +429,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
427
429
|
}[];
|
|
428
430
|
fallbackAddress: string;
|
|
429
431
|
};
|
|
430
|
-
__kind: "V0";
|
|
431
432
|
} | {
|
|
432
433
|
__kind: "V1";
|
|
433
434
|
ccmAccounts: {
|
|
@@ -443,7 +444,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
443
444
|
};
|
|
444
445
|
alts: string[];
|
|
445
446
|
};
|
|
446
|
-
__kind: "Solana";
|
|
447
447
|
}>]>;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
449
|
message: `0x${string}`;
|
|
@@ -451,7 +451,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
451
451
|
ccmAdditionalData: {
|
|
452
452
|
__kind: "NotRequired";
|
|
453
453
|
} | {
|
|
454
|
+
__kind: "Solana";
|
|
454
455
|
value: {
|
|
456
|
+
__kind: "V0";
|
|
455
457
|
value: {
|
|
456
458
|
cfReceiver: {
|
|
457
459
|
pubkey: `0x${string}`;
|
|
@@ -463,7 +465,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
463
465
|
}[];
|
|
464
466
|
fallbackAddress: `0x${string}`;
|
|
465
467
|
};
|
|
466
|
-
__kind: "V0";
|
|
467
468
|
} | {
|
|
468
469
|
__kind: "V1";
|
|
469
470
|
ccmAccounts: {
|
|
@@ -479,7 +480,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
479
480
|
};
|
|
480
481
|
alts: `0x${string}`[];
|
|
481
482
|
};
|
|
482
|
-
__kind: "Solana";
|
|
483
483
|
};
|
|
484
484
|
}, {
|
|
485
485
|
message: string;
|
|
@@ -487,7 +487,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
487
487
|
ccmAdditionalData: {
|
|
488
488
|
__kind: "NotRequired";
|
|
489
489
|
} | {
|
|
490
|
+
__kind: "Solana";
|
|
490
491
|
value: {
|
|
492
|
+
__kind: "V0";
|
|
491
493
|
value: {
|
|
492
494
|
cfReceiver: {
|
|
493
495
|
pubkey: string;
|
|
@@ -499,7 +501,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
499
501
|
}[];
|
|
500
502
|
fallbackAddress: string;
|
|
501
503
|
};
|
|
502
|
-
__kind: "V0";
|
|
503
504
|
} | {
|
|
504
505
|
__kind: "V1";
|
|
505
506
|
ccmAccounts: {
|
|
@@ -515,7 +516,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
515
516
|
};
|
|
516
517
|
alts: string[];
|
|
517
518
|
};
|
|
518
|
-
__kind: "Solana";
|
|
519
519
|
};
|
|
520
520
|
}>;
|
|
521
521
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -531,11 +531,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
531
531
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
532
532
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
value: `0x${string}`;
|
|
535
534
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
535
|
+
value: `0x${string}`;
|
|
536
536
|
}, {
|
|
537
|
-
value: string;
|
|
538
537
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
538
|
+
value: string;
|
|
539
539
|
}>, {
|
|
540
540
|
readonly chain: "Ethereum";
|
|
541
541
|
readonly address: `0x${string}`;
|
|
@@ -555,8 +555,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
555
555
|
readonly chain: "Assethub";
|
|
556
556
|
readonly address: string;
|
|
557
557
|
}, {
|
|
558
|
-
value: string;
|
|
559
558
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
559
|
+
value: string;
|
|
560
560
|
}>>>;
|
|
561
561
|
}, "strip", z.ZodTypeAny, {
|
|
562
562
|
channelMetadata: {
|
|
@@ -565,7 +565,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
565
565
|
ccmAdditionalData: {
|
|
566
566
|
__kind: "NotRequired";
|
|
567
567
|
} | {
|
|
568
|
+
__kind: "Solana";
|
|
568
569
|
value: {
|
|
570
|
+
__kind: "V0";
|
|
569
571
|
value: {
|
|
570
572
|
cfReceiver: {
|
|
571
573
|
pubkey: `0x${string}`;
|
|
@@ -577,7 +579,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
577
579
|
}[];
|
|
578
580
|
fallbackAddress: `0x${string}`;
|
|
579
581
|
};
|
|
580
|
-
__kind: "V0";
|
|
581
582
|
} | {
|
|
582
583
|
__kind: "V1";
|
|
583
584
|
ccmAccounts: {
|
|
@@ -593,7 +594,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
593
594
|
};
|
|
594
595
|
alts: `0x${string}`[];
|
|
595
596
|
};
|
|
596
|
-
__kind: "Solana";
|
|
597
597
|
};
|
|
598
598
|
};
|
|
599
599
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -623,7 +623,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
623
623
|
ccmAdditionalData: {
|
|
624
624
|
__kind: "NotRequired";
|
|
625
625
|
} | {
|
|
626
|
+
__kind: "Solana";
|
|
626
627
|
value: {
|
|
628
|
+
__kind: "V0";
|
|
627
629
|
value: {
|
|
628
630
|
cfReceiver: {
|
|
629
631
|
pubkey: string;
|
|
@@ -635,7 +637,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
635
637
|
}[];
|
|
636
638
|
fallbackAddress: string;
|
|
637
639
|
};
|
|
638
|
-
__kind: "V0";
|
|
639
640
|
} | {
|
|
640
641
|
__kind: "V1";
|
|
641
642
|
ccmAccounts: {
|
|
@@ -651,26 +652,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
651
652
|
};
|
|
652
653
|
alts: string[];
|
|
653
654
|
};
|
|
654
|
-
__kind: "Solana";
|
|
655
655
|
};
|
|
656
656
|
};
|
|
657
657
|
sourceChain: {
|
|
658
658
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
659
659
|
};
|
|
660
660
|
sourceAddress?: {
|
|
661
|
-
value: string;
|
|
662
661
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
662
|
+
value: string;
|
|
663
663
|
} | null | undefined;
|
|
664
664
|
}>>>;
|
|
665
665
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
666
666
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
667
667
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
-
value: `0x${string}`;
|
|
670
669
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
670
|
+
value: `0x${string}`;
|
|
671
671
|
}, {
|
|
672
|
-
value: string;
|
|
673
672
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
673
|
+
value: string;
|
|
674
674
|
}>, {
|
|
675
675
|
readonly chain: "Ethereum";
|
|
676
676
|
readonly address: `0x${string}`;
|
|
@@ -690,8 +690,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
690
690
|
readonly chain: "Assethub";
|
|
691
691
|
readonly address: string;
|
|
692
692
|
}, {
|
|
693
|
-
value: string;
|
|
694
693
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
694
|
+
value: string;
|
|
695
695
|
}>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
697
|
__kind: "Egress";
|
|
@@ -721,7 +721,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
721
721
|
ccmAdditionalData: {
|
|
722
722
|
__kind: "NotRequired";
|
|
723
723
|
} | {
|
|
724
|
+
__kind: "Solana";
|
|
724
725
|
value: {
|
|
726
|
+
__kind: "V0";
|
|
725
727
|
value: {
|
|
726
728
|
cfReceiver: {
|
|
727
729
|
pubkey: `0x${string}`;
|
|
@@ -733,7 +735,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
733
735
|
}[];
|
|
734
736
|
fallbackAddress: `0x${string}`;
|
|
735
737
|
};
|
|
736
|
-
__kind: "V0";
|
|
737
738
|
} | {
|
|
738
739
|
__kind: "V1";
|
|
739
740
|
ccmAccounts: {
|
|
@@ -749,7 +750,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
749
750
|
};
|
|
750
751
|
alts: `0x${string}`[];
|
|
751
752
|
};
|
|
752
|
-
__kind: "Solana";
|
|
753
753
|
};
|
|
754
754
|
};
|
|
755
755
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -776,8 +776,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
776
776
|
}, {
|
|
777
777
|
__kind: "Egress";
|
|
778
778
|
outputAddress: {
|
|
779
|
-
value: string;
|
|
780
779
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
780
|
+
value: string;
|
|
781
781
|
};
|
|
782
782
|
ccmDepositMetadata?: {
|
|
783
783
|
channelMetadata: {
|
|
@@ -786,7 +786,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
786
786
|
ccmAdditionalData: {
|
|
787
787
|
__kind: "NotRequired";
|
|
788
788
|
} | {
|
|
789
|
+
__kind: "Solana";
|
|
789
790
|
value: {
|
|
791
|
+
__kind: "V0";
|
|
790
792
|
value: {
|
|
791
793
|
cfReceiver: {
|
|
792
794
|
pubkey: string;
|
|
@@ -798,7 +800,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
798
800
|
}[];
|
|
799
801
|
fallbackAddress: string;
|
|
800
802
|
};
|
|
801
|
-
__kind: "V0";
|
|
802
803
|
} | {
|
|
803
804
|
__kind: "V1";
|
|
804
805
|
ccmAccounts: {
|
|
@@ -814,15 +815,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
814
815
|
};
|
|
815
816
|
alts: string[];
|
|
816
817
|
};
|
|
817
|
-
__kind: "Solana";
|
|
818
818
|
};
|
|
819
819
|
};
|
|
820
820
|
sourceChain: {
|
|
821
821
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
822
822
|
};
|
|
823
823
|
sourceAddress?: {
|
|
824
|
-
value: string;
|
|
825
824
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
825
|
+
value: string;
|
|
826
826
|
} | null | undefined;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
}>, z.ZodObject<{
|
|
@@ -921,7 +921,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
921
921
|
ccmAdditionalData: {
|
|
922
922
|
__kind: "NotRequired";
|
|
923
923
|
} | {
|
|
924
|
+
__kind: "Solana";
|
|
924
925
|
value: {
|
|
926
|
+
__kind: "V0";
|
|
925
927
|
value: {
|
|
926
928
|
cfReceiver: {
|
|
927
929
|
pubkey: `0x${string}`;
|
|
@@ -933,7 +935,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
933
935
|
}[];
|
|
934
936
|
fallbackAddress: `0x${string}`;
|
|
935
937
|
};
|
|
936
|
-
__kind: "V0";
|
|
937
938
|
} | {
|
|
938
939
|
__kind: "V1";
|
|
939
940
|
ccmAccounts: {
|
|
@@ -949,7 +950,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
949
950
|
};
|
|
950
951
|
alts: `0x${string}`[];
|
|
951
952
|
};
|
|
952
|
-
__kind: "Solana";
|
|
953
953
|
};
|
|
954
954
|
};
|
|
955
955
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -992,8 +992,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
992
992
|
outputAction: {
|
|
993
993
|
__kind: "Egress";
|
|
994
994
|
outputAddress: {
|
|
995
|
-
value: string;
|
|
996
995
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
996
|
+
value: string;
|
|
997
997
|
};
|
|
998
998
|
ccmDepositMetadata?: {
|
|
999
999
|
channelMetadata: {
|
|
@@ -1002,7 +1002,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1002
1002
|
ccmAdditionalData: {
|
|
1003
1003
|
__kind: "NotRequired";
|
|
1004
1004
|
} | {
|
|
1005
|
+
__kind: "Solana";
|
|
1005
1006
|
value: {
|
|
1007
|
+
__kind: "V0";
|
|
1006
1008
|
value: {
|
|
1007
1009
|
cfReceiver: {
|
|
1008
1010
|
pubkey: string;
|
|
@@ -1014,7 +1016,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1014
1016
|
}[];
|
|
1015
1017
|
fallbackAddress: string;
|
|
1016
1018
|
};
|
|
1017
|
-
__kind: "V0";
|
|
1018
1019
|
} | {
|
|
1019
1020
|
__kind: "V1";
|
|
1020
1021
|
ccmAccounts: {
|
|
@@ -1030,15 +1031,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1030
1031
|
};
|
|
1031
1032
|
alts: string[];
|
|
1032
1033
|
};
|
|
1033
|
-
__kind: "Solana";
|
|
1034
1034
|
};
|
|
1035
1035
|
};
|
|
1036
1036
|
sourceChain: {
|
|
1037
1037
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1038
1038
|
};
|
|
1039
1039
|
sourceAddress?: {
|
|
1040
|
-
value: string;
|
|
1041
1040
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1041
|
+
value: string;
|
|
1042
1042
|
} | null | undefined;
|
|
1043
1043
|
} | null | undefined;
|
|
1044
1044
|
} | {
|
|
@@ -1082,78 +1082,78 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1082
1082
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
1083
1083
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1084
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1085
|
-
value: `cF${string}`;
|
|
1086
1085
|
__kind: "InternalAccount";
|
|
1086
|
+
value: `cF${string}`;
|
|
1087
1087
|
}, {
|
|
1088
|
-
value: string;
|
|
1089
1088
|
__kind: "InternalAccount";
|
|
1089
|
+
value: string;
|
|
1090
1090
|
}>, z.ZodObject<{
|
|
1091
1091
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
1092
1092
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1093
1093
|
__kind: z.ZodLiteral<"Eth">;
|
|
1094
1094
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1095
1095
|
}, "strip", z.ZodTypeAny, {
|
|
1096
|
-
value: `0x${string}`;
|
|
1097
1096
|
__kind: "Eth";
|
|
1097
|
+
value: `0x${string}`;
|
|
1098
1098
|
}, {
|
|
1099
|
-
value: string;
|
|
1100
1099
|
__kind: "Eth";
|
|
1100
|
+
value: string;
|
|
1101
1101
|
}>, z.ZodObject<{
|
|
1102
1102
|
__kind: z.ZodLiteral<"Dot">;
|
|
1103
1103
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1104
1104
|
}, "strip", z.ZodTypeAny, {
|
|
1105
|
-
value: `0x${string}`;
|
|
1106
1105
|
__kind: "Dot";
|
|
1106
|
+
value: `0x${string}`;
|
|
1107
1107
|
}, {
|
|
1108
|
-
value: string;
|
|
1109
1108
|
__kind: "Dot";
|
|
1109
|
+
value: string;
|
|
1110
1110
|
}>, z.ZodObject<{
|
|
1111
1111
|
__kind: z.ZodLiteral<"Btc">;
|
|
1112
1112
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1113
1113
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1114
1114
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1115
1115
|
}, "strip", z.ZodTypeAny, {
|
|
1116
|
-
value: `0x${string}`;
|
|
1117
1116
|
__kind: "P2PKH";
|
|
1117
|
+
value: `0x${string}`;
|
|
1118
1118
|
}, {
|
|
1119
|
-
value: string;
|
|
1120
1119
|
__kind: "P2PKH";
|
|
1120
|
+
value: string;
|
|
1121
1121
|
}>, z.ZodObject<{
|
|
1122
1122
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1123
1123
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1124
1124
|
}, "strip", z.ZodTypeAny, {
|
|
1125
|
-
value: `0x${string}`;
|
|
1126
1125
|
__kind: "P2SH";
|
|
1126
|
+
value: `0x${string}`;
|
|
1127
1127
|
}, {
|
|
1128
|
-
value: string;
|
|
1129
1128
|
__kind: "P2SH";
|
|
1129
|
+
value: string;
|
|
1130
1130
|
}>, z.ZodObject<{
|
|
1131
1131
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1132
1132
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1133
1133
|
}, "strip", z.ZodTypeAny, {
|
|
1134
|
-
value: `0x${string}`;
|
|
1135
1134
|
__kind: "P2WPKH";
|
|
1135
|
+
value: `0x${string}`;
|
|
1136
1136
|
}, {
|
|
1137
|
-
value: string;
|
|
1138
1137
|
__kind: "P2WPKH";
|
|
1138
|
+
value: string;
|
|
1139
1139
|
}>, z.ZodObject<{
|
|
1140
1140
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1141
1141
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1142
1142
|
}, "strip", z.ZodTypeAny, {
|
|
1143
|
-
value: `0x${string}`;
|
|
1144
1143
|
__kind: "P2WSH";
|
|
1144
|
+
value: `0x${string}`;
|
|
1145
1145
|
}, {
|
|
1146
|
-
value: string;
|
|
1147
1146
|
__kind: "P2WSH";
|
|
1147
|
+
value: string;
|
|
1148
1148
|
}>, z.ZodObject<{
|
|
1149
1149
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1150
1150
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1151
1151
|
}, "strip", z.ZodTypeAny, {
|
|
1152
|
-
value: `0x${string}`;
|
|
1153
1152
|
__kind: "Taproot";
|
|
1153
|
+
value: `0x${string}`;
|
|
1154
1154
|
}, {
|
|
1155
|
-
value: string;
|
|
1156
1155
|
__kind: "Taproot";
|
|
1156
|
+
value: string;
|
|
1157
1157
|
}>, z.ZodObject<{
|
|
1158
1158
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1159
1159
|
version: z.ZodNumber;
|
|
@@ -1168,157 +1168,157 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1168
1168
|
program: string;
|
|
1169
1169
|
}>]>;
|
|
1170
1170
|
}, "strip", z.ZodTypeAny, {
|
|
1171
|
+
__kind: "Btc";
|
|
1171
1172
|
value: {
|
|
1172
|
-
value: `0x${string}`;
|
|
1173
1173
|
__kind: "P2PKH";
|
|
1174
|
-
} | {
|
|
1175
1174
|
value: `0x${string}`;
|
|
1176
|
-
__kind: "P2SH";
|
|
1177
1175
|
} | {
|
|
1176
|
+
__kind: "P2SH";
|
|
1178
1177
|
value: `0x${string}`;
|
|
1179
|
-
__kind: "P2WPKH";
|
|
1180
1178
|
} | {
|
|
1179
|
+
__kind: "P2WPKH";
|
|
1181
1180
|
value: `0x${string}`;
|
|
1182
|
-
__kind: "P2WSH";
|
|
1183
1181
|
} | {
|
|
1182
|
+
__kind: "P2WSH";
|
|
1184
1183
|
value: `0x${string}`;
|
|
1184
|
+
} | {
|
|
1185
1185
|
__kind: "Taproot";
|
|
1186
|
+
value: `0x${string}`;
|
|
1186
1187
|
} | {
|
|
1187
1188
|
__kind: "OtherSegwit";
|
|
1188
1189
|
version: number;
|
|
1189
1190
|
program: `0x${string}`;
|
|
1190
1191
|
};
|
|
1191
|
-
__kind: "Btc";
|
|
1192
1192
|
}, {
|
|
1193
|
+
__kind: "Btc";
|
|
1193
1194
|
value: {
|
|
1194
|
-
value: string;
|
|
1195
1195
|
__kind: "P2PKH";
|
|
1196
|
-
} | {
|
|
1197
1196
|
value: string;
|
|
1198
|
-
__kind: "P2SH";
|
|
1199
1197
|
} | {
|
|
1198
|
+
__kind: "P2SH";
|
|
1200
1199
|
value: string;
|
|
1201
|
-
__kind: "P2WPKH";
|
|
1202
1200
|
} | {
|
|
1201
|
+
__kind: "P2WPKH";
|
|
1203
1202
|
value: string;
|
|
1204
|
-
__kind: "P2WSH";
|
|
1205
1203
|
} | {
|
|
1204
|
+
__kind: "P2WSH";
|
|
1206
1205
|
value: string;
|
|
1206
|
+
} | {
|
|
1207
1207
|
__kind: "Taproot";
|
|
1208
|
+
value: string;
|
|
1208
1209
|
} | {
|
|
1209
1210
|
__kind: "OtherSegwit";
|
|
1210
1211
|
version: number;
|
|
1211
1212
|
program: string;
|
|
1212
1213
|
};
|
|
1213
|
-
__kind: "Btc";
|
|
1214
1214
|
}>, z.ZodObject<{
|
|
1215
1215
|
__kind: z.ZodLiteral<"Arb">;
|
|
1216
1216
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1217
1217
|
}, "strip", z.ZodTypeAny, {
|
|
1218
|
-
value: `0x${string}`;
|
|
1219
1218
|
__kind: "Arb";
|
|
1219
|
+
value: `0x${string}`;
|
|
1220
1220
|
}, {
|
|
1221
|
-
value: string;
|
|
1222
1221
|
__kind: "Arb";
|
|
1222
|
+
value: string;
|
|
1223
1223
|
}>, z.ZodObject<{
|
|
1224
1224
|
__kind: z.ZodLiteral<"Sol">;
|
|
1225
1225
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1226
1226
|
}, "strip", z.ZodTypeAny, {
|
|
1227
|
-
value: `0x${string}`;
|
|
1228
1227
|
__kind: "Sol";
|
|
1228
|
+
value: `0x${string}`;
|
|
1229
1229
|
}, {
|
|
1230
|
-
value: string;
|
|
1231
1230
|
__kind: "Sol";
|
|
1231
|
+
value: string;
|
|
1232
1232
|
}>, z.ZodObject<{
|
|
1233
1233
|
__kind: z.ZodLiteral<"Hub">;
|
|
1234
1234
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1235
1235
|
}, "strip", z.ZodTypeAny, {
|
|
1236
|
-
value: `0x${string}`;
|
|
1237
1236
|
__kind: "Hub";
|
|
1237
|
+
value: `0x${string}`;
|
|
1238
1238
|
}, {
|
|
1239
|
-
value: string;
|
|
1240
1239
|
__kind: "Hub";
|
|
1240
|
+
value: string;
|
|
1241
1241
|
}>]>;
|
|
1242
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1243
|
+
__kind: "ExternalAddress";
|
|
1243
1244
|
value: {
|
|
1244
|
-
value: `0x${string}`;
|
|
1245
1245
|
__kind: "Eth";
|
|
1246
|
-
} | {
|
|
1247
1246
|
value: `0x${string}`;
|
|
1247
|
+
} | {
|
|
1248
1248
|
__kind: "Dot";
|
|
1249
|
+
value: `0x${string}`;
|
|
1249
1250
|
} | {
|
|
1251
|
+
__kind: "Btc";
|
|
1250
1252
|
value: {
|
|
1251
|
-
value: `0x${string}`;
|
|
1252
1253
|
__kind: "P2PKH";
|
|
1253
|
-
} | {
|
|
1254
1254
|
value: `0x${string}`;
|
|
1255
|
-
__kind: "P2SH";
|
|
1256
1255
|
} | {
|
|
1256
|
+
__kind: "P2SH";
|
|
1257
1257
|
value: `0x${string}`;
|
|
1258
|
-
__kind: "P2WPKH";
|
|
1259
1258
|
} | {
|
|
1259
|
+
__kind: "P2WPKH";
|
|
1260
1260
|
value: `0x${string}`;
|
|
1261
|
-
__kind: "P2WSH";
|
|
1262
1261
|
} | {
|
|
1262
|
+
__kind: "P2WSH";
|
|
1263
1263
|
value: `0x${string}`;
|
|
1264
|
+
} | {
|
|
1264
1265
|
__kind: "Taproot";
|
|
1266
|
+
value: `0x${string}`;
|
|
1265
1267
|
} | {
|
|
1266
1268
|
__kind: "OtherSegwit";
|
|
1267
1269
|
version: number;
|
|
1268
1270
|
program: `0x${string}`;
|
|
1269
1271
|
};
|
|
1270
|
-
__kind: "Btc";
|
|
1271
1272
|
} | {
|
|
1272
|
-
value: `0x${string}`;
|
|
1273
1273
|
__kind: "Arb";
|
|
1274
|
-
} | {
|
|
1275
1274
|
value: `0x${string}`;
|
|
1276
|
-
__kind: "Sol";
|
|
1277
1275
|
} | {
|
|
1276
|
+
__kind: "Sol";
|
|
1278
1277
|
value: `0x${string}`;
|
|
1278
|
+
} | {
|
|
1279
1279
|
__kind: "Hub";
|
|
1280
|
+
value: `0x${string}`;
|
|
1280
1281
|
};
|
|
1281
|
-
__kind: "ExternalAddress";
|
|
1282
1282
|
}, {
|
|
1283
|
+
__kind: "ExternalAddress";
|
|
1283
1284
|
value: {
|
|
1284
|
-
value: string;
|
|
1285
1285
|
__kind: "Eth";
|
|
1286
|
-
} | {
|
|
1287
1286
|
value: string;
|
|
1287
|
+
} | {
|
|
1288
1288
|
__kind: "Dot";
|
|
1289
|
+
value: string;
|
|
1289
1290
|
} | {
|
|
1291
|
+
__kind: "Btc";
|
|
1290
1292
|
value: {
|
|
1291
|
-
value: string;
|
|
1292
1293
|
__kind: "P2PKH";
|
|
1293
|
-
} | {
|
|
1294
1294
|
value: string;
|
|
1295
|
-
__kind: "P2SH";
|
|
1296
1295
|
} | {
|
|
1296
|
+
__kind: "P2SH";
|
|
1297
1297
|
value: string;
|
|
1298
|
-
__kind: "P2WPKH";
|
|
1299
1298
|
} | {
|
|
1299
|
+
__kind: "P2WPKH";
|
|
1300
1300
|
value: string;
|
|
1301
|
-
__kind: "P2WSH";
|
|
1302
1301
|
} | {
|
|
1302
|
+
__kind: "P2WSH";
|
|
1303
1303
|
value: string;
|
|
1304
|
+
} | {
|
|
1304
1305
|
__kind: "Taproot";
|
|
1306
|
+
value: string;
|
|
1305
1307
|
} | {
|
|
1306
1308
|
__kind: "OtherSegwit";
|
|
1307
1309
|
version: number;
|
|
1308
1310
|
program: string;
|
|
1309
1311
|
};
|
|
1310
|
-
__kind: "Btc";
|
|
1311
1312
|
} | {
|
|
1312
|
-
value: string;
|
|
1313
1313
|
__kind: "Arb";
|
|
1314
|
-
} | {
|
|
1315
1314
|
value: string;
|
|
1316
|
-
__kind: "Sol";
|
|
1317
1315
|
} | {
|
|
1316
|
+
__kind: "Sol";
|
|
1318
1317
|
value: string;
|
|
1318
|
+
} | {
|
|
1319
1319
|
__kind: "Hub";
|
|
1320
|
+
value: string;
|
|
1320
1321
|
};
|
|
1321
|
-
__kind: "ExternalAddress";
|
|
1322
1322
|
}>]>;
|
|
1323
1323
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1324
1324
|
channelMetadata: z.ZodObject<{
|
|
@@ -1378,6 +1378,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1378
1378
|
fallbackAddress: string;
|
|
1379
1379
|
}>;
|
|
1380
1380
|
}, "strip", z.ZodTypeAny, {
|
|
1381
|
+
__kind: "V0";
|
|
1381
1382
|
value: {
|
|
1382
1383
|
cfReceiver: {
|
|
1383
1384
|
pubkey: `0x${string}`;
|
|
@@ -1389,8 +1390,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1389
1390
|
}[];
|
|
1390
1391
|
fallbackAddress: `0x${string}`;
|
|
1391
1392
|
};
|
|
1392
|
-
__kind: "V0";
|
|
1393
1393
|
}, {
|
|
1394
|
+
__kind: "V0";
|
|
1394
1395
|
value: {
|
|
1395
1396
|
cfReceiver: {
|
|
1396
1397
|
pubkey: string;
|
|
@@ -1402,7 +1403,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1402
1403
|
}[];
|
|
1403
1404
|
fallbackAddress: string;
|
|
1404
1405
|
};
|
|
1405
|
-
__kind: "V0";
|
|
1406
1406
|
}>, z.ZodObject<{
|
|
1407
1407
|
__kind: z.ZodLiteral<"V1">;
|
|
1408
1408
|
ccmAccounts: z.ZodObject<{
|
|
@@ -1479,7 +1479,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1479
1479
|
alts: string[];
|
|
1480
1480
|
}>]>;
|
|
1481
1481
|
}, "strip", z.ZodTypeAny, {
|
|
1482
|
+
__kind: "Solana";
|
|
1482
1483
|
value: {
|
|
1484
|
+
__kind: "V0";
|
|
1483
1485
|
value: {
|
|
1484
1486
|
cfReceiver: {
|
|
1485
1487
|
pubkey: `0x${string}`;
|
|
@@ -1491,7 +1493,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1491
1493
|
}[];
|
|
1492
1494
|
fallbackAddress: `0x${string}`;
|
|
1493
1495
|
};
|
|
1494
|
-
__kind: "V0";
|
|
1495
1496
|
} | {
|
|
1496
1497
|
__kind: "V1";
|
|
1497
1498
|
ccmAccounts: {
|
|
@@ -1507,9 +1508,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1507
1508
|
};
|
|
1508
1509
|
alts: `0x${string}`[];
|
|
1509
1510
|
};
|
|
1510
|
-
__kind: "Solana";
|
|
1511
1511
|
}, {
|
|
1512
|
+
__kind: "Solana";
|
|
1512
1513
|
value: {
|
|
1514
|
+
__kind: "V0";
|
|
1513
1515
|
value: {
|
|
1514
1516
|
cfReceiver: {
|
|
1515
1517
|
pubkey: string;
|
|
@@ -1521,7 +1523,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1521
1523
|
}[];
|
|
1522
1524
|
fallbackAddress: string;
|
|
1523
1525
|
};
|
|
1524
|
-
__kind: "V0";
|
|
1525
1526
|
} | {
|
|
1526
1527
|
__kind: "V1";
|
|
1527
1528
|
ccmAccounts: {
|
|
@@ -1537,7 +1538,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1537
1538
|
};
|
|
1538
1539
|
alts: string[];
|
|
1539
1540
|
};
|
|
1540
|
-
__kind: "Solana";
|
|
1541
1541
|
}>]>;
|
|
1542
1542
|
}, "strip", z.ZodTypeAny, {
|
|
1543
1543
|
message: `0x${string}`;
|
|
@@ -1545,7 +1545,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1545
1545
|
ccmAdditionalData: {
|
|
1546
1546
|
__kind: "NotRequired";
|
|
1547
1547
|
} | {
|
|
1548
|
+
__kind: "Solana";
|
|
1548
1549
|
value: {
|
|
1550
|
+
__kind: "V0";
|
|
1549
1551
|
value: {
|
|
1550
1552
|
cfReceiver: {
|
|
1551
1553
|
pubkey: `0x${string}`;
|
|
@@ -1557,7 +1559,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1557
1559
|
}[];
|
|
1558
1560
|
fallbackAddress: `0x${string}`;
|
|
1559
1561
|
};
|
|
1560
|
-
__kind: "V0";
|
|
1561
1562
|
} | {
|
|
1562
1563
|
__kind: "V1";
|
|
1563
1564
|
ccmAccounts: {
|
|
@@ -1573,7 +1574,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1573
1574
|
};
|
|
1574
1575
|
alts: `0x${string}`[];
|
|
1575
1576
|
};
|
|
1576
|
-
__kind: "Solana";
|
|
1577
1577
|
};
|
|
1578
1578
|
}, {
|
|
1579
1579
|
message: string;
|
|
@@ -1581,7 +1581,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1581
1581
|
ccmAdditionalData: {
|
|
1582
1582
|
__kind: "NotRequired";
|
|
1583
1583
|
} | {
|
|
1584
|
+
__kind: "Solana";
|
|
1584
1585
|
value: {
|
|
1586
|
+
__kind: "V0";
|
|
1585
1587
|
value: {
|
|
1586
1588
|
cfReceiver: {
|
|
1587
1589
|
pubkey: string;
|
|
@@ -1593,7 +1595,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1593
1595
|
}[];
|
|
1594
1596
|
fallbackAddress: string;
|
|
1595
1597
|
};
|
|
1596
|
-
__kind: "V0";
|
|
1597
1598
|
} | {
|
|
1598
1599
|
__kind: "V1";
|
|
1599
1600
|
ccmAccounts: {
|
|
@@ -1609,7 +1610,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1609
1610
|
};
|
|
1610
1611
|
alts: string[];
|
|
1611
1612
|
};
|
|
1612
|
-
__kind: "Solana";
|
|
1613
1613
|
};
|
|
1614
1614
|
}>;
|
|
1615
1615
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -1625,67 +1625,67 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1625
1625
|
__kind: z.ZodLiteral<"Eth">;
|
|
1626
1626
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1627
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1628
|
-
value: `0x${string}`;
|
|
1629
1628
|
__kind: "Eth";
|
|
1629
|
+
value: `0x${string}`;
|
|
1630
1630
|
}, {
|
|
1631
|
-
value: string;
|
|
1632
1631
|
__kind: "Eth";
|
|
1632
|
+
value: string;
|
|
1633
1633
|
}>, z.ZodObject<{
|
|
1634
1634
|
__kind: z.ZodLiteral<"Dot">;
|
|
1635
1635
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
value: `0x${string}`;
|
|
1638
1637
|
__kind: "Dot";
|
|
1638
|
+
value: `0x${string}`;
|
|
1639
1639
|
}, {
|
|
1640
|
-
value: string;
|
|
1641
1640
|
__kind: "Dot";
|
|
1641
|
+
value: string;
|
|
1642
1642
|
}>, z.ZodObject<{
|
|
1643
1643
|
__kind: z.ZodLiteral<"Btc">;
|
|
1644
1644
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1645
1645
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1646
1646
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1647
1647
|
}, "strip", z.ZodTypeAny, {
|
|
1648
|
-
value: `0x${string}`;
|
|
1649
1648
|
__kind: "P2PKH";
|
|
1649
|
+
value: `0x${string}`;
|
|
1650
1650
|
}, {
|
|
1651
|
-
value: string;
|
|
1652
1651
|
__kind: "P2PKH";
|
|
1652
|
+
value: string;
|
|
1653
1653
|
}>, z.ZodObject<{
|
|
1654
1654
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1655
1655
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1656
1656
|
}, "strip", z.ZodTypeAny, {
|
|
1657
|
-
value: `0x${string}`;
|
|
1658
1657
|
__kind: "P2SH";
|
|
1658
|
+
value: `0x${string}`;
|
|
1659
1659
|
}, {
|
|
1660
|
-
value: string;
|
|
1661
1660
|
__kind: "P2SH";
|
|
1661
|
+
value: string;
|
|
1662
1662
|
}>, z.ZodObject<{
|
|
1663
1663
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1664
1664
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1665
1665
|
}, "strip", z.ZodTypeAny, {
|
|
1666
|
-
value: `0x${string}`;
|
|
1667
1666
|
__kind: "P2WPKH";
|
|
1667
|
+
value: `0x${string}`;
|
|
1668
1668
|
}, {
|
|
1669
|
-
value: string;
|
|
1670
1669
|
__kind: "P2WPKH";
|
|
1670
|
+
value: string;
|
|
1671
1671
|
}>, z.ZodObject<{
|
|
1672
1672
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1673
1673
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1674
1674
|
}, "strip", z.ZodTypeAny, {
|
|
1675
|
-
value: `0x${string}`;
|
|
1676
1675
|
__kind: "P2WSH";
|
|
1676
|
+
value: `0x${string}`;
|
|
1677
1677
|
}, {
|
|
1678
|
-
value: string;
|
|
1679
1678
|
__kind: "P2WSH";
|
|
1679
|
+
value: string;
|
|
1680
1680
|
}>, z.ZodObject<{
|
|
1681
1681
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1682
1682
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1683
1683
|
}, "strip", z.ZodTypeAny, {
|
|
1684
|
-
value: `0x${string}`;
|
|
1685
1684
|
__kind: "Taproot";
|
|
1685
|
+
value: `0x${string}`;
|
|
1686
1686
|
}, {
|
|
1687
|
-
value: string;
|
|
1688
1687
|
__kind: "Taproot";
|
|
1688
|
+
value: string;
|
|
1689
1689
|
}>, z.ZodObject<{
|
|
1690
1690
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1691
1691
|
version: z.ZodNumber;
|
|
@@ -1700,76 +1700,76 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1700
1700
|
program: string;
|
|
1701
1701
|
}>]>;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
|
+
__kind: "Btc";
|
|
1703
1704
|
value: {
|
|
1704
|
-
value: `0x${string}`;
|
|
1705
1705
|
__kind: "P2PKH";
|
|
1706
|
-
} | {
|
|
1707
1706
|
value: `0x${string}`;
|
|
1708
|
-
__kind: "P2SH";
|
|
1709
1707
|
} | {
|
|
1708
|
+
__kind: "P2SH";
|
|
1710
1709
|
value: `0x${string}`;
|
|
1711
|
-
__kind: "P2WPKH";
|
|
1712
1710
|
} | {
|
|
1711
|
+
__kind: "P2WPKH";
|
|
1713
1712
|
value: `0x${string}`;
|
|
1714
|
-
__kind: "P2WSH";
|
|
1715
1713
|
} | {
|
|
1714
|
+
__kind: "P2WSH";
|
|
1716
1715
|
value: `0x${string}`;
|
|
1716
|
+
} | {
|
|
1717
1717
|
__kind: "Taproot";
|
|
1718
|
+
value: `0x${string}`;
|
|
1718
1719
|
} | {
|
|
1719
1720
|
__kind: "OtherSegwit";
|
|
1720
1721
|
version: number;
|
|
1721
1722
|
program: `0x${string}`;
|
|
1722
1723
|
};
|
|
1723
|
-
__kind: "Btc";
|
|
1724
1724
|
}, {
|
|
1725
|
+
__kind: "Btc";
|
|
1725
1726
|
value: {
|
|
1726
|
-
value: string;
|
|
1727
1727
|
__kind: "P2PKH";
|
|
1728
|
-
} | {
|
|
1729
1728
|
value: string;
|
|
1730
|
-
__kind: "P2SH";
|
|
1731
1729
|
} | {
|
|
1730
|
+
__kind: "P2SH";
|
|
1732
1731
|
value: string;
|
|
1733
|
-
__kind: "P2WPKH";
|
|
1734
1732
|
} | {
|
|
1733
|
+
__kind: "P2WPKH";
|
|
1735
1734
|
value: string;
|
|
1736
|
-
__kind: "P2WSH";
|
|
1737
1735
|
} | {
|
|
1736
|
+
__kind: "P2WSH";
|
|
1738
1737
|
value: string;
|
|
1738
|
+
} | {
|
|
1739
1739
|
__kind: "Taproot";
|
|
1740
|
+
value: string;
|
|
1740
1741
|
} | {
|
|
1741
1742
|
__kind: "OtherSegwit";
|
|
1742
1743
|
version: number;
|
|
1743
1744
|
program: string;
|
|
1744
1745
|
};
|
|
1745
|
-
__kind: "Btc";
|
|
1746
1746
|
}>, z.ZodObject<{
|
|
1747
1747
|
__kind: z.ZodLiteral<"Arb">;
|
|
1748
1748
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1749
1749
|
}, "strip", z.ZodTypeAny, {
|
|
1750
|
-
value: `0x${string}`;
|
|
1751
1750
|
__kind: "Arb";
|
|
1751
|
+
value: `0x${string}`;
|
|
1752
1752
|
}, {
|
|
1753
|
-
value: string;
|
|
1754
1753
|
__kind: "Arb";
|
|
1754
|
+
value: string;
|
|
1755
1755
|
}>, z.ZodObject<{
|
|
1756
1756
|
__kind: z.ZodLiteral<"Sol">;
|
|
1757
1757
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1758
1758
|
}, "strip", z.ZodTypeAny, {
|
|
1759
|
-
value: `0x${string}`;
|
|
1760
1759
|
__kind: "Sol";
|
|
1760
|
+
value: `0x${string}`;
|
|
1761
1761
|
}, {
|
|
1762
|
-
value: string;
|
|
1763
1762
|
__kind: "Sol";
|
|
1763
|
+
value: string;
|
|
1764
1764
|
}>, z.ZodObject<{
|
|
1765
1765
|
__kind: z.ZodLiteral<"Hub">;
|
|
1766
1766
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1767
1767
|
}, "strip", z.ZodTypeAny, {
|
|
1768
|
-
value: `0x${string}`;
|
|
1769
1768
|
__kind: "Hub";
|
|
1769
|
+
value: `0x${string}`;
|
|
1770
1770
|
}, {
|
|
1771
|
-
value: string;
|
|
1772
1771
|
__kind: "Hub";
|
|
1772
|
+
value: string;
|
|
1773
1773
|
}>]>>>;
|
|
1774
1774
|
}, "strip", z.ZodTypeAny, {
|
|
1775
1775
|
channelMetadata: {
|
|
@@ -1778,7 +1778,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1778
1778
|
ccmAdditionalData: {
|
|
1779
1779
|
__kind: "NotRequired";
|
|
1780
1780
|
} | {
|
|
1781
|
+
__kind: "Solana";
|
|
1781
1782
|
value: {
|
|
1783
|
+
__kind: "V0";
|
|
1782
1784
|
value: {
|
|
1783
1785
|
cfReceiver: {
|
|
1784
1786
|
pubkey: `0x${string}`;
|
|
@@ -1790,7 +1792,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1790
1792
|
}[];
|
|
1791
1793
|
fallbackAddress: `0x${string}`;
|
|
1792
1794
|
};
|
|
1793
|
-
__kind: "V0";
|
|
1794
1795
|
} | {
|
|
1795
1796
|
__kind: "V1";
|
|
1796
1797
|
ccmAccounts: {
|
|
@@ -1806,47 +1807,46 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1806
1807
|
};
|
|
1807
1808
|
alts: `0x${string}`[];
|
|
1808
1809
|
};
|
|
1809
|
-
__kind: "Solana";
|
|
1810
1810
|
};
|
|
1811
1811
|
};
|
|
1812
1812
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1813
1813
|
sourceAddress?: {
|
|
1814
|
-
value: `0x${string}`;
|
|
1815
1814
|
__kind: "Eth";
|
|
1816
|
-
} | {
|
|
1817
1815
|
value: `0x${string}`;
|
|
1816
|
+
} | {
|
|
1818
1817
|
__kind: "Dot";
|
|
1818
|
+
value: `0x${string}`;
|
|
1819
1819
|
} | {
|
|
1820
|
+
__kind: "Btc";
|
|
1820
1821
|
value: {
|
|
1821
|
-
value: `0x${string}`;
|
|
1822
1822
|
__kind: "P2PKH";
|
|
1823
|
-
} | {
|
|
1824
1823
|
value: `0x${string}`;
|
|
1825
|
-
__kind: "P2SH";
|
|
1826
1824
|
} | {
|
|
1825
|
+
__kind: "P2SH";
|
|
1827
1826
|
value: `0x${string}`;
|
|
1828
|
-
__kind: "P2WPKH";
|
|
1829
1827
|
} | {
|
|
1828
|
+
__kind: "P2WPKH";
|
|
1830
1829
|
value: `0x${string}`;
|
|
1831
|
-
__kind: "P2WSH";
|
|
1832
1830
|
} | {
|
|
1831
|
+
__kind: "P2WSH";
|
|
1833
1832
|
value: `0x${string}`;
|
|
1833
|
+
} | {
|
|
1834
1834
|
__kind: "Taproot";
|
|
1835
|
+
value: `0x${string}`;
|
|
1835
1836
|
} | {
|
|
1836
1837
|
__kind: "OtherSegwit";
|
|
1837
1838
|
version: number;
|
|
1838
1839
|
program: `0x${string}`;
|
|
1839
1840
|
};
|
|
1840
|
-
__kind: "Btc";
|
|
1841
1841
|
} | {
|
|
1842
|
-
value: `0x${string}`;
|
|
1843
1842
|
__kind: "Arb";
|
|
1844
|
-
} | {
|
|
1845
1843
|
value: `0x${string}`;
|
|
1846
|
-
__kind: "Sol";
|
|
1847
1844
|
} | {
|
|
1845
|
+
__kind: "Sol";
|
|
1848
1846
|
value: `0x${string}`;
|
|
1847
|
+
} | {
|
|
1849
1848
|
__kind: "Hub";
|
|
1849
|
+
value: `0x${string}`;
|
|
1850
1850
|
} | null | undefined;
|
|
1851
1851
|
}, {
|
|
1852
1852
|
channelMetadata: {
|
|
@@ -1855,7 +1855,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1855
1855
|
ccmAdditionalData: {
|
|
1856
1856
|
__kind: "NotRequired";
|
|
1857
1857
|
} | {
|
|
1858
|
+
__kind: "Solana";
|
|
1858
1859
|
value: {
|
|
1860
|
+
__kind: "V0";
|
|
1859
1861
|
value: {
|
|
1860
1862
|
cfReceiver: {
|
|
1861
1863
|
pubkey: string;
|
|
@@ -1867,7 +1869,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1867
1869
|
}[];
|
|
1868
1870
|
fallbackAddress: string;
|
|
1869
1871
|
};
|
|
1870
|
-
__kind: "V0";
|
|
1871
1872
|
} | {
|
|
1872
1873
|
__kind: "V1";
|
|
1873
1874
|
ccmAccounts: {
|
|
@@ -1883,97 +1884,96 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1883
1884
|
};
|
|
1884
1885
|
alts: string[];
|
|
1885
1886
|
};
|
|
1886
|
-
__kind: "Solana";
|
|
1887
1887
|
};
|
|
1888
1888
|
};
|
|
1889
1889
|
sourceChain: {
|
|
1890
1890
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1891
1891
|
};
|
|
1892
1892
|
sourceAddress?: {
|
|
1893
|
-
value: string;
|
|
1894
1893
|
__kind: "Eth";
|
|
1895
|
-
} | {
|
|
1896
1894
|
value: string;
|
|
1895
|
+
} | {
|
|
1897
1896
|
__kind: "Dot";
|
|
1897
|
+
value: string;
|
|
1898
1898
|
} | {
|
|
1899
|
+
__kind: "Btc";
|
|
1899
1900
|
value: {
|
|
1900
|
-
value: string;
|
|
1901
1901
|
__kind: "P2PKH";
|
|
1902
|
-
} | {
|
|
1903
1902
|
value: string;
|
|
1904
|
-
__kind: "P2SH";
|
|
1905
1903
|
} | {
|
|
1904
|
+
__kind: "P2SH";
|
|
1906
1905
|
value: string;
|
|
1907
|
-
__kind: "P2WPKH";
|
|
1908
1906
|
} | {
|
|
1907
|
+
__kind: "P2WPKH";
|
|
1909
1908
|
value: string;
|
|
1910
|
-
__kind: "P2WSH";
|
|
1911
1909
|
} | {
|
|
1910
|
+
__kind: "P2WSH";
|
|
1912
1911
|
value: string;
|
|
1912
|
+
} | {
|
|
1913
1913
|
__kind: "Taproot";
|
|
1914
|
+
value: string;
|
|
1914
1915
|
} | {
|
|
1915
1916
|
__kind: "OtherSegwit";
|
|
1916
1917
|
version: number;
|
|
1917
1918
|
program: string;
|
|
1918
1919
|
};
|
|
1919
|
-
__kind: "Btc";
|
|
1920
1920
|
} | {
|
|
1921
|
-
value: string;
|
|
1922
1921
|
__kind: "Arb";
|
|
1923
|
-
} | {
|
|
1924
1922
|
value: string;
|
|
1925
|
-
__kind: "Sol";
|
|
1926
1923
|
} | {
|
|
1924
|
+
__kind: "Sol";
|
|
1927
1925
|
value: string;
|
|
1926
|
+
} | {
|
|
1928
1927
|
__kind: "Hub";
|
|
1928
|
+
value: string;
|
|
1929
1929
|
} | null | undefined;
|
|
1930
1930
|
}>>>;
|
|
1931
1931
|
}, "strip", z.ZodTypeAny, {
|
|
1932
1932
|
__kind: "RefundIfExpires";
|
|
1933
1933
|
retryDuration: number;
|
|
1934
1934
|
refundAddress: {
|
|
1935
|
-
value: `cF${string}`;
|
|
1936
1935
|
__kind: "InternalAccount";
|
|
1936
|
+
value: `cF${string}`;
|
|
1937
1937
|
} | {
|
|
1938
|
+
__kind: "ExternalAddress";
|
|
1938
1939
|
value: {
|
|
1939
|
-
value: `0x${string}`;
|
|
1940
1940
|
__kind: "Eth";
|
|
1941
|
-
} | {
|
|
1942
1941
|
value: `0x${string}`;
|
|
1942
|
+
} | {
|
|
1943
1943
|
__kind: "Dot";
|
|
1944
|
+
value: `0x${string}`;
|
|
1944
1945
|
} | {
|
|
1946
|
+
__kind: "Btc";
|
|
1945
1947
|
value: {
|
|
1946
|
-
value: `0x${string}`;
|
|
1947
1948
|
__kind: "P2PKH";
|
|
1948
|
-
} | {
|
|
1949
1949
|
value: `0x${string}`;
|
|
1950
|
-
__kind: "P2SH";
|
|
1951
1950
|
} | {
|
|
1951
|
+
__kind: "P2SH";
|
|
1952
1952
|
value: `0x${string}`;
|
|
1953
|
-
__kind: "P2WPKH";
|
|
1954
1953
|
} | {
|
|
1954
|
+
__kind: "P2WPKH";
|
|
1955
1955
|
value: `0x${string}`;
|
|
1956
|
-
__kind: "P2WSH";
|
|
1957
1956
|
} | {
|
|
1957
|
+
__kind: "P2WSH";
|
|
1958
1958
|
value: `0x${string}`;
|
|
1959
|
+
} | {
|
|
1959
1960
|
__kind: "Taproot";
|
|
1961
|
+
value: `0x${string}`;
|
|
1960
1962
|
} | {
|
|
1961
1963
|
__kind: "OtherSegwit";
|
|
1962
1964
|
version: number;
|
|
1963
1965
|
program: `0x${string}`;
|
|
1964
1966
|
};
|
|
1965
|
-
__kind: "Btc";
|
|
1966
1967
|
} | {
|
|
1967
|
-
value: `0x${string}`;
|
|
1968
1968
|
__kind: "Arb";
|
|
1969
|
-
} | {
|
|
1970
1969
|
value: `0x${string}`;
|
|
1971
|
-
__kind: "Sol";
|
|
1972
1970
|
} | {
|
|
1971
|
+
__kind: "Sol";
|
|
1973
1972
|
value: `0x${string}`;
|
|
1973
|
+
} | {
|
|
1974
1974
|
__kind: "Hub";
|
|
1975
|
+
value: `0x${string}`;
|
|
1975
1976
|
};
|
|
1976
|
-
__kind: "ExternalAddress";
|
|
1977
1977
|
};
|
|
1978
1978
|
refundCcmMetadata?: {
|
|
1979
1979
|
channelMetadata: {
|
|
@@ -1982,7 +1982,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1982
1982
|
ccmAdditionalData: {
|
|
1983
1983
|
__kind: "NotRequired";
|
|
1984
1984
|
} | {
|
|
1985
|
+
__kind: "Solana";
|
|
1985
1986
|
value: {
|
|
1987
|
+
__kind: "V0";
|
|
1986
1988
|
value: {
|
|
1987
1989
|
cfReceiver: {
|
|
1988
1990
|
pubkey: `0x${string}`;
|
|
@@ -1994,7 +1996,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1994
1996
|
}[];
|
|
1995
1997
|
fallbackAddress: `0x${string}`;
|
|
1996
1998
|
};
|
|
1997
|
-
__kind: "V0";
|
|
1998
1999
|
} | {
|
|
1999
2000
|
__kind: "V1";
|
|
2000
2001
|
ccmAccounts: {
|
|
@@ -2010,95 +2011,94 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2010
2011
|
};
|
|
2011
2012
|
alts: `0x${string}`[];
|
|
2012
2013
|
};
|
|
2013
|
-
__kind: "Solana";
|
|
2014
2014
|
};
|
|
2015
2015
|
};
|
|
2016
2016
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2017
2017
|
sourceAddress?: {
|
|
2018
|
-
value: `0x${string}`;
|
|
2019
2018
|
__kind: "Eth";
|
|
2020
|
-
} | {
|
|
2021
2019
|
value: `0x${string}`;
|
|
2020
|
+
} | {
|
|
2022
2021
|
__kind: "Dot";
|
|
2022
|
+
value: `0x${string}`;
|
|
2023
2023
|
} | {
|
|
2024
|
+
__kind: "Btc";
|
|
2024
2025
|
value: {
|
|
2025
|
-
value: `0x${string}`;
|
|
2026
2026
|
__kind: "P2PKH";
|
|
2027
|
-
} | {
|
|
2028
2027
|
value: `0x${string}`;
|
|
2029
|
-
__kind: "P2SH";
|
|
2030
2028
|
} | {
|
|
2029
|
+
__kind: "P2SH";
|
|
2031
2030
|
value: `0x${string}`;
|
|
2032
|
-
__kind: "P2WPKH";
|
|
2033
2031
|
} | {
|
|
2032
|
+
__kind: "P2WPKH";
|
|
2034
2033
|
value: `0x${string}`;
|
|
2035
|
-
__kind: "P2WSH";
|
|
2036
2034
|
} | {
|
|
2035
|
+
__kind: "P2WSH";
|
|
2037
2036
|
value: `0x${string}`;
|
|
2037
|
+
} | {
|
|
2038
2038
|
__kind: "Taproot";
|
|
2039
|
+
value: `0x${string}`;
|
|
2039
2040
|
} | {
|
|
2040
2041
|
__kind: "OtherSegwit";
|
|
2041
2042
|
version: number;
|
|
2042
2043
|
program: `0x${string}`;
|
|
2043
2044
|
};
|
|
2044
|
-
__kind: "Btc";
|
|
2045
2045
|
} | {
|
|
2046
|
-
value: `0x${string}`;
|
|
2047
2046
|
__kind: "Arb";
|
|
2048
|
-
} | {
|
|
2049
2047
|
value: `0x${string}`;
|
|
2050
|
-
__kind: "Sol";
|
|
2051
2048
|
} | {
|
|
2049
|
+
__kind: "Sol";
|
|
2052
2050
|
value: `0x${string}`;
|
|
2051
|
+
} | {
|
|
2053
2052
|
__kind: "Hub";
|
|
2053
|
+
value: `0x${string}`;
|
|
2054
2054
|
} | null | undefined;
|
|
2055
2055
|
} | null | undefined;
|
|
2056
2056
|
}, {
|
|
2057
2057
|
__kind: "RefundIfExpires";
|
|
2058
2058
|
retryDuration: number;
|
|
2059
2059
|
refundAddress: {
|
|
2060
|
-
value: string;
|
|
2061
2060
|
__kind: "InternalAccount";
|
|
2061
|
+
value: string;
|
|
2062
2062
|
} | {
|
|
2063
|
+
__kind: "ExternalAddress";
|
|
2063
2064
|
value: {
|
|
2064
|
-
value: string;
|
|
2065
2065
|
__kind: "Eth";
|
|
2066
|
-
} | {
|
|
2067
2066
|
value: string;
|
|
2067
|
+
} | {
|
|
2068
2068
|
__kind: "Dot";
|
|
2069
|
+
value: string;
|
|
2069
2070
|
} | {
|
|
2071
|
+
__kind: "Btc";
|
|
2070
2072
|
value: {
|
|
2071
|
-
value: string;
|
|
2072
2073
|
__kind: "P2PKH";
|
|
2073
|
-
} | {
|
|
2074
2074
|
value: string;
|
|
2075
|
-
__kind: "P2SH";
|
|
2076
2075
|
} | {
|
|
2076
|
+
__kind: "P2SH";
|
|
2077
2077
|
value: string;
|
|
2078
|
-
__kind: "P2WPKH";
|
|
2079
2078
|
} | {
|
|
2079
|
+
__kind: "P2WPKH";
|
|
2080
2080
|
value: string;
|
|
2081
|
-
__kind: "P2WSH";
|
|
2082
2081
|
} | {
|
|
2082
|
+
__kind: "P2WSH";
|
|
2083
2083
|
value: string;
|
|
2084
|
+
} | {
|
|
2084
2085
|
__kind: "Taproot";
|
|
2086
|
+
value: string;
|
|
2085
2087
|
} | {
|
|
2086
2088
|
__kind: "OtherSegwit";
|
|
2087
2089
|
version: number;
|
|
2088
2090
|
program: string;
|
|
2089
2091
|
};
|
|
2090
|
-
__kind: "Btc";
|
|
2091
2092
|
} | {
|
|
2092
|
-
value: string;
|
|
2093
2093
|
__kind: "Arb";
|
|
2094
|
-
} | {
|
|
2095
2094
|
value: string;
|
|
2096
|
-
__kind: "Sol";
|
|
2097
2095
|
} | {
|
|
2096
|
+
__kind: "Sol";
|
|
2098
2097
|
value: string;
|
|
2098
|
+
} | {
|
|
2099
2099
|
__kind: "Hub";
|
|
2100
|
+
value: string;
|
|
2100
2101
|
};
|
|
2101
|
-
__kind: "ExternalAddress";
|
|
2102
2102
|
};
|
|
2103
2103
|
refundCcmMetadata?: {
|
|
2104
2104
|
channelMetadata: {
|
|
@@ -2107,7 +2107,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2107
2107
|
ccmAdditionalData: {
|
|
2108
2108
|
__kind: "NotRequired";
|
|
2109
2109
|
} | {
|
|
2110
|
+
__kind: "Solana";
|
|
2110
2111
|
value: {
|
|
2112
|
+
__kind: "V0";
|
|
2111
2113
|
value: {
|
|
2112
2114
|
cfReceiver: {
|
|
2113
2115
|
pubkey: string;
|
|
@@ -2119,7 +2121,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2119
2121
|
}[];
|
|
2120
2122
|
fallbackAddress: string;
|
|
2121
2123
|
};
|
|
2122
|
-
__kind: "V0";
|
|
2123
2124
|
} | {
|
|
2124
2125
|
__kind: "V1";
|
|
2125
2126
|
ccmAccounts: {
|
|
@@ -2135,49 +2136,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2135
2136
|
};
|
|
2136
2137
|
alts: string[];
|
|
2137
2138
|
};
|
|
2138
|
-
__kind: "Solana";
|
|
2139
2139
|
};
|
|
2140
2140
|
};
|
|
2141
2141
|
sourceChain: {
|
|
2142
2142
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2143
2143
|
};
|
|
2144
2144
|
sourceAddress?: {
|
|
2145
|
-
value: string;
|
|
2146
2145
|
__kind: "Eth";
|
|
2147
|
-
} | {
|
|
2148
2146
|
value: string;
|
|
2147
|
+
} | {
|
|
2149
2148
|
__kind: "Dot";
|
|
2149
|
+
value: string;
|
|
2150
2150
|
} | {
|
|
2151
|
+
__kind: "Btc";
|
|
2151
2152
|
value: {
|
|
2152
|
-
value: string;
|
|
2153
2153
|
__kind: "P2PKH";
|
|
2154
|
-
} | {
|
|
2155
2154
|
value: string;
|
|
2156
|
-
__kind: "P2SH";
|
|
2157
2155
|
} | {
|
|
2156
|
+
__kind: "P2SH";
|
|
2158
2157
|
value: string;
|
|
2159
|
-
__kind: "P2WPKH";
|
|
2160
2158
|
} | {
|
|
2159
|
+
__kind: "P2WPKH";
|
|
2161
2160
|
value: string;
|
|
2162
|
-
__kind: "P2WSH";
|
|
2163
2161
|
} | {
|
|
2162
|
+
__kind: "P2WSH";
|
|
2164
2163
|
value: string;
|
|
2164
|
+
} | {
|
|
2165
2165
|
__kind: "Taproot";
|
|
2166
|
+
value: string;
|
|
2166
2167
|
} | {
|
|
2167
2168
|
__kind: "OtherSegwit";
|
|
2168
2169
|
version: number;
|
|
2169
2170
|
program: string;
|
|
2170
2171
|
};
|
|
2171
|
-
__kind: "Btc";
|
|
2172
2172
|
} | {
|
|
2173
|
-
value: string;
|
|
2174
2173
|
__kind: "Arb";
|
|
2175
|
-
} | {
|
|
2176
2174
|
value: string;
|
|
2177
|
-
__kind: "Sol";
|
|
2178
2175
|
} | {
|
|
2176
|
+
__kind: "Sol";
|
|
2179
2177
|
value: string;
|
|
2178
|
+
} | {
|
|
2180
2179
|
__kind: "Hub";
|
|
2180
|
+
value: string;
|
|
2181
2181
|
} | null | undefined;
|
|
2182
2182
|
} | null | undefined;
|
|
2183
2183
|
}>]>;
|
|
@@ -2190,48 +2190,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2190
2190
|
__kind: "RefundIfExpires";
|
|
2191
2191
|
retryDuration: number;
|
|
2192
2192
|
refundAddress: {
|
|
2193
|
-
value: `cF${string}`;
|
|
2194
2193
|
__kind: "InternalAccount";
|
|
2194
|
+
value: `cF${string}`;
|
|
2195
2195
|
} | {
|
|
2196
|
+
__kind: "ExternalAddress";
|
|
2196
2197
|
value: {
|
|
2197
|
-
value: `0x${string}`;
|
|
2198
2198
|
__kind: "Eth";
|
|
2199
|
-
} | {
|
|
2200
2199
|
value: `0x${string}`;
|
|
2200
|
+
} | {
|
|
2201
2201
|
__kind: "Dot";
|
|
2202
|
+
value: `0x${string}`;
|
|
2202
2203
|
} | {
|
|
2204
|
+
__kind: "Btc";
|
|
2203
2205
|
value: {
|
|
2204
|
-
value: `0x${string}`;
|
|
2205
2206
|
__kind: "P2PKH";
|
|
2206
|
-
} | {
|
|
2207
2207
|
value: `0x${string}`;
|
|
2208
|
-
__kind: "P2SH";
|
|
2209
2208
|
} | {
|
|
2209
|
+
__kind: "P2SH";
|
|
2210
2210
|
value: `0x${string}`;
|
|
2211
|
-
__kind: "P2WPKH";
|
|
2212
2211
|
} | {
|
|
2212
|
+
__kind: "P2WPKH";
|
|
2213
2213
|
value: `0x${string}`;
|
|
2214
|
-
__kind: "P2WSH";
|
|
2215
2214
|
} | {
|
|
2215
|
+
__kind: "P2WSH";
|
|
2216
2216
|
value: `0x${string}`;
|
|
2217
|
+
} | {
|
|
2217
2218
|
__kind: "Taproot";
|
|
2219
|
+
value: `0x${string}`;
|
|
2218
2220
|
} | {
|
|
2219
2221
|
__kind: "OtherSegwit";
|
|
2220
2222
|
version: number;
|
|
2221
2223
|
program: `0x${string}`;
|
|
2222
2224
|
};
|
|
2223
|
-
__kind: "Btc";
|
|
2224
2225
|
} | {
|
|
2225
|
-
value: `0x${string}`;
|
|
2226
2226
|
__kind: "Arb";
|
|
2227
|
-
} | {
|
|
2228
2227
|
value: `0x${string}`;
|
|
2229
|
-
__kind: "Sol";
|
|
2230
2228
|
} | {
|
|
2229
|
+
__kind: "Sol";
|
|
2231
2230
|
value: `0x${string}`;
|
|
2231
|
+
} | {
|
|
2232
2232
|
__kind: "Hub";
|
|
2233
|
+
value: `0x${string}`;
|
|
2233
2234
|
};
|
|
2234
|
-
__kind: "ExternalAddress";
|
|
2235
2235
|
};
|
|
2236
2236
|
refundCcmMetadata?: {
|
|
2237
2237
|
channelMetadata: {
|
|
@@ -2240,7 +2240,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2240
2240
|
ccmAdditionalData: {
|
|
2241
2241
|
__kind: "NotRequired";
|
|
2242
2242
|
} | {
|
|
2243
|
+
__kind: "Solana";
|
|
2243
2244
|
value: {
|
|
2245
|
+
__kind: "V0";
|
|
2244
2246
|
value: {
|
|
2245
2247
|
cfReceiver: {
|
|
2246
2248
|
pubkey: `0x${string}`;
|
|
@@ -2252,7 +2254,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2252
2254
|
}[];
|
|
2253
2255
|
fallbackAddress: `0x${string}`;
|
|
2254
2256
|
};
|
|
2255
|
-
__kind: "V0";
|
|
2256
2257
|
} | {
|
|
2257
2258
|
__kind: "V1";
|
|
2258
2259
|
ccmAccounts: {
|
|
@@ -2268,47 +2269,46 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2268
2269
|
};
|
|
2269
2270
|
alts: `0x${string}`[];
|
|
2270
2271
|
};
|
|
2271
|
-
__kind: "Solana";
|
|
2272
2272
|
};
|
|
2273
2273
|
};
|
|
2274
2274
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2275
2275
|
sourceAddress?: {
|
|
2276
|
-
value: `0x${string}`;
|
|
2277
2276
|
__kind: "Eth";
|
|
2278
|
-
} | {
|
|
2279
2277
|
value: `0x${string}`;
|
|
2278
|
+
} | {
|
|
2280
2279
|
__kind: "Dot";
|
|
2280
|
+
value: `0x${string}`;
|
|
2281
2281
|
} | {
|
|
2282
|
+
__kind: "Btc";
|
|
2282
2283
|
value: {
|
|
2283
|
-
value: `0x${string}`;
|
|
2284
2284
|
__kind: "P2PKH";
|
|
2285
|
-
} | {
|
|
2286
2285
|
value: `0x${string}`;
|
|
2287
|
-
__kind: "P2SH";
|
|
2288
2286
|
} | {
|
|
2287
|
+
__kind: "P2SH";
|
|
2289
2288
|
value: `0x${string}`;
|
|
2290
|
-
__kind: "P2WPKH";
|
|
2291
2289
|
} | {
|
|
2290
|
+
__kind: "P2WPKH";
|
|
2292
2291
|
value: `0x${string}`;
|
|
2293
|
-
__kind: "P2WSH";
|
|
2294
2292
|
} | {
|
|
2293
|
+
__kind: "P2WSH";
|
|
2295
2294
|
value: `0x${string}`;
|
|
2295
|
+
} | {
|
|
2296
2296
|
__kind: "Taproot";
|
|
2297
|
+
value: `0x${string}`;
|
|
2297
2298
|
} | {
|
|
2298
2299
|
__kind: "OtherSegwit";
|
|
2299
2300
|
version: number;
|
|
2300
2301
|
program: `0x${string}`;
|
|
2301
2302
|
};
|
|
2302
|
-
__kind: "Btc";
|
|
2303
2303
|
} | {
|
|
2304
|
-
value: `0x${string}`;
|
|
2305
2304
|
__kind: "Arb";
|
|
2306
|
-
} | {
|
|
2307
2305
|
value: `0x${string}`;
|
|
2308
|
-
__kind: "Sol";
|
|
2309
2306
|
} | {
|
|
2307
|
+
__kind: "Sol";
|
|
2310
2308
|
value: `0x${string}`;
|
|
2309
|
+
} | {
|
|
2311
2310
|
__kind: "Hub";
|
|
2311
|
+
value: `0x${string}`;
|
|
2312
2312
|
} | null | undefined;
|
|
2313
2313
|
} | null | undefined;
|
|
2314
2314
|
};
|
|
@@ -2321,48 +2321,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2321
2321
|
__kind: "RefundIfExpires";
|
|
2322
2322
|
retryDuration: number;
|
|
2323
2323
|
refundAddress: {
|
|
2324
|
-
value: string;
|
|
2325
2324
|
__kind: "InternalAccount";
|
|
2325
|
+
value: string;
|
|
2326
2326
|
} | {
|
|
2327
|
+
__kind: "ExternalAddress";
|
|
2327
2328
|
value: {
|
|
2328
|
-
value: string;
|
|
2329
2329
|
__kind: "Eth";
|
|
2330
|
-
} | {
|
|
2331
2330
|
value: string;
|
|
2331
|
+
} | {
|
|
2332
2332
|
__kind: "Dot";
|
|
2333
|
+
value: string;
|
|
2333
2334
|
} | {
|
|
2335
|
+
__kind: "Btc";
|
|
2334
2336
|
value: {
|
|
2335
|
-
value: string;
|
|
2336
2337
|
__kind: "P2PKH";
|
|
2337
|
-
} | {
|
|
2338
2338
|
value: string;
|
|
2339
|
-
__kind: "P2SH";
|
|
2340
2339
|
} | {
|
|
2340
|
+
__kind: "P2SH";
|
|
2341
2341
|
value: string;
|
|
2342
|
-
__kind: "P2WPKH";
|
|
2343
2342
|
} | {
|
|
2343
|
+
__kind: "P2WPKH";
|
|
2344
2344
|
value: string;
|
|
2345
|
-
__kind: "P2WSH";
|
|
2346
2345
|
} | {
|
|
2346
|
+
__kind: "P2WSH";
|
|
2347
2347
|
value: string;
|
|
2348
|
+
} | {
|
|
2348
2349
|
__kind: "Taproot";
|
|
2350
|
+
value: string;
|
|
2349
2351
|
} | {
|
|
2350
2352
|
__kind: "OtherSegwit";
|
|
2351
2353
|
version: number;
|
|
2352
2354
|
program: string;
|
|
2353
2355
|
};
|
|
2354
|
-
__kind: "Btc";
|
|
2355
2356
|
} | {
|
|
2356
|
-
value: string;
|
|
2357
2357
|
__kind: "Arb";
|
|
2358
|
-
} | {
|
|
2359
2358
|
value: string;
|
|
2360
|
-
__kind: "Sol";
|
|
2361
2359
|
} | {
|
|
2360
|
+
__kind: "Sol";
|
|
2362
2361
|
value: string;
|
|
2362
|
+
} | {
|
|
2363
2363
|
__kind: "Hub";
|
|
2364
|
+
value: string;
|
|
2364
2365
|
};
|
|
2365
|
-
__kind: "ExternalAddress";
|
|
2366
2366
|
};
|
|
2367
2367
|
refundCcmMetadata?: {
|
|
2368
2368
|
channelMetadata: {
|
|
@@ -2371,7 +2371,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2371
2371
|
ccmAdditionalData: {
|
|
2372
2372
|
__kind: "NotRequired";
|
|
2373
2373
|
} | {
|
|
2374
|
+
__kind: "Solana";
|
|
2374
2375
|
value: {
|
|
2376
|
+
__kind: "V0";
|
|
2375
2377
|
value: {
|
|
2376
2378
|
cfReceiver: {
|
|
2377
2379
|
pubkey: string;
|
|
@@ -2383,7 +2385,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2383
2385
|
}[];
|
|
2384
2386
|
fallbackAddress: string;
|
|
2385
2387
|
};
|
|
2386
|
-
__kind: "V0";
|
|
2387
2388
|
} | {
|
|
2388
2389
|
__kind: "V1";
|
|
2389
2390
|
ccmAccounts: {
|
|
@@ -2399,49 +2400,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2399
2400
|
};
|
|
2400
2401
|
alts: string[];
|
|
2401
2402
|
};
|
|
2402
|
-
__kind: "Solana";
|
|
2403
2403
|
};
|
|
2404
2404
|
};
|
|
2405
2405
|
sourceChain: {
|
|
2406
2406
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2407
2407
|
};
|
|
2408
2408
|
sourceAddress?: {
|
|
2409
|
-
value: string;
|
|
2410
2409
|
__kind: "Eth";
|
|
2411
|
-
} | {
|
|
2412
2410
|
value: string;
|
|
2411
|
+
} | {
|
|
2413
2412
|
__kind: "Dot";
|
|
2413
|
+
value: string;
|
|
2414
2414
|
} | {
|
|
2415
|
+
__kind: "Btc";
|
|
2415
2416
|
value: {
|
|
2416
|
-
value: string;
|
|
2417
2417
|
__kind: "P2PKH";
|
|
2418
|
-
} | {
|
|
2419
2418
|
value: string;
|
|
2420
|
-
__kind: "P2SH";
|
|
2421
2419
|
} | {
|
|
2420
|
+
__kind: "P2SH";
|
|
2422
2421
|
value: string;
|
|
2423
|
-
__kind: "P2WPKH";
|
|
2424
2422
|
} | {
|
|
2423
|
+
__kind: "P2WPKH";
|
|
2425
2424
|
value: string;
|
|
2426
|
-
__kind: "P2WSH";
|
|
2427
2425
|
} | {
|
|
2426
|
+
__kind: "P2WSH";
|
|
2428
2427
|
value: string;
|
|
2428
|
+
} | {
|
|
2429
2429
|
__kind: "Taproot";
|
|
2430
|
+
value: string;
|
|
2430
2431
|
} | {
|
|
2431
2432
|
__kind: "OtherSegwit";
|
|
2432
2433
|
version: number;
|
|
2433
2434
|
program: string;
|
|
2434
2435
|
};
|
|
2435
|
-
__kind: "Btc";
|
|
2436
2436
|
} | {
|
|
2437
|
-
value: string;
|
|
2438
2437
|
__kind: "Arb";
|
|
2439
|
-
} | {
|
|
2440
2438
|
value: string;
|
|
2441
|
-
__kind: "Sol";
|
|
2442
2439
|
} | {
|
|
2440
|
+
__kind: "Sol";
|
|
2443
2441
|
value: string;
|
|
2442
|
+
} | {
|
|
2444
2443
|
__kind: "Hub";
|
|
2444
|
+
value: string;
|
|
2445
2445
|
} | null | undefined;
|
|
2446
2446
|
} | null | undefined;
|
|
2447
2447
|
};
|
|
@@ -2490,20 +2490,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2490
2490
|
} | {
|
|
2491
2491
|
__kind: "Vault";
|
|
2492
2492
|
txId: {
|
|
2493
|
-
value: `0x${string}`;
|
|
2494
2493
|
__kind: "Evm";
|
|
2495
|
-
} | {
|
|
2496
2494
|
value: `0x${string}`;
|
|
2495
|
+
} | {
|
|
2497
2496
|
__kind: "Bitcoin";
|
|
2497
|
+
value: `0x${string}`;
|
|
2498
2498
|
} | {
|
|
2499
|
+
__kind: "Polkadot";
|
|
2499
2500
|
value: {
|
|
2500
2501
|
blockNumber: number;
|
|
2501
2502
|
extrinsicIndex: number;
|
|
2502
2503
|
};
|
|
2503
|
-
__kind: "Polkadot";
|
|
2504
2504
|
} | {
|
|
2505
|
-
value: [`0x${string}`, bigint];
|
|
2506
2505
|
__kind: "Solana";
|
|
2506
|
+
value: [`0x${string}`, bigint];
|
|
2507
2507
|
} | {
|
|
2508
2508
|
__kind: "None";
|
|
2509
2509
|
};
|
|
@@ -2511,8 +2511,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2511
2511
|
} | {
|
|
2512
2512
|
__kind: "Internal";
|
|
2513
2513
|
} | {
|
|
2514
|
-
value: `cF${string}`;
|
|
2515
2514
|
__kind: "OnChainAccount";
|
|
2515
|
+
value: `cF${string}`;
|
|
2516
2516
|
};
|
|
2517
2517
|
requestType: {
|
|
2518
2518
|
__kind: "NetworkFee";
|
|
@@ -2548,7 +2548,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2548
2548
|
ccmAdditionalData: {
|
|
2549
2549
|
__kind: "NotRequired";
|
|
2550
2550
|
} | {
|
|
2551
|
+
__kind: "Solana";
|
|
2551
2552
|
value: {
|
|
2553
|
+
__kind: "V0";
|
|
2552
2554
|
value: {
|
|
2553
2555
|
cfReceiver: {
|
|
2554
2556
|
pubkey: `0x${string}`;
|
|
@@ -2560,7 +2562,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2560
2562
|
}[];
|
|
2561
2563
|
fallbackAddress: `0x${string}`;
|
|
2562
2564
|
};
|
|
2563
|
-
__kind: "V0";
|
|
2564
2565
|
} | {
|
|
2565
2566
|
__kind: "V1";
|
|
2566
2567
|
ccmAccounts: {
|
|
@@ -2576,7 +2577,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2576
2577
|
};
|
|
2577
2578
|
alts: `0x${string}`[];
|
|
2578
2579
|
};
|
|
2579
|
-
__kind: "Solana";
|
|
2580
2580
|
};
|
|
2581
2581
|
};
|
|
2582
2582
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2630,48 +2630,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2630
2630
|
__kind: "RefundIfExpires";
|
|
2631
2631
|
retryDuration: number;
|
|
2632
2632
|
refundAddress: {
|
|
2633
|
-
value: `cF${string}`;
|
|
2634
2633
|
__kind: "InternalAccount";
|
|
2634
|
+
value: `cF${string}`;
|
|
2635
2635
|
} | {
|
|
2636
|
+
__kind: "ExternalAddress";
|
|
2636
2637
|
value: {
|
|
2637
|
-
value: `0x${string}`;
|
|
2638
2638
|
__kind: "Eth";
|
|
2639
|
-
} | {
|
|
2640
2639
|
value: `0x${string}`;
|
|
2640
|
+
} | {
|
|
2641
2641
|
__kind: "Dot";
|
|
2642
|
+
value: `0x${string}`;
|
|
2642
2643
|
} | {
|
|
2644
|
+
__kind: "Btc";
|
|
2643
2645
|
value: {
|
|
2644
|
-
value: `0x${string}`;
|
|
2645
2646
|
__kind: "P2PKH";
|
|
2646
|
-
} | {
|
|
2647
2647
|
value: `0x${string}`;
|
|
2648
|
-
__kind: "P2SH";
|
|
2649
2648
|
} | {
|
|
2649
|
+
__kind: "P2SH";
|
|
2650
2650
|
value: `0x${string}`;
|
|
2651
|
-
__kind: "P2WPKH";
|
|
2652
2651
|
} | {
|
|
2652
|
+
__kind: "P2WPKH";
|
|
2653
2653
|
value: `0x${string}`;
|
|
2654
|
-
__kind: "P2WSH";
|
|
2655
2654
|
} | {
|
|
2655
|
+
__kind: "P2WSH";
|
|
2656
2656
|
value: `0x${string}`;
|
|
2657
|
+
} | {
|
|
2657
2658
|
__kind: "Taproot";
|
|
2659
|
+
value: `0x${string}`;
|
|
2658
2660
|
} | {
|
|
2659
2661
|
__kind: "OtherSegwit";
|
|
2660
2662
|
version: number;
|
|
2661
2663
|
program: `0x${string}`;
|
|
2662
2664
|
};
|
|
2663
|
-
__kind: "Btc";
|
|
2664
2665
|
} | {
|
|
2665
|
-
value: `0x${string}`;
|
|
2666
2666
|
__kind: "Arb";
|
|
2667
|
-
} | {
|
|
2668
2667
|
value: `0x${string}`;
|
|
2669
|
-
__kind: "Sol";
|
|
2670
2668
|
} | {
|
|
2669
|
+
__kind: "Sol";
|
|
2671
2670
|
value: `0x${string}`;
|
|
2671
|
+
} | {
|
|
2672
2672
|
__kind: "Hub";
|
|
2673
|
+
value: `0x${string}`;
|
|
2673
2674
|
};
|
|
2674
|
-
__kind: "ExternalAddress";
|
|
2675
2675
|
};
|
|
2676
2676
|
refundCcmMetadata?: {
|
|
2677
2677
|
channelMetadata: {
|
|
@@ -2680,7 +2680,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2680
2680
|
ccmAdditionalData: {
|
|
2681
2681
|
__kind: "NotRequired";
|
|
2682
2682
|
} | {
|
|
2683
|
+
__kind: "Solana";
|
|
2683
2684
|
value: {
|
|
2685
|
+
__kind: "V0";
|
|
2684
2686
|
value: {
|
|
2685
2687
|
cfReceiver: {
|
|
2686
2688
|
pubkey: `0x${string}`;
|
|
@@ -2692,7 +2694,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2692
2694
|
}[];
|
|
2693
2695
|
fallbackAddress: `0x${string}`;
|
|
2694
2696
|
};
|
|
2695
|
-
__kind: "V0";
|
|
2696
2697
|
} | {
|
|
2697
2698
|
__kind: "V1";
|
|
2698
2699
|
ccmAccounts: {
|
|
@@ -2708,47 +2709,46 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2708
2709
|
};
|
|
2709
2710
|
alts: `0x${string}`[];
|
|
2710
2711
|
};
|
|
2711
|
-
__kind: "Solana";
|
|
2712
2712
|
};
|
|
2713
2713
|
};
|
|
2714
2714
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2715
2715
|
sourceAddress?: {
|
|
2716
|
-
value: `0x${string}`;
|
|
2717
2716
|
__kind: "Eth";
|
|
2718
|
-
} | {
|
|
2719
2717
|
value: `0x${string}`;
|
|
2718
|
+
} | {
|
|
2720
2719
|
__kind: "Dot";
|
|
2720
|
+
value: `0x${string}`;
|
|
2721
2721
|
} | {
|
|
2722
|
+
__kind: "Btc";
|
|
2722
2723
|
value: {
|
|
2723
|
-
value: `0x${string}`;
|
|
2724
2724
|
__kind: "P2PKH";
|
|
2725
|
-
} | {
|
|
2726
2725
|
value: `0x${string}`;
|
|
2727
|
-
__kind: "P2SH";
|
|
2728
2726
|
} | {
|
|
2727
|
+
__kind: "P2SH";
|
|
2729
2728
|
value: `0x${string}`;
|
|
2730
|
-
__kind: "P2WPKH";
|
|
2731
2729
|
} | {
|
|
2730
|
+
__kind: "P2WPKH";
|
|
2732
2731
|
value: `0x${string}`;
|
|
2733
|
-
__kind: "P2WSH";
|
|
2734
2732
|
} | {
|
|
2733
|
+
__kind: "P2WSH";
|
|
2735
2734
|
value: `0x${string}`;
|
|
2735
|
+
} | {
|
|
2736
2736
|
__kind: "Taproot";
|
|
2737
|
+
value: `0x${string}`;
|
|
2737
2738
|
} | {
|
|
2738
2739
|
__kind: "OtherSegwit";
|
|
2739
2740
|
version: number;
|
|
2740
2741
|
program: `0x${string}`;
|
|
2741
2742
|
};
|
|
2742
|
-
__kind: "Btc";
|
|
2743
2743
|
} | {
|
|
2744
|
-
value: `0x${string}`;
|
|
2745
2744
|
__kind: "Arb";
|
|
2746
|
-
} | {
|
|
2747
2745
|
value: `0x${string}`;
|
|
2748
|
-
__kind: "Sol";
|
|
2749
2746
|
} | {
|
|
2747
|
+
__kind: "Sol";
|
|
2750
2748
|
value: `0x${string}`;
|
|
2749
|
+
} | {
|
|
2751
2750
|
__kind: "Hub";
|
|
2751
|
+
value: `0x${string}`;
|
|
2752
2752
|
} | null | undefined;
|
|
2753
2753
|
} | null | undefined;
|
|
2754
2754
|
};
|
|
@@ -2767,8 +2767,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2767
2767
|
origin: {
|
|
2768
2768
|
__kind: "DepositChannel";
|
|
2769
2769
|
depositAddress: {
|
|
2770
|
-
value: string;
|
|
2771
2770
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2771
|
+
value: string;
|
|
2772
2772
|
};
|
|
2773
2773
|
channelId: string | number;
|
|
2774
2774
|
depositBlockHeight: string | number;
|
|
@@ -2776,20 +2776,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2776
2776
|
} | {
|
|
2777
2777
|
__kind: "Vault";
|
|
2778
2778
|
txId: {
|
|
2779
|
-
value: string;
|
|
2780
2779
|
__kind: "Evm";
|
|
2781
|
-
} | {
|
|
2782
2780
|
value: string;
|
|
2781
|
+
} | {
|
|
2783
2782
|
__kind: "Bitcoin";
|
|
2783
|
+
value: string;
|
|
2784
2784
|
} | {
|
|
2785
|
+
__kind: "Polkadot";
|
|
2785
2786
|
value: {
|
|
2786
2787
|
blockNumber: number;
|
|
2787
2788
|
extrinsicIndex: number;
|
|
2788
2789
|
};
|
|
2789
|
-
__kind: "Polkadot";
|
|
2790
2790
|
} | {
|
|
2791
|
-
value: [string, string | number];
|
|
2792
2791
|
__kind: "Solana";
|
|
2792
|
+
value: [string, string | number];
|
|
2793
2793
|
} | {
|
|
2794
2794
|
__kind: "None";
|
|
2795
2795
|
};
|
|
@@ -2797,8 +2797,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2797
2797
|
} | {
|
|
2798
2798
|
__kind: "Internal";
|
|
2799
2799
|
} | {
|
|
2800
|
-
value: string;
|
|
2801
2800
|
__kind: "OnChainAccount";
|
|
2801
|
+
value: string;
|
|
2802
2802
|
};
|
|
2803
2803
|
requestType: {
|
|
2804
2804
|
__kind: "NetworkFee";
|
|
@@ -2809,8 +2809,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2809
2809
|
outputAction: {
|
|
2810
2810
|
__kind: "Egress";
|
|
2811
2811
|
outputAddress: {
|
|
2812
|
-
value: string;
|
|
2813
2812
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2813
|
+
value: string;
|
|
2814
2814
|
};
|
|
2815
2815
|
ccmDepositMetadata?: {
|
|
2816
2816
|
channelMetadata: {
|
|
@@ -2819,7 +2819,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2819
2819
|
ccmAdditionalData: {
|
|
2820
2820
|
__kind: "NotRequired";
|
|
2821
2821
|
} | {
|
|
2822
|
+
__kind: "Solana";
|
|
2822
2823
|
value: {
|
|
2824
|
+
__kind: "V0";
|
|
2823
2825
|
value: {
|
|
2824
2826
|
cfReceiver: {
|
|
2825
2827
|
pubkey: string;
|
|
@@ -2831,7 +2833,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2831
2833
|
}[];
|
|
2832
2834
|
fallbackAddress: string;
|
|
2833
2835
|
};
|
|
2834
|
-
__kind: "V0";
|
|
2835
2836
|
} | {
|
|
2836
2837
|
__kind: "V1";
|
|
2837
2838
|
ccmAccounts: {
|
|
@@ -2847,15 +2848,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2847
2848
|
};
|
|
2848
2849
|
alts: string[];
|
|
2849
2850
|
};
|
|
2850
|
-
__kind: "Solana";
|
|
2851
2851
|
};
|
|
2852
2852
|
};
|
|
2853
2853
|
sourceChain: {
|
|
2854
2854
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2855
2855
|
};
|
|
2856
2856
|
sourceAddress?: {
|
|
2857
|
-
value: string;
|
|
2858
2857
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2858
|
+
value: string;
|
|
2859
2859
|
} | null | undefined;
|
|
2860
2860
|
} | null | undefined;
|
|
2861
2861
|
} | {
|
|
@@ -2890,48 +2890,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2890
2890
|
__kind: "RefundIfExpires";
|
|
2891
2891
|
retryDuration: number;
|
|
2892
2892
|
refundAddress: {
|
|
2893
|
-
value: string;
|
|
2894
2893
|
__kind: "InternalAccount";
|
|
2894
|
+
value: string;
|
|
2895
2895
|
} | {
|
|
2896
|
+
__kind: "ExternalAddress";
|
|
2896
2897
|
value: {
|
|
2897
|
-
value: string;
|
|
2898
2898
|
__kind: "Eth";
|
|
2899
|
-
} | {
|
|
2900
2899
|
value: string;
|
|
2900
|
+
} | {
|
|
2901
2901
|
__kind: "Dot";
|
|
2902
|
+
value: string;
|
|
2902
2903
|
} | {
|
|
2904
|
+
__kind: "Btc";
|
|
2903
2905
|
value: {
|
|
2904
|
-
value: string;
|
|
2905
2906
|
__kind: "P2PKH";
|
|
2906
|
-
} | {
|
|
2907
2907
|
value: string;
|
|
2908
|
-
__kind: "P2SH";
|
|
2909
2908
|
} | {
|
|
2909
|
+
__kind: "P2SH";
|
|
2910
2910
|
value: string;
|
|
2911
|
-
__kind: "P2WPKH";
|
|
2912
2911
|
} | {
|
|
2912
|
+
__kind: "P2WPKH";
|
|
2913
2913
|
value: string;
|
|
2914
|
-
__kind: "P2WSH";
|
|
2915
2914
|
} | {
|
|
2915
|
+
__kind: "P2WSH";
|
|
2916
2916
|
value: string;
|
|
2917
|
+
} | {
|
|
2917
2918
|
__kind: "Taproot";
|
|
2919
|
+
value: string;
|
|
2918
2920
|
} | {
|
|
2919
2921
|
__kind: "OtherSegwit";
|
|
2920
2922
|
version: number;
|
|
2921
2923
|
program: string;
|
|
2922
2924
|
};
|
|
2923
|
-
__kind: "Btc";
|
|
2924
2925
|
} | {
|
|
2925
|
-
value: string;
|
|
2926
2926
|
__kind: "Arb";
|
|
2927
|
-
} | {
|
|
2928
2927
|
value: string;
|
|
2929
|
-
__kind: "Sol";
|
|
2930
2928
|
} | {
|
|
2929
|
+
__kind: "Sol";
|
|
2931
2930
|
value: string;
|
|
2931
|
+
} | {
|
|
2932
2932
|
__kind: "Hub";
|
|
2933
|
+
value: string;
|
|
2933
2934
|
};
|
|
2934
|
-
__kind: "ExternalAddress";
|
|
2935
2935
|
};
|
|
2936
2936
|
refundCcmMetadata?: {
|
|
2937
2937
|
channelMetadata: {
|
|
@@ -2940,7 +2940,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2940
2940
|
ccmAdditionalData: {
|
|
2941
2941
|
__kind: "NotRequired";
|
|
2942
2942
|
} | {
|
|
2943
|
+
__kind: "Solana";
|
|
2943
2944
|
value: {
|
|
2945
|
+
__kind: "V0";
|
|
2944
2946
|
value: {
|
|
2945
2947
|
cfReceiver: {
|
|
2946
2948
|
pubkey: string;
|
|
@@ -2952,7 +2954,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2952
2954
|
}[];
|
|
2953
2955
|
fallbackAddress: string;
|
|
2954
2956
|
};
|
|
2955
|
-
__kind: "V0";
|
|
2956
2957
|
} | {
|
|
2957
2958
|
__kind: "V1";
|
|
2958
2959
|
ccmAccounts: {
|
|
@@ -2968,49 +2969,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2968
2969
|
};
|
|
2969
2970
|
alts: string[];
|
|
2970
2971
|
};
|
|
2971
|
-
__kind: "Solana";
|
|
2972
2972
|
};
|
|
2973
2973
|
};
|
|
2974
2974
|
sourceChain: {
|
|
2975
2975
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2976
2976
|
};
|
|
2977
2977
|
sourceAddress?: {
|
|
2978
|
-
value: string;
|
|
2979
2978
|
__kind: "Eth";
|
|
2980
|
-
} | {
|
|
2981
2979
|
value: string;
|
|
2980
|
+
} | {
|
|
2982
2981
|
__kind: "Dot";
|
|
2982
|
+
value: string;
|
|
2983
2983
|
} | {
|
|
2984
|
+
__kind: "Btc";
|
|
2984
2985
|
value: {
|
|
2985
|
-
value: string;
|
|
2986
2986
|
__kind: "P2PKH";
|
|
2987
|
-
} | {
|
|
2988
2987
|
value: string;
|
|
2989
|
-
__kind: "P2SH";
|
|
2990
2988
|
} | {
|
|
2989
|
+
__kind: "P2SH";
|
|
2991
2990
|
value: string;
|
|
2992
|
-
__kind: "P2WPKH";
|
|
2993
2991
|
} | {
|
|
2992
|
+
__kind: "P2WPKH";
|
|
2994
2993
|
value: string;
|
|
2995
|
-
__kind: "P2WSH";
|
|
2996
2994
|
} | {
|
|
2995
|
+
__kind: "P2WSH";
|
|
2997
2996
|
value: string;
|
|
2997
|
+
} | {
|
|
2998
2998
|
__kind: "Taproot";
|
|
2999
|
+
value: string;
|
|
2999
3000
|
} | {
|
|
3000
3001
|
__kind: "OtherSegwit";
|
|
3001
3002
|
version: number;
|
|
3002
3003
|
program: string;
|
|
3003
3004
|
};
|
|
3004
|
-
__kind: "Btc";
|
|
3005
3005
|
} | {
|
|
3006
|
-
value: string;
|
|
3007
3006
|
__kind: "Arb";
|
|
3008
|
-
} | {
|
|
3009
3007
|
value: string;
|
|
3010
|
-
__kind: "Sol";
|
|
3011
3008
|
} | {
|
|
3009
|
+
__kind: "Sol";
|
|
3012
3010
|
value: string;
|
|
3011
|
+
} | {
|
|
3013
3012
|
__kind: "Hub";
|
|
3013
|
+
value: string;
|
|
3014
3014
|
} | null | undefined;
|
|
3015
3015
|
} | null | undefined;
|
|
3016
3016
|
};
|