@chainflip/processor 1.11.5 → 1.11.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
- package/dist/11000/swapping/swapRequested.d.cts +92 -92
- package/dist/11000/swapping/swapRequested.d.ts +92 -92
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +31 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +31 -22
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +2 -2
- package/dist/190/swapping/creditedOnChain.d.ts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/refundedOnChain.d.cts +2 -2
- package/dist/190/swapping/refundedOnChain.d.ts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/swapRequested.d.cts +64 -64
- package/dist/190/swapping/swapRequested.d.ts +64 -64
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/package.json +2 -2
|
@@ -53,17 +53,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
53
53
|
error: string;
|
|
54
54
|
}>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
__kind: "Module";
|
|
57
56
|
value: {
|
|
58
57
|
index: number;
|
|
59
58
|
error: `0x${string}`;
|
|
60
59
|
};
|
|
61
|
-
}, {
|
|
62
60
|
__kind: "Module";
|
|
61
|
+
}, {
|
|
63
62
|
value: {
|
|
64
63
|
index: number;
|
|
65
64
|
error: string;
|
|
66
65
|
};
|
|
66
|
+
__kind: "Module";
|
|
67
67
|
}>, z.ZodObject<{
|
|
68
68
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -87,20 +87,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
87
87
|
value: z.ZodEffects<z.ZodObject<{
|
|
88
88
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
90
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
93
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
94
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
92
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
94
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
98
|
__kind: "Token";
|
|
98
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
99
99
|
}, {
|
|
100
|
-
__kind: "Token";
|
|
101
100
|
value: {
|
|
102
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
101
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
103
102
|
};
|
|
103
|
+
__kind: "Token";
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
106
106
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -113,13 +113,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
113
113
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
114
114
|
}>;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
__kind: "Arithmetic";
|
|
117
116
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
118
|
-
}, {
|
|
119
117
|
__kind: "Arithmetic";
|
|
118
|
+
}, {
|
|
120
119
|
value: {
|
|
121
120
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
122
121
|
};
|
|
122
|
+
__kind: "Arithmetic";
|
|
123
123
|
}>, z.ZodObject<{
|
|
124
124
|
__kind: z.ZodLiteral<"Transactional">;
|
|
125
125
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -132,13 +132,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
132
132
|
__kind: "LimitReached" | "NoLayer";
|
|
133
133
|
}>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
__kind: "Transactional";
|
|
136
135
|
value: "LimitReached" | "NoLayer";
|
|
137
|
-
}, {
|
|
138
136
|
__kind: "Transactional";
|
|
137
|
+
}, {
|
|
139
138
|
value: {
|
|
140
139
|
__kind: "LimitReached" | "NoLayer";
|
|
141
140
|
};
|
|
141
|
+
__kind: "Transactional";
|
|
142
142
|
}>, z.ZodObject<{
|
|
143
143
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165,7 +165,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
165
165
|
__kind: "RootNotAllowed";
|
|
166
166
|
}>]>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
__kind: "DepositWitnessRejected";
|
|
169
168
|
value: {
|
|
170
169
|
__kind: "Other";
|
|
171
170
|
} | {
|
|
@@ -173,11 +172,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
173
172
|
} | {
|
|
174
173
|
__kind: "BadOrigin";
|
|
175
174
|
} | {
|
|
176
|
-
__kind: "Module";
|
|
177
175
|
value: {
|
|
178
176
|
index: number;
|
|
179
177
|
error: `0x${string}`;
|
|
180
178
|
};
|
|
179
|
+
__kind: "Module";
|
|
181
180
|
} | {
|
|
182
181
|
__kind: "ConsumerRemaining";
|
|
183
182
|
} | {
|
|
@@ -185,14 +184,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
185
184
|
} | {
|
|
186
185
|
__kind: "TooManyConsumers";
|
|
187
186
|
} | {
|
|
187
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
188
188
|
__kind: "Token";
|
|
189
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
190
189
|
} | {
|
|
191
|
-
__kind: "Arithmetic";
|
|
192
190
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
191
|
+
__kind: "Arithmetic";
|
|
193
192
|
} | {
|
|
194
|
-
__kind: "Transactional";
|
|
195
193
|
value: "LimitReached" | "NoLayer";
|
|
194
|
+
__kind: "Transactional";
|
|
196
195
|
} | {
|
|
197
196
|
__kind: "Exhausted";
|
|
198
197
|
} | {
|
|
@@ -202,8 +201,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
202
201
|
} | {
|
|
203
202
|
__kind: "RootNotAllowed";
|
|
204
203
|
};
|
|
205
|
-
}, {
|
|
206
204
|
__kind: "DepositWitnessRejected";
|
|
205
|
+
}, {
|
|
207
206
|
value: {
|
|
208
207
|
__kind: "Other";
|
|
209
208
|
} | {
|
|
@@ -211,11 +210,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
211
210
|
} | {
|
|
212
211
|
__kind: "BadOrigin";
|
|
213
212
|
} | {
|
|
214
|
-
__kind: "Module";
|
|
215
213
|
value: {
|
|
216
214
|
index: number;
|
|
217
215
|
error: string;
|
|
218
216
|
};
|
|
217
|
+
__kind: "Module";
|
|
219
218
|
} | {
|
|
220
219
|
__kind: "ConsumerRemaining";
|
|
221
220
|
} | {
|
|
@@ -223,20 +222,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
223
222
|
} | {
|
|
224
223
|
__kind: "TooManyConsumers";
|
|
225
224
|
} | {
|
|
226
|
-
__kind: "Token";
|
|
227
225
|
value: {
|
|
228
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
226
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
227
|
};
|
|
228
|
+
__kind: "Token";
|
|
230
229
|
} | {
|
|
231
|
-
__kind: "Arithmetic";
|
|
232
230
|
value: {
|
|
233
231
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
234
232
|
};
|
|
233
|
+
__kind: "Arithmetic";
|
|
235
234
|
} | {
|
|
236
|
-
__kind: "Transactional";
|
|
237
235
|
value: {
|
|
238
236
|
__kind: "LimitReached" | "NoLayer";
|
|
239
237
|
};
|
|
238
|
+
__kind: "Transactional";
|
|
240
239
|
} | {
|
|
241
240
|
__kind: "Exhausted";
|
|
242
241
|
} | {
|
|
@@ -246,6 +245,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
246
245
|
} | {
|
|
247
246
|
__kind: "RootNotAllowed";
|
|
248
247
|
};
|
|
248
|
+
__kind: "DepositWitnessRejected";
|
|
249
249
|
}>, z.ZodObject<{
|
|
250
250
|
__kind: z.ZodLiteral<"InvalidDestinationAddress">;
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -342,21 +342,21 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
342
342
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
343
343
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
__kind: "
|
|
345
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
346
346
|
}, {
|
|
347
|
-
__kind: "
|
|
348
|
-
}>, "
|
|
349
|
-
__kind: "
|
|
347
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
348
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
349
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
350
350
|
}>;
|
|
351
351
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
352
352
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
353
353
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
|
|
356
355
|
value: `0x${string}`;
|
|
356
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
357
357
|
}, {
|
|
358
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
|
|
359
358
|
value: string;
|
|
359
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
360
360
|
}>, {
|
|
361
361
|
readonly chain: "Ethereum";
|
|
362
362
|
readonly address: `0x${string}`;
|
|
@@ -373,8 +373,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
373
373
|
readonly chain: "Solana";
|
|
374
374
|
readonly address: string;
|
|
375
375
|
}, {
|
|
376
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
|
|
377
376
|
value: string;
|
|
377
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
378
378
|
}>;
|
|
379
379
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
380
380
|
channelMetadata: z.ZodObject<{
|
|
@@ -403,67 +403,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
403
403
|
__kind: z.ZodLiteral<"Eth">;
|
|
404
404
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
405
405
|
}, "strip", z.ZodTypeAny, {
|
|
406
|
-
__kind: "Eth";
|
|
407
406
|
value: `0x${string}`;
|
|
408
|
-
}, {
|
|
409
407
|
__kind: "Eth";
|
|
408
|
+
}, {
|
|
410
409
|
value: string;
|
|
410
|
+
__kind: "Eth";
|
|
411
411
|
}>, z.ZodObject<{
|
|
412
412
|
__kind: z.ZodLiteral<"Dot">;
|
|
413
413
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
414
414
|
}, "strip", z.ZodTypeAny, {
|
|
415
|
-
__kind: "Dot";
|
|
416
415
|
value: `0x${string}`;
|
|
417
|
-
}, {
|
|
418
416
|
__kind: "Dot";
|
|
417
|
+
}, {
|
|
419
418
|
value: string;
|
|
419
|
+
__kind: "Dot";
|
|
420
420
|
}>, z.ZodObject<{
|
|
421
421
|
__kind: z.ZodLiteral<"Btc">;
|
|
422
422
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
423
423
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
424
424
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
426
|
-
__kind: "P2PKH";
|
|
427
426
|
value: `0x${string}`;
|
|
428
|
-
}, {
|
|
429
427
|
__kind: "P2PKH";
|
|
428
|
+
}, {
|
|
430
429
|
value: string;
|
|
430
|
+
__kind: "P2PKH";
|
|
431
431
|
}>, z.ZodObject<{
|
|
432
432
|
__kind: z.ZodLiteral<"P2SH">;
|
|
433
433
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
434
434
|
}, "strip", z.ZodTypeAny, {
|
|
435
|
-
__kind: "P2SH";
|
|
436
435
|
value: `0x${string}`;
|
|
437
|
-
}, {
|
|
438
436
|
__kind: "P2SH";
|
|
437
|
+
}, {
|
|
439
438
|
value: string;
|
|
439
|
+
__kind: "P2SH";
|
|
440
440
|
}>, z.ZodObject<{
|
|
441
441
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
442
442
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
443
443
|
}, "strip", z.ZodTypeAny, {
|
|
444
|
-
__kind: "P2WPKH";
|
|
445
444
|
value: `0x${string}`;
|
|
446
|
-
}, {
|
|
447
445
|
__kind: "P2WPKH";
|
|
446
|
+
}, {
|
|
448
447
|
value: string;
|
|
448
|
+
__kind: "P2WPKH";
|
|
449
449
|
}>, z.ZodObject<{
|
|
450
450
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
451
451
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
__kind: "P2WSH";
|
|
454
453
|
value: `0x${string}`;
|
|
455
|
-
}, {
|
|
456
454
|
__kind: "P2WSH";
|
|
455
|
+
}, {
|
|
457
456
|
value: string;
|
|
457
|
+
__kind: "P2WSH";
|
|
458
458
|
}>, z.ZodObject<{
|
|
459
459
|
__kind: z.ZodLiteral<"Taproot">;
|
|
460
460
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
461
461
|
}, "strip", z.ZodTypeAny, {
|
|
462
|
-
__kind: "Taproot";
|
|
463
462
|
value: `0x${string}`;
|
|
464
|
-
}, {
|
|
465
463
|
__kind: "Taproot";
|
|
464
|
+
}, {
|
|
466
465
|
value: string;
|
|
466
|
+
__kind: "Taproot";
|
|
467
467
|
}>, z.ZodObject<{
|
|
468
468
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
469
469
|
version: z.ZodNumber;
|
|
@@ -478,67 +478,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
478
478
|
program: string;
|
|
479
479
|
}>]>;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
__kind: "Btc";
|
|
482
481
|
value: {
|
|
483
|
-
__kind: "P2PKH";
|
|
484
482
|
value: `0x${string}`;
|
|
483
|
+
__kind: "P2PKH";
|
|
485
484
|
} | {
|
|
486
|
-
__kind: "P2SH";
|
|
487
485
|
value: `0x${string}`;
|
|
486
|
+
__kind: "P2SH";
|
|
488
487
|
} | {
|
|
489
|
-
__kind: "P2WPKH";
|
|
490
488
|
value: `0x${string}`;
|
|
489
|
+
__kind: "P2WPKH";
|
|
491
490
|
} | {
|
|
492
|
-
__kind: "P2WSH";
|
|
493
491
|
value: `0x${string}`;
|
|
492
|
+
__kind: "P2WSH";
|
|
494
493
|
} | {
|
|
495
|
-
__kind: "Taproot";
|
|
496
494
|
value: `0x${string}`;
|
|
495
|
+
__kind: "Taproot";
|
|
497
496
|
} | {
|
|
498
497
|
__kind: "OtherSegwit";
|
|
499
498
|
version: number;
|
|
500
499
|
program: `0x${string}`;
|
|
501
500
|
};
|
|
502
|
-
}, {
|
|
503
501
|
__kind: "Btc";
|
|
502
|
+
}, {
|
|
504
503
|
value: {
|
|
505
|
-
__kind: "P2PKH";
|
|
506
504
|
value: string;
|
|
505
|
+
__kind: "P2PKH";
|
|
507
506
|
} | {
|
|
508
|
-
__kind: "P2SH";
|
|
509
507
|
value: string;
|
|
508
|
+
__kind: "P2SH";
|
|
510
509
|
} | {
|
|
511
|
-
__kind: "P2WPKH";
|
|
512
510
|
value: string;
|
|
511
|
+
__kind: "P2WPKH";
|
|
513
512
|
} | {
|
|
514
|
-
__kind: "P2WSH";
|
|
515
513
|
value: string;
|
|
514
|
+
__kind: "P2WSH";
|
|
516
515
|
} | {
|
|
517
|
-
__kind: "Taproot";
|
|
518
516
|
value: string;
|
|
517
|
+
__kind: "Taproot";
|
|
519
518
|
} | {
|
|
520
519
|
__kind: "OtherSegwit";
|
|
521
520
|
version: number;
|
|
522
521
|
program: string;
|
|
523
522
|
};
|
|
523
|
+
__kind: "Btc";
|
|
524
524
|
}>, z.ZodObject<{
|
|
525
525
|
__kind: z.ZodLiteral<"Arb">;
|
|
526
526
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
527
527
|
}, "strip", z.ZodTypeAny, {
|
|
528
|
-
__kind: "Arb";
|
|
529
528
|
value: `0x${string}`;
|
|
530
|
-
}, {
|
|
531
529
|
__kind: "Arb";
|
|
530
|
+
}, {
|
|
532
531
|
value: string;
|
|
532
|
+
__kind: "Arb";
|
|
533
533
|
}>, z.ZodObject<{
|
|
534
534
|
__kind: z.ZodLiteral<"Sol">;
|
|
535
535
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
536
536
|
}, "strip", z.ZodTypeAny, {
|
|
537
|
-
__kind: "Sol";
|
|
538
537
|
value: `0x${string}`;
|
|
539
|
-
}, {
|
|
540
538
|
__kind: "Sol";
|
|
539
|
+
}, {
|
|
541
540
|
value: string;
|
|
541
|
+
__kind: "Sol";
|
|
542
542
|
}>]>>>;
|
|
543
543
|
}, "strip", z.ZodTypeAny, {
|
|
544
544
|
channelMetadata: {
|
|
@@ -548,39 +548,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
548
548
|
};
|
|
549
549
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
550
550
|
sourceAddress?: {
|
|
551
|
-
__kind: "Eth";
|
|
552
551
|
value: `0x${string}`;
|
|
552
|
+
__kind: "Eth";
|
|
553
553
|
} | {
|
|
554
|
-
__kind: "Dot";
|
|
555
554
|
value: `0x${string}`;
|
|
555
|
+
__kind: "Dot";
|
|
556
556
|
} | {
|
|
557
|
-
__kind: "Btc";
|
|
558
557
|
value: {
|
|
559
|
-
__kind: "P2PKH";
|
|
560
558
|
value: `0x${string}`;
|
|
559
|
+
__kind: "P2PKH";
|
|
561
560
|
} | {
|
|
562
|
-
__kind: "P2SH";
|
|
563
561
|
value: `0x${string}`;
|
|
562
|
+
__kind: "P2SH";
|
|
564
563
|
} | {
|
|
565
|
-
__kind: "P2WPKH";
|
|
566
564
|
value: `0x${string}`;
|
|
565
|
+
__kind: "P2WPKH";
|
|
567
566
|
} | {
|
|
568
|
-
__kind: "P2WSH";
|
|
569
567
|
value: `0x${string}`;
|
|
568
|
+
__kind: "P2WSH";
|
|
570
569
|
} | {
|
|
571
|
-
__kind: "Taproot";
|
|
572
570
|
value: `0x${string}`;
|
|
571
|
+
__kind: "Taproot";
|
|
573
572
|
} | {
|
|
574
573
|
__kind: "OtherSegwit";
|
|
575
574
|
version: number;
|
|
576
575
|
program: `0x${string}`;
|
|
577
576
|
};
|
|
577
|
+
__kind: "Btc";
|
|
578
578
|
} | {
|
|
579
|
-
__kind: "Arb";
|
|
580
579
|
value: `0x${string}`;
|
|
580
|
+
__kind: "Arb";
|
|
581
581
|
} | {
|
|
582
|
-
__kind: "Sol";
|
|
583
582
|
value: `0x${string}`;
|
|
583
|
+
__kind: "Sol";
|
|
584
584
|
} | null | undefined;
|
|
585
585
|
}, {
|
|
586
586
|
channelMetadata: {
|
|
@@ -592,39 +592,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
592
592
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
593
593
|
};
|
|
594
594
|
sourceAddress?: {
|
|
595
|
-
__kind: "Eth";
|
|
596
595
|
value: string;
|
|
596
|
+
__kind: "Eth";
|
|
597
597
|
} | {
|
|
598
|
-
__kind: "Dot";
|
|
599
598
|
value: string;
|
|
599
|
+
__kind: "Dot";
|
|
600
600
|
} | {
|
|
601
|
-
__kind: "Btc";
|
|
602
601
|
value: {
|
|
603
|
-
__kind: "P2PKH";
|
|
604
602
|
value: string;
|
|
603
|
+
__kind: "P2PKH";
|
|
605
604
|
} | {
|
|
606
|
-
__kind: "P2SH";
|
|
607
605
|
value: string;
|
|
606
|
+
__kind: "P2SH";
|
|
608
607
|
} | {
|
|
609
|
-
__kind: "P2WPKH";
|
|
610
608
|
value: string;
|
|
609
|
+
__kind: "P2WPKH";
|
|
611
610
|
} | {
|
|
612
|
-
__kind: "P2WSH";
|
|
613
611
|
value: string;
|
|
612
|
+
__kind: "P2WSH";
|
|
614
613
|
} | {
|
|
615
|
-
__kind: "Taproot";
|
|
616
614
|
value: string;
|
|
615
|
+
__kind: "Taproot";
|
|
617
616
|
} | {
|
|
618
617
|
__kind: "OtherSegwit";
|
|
619
618
|
version: number;
|
|
620
619
|
program: string;
|
|
621
620
|
};
|
|
621
|
+
__kind: "Btc";
|
|
622
622
|
} | {
|
|
623
|
-
__kind: "Arb";
|
|
624
623
|
value: string;
|
|
624
|
+
__kind: "Arb";
|
|
625
625
|
} | {
|
|
626
|
-
__kind: "Sol";
|
|
627
626
|
value: string;
|
|
627
|
+
__kind: "Sol";
|
|
628
628
|
} | null | undefined;
|
|
629
629
|
}>>>;
|
|
630
630
|
txId: 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>;
|
|
@@ -673,11 +673,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
673
673
|
}>>>;
|
|
674
674
|
boostFee: z.ZodNumber;
|
|
675
675
|
}, "strip", z.ZodTypeAny, {
|
|
676
|
-
boostFee: number;
|
|
677
676
|
txId: [`0x${string}`, bigint];
|
|
678
677
|
inputAsset: "Sol" | "SolUsdc";
|
|
679
678
|
depositAmount: bigint;
|
|
680
|
-
outputAsset: "
|
|
679
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
681
680
|
destinationAddress: {
|
|
682
681
|
readonly chain: "Ethereum";
|
|
683
682
|
readonly address: `0x${string}`;
|
|
@@ -703,6 +702,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
703
702
|
refundAddress: `0x${string}`;
|
|
704
703
|
minPrice: bigint;
|
|
705
704
|
};
|
|
705
|
+
boostFee: number;
|
|
706
706
|
depositAddress?: `0x${string}` | null | undefined;
|
|
707
707
|
channelId?: bigint | null | undefined;
|
|
708
708
|
depositMetadata?: {
|
|
@@ -713,39 +713,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
713
713
|
};
|
|
714
714
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
715
715
|
sourceAddress?: {
|
|
716
|
-
__kind: "Eth";
|
|
717
716
|
value: `0x${string}`;
|
|
717
|
+
__kind: "Eth";
|
|
718
718
|
} | {
|
|
719
|
-
__kind: "Dot";
|
|
720
719
|
value: `0x${string}`;
|
|
720
|
+
__kind: "Dot";
|
|
721
721
|
} | {
|
|
722
|
-
__kind: "Btc";
|
|
723
722
|
value: {
|
|
724
|
-
__kind: "P2PKH";
|
|
725
723
|
value: `0x${string}`;
|
|
724
|
+
__kind: "P2PKH";
|
|
726
725
|
} | {
|
|
727
|
-
__kind: "P2SH";
|
|
728
726
|
value: `0x${string}`;
|
|
727
|
+
__kind: "P2SH";
|
|
729
728
|
} | {
|
|
730
|
-
__kind: "P2WPKH";
|
|
731
729
|
value: `0x${string}`;
|
|
730
|
+
__kind: "P2WPKH";
|
|
732
731
|
} | {
|
|
733
|
-
__kind: "P2WSH";
|
|
734
732
|
value: `0x${string}`;
|
|
733
|
+
__kind: "P2WSH";
|
|
735
734
|
} | {
|
|
736
|
-
__kind: "Taproot";
|
|
737
735
|
value: `0x${string}`;
|
|
736
|
+
__kind: "Taproot";
|
|
738
737
|
} | {
|
|
739
738
|
__kind: "OtherSegwit";
|
|
740
739
|
version: number;
|
|
741
740
|
program: `0x${string}`;
|
|
742
741
|
};
|
|
742
|
+
__kind: "Btc";
|
|
743
743
|
} | {
|
|
744
|
-
__kind: "Arb";
|
|
745
744
|
value: `0x${string}`;
|
|
745
|
+
__kind: "Arb";
|
|
746
746
|
} | {
|
|
747
|
-
__kind: "Sol";
|
|
748
747
|
value: `0x${string}`;
|
|
748
|
+
__kind: "Sol";
|
|
749
749
|
} | null | undefined;
|
|
750
750
|
} | null | undefined;
|
|
751
751
|
brokerFee?: {
|
|
@@ -757,18 +757,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
757
757
|
chunkInterval: number;
|
|
758
758
|
} | null | undefined;
|
|
759
759
|
}, {
|
|
760
|
-
boostFee: number;
|
|
761
760
|
txId: [string, string | number];
|
|
762
761
|
inputAsset: {
|
|
763
762
|
__kind: "Sol" | "SolUsdc";
|
|
764
763
|
};
|
|
765
764
|
depositAmount: string | number;
|
|
766
765
|
outputAsset: {
|
|
767
|
-
__kind: "
|
|
766
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
768
767
|
};
|
|
769
768
|
destinationAddress: {
|
|
770
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
|
|
771
769
|
value: string;
|
|
770
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
772
771
|
};
|
|
773
772
|
affiliateFees: {
|
|
774
773
|
account: number;
|
|
@@ -779,6 +778,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
779
778
|
refundAddress: string;
|
|
780
779
|
minPrice: string | number;
|
|
781
780
|
};
|
|
781
|
+
boostFee: number;
|
|
782
782
|
depositAddress?: string | null | undefined;
|
|
783
783
|
channelId?: string | number | null | undefined;
|
|
784
784
|
depositMetadata?: {
|
|
@@ -791,39 +791,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
791
791
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
792
792
|
};
|
|
793
793
|
sourceAddress?: {
|
|
794
|
-
__kind: "Eth";
|
|
795
794
|
value: string;
|
|
795
|
+
__kind: "Eth";
|
|
796
796
|
} | {
|
|
797
|
-
__kind: "Dot";
|
|
798
797
|
value: string;
|
|
798
|
+
__kind: "Dot";
|
|
799
799
|
} | {
|
|
800
|
-
__kind: "Btc";
|
|
801
800
|
value: {
|
|
802
|
-
__kind: "P2PKH";
|
|
803
801
|
value: string;
|
|
802
|
+
__kind: "P2PKH";
|
|
804
803
|
} | {
|
|
805
|
-
__kind: "P2SH";
|
|
806
804
|
value: string;
|
|
805
|
+
__kind: "P2SH";
|
|
807
806
|
} | {
|
|
808
|
-
__kind: "P2WPKH";
|
|
809
807
|
value: string;
|
|
808
|
+
__kind: "P2WPKH";
|
|
810
809
|
} | {
|
|
811
|
-
__kind: "P2WSH";
|
|
812
810
|
value: string;
|
|
811
|
+
__kind: "P2WSH";
|
|
813
812
|
} | {
|
|
814
|
-
__kind: "Taproot";
|
|
815
813
|
value: string;
|
|
814
|
+
__kind: "Taproot";
|
|
816
815
|
} | {
|
|
817
816
|
__kind: "OtherSegwit";
|
|
818
817
|
version: number;
|
|
819
818
|
program: string;
|
|
820
819
|
};
|
|
820
|
+
__kind: "Btc";
|
|
821
821
|
} | {
|
|
822
|
-
__kind: "Arb";
|
|
823
822
|
value: string;
|
|
823
|
+
__kind: "Arb";
|
|
824
824
|
} | {
|
|
825
|
-
__kind: "Sol";
|
|
826
825
|
value: string;
|
|
826
|
+
__kind: "Sol";
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
} | null | undefined;
|
|
829
829
|
brokerFee?: {
|
|
@@ -838,11 +838,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
838
838
|
}, "strip", z.ZodTypeAny, {
|
|
839
839
|
__kind: "Vault";
|
|
840
840
|
vaultWitness: {
|
|
841
|
-
boostFee: number;
|
|
842
841
|
txId: [`0x${string}`, bigint];
|
|
843
842
|
inputAsset: "Sol" | "SolUsdc";
|
|
844
843
|
depositAmount: bigint;
|
|
845
|
-
outputAsset: "
|
|
844
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
846
845
|
destinationAddress: {
|
|
847
846
|
readonly chain: "Ethereum";
|
|
848
847
|
readonly address: `0x${string}`;
|
|
@@ -868,6 +867,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
868
867
|
refundAddress: `0x${string}`;
|
|
869
868
|
minPrice: bigint;
|
|
870
869
|
};
|
|
870
|
+
boostFee: number;
|
|
871
871
|
depositAddress?: `0x${string}` | null | undefined;
|
|
872
872
|
channelId?: bigint | null | undefined;
|
|
873
873
|
depositMetadata?: {
|
|
@@ -878,39 +878,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
878
878
|
};
|
|
879
879
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
880
880
|
sourceAddress?: {
|
|
881
|
-
__kind: "Eth";
|
|
882
881
|
value: `0x${string}`;
|
|
882
|
+
__kind: "Eth";
|
|
883
883
|
} | {
|
|
884
|
-
__kind: "Dot";
|
|
885
884
|
value: `0x${string}`;
|
|
885
|
+
__kind: "Dot";
|
|
886
886
|
} | {
|
|
887
|
-
__kind: "Btc";
|
|
888
887
|
value: {
|
|
889
|
-
__kind: "P2PKH";
|
|
890
888
|
value: `0x${string}`;
|
|
889
|
+
__kind: "P2PKH";
|
|
891
890
|
} | {
|
|
892
|
-
__kind: "P2SH";
|
|
893
891
|
value: `0x${string}`;
|
|
892
|
+
__kind: "P2SH";
|
|
894
893
|
} | {
|
|
895
|
-
__kind: "P2WPKH";
|
|
896
894
|
value: `0x${string}`;
|
|
895
|
+
__kind: "P2WPKH";
|
|
897
896
|
} | {
|
|
898
|
-
__kind: "P2WSH";
|
|
899
897
|
value: `0x${string}`;
|
|
898
|
+
__kind: "P2WSH";
|
|
900
899
|
} | {
|
|
901
|
-
__kind: "Taproot";
|
|
902
900
|
value: `0x${string}`;
|
|
901
|
+
__kind: "Taproot";
|
|
903
902
|
} | {
|
|
904
903
|
__kind: "OtherSegwit";
|
|
905
904
|
version: number;
|
|
906
905
|
program: `0x${string}`;
|
|
907
906
|
};
|
|
907
|
+
__kind: "Btc";
|
|
908
908
|
} | {
|
|
909
|
-
__kind: "Arb";
|
|
910
909
|
value: `0x${string}`;
|
|
910
|
+
__kind: "Arb";
|
|
911
911
|
} | {
|
|
912
|
-
__kind: "Sol";
|
|
913
912
|
value: `0x${string}`;
|
|
913
|
+
__kind: "Sol";
|
|
914
914
|
} | null | undefined;
|
|
915
915
|
} | null | undefined;
|
|
916
916
|
brokerFee?: {
|
|
@@ -925,18 +925,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
925
925
|
}, {
|
|
926
926
|
__kind: "Vault";
|
|
927
927
|
vaultWitness: {
|
|
928
|
-
boostFee: number;
|
|
929
928
|
txId: [string, string | number];
|
|
930
929
|
inputAsset: {
|
|
931
930
|
__kind: "Sol" | "SolUsdc";
|
|
932
931
|
};
|
|
933
932
|
depositAmount: string | number;
|
|
934
933
|
outputAsset: {
|
|
935
|
-
__kind: "
|
|
934
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
936
935
|
};
|
|
937
936
|
destinationAddress: {
|
|
938
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
|
|
939
937
|
value: string;
|
|
938
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
940
939
|
};
|
|
941
940
|
affiliateFees: {
|
|
942
941
|
account: number;
|
|
@@ -947,6 +946,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
947
946
|
refundAddress: string;
|
|
948
947
|
minPrice: string | number;
|
|
949
948
|
};
|
|
949
|
+
boostFee: number;
|
|
950
950
|
depositAddress?: string | null | undefined;
|
|
951
951
|
channelId?: string | number | null | undefined;
|
|
952
952
|
depositMetadata?: {
|
|
@@ -959,39 +959,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
959
959
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
960
960
|
};
|
|
961
961
|
sourceAddress?: {
|
|
962
|
-
__kind: "Eth";
|
|
963
962
|
value: string;
|
|
963
|
+
__kind: "Eth";
|
|
964
964
|
} | {
|
|
965
|
-
__kind: "Dot";
|
|
966
965
|
value: string;
|
|
966
|
+
__kind: "Dot";
|
|
967
967
|
} | {
|
|
968
|
-
__kind: "Btc";
|
|
969
968
|
value: {
|
|
970
|
-
__kind: "P2PKH";
|
|
971
969
|
value: string;
|
|
970
|
+
__kind: "P2PKH";
|
|
972
971
|
} | {
|
|
973
|
-
__kind: "P2SH";
|
|
974
972
|
value: string;
|
|
973
|
+
__kind: "P2SH";
|
|
975
974
|
} | {
|
|
976
|
-
__kind: "P2WPKH";
|
|
977
975
|
value: string;
|
|
976
|
+
__kind: "P2WPKH";
|
|
978
977
|
} | {
|
|
979
|
-
__kind: "P2WSH";
|
|
980
978
|
value: string;
|
|
979
|
+
__kind: "P2WSH";
|
|
981
980
|
} | {
|
|
982
|
-
__kind: "Taproot";
|
|
983
981
|
value: string;
|
|
982
|
+
__kind: "Taproot";
|
|
984
983
|
} | {
|
|
985
984
|
__kind: "OtherSegwit";
|
|
986
985
|
version: number;
|
|
987
986
|
program: string;
|
|
988
987
|
};
|
|
988
|
+
__kind: "Btc";
|
|
989
989
|
} | {
|
|
990
|
-
__kind: "Arb";
|
|
991
990
|
value: string;
|
|
991
|
+
__kind: "Arb";
|
|
992
992
|
} | {
|
|
993
|
-
__kind: "Sol";
|
|
994
993
|
value: string;
|
|
994
|
+
__kind: "Sol";
|
|
995
995
|
} | null | undefined;
|
|
996
996
|
} | null | undefined;
|
|
997
997
|
brokerFee?: {
|
|
@@ -1013,7 +1013,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1013
1013
|
} | {
|
|
1014
1014
|
__kind: "TransactionRejectedByBroker";
|
|
1015
1015
|
} | {
|
|
1016
|
-
__kind: "DepositWitnessRejected";
|
|
1017
1016
|
value: {
|
|
1018
1017
|
__kind: "Other";
|
|
1019
1018
|
} | {
|
|
@@ -1021,11 +1020,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1021
1020
|
} | {
|
|
1022
1021
|
__kind: "BadOrigin";
|
|
1023
1022
|
} | {
|
|
1024
|
-
__kind: "Module";
|
|
1025
1023
|
value: {
|
|
1026
1024
|
index: number;
|
|
1027
1025
|
error: `0x${string}`;
|
|
1028
1026
|
};
|
|
1027
|
+
__kind: "Module";
|
|
1029
1028
|
} | {
|
|
1030
1029
|
__kind: "ConsumerRemaining";
|
|
1031
1030
|
} | {
|
|
@@ -1033,14 +1032,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1033
1032
|
} | {
|
|
1034
1033
|
__kind: "TooManyConsumers";
|
|
1035
1034
|
} | {
|
|
1035
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1036
1036
|
__kind: "Token";
|
|
1037
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1038
1037
|
} | {
|
|
1039
|
-
__kind: "Arithmetic";
|
|
1040
1038
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1039
|
+
__kind: "Arithmetic";
|
|
1041
1040
|
} | {
|
|
1042
|
-
__kind: "Transactional";
|
|
1043
1041
|
value: "LimitReached" | "NoLayer";
|
|
1042
|
+
__kind: "Transactional";
|
|
1044
1043
|
} | {
|
|
1045
1044
|
__kind: "Exhausted";
|
|
1046
1045
|
} | {
|
|
@@ -1050,6 +1049,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1050
1049
|
} | {
|
|
1051
1050
|
__kind: "RootNotAllowed";
|
|
1052
1051
|
};
|
|
1052
|
+
__kind: "DepositWitnessRejected";
|
|
1053
1053
|
} | {
|
|
1054
1054
|
__kind: "InvalidDestinationAddress";
|
|
1055
1055
|
} | {
|
|
@@ -1073,11 +1073,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1073
1073
|
} | {
|
|
1074
1074
|
__kind: "Vault";
|
|
1075
1075
|
vaultWitness: {
|
|
1076
|
-
boostFee: number;
|
|
1077
1076
|
txId: [`0x${string}`, bigint];
|
|
1078
1077
|
inputAsset: "Sol" | "SolUsdc";
|
|
1079
1078
|
depositAmount: bigint;
|
|
1080
|
-
outputAsset: "
|
|
1079
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1081
1080
|
destinationAddress: {
|
|
1082
1081
|
readonly chain: "Ethereum";
|
|
1083
1082
|
readonly address: `0x${string}`;
|
|
@@ -1103,6 +1102,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1103
1102
|
refundAddress: `0x${string}`;
|
|
1104
1103
|
minPrice: bigint;
|
|
1105
1104
|
};
|
|
1105
|
+
boostFee: number;
|
|
1106
1106
|
depositAddress?: `0x${string}` | null | undefined;
|
|
1107
1107
|
channelId?: bigint | null | undefined;
|
|
1108
1108
|
depositMetadata?: {
|
|
@@ -1113,39 +1113,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1113
1113
|
};
|
|
1114
1114
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
1115
1115
|
sourceAddress?: {
|
|
1116
|
-
__kind: "Eth";
|
|
1117
1116
|
value: `0x${string}`;
|
|
1117
|
+
__kind: "Eth";
|
|
1118
1118
|
} | {
|
|
1119
|
-
__kind: "Dot";
|
|
1120
1119
|
value: `0x${string}`;
|
|
1120
|
+
__kind: "Dot";
|
|
1121
1121
|
} | {
|
|
1122
|
-
__kind: "Btc";
|
|
1123
1122
|
value: {
|
|
1124
|
-
__kind: "P2PKH";
|
|
1125
1123
|
value: `0x${string}`;
|
|
1124
|
+
__kind: "P2PKH";
|
|
1126
1125
|
} | {
|
|
1127
|
-
__kind: "P2SH";
|
|
1128
1126
|
value: `0x${string}`;
|
|
1127
|
+
__kind: "P2SH";
|
|
1129
1128
|
} | {
|
|
1130
|
-
__kind: "P2WPKH";
|
|
1131
1129
|
value: `0x${string}`;
|
|
1130
|
+
__kind: "P2WPKH";
|
|
1132
1131
|
} | {
|
|
1133
|
-
__kind: "P2WSH";
|
|
1134
1132
|
value: `0x${string}`;
|
|
1133
|
+
__kind: "P2WSH";
|
|
1135
1134
|
} | {
|
|
1136
|
-
__kind: "Taproot";
|
|
1137
1135
|
value: `0x${string}`;
|
|
1136
|
+
__kind: "Taproot";
|
|
1138
1137
|
} | {
|
|
1139
1138
|
__kind: "OtherSegwit";
|
|
1140
1139
|
version: number;
|
|
1141
1140
|
program: `0x${string}`;
|
|
1142
1141
|
};
|
|
1142
|
+
__kind: "Btc";
|
|
1143
1143
|
} | {
|
|
1144
|
-
__kind: "Arb";
|
|
1145
1144
|
value: `0x${string}`;
|
|
1145
|
+
__kind: "Arb";
|
|
1146
1146
|
} | {
|
|
1147
|
-
__kind: "Sol";
|
|
1148
1147
|
value: `0x${string}`;
|
|
1148
|
+
__kind: "Sol";
|
|
1149
1149
|
} | null | undefined;
|
|
1150
1150
|
} | null | undefined;
|
|
1151
1151
|
brokerFee?: {
|
|
@@ -1167,7 +1167,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1167
1167
|
} | {
|
|
1168
1168
|
__kind: "TransactionRejectedByBroker";
|
|
1169
1169
|
} | {
|
|
1170
|
-
__kind: "DepositWitnessRejected";
|
|
1171
1170
|
value: {
|
|
1172
1171
|
__kind: "Other";
|
|
1173
1172
|
} | {
|
|
@@ -1175,11 +1174,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1175
1174
|
} | {
|
|
1176
1175
|
__kind: "BadOrigin";
|
|
1177
1176
|
} | {
|
|
1178
|
-
__kind: "Module";
|
|
1179
1177
|
value: {
|
|
1180
1178
|
index: number;
|
|
1181
1179
|
error: string;
|
|
1182
1180
|
};
|
|
1181
|
+
__kind: "Module";
|
|
1183
1182
|
} | {
|
|
1184
1183
|
__kind: "ConsumerRemaining";
|
|
1185
1184
|
} | {
|
|
@@ -1187,20 +1186,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1187
1186
|
} | {
|
|
1188
1187
|
__kind: "TooManyConsumers";
|
|
1189
1188
|
} | {
|
|
1190
|
-
__kind: "Token";
|
|
1191
1189
|
value: {
|
|
1192
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1190
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1193
1191
|
};
|
|
1192
|
+
__kind: "Token";
|
|
1194
1193
|
} | {
|
|
1195
|
-
__kind: "Arithmetic";
|
|
1196
1194
|
value: {
|
|
1197
1195
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1198
1196
|
};
|
|
1197
|
+
__kind: "Arithmetic";
|
|
1199
1198
|
} | {
|
|
1200
|
-
__kind: "Transactional";
|
|
1201
1199
|
value: {
|
|
1202
1200
|
__kind: "LimitReached" | "NoLayer";
|
|
1203
1201
|
};
|
|
1202
|
+
__kind: "Transactional";
|
|
1204
1203
|
} | {
|
|
1205
1204
|
__kind: "Exhausted";
|
|
1206
1205
|
} | {
|
|
@@ -1210,6 +1209,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1210
1209
|
} | {
|
|
1211
1210
|
__kind: "RootNotAllowed";
|
|
1212
1211
|
};
|
|
1212
|
+
__kind: "DepositWitnessRejected";
|
|
1213
1213
|
} | {
|
|
1214
1214
|
__kind: "InvalidDestinationAddress";
|
|
1215
1215
|
} | {
|
|
@@ -1235,18 +1235,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1235
1235
|
} | {
|
|
1236
1236
|
__kind: "Vault";
|
|
1237
1237
|
vaultWitness: {
|
|
1238
|
-
boostFee: number;
|
|
1239
1238
|
txId: [string, string | number];
|
|
1240
1239
|
inputAsset: {
|
|
1241
1240
|
__kind: "Sol" | "SolUsdc";
|
|
1242
1241
|
};
|
|
1243
1242
|
depositAmount: string | number;
|
|
1244
1243
|
outputAsset: {
|
|
1245
|
-
__kind: "
|
|
1244
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1246
1245
|
};
|
|
1247
1246
|
destinationAddress: {
|
|
1248
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb";
|
|
1249
1247
|
value: string;
|
|
1248
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1250
1249
|
};
|
|
1251
1250
|
affiliateFees: {
|
|
1252
1251
|
account: number;
|
|
@@ -1257,6 +1256,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1257
1256
|
refundAddress: string;
|
|
1258
1257
|
minPrice: string | number;
|
|
1259
1258
|
};
|
|
1259
|
+
boostFee: number;
|
|
1260
1260
|
depositAddress?: string | null | undefined;
|
|
1261
1261
|
channelId?: string | number | null | undefined;
|
|
1262
1262
|
depositMetadata?: {
|
|
@@ -1269,39 +1269,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1269
1269
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
1270
1270
|
};
|
|
1271
1271
|
sourceAddress?: {
|
|
1272
|
-
__kind: "Eth";
|
|
1273
1272
|
value: string;
|
|
1273
|
+
__kind: "Eth";
|
|
1274
1274
|
} | {
|
|
1275
|
-
__kind: "Dot";
|
|
1276
1275
|
value: string;
|
|
1276
|
+
__kind: "Dot";
|
|
1277
1277
|
} | {
|
|
1278
|
-
__kind: "Btc";
|
|
1279
1278
|
value: {
|
|
1280
|
-
__kind: "P2PKH";
|
|
1281
1279
|
value: string;
|
|
1280
|
+
__kind: "P2PKH";
|
|
1282
1281
|
} | {
|
|
1283
|
-
__kind: "P2SH";
|
|
1284
1282
|
value: string;
|
|
1283
|
+
__kind: "P2SH";
|
|
1285
1284
|
} | {
|
|
1286
|
-
__kind: "P2WPKH";
|
|
1287
1285
|
value: string;
|
|
1286
|
+
__kind: "P2WPKH";
|
|
1288
1287
|
} | {
|
|
1289
|
-
__kind: "P2WSH";
|
|
1290
1288
|
value: string;
|
|
1289
|
+
__kind: "P2WSH";
|
|
1291
1290
|
} | {
|
|
1292
|
-
__kind: "Taproot";
|
|
1293
1291
|
value: string;
|
|
1292
|
+
__kind: "Taproot";
|
|
1294
1293
|
} | {
|
|
1295
1294
|
__kind: "OtherSegwit";
|
|
1296
1295
|
version: number;
|
|
1297
1296
|
program: string;
|
|
1298
1297
|
};
|
|
1298
|
+
__kind: "Btc";
|
|
1299
1299
|
} | {
|
|
1300
|
-
__kind: "Arb";
|
|
1301
1300
|
value: string;
|
|
1301
|
+
__kind: "Arb";
|
|
1302
1302
|
} | {
|
|
1303
|
-
__kind: "Sol";
|
|
1304
1303
|
value: string;
|
|
1304
|
+
__kind: "Sol";
|
|
1305
1305
|
} | null | undefined;
|
|
1306
1306
|
} | null | undefined;
|
|
1307
1307
|
brokerFee?: {
|