@chainflip/processor 1.8.3 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +1 -1
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/common.cjs +34 -33
- package/dist/100/common.d.cts +64 -118
- package/dist/100/common.d.ts +64 -118
- package/dist/100/common.mjs +36 -35
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +2 -2
- package/dist/100/flip/remainingImbalance.d.ts +2 -2
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +1 -1
- package/dist/102/common.cjs +1 -1
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- package/dist/102/common.mjs +1 -1
- package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/111/common.cjs +4 -4
- package/dist/111/common.d.cts +4 -4
- package/dist/111/common.d.ts +4 -4
- package/dist/111/common.mjs +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
- package/dist/120/common.cjs +21 -20
- package/dist/120/common.d.cts +23 -47
- package/dist/120/common.d.ts +23 -47
- package/dist/120/common.mjs +21 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
- package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/swapping/ccmFailed.d.cts +23 -53
- package/dist/120/swapping/ccmFailed.d.ts +23 -53
- package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/common.cjs +30 -29
- package/dist/131/common.d.cts +60 -114
- package/dist/131/common.d.ts +60 -114
- package/dist/131/common.mjs +31 -30
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/141/common.cjs +40 -41
- package/dist/141/common.d.cts +76 -157
- package/dist/141/common.d.ts +76 -157
- package/dist/141/common.mjs +44 -45
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- 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/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -73
- 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 +8 -8
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +8 -8
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/150/assetBalances/refundSkipped.d.cts +7 -7
- package/dist/150/assetBalances/refundSkipped.d.ts +7 -7
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/common.cjs +42 -45
- package/dist/150/common.d.cts +114 -282
- package/dist/150/common.d.ts +114 -282
- package/dist/150/common.mjs +46 -49
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +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 +4 -4
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- 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/ccmDepositReceived.d.cts +33 -93
- package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
- package/dist/150/swapping/ccmFailed.d.cts +76 -208
- package/dist/150/swapping/ccmFailed.d.ts +76 -208
- package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapExecuted.d.cts +3 -3
- package/dist/150/swapping/swapExecuted.d.ts +3 -3
- package/dist/150/swapping/swapScheduled.d.cts +77 -209
- package/dist/150/swapping/swapScheduled.d.ts +77 -209
- package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/common.cjs +38 -41
- package/dist/160/common.d.cts +240 -660
- package/dist/160/common.d.ts +240 -660
- package/dist/160/common.mjs +39 -42
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/160/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/160/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapRequested.d.cts +223 -595
- package/dist/160/swapping/swapRequested.d.ts +223 -595
- package/dist/160/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/160/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/common.cjs +30 -33
- package/dist/170/common.d.cts +284 -788
- package/dist/170/common.d.ts +284 -788
- package/dist/170/common.mjs +30 -33
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/reputation/offencePenalty.d.cts +3 -3
- package/dist/170/reputation/offencePenalty.d.ts +3 -3
- package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
- 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 +129 -333
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +129 -333
- 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 +53 -53
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/swapping/swapRequested.d.cts +234 -618
- package/dist/170/swapping/swapRequested.d.ts +234 -618
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +78 -574
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +78 -574
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +545 -482
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +545 -482
- 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 +14 -14
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +194 -68
- package/dist/180/common.d.cts +6039 -5896
- package/dist/180/common.d.ts +6039 -5896
- package/dist/180/common.mjs +200 -74
- package/dist/180/environment/solanaGovCallDispatched.d.cts +1 -1
- package/dist/180/environment/solanaGovCallDispatched.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +67 -563
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +67 -563
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +113 -600
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +113 -600
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +85 -606
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +85 -606
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/180/swapping/swapRequested.d.cts +182 -482
- package/dist/180/swapping/swapRequested.d.ts +182 -482
- package/package.json +1 -1
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
4
4
|
blockHeight: z.ZodNumber;
|
|
5
|
-
reason: z.
|
|
5
|
+
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
6
|
__kind: z.ZodLiteral<"BelowMinimumDeposit">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
__kind: "BelowMinimumDeposit";
|
|
@@ -22,7 +22,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
22
22
|
__kind: "TransactionRejectedByBroker";
|
|
23
23
|
}>, z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"DepositWitnessRejected">;
|
|
25
|
-
value: z.
|
|
25
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
26
26
|
__kind: z.ZodLiteral<"Other">;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
__kind: "Other";
|
|
@@ -283,7 +283,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
283
283
|
}, {
|
|
284
284
|
__kind: "CcmInvalidMetadata";
|
|
285
285
|
}>]>;
|
|
286
|
-
details: z.
|
|
286
|
+
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
287
287
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
288
288
|
depositWitness: z.ZodObject<{
|
|
289
289
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -333,24 +333,18 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
333
333
|
__kind: z.ZodLiteral<"Vault">;
|
|
334
334
|
vaultWitness: z.ZodObject<{
|
|
335
335
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
336
|
-
__kind: z.ZodEnum<["
|
|
336
|
+
__kind: z.ZodEnum<["Dot"]>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
__kind: "
|
|
338
|
+
__kind: "Dot";
|
|
339
339
|
}, {
|
|
340
|
-
__kind: "
|
|
341
|
-
}>, "
|
|
342
|
-
__kind: "
|
|
340
|
+
__kind: "Dot";
|
|
341
|
+
}>, "Dot", {
|
|
342
|
+
__kind: "Dot";
|
|
343
343
|
}>;
|
|
344
344
|
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
345
345
|
channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
346
346
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
347
|
-
depositDetails: z.
|
|
348
|
-
txHashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">>>;
|
|
349
|
-
}, "strip", z.ZodTypeAny, {
|
|
350
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
351
|
-
}, {
|
|
352
|
-
txHashes?: string[] | null | undefined;
|
|
353
|
-
}>;
|
|
347
|
+
depositDetails: z.ZodNumber;
|
|
354
348
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
355
349
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
356
350
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -360,82 +354,34 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
360
354
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
361
355
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
362
356
|
}>;
|
|
363
|
-
destinationAddress: z.
|
|
364
|
-
__kind: z.
|
|
365
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
366
|
-
}, "strip", z.ZodTypeAny, {
|
|
367
|
-
value: `0x${string}`;
|
|
368
|
-
__kind: "Eth";
|
|
369
|
-
}, {
|
|
370
|
-
value: string;
|
|
371
|
-
__kind: "Eth";
|
|
372
|
-
}>, {
|
|
373
|
-
chain: "Ethereum";
|
|
374
|
-
address: `0x${string}`;
|
|
375
|
-
}, {
|
|
376
|
-
value: string;
|
|
377
|
-
__kind: "Eth";
|
|
378
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
379
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
380
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
381
|
-
}, "strip", z.ZodTypeAny, {
|
|
382
|
-
value: `0x${string}`;
|
|
383
|
-
__kind: "Dot";
|
|
384
|
-
}, {
|
|
385
|
-
value: string;
|
|
386
|
-
__kind: "Dot";
|
|
387
|
-
}>, {
|
|
388
|
-
chain: "Polkadot";
|
|
389
|
-
address: string;
|
|
390
|
-
}, {
|
|
391
|
-
value: string;
|
|
392
|
-
__kind: "Dot";
|
|
393
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
394
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
357
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
358
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
395
359
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
396
360
|
}, "strip", z.ZodTypeAny, {
|
|
397
361
|
value: `0x${string}`;
|
|
398
|
-
__kind: "Btc";
|
|
362
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
399
363
|
}, {
|
|
400
364
|
value: string;
|
|
401
|
-
__kind: "Btc";
|
|
365
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
402
366
|
}>, {
|
|
403
|
-
chain: "
|
|
404
|
-
address: string
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
}>, {
|
|
418
|
-
chain: "Arbitrum";
|
|
419
|
-
address: `0x${string}`;
|
|
420
|
-
}, {
|
|
421
|
-
value: string;
|
|
422
|
-
__kind: "Arb";
|
|
423
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
424
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
425
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
426
|
-
}, "strip", z.ZodTypeAny, {
|
|
427
|
-
value: `0x${string}`;
|
|
428
|
-
__kind: "Sol";
|
|
429
|
-
}, {
|
|
430
|
-
value: string;
|
|
431
|
-
__kind: "Sol";
|
|
432
|
-
}>, {
|
|
433
|
-
chain: "Solana";
|
|
434
|
-
address: string;
|
|
367
|
+
readonly chain: "Ethereum";
|
|
368
|
+
readonly address: `0x${string}`;
|
|
369
|
+
} | {
|
|
370
|
+
readonly chain: "Polkadot";
|
|
371
|
+
readonly address: string;
|
|
372
|
+
} | {
|
|
373
|
+
readonly chain: "Bitcoin";
|
|
374
|
+
readonly address: string;
|
|
375
|
+
} | {
|
|
376
|
+
readonly chain: "Arbitrum";
|
|
377
|
+
readonly address: `0x${string}`;
|
|
378
|
+
} | {
|
|
379
|
+
readonly chain: "Solana";
|
|
380
|
+
readonly address: string;
|
|
435
381
|
}, {
|
|
436
382
|
value: string;
|
|
437
|
-
__kind: "Sol";
|
|
438
|
-
}
|
|
383
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
384
|
+
}>;
|
|
439
385
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
440
386
|
channelMetadata: z.ZodObject<{
|
|
441
387
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -459,7 +405,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
459
405
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
460
406
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
461
407
|
}>;
|
|
462
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
408
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
463
409
|
__kind: z.ZodLiteral<"Eth">;
|
|
464
410
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
465
411
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -479,7 +425,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
479
425
|
__kind: "Dot";
|
|
480
426
|
}>, z.ZodObject<{
|
|
481
427
|
__kind: z.ZodLiteral<"Btc">;
|
|
482
|
-
value: z.
|
|
428
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
483
429
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
484
430
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
485
431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -687,7 +633,16 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
687
633
|
__kind: "Sol";
|
|
688
634
|
} | null | undefined;
|
|
689
635
|
}>>>;
|
|
690
|
-
txId: z.
|
|
636
|
+
txId: z.ZodObject<{
|
|
637
|
+
blockNumber: z.ZodNumber;
|
|
638
|
+
extrinsicIndex: z.ZodNumber;
|
|
639
|
+
}, "strip", z.ZodTypeAny, {
|
|
640
|
+
blockNumber: number;
|
|
641
|
+
extrinsicIndex: number;
|
|
642
|
+
}, {
|
|
643
|
+
blockNumber: number;
|
|
644
|
+
extrinsicIndex: number;
|
|
645
|
+
}>;
|
|
691
646
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
692
647
|
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
693
648
|
bps: z.ZodNumber;
|
|
@@ -710,223 +665,15 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
710
665
|
}>, "many">;
|
|
711
666
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
712
667
|
retryDuration: z.ZodNumber;
|
|
713
|
-
refundAddress: z.
|
|
714
|
-
__kind: z.ZodLiteral<"Eth">;
|
|
715
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
716
|
-
}, "strip", z.ZodTypeAny, {
|
|
717
|
-
value: `0x${string}`;
|
|
718
|
-
__kind: "Eth";
|
|
719
|
-
}, {
|
|
720
|
-
value: string;
|
|
721
|
-
__kind: "Eth";
|
|
722
|
-
}>, z.ZodObject<{
|
|
723
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
724
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
725
|
-
}, "strip", z.ZodTypeAny, {
|
|
726
|
-
value: `0x${string}`;
|
|
727
|
-
__kind: "Dot";
|
|
728
|
-
}, {
|
|
729
|
-
value: string;
|
|
730
|
-
__kind: "Dot";
|
|
731
|
-
}>, z.ZodObject<{
|
|
732
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
733
|
-
value: z.ZodUnion<[z.ZodObject<{
|
|
734
|
-
__kind: z.ZodLiteral<"P2PKH">;
|
|
735
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
736
|
-
}, "strip", z.ZodTypeAny, {
|
|
737
|
-
value: `0x${string}`;
|
|
738
|
-
__kind: "P2PKH";
|
|
739
|
-
}, {
|
|
740
|
-
value: string;
|
|
741
|
-
__kind: "P2PKH";
|
|
742
|
-
}>, z.ZodObject<{
|
|
743
|
-
__kind: z.ZodLiteral<"P2SH">;
|
|
744
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
745
|
-
}, "strip", z.ZodTypeAny, {
|
|
746
|
-
value: `0x${string}`;
|
|
747
|
-
__kind: "P2SH";
|
|
748
|
-
}, {
|
|
749
|
-
value: string;
|
|
750
|
-
__kind: "P2SH";
|
|
751
|
-
}>, z.ZodObject<{
|
|
752
|
-
__kind: z.ZodLiteral<"P2WPKH">;
|
|
753
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
754
|
-
}, "strip", z.ZodTypeAny, {
|
|
755
|
-
value: `0x${string}`;
|
|
756
|
-
__kind: "P2WPKH";
|
|
757
|
-
}, {
|
|
758
|
-
value: string;
|
|
759
|
-
__kind: "P2WPKH";
|
|
760
|
-
}>, z.ZodObject<{
|
|
761
|
-
__kind: z.ZodLiteral<"P2WSH">;
|
|
762
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
763
|
-
}, "strip", z.ZodTypeAny, {
|
|
764
|
-
value: `0x${string}`;
|
|
765
|
-
__kind: "P2WSH";
|
|
766
|
-
}, {
|
|
767
|
-
value: string;
|
|
768
|
-
__kind: "P2WSH";
|
|
769
|
-
}>, z.ZodObject<{
|
|
770
|
-
__kind: z.ZodLiteral<"Taproot">;
|
|
771
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
772
|
-
}, "strip", z.ZodTypeAny, {
|
|
773
|
-
value: `0x${string}`;
|
|
774
|
-
__kind: "Taproot";
|
|
775
|
-
}, {
|
|
776
|
-
value: string;
|
|
777
|
-
__kind: "Taproot";
|
|
778
|
-
}>, z.ZodObject<{
|
|
779
|
-
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
780
|
-
version: z.ZodNumber;
|
|
781
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
782
|
-
}, "strip", z.ZodTypeAny, {
|
|
783
|
-
__kind: "OtherSegwit";
|
|
784
|
-
version: number;
|
|
785
|
-
program: `0x${string}`;
|
|
786
|
-
}, {
|
|
787
|
-
__kind: "OtherSegwit";
|
|
788
|
-
version: number;
|
|
789
|
-
program: string;
|
|
790
|
-
}>]>;
|
|
791
|
-
}, "strip", z.ZodTypeAny, {
|
|
792
|
-
value: {
|
|
793
|
-
value: `0x${string}`;
|
|
794
|
-
__kind: "P2PKH";
|
|
795
|
-
} | {
|
|
796
|
-
value: `0x${string}`;
|
|
797
|
-
__kind: "P2SH";
|
|
798
|
-
} | {
|
|
799
|
-
value: `0x${string}`;
|
|
800
|
-
__kind: "P2WPKH";
|
|
801
|
-
} | {
|
|
802
|
-
value: `0x${string}`;
|
|
803
|
-
__kind: "P2WSH";
|
|
804
|
-
} | {
|
|
805
|
-
value: `0x${string}`;
|
|
806
|
-
__kind: "Taproot";
|
|
807
|
-
} | {
|
|
808
|
-
__kind: "OtherSegwit";
|
|
809
|
-
version: number;
|
|
810
|
-
program: `0x${string}`;
|
|
811
|
-
};
|
|
812
|
-
__kind: "Btc";
|
|
813
|
-
}, {
|
|
814
|
-
value: {
|
|
815
|
-
value: string;
|
|
816
|
-
__kind: "P2PKH";
|
|
817
|
-
} | {
|
|
818
|
-
value: string;
|
|
819
|
-
__kind: "P2SH";
|
|
820
|
-
} | {
|
|
821
|
-
value: string;
|
|
822
|
-
__kind: "P2WPKH";
|
|
823
|
-
} | {
|
|
824
|
-
value: string;
|
|
825
|
-
__kind: "P2WSH";
|
|
826
|
-
} | {
|
|
827
|
-
value: string;
|
|
828
|
-
__kind: "Taproot";
|
|
829
|
-
} | {
|
|
830
|
-
__kind: "OtherSegwit";
|
|
831
|
-
version: number;
|
|
832
|
-
program: string;
|
|
833
|
-
};
|
|
834
|
-
__kind: "Btc";
|
|
835
|
-
}>, z.ZodObject<{
|
|
836
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
837
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
838
|
-
}, "strip", z.ZodTypeAny, {
|
|
839
|
-
value: `0x${string}`;
|
|
840
|
-
__kind: "Arb";
|
|
841
|
-
}, {
|
|
842
|
-
value: string;
|
|
843
|
-
__kind: "Arb";
|
|
844
|
-
}>, z.ZodObject<{
|
|
845
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
846
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
847
|
-
}, "strip", z.ZodTypeAny, {
|
|
848
|
-
value: `0x${string}`;
|
|
849
|
-
__kind: "Sol";
|
|
850
|
-
}, {
|
|
851
|
-
value: string;
|
|
852
|
-
__kind: "Sol";
|
|
853
|
-
}>]>;
|
|
668
|
+
refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
854
669
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
855
670
|
}, "strip", z.ZodTypeAny, {
|
|
856
671
|
retryDuration: number;
|
|
857
|
-
refundAddress: {
|
|
858
|
-
value: `0x${string}`;
|
|
859
|
-
__kind: "Eth";
|
|
860
|
-
} | {
|
|
861
|
-
value: `0x${string}`;
|
|
862
|
-
__kind: "Dot";
|
|
863
|
-
} | {
|
|
864
|
-
value: {
|
|
865
|
-
value: `0x${string}`;
|
|
866
|
-
__kind: "P2PKH";
|
|
867
|
-
} | {
|
|
868
|
-
value: `0x${string}`;
|
|
869
|
-
__kind: "P2SH";
|
|
870
|
-
} | {
|
|
871
|
-
value: `0x${string}`;
|
|
872
|
-
__kind: "P2WPKH";
|
|
873
|
-
} | {
|
|
874
|
-
value: `0x${string}`;
|
|
875
|
-
__kind: "P2WSH";
|
|
876
|
-
} | {
|
|
877
|
-
value: `0x${string}`;
|
|
878
|
-
__kind: "Taproot";
|
|
879
|
-
} | {
|
|
880
|
-
__kind: "OtherSegwit";
|
|
881
|
-
version: number;
|
|
882
|
-
program: `0x${string}`;
|
|
883
|
-
};
|
|
884
|
-
__kind: "Btc";
|
|
885
|
-
} | {
|
|
886
|
-
value: `0x${string}`;
|
|
887
|
-
__kind: "Arb";
|
|
888
|
-
} | {
|
|
889
|
-
value: `0x${string}`;
|
|
890
|
-
__kind: "Sol";
|
|
891
|
-
};
|
|
672
|
+
refundAddress: `0x${string}`;
|
|
892
673
|
minPrice: bigint;
|
|
893
674
|
}, {
|
|
894
675
|
retryDuration: number;
|
|
895
|
-
refundAddress:
|
|
896
|
-
value: string;
|
|
897
|
-
__kind: "Eth";
|
|
898
|
-
} | {
|
|
899
|
-
value: string;
|
|
900
|
-
__kind: "Dot";
|
|
901
|
-
} | {
|
|
902
|
-
value: {
|
|
903
|
-
value: string;
|
|
904
|
-
__kind: "P2PKH";
|
|
905
|
-
} | {
|
|
906
|
-
value: string;
|
|
907
|
-
__kind: "P2SH";
|
|
908
|
-
} | {
|
|
909
|
-
value: string;
|
|
910
|
-
__kind: "P2WPKH";
|
|
911
|
-
} | {
|
|
912
|
-
value: string;
|
|
913
|
-
__kind: "P2WSH";
|
|
914
|
-
} | {
|
|
915
|
-
value: string;
|
|
916
|
-
__kind: "Taproot";
|
|
917
|
-
} | {
|
|
918
|
-
__kind: "OtherSegwit";
|
|
919
|
-
version: number;
|
|
920
|
-
program: string;
|
|
921
|
-
};
|
|
922
|
-
__kind: "Btc";
|
|
923
|
-
} | {
|
|
924
|
-
value: string;
|
|
925
|
-
__kind: "Arb";
|
|
926
|
-
} | {
|
|
927
|
-
value: string;
|
|
928
|
-
__kind: "Sol";
|
|
929
|
-
};
|
|
676
|
+
refundAddress: string;
|
|
930
677
|
minPrice: string | number;
|
|
931
678
|
}>>>;
|
|
932
679
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -941,28 +688,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
941
688
|
}>>>;
|
|
942
689
|
boostFee: z.ZodNumber;
|
|
943
690
|
}, "strip", z.ZodTypeAny, {
|
|
944
|
-
txId:
|
|
945
|
-
|
|
946
|
-
|
|
691
|
+
txId: {
|
|
692
|
+
blockNumber: number;
|
|
693
|
+
extrinsicIndex: number;
|
|
947
694
|
};
|
|
948
|
-
|
|
695
|
+
depositDetails: number;
|
|
696
|
+
inputAsset: "Dot";
|
|
949
697
|
depositAmount: bigint;
|
|
950
698
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
951
699
|
destinationAddress: {
|
|
952
|
-
chain: "Ethereum";
|
|
953
|
-
address: `0x${string}`;
|
|
700
|
+
readonly chain: "Ethereum";
|
|
701
|
+
readonly address: `0x${string}`;
|
|
954
702
|
} | {
|
|
955
|
-
chain: "Polkadot";
|
|
956
|
-
address: string;
|
|
703
|
+
readonly chain: "Polkadot";
|
|
704
|
+
readonly address: string;
|
|
957
705
|
} | {
|
|
958
|
-
chain: "Bitcoin";
|
|
959
|
-
address: string;
|
|
706
|
+
readonly chain: "Bitcoin";
|
|
707
|
+
readonly address: string;
|
|
960
708
|
} | {
|
|
961
|
-
chain: "Arbitrum";
|
|
962
|
-
address: `0x${string}`;
|
|
709
|
+
readonly chain: "Arbitrum";
|
|
710
|
+
readonly address: `0x${string}`;
|
|
963
711
|
} | {
|
|
964
|
-
chain: "Solana";
|
|
965
|
-
address: string;
|
|
712
|
+
readonly chain: "Solana";
|
|
713
|
+
readonly address: string;
|
|
966
714
|
};
|
|
967
715
|
affiliateFees: {
|
|
968
716
|
account: number;
|
|
@@ -1020,41 +768,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1020
768
|
} | null | undefined;
|
|
1021
769
|
refundParams?: {
|
|
1022
770
|
retryDuration: number;
|
|
1023
|
-
refundAddress: {
|
|
1024
|
-
value: `0x${string}`;
|
|
1025
|
-
__kind: "Eth";
|
|
1026
|
-
} | {
|
|
1027
|
-
value: `0x${string}`;
|
|
1028
|
-
__kind: "Dot";
|
|
1029
|
-
} | {
|
|
1030
|
-
value: {
|
|
1031
|
-
value: `0x${string}`;
|
|
1032
|
-
__kind: "P2PKH";
|
|
1033
|
-
} | {
|
|
1034
|
-
value: `0x${string}`;
|
|
1035
|
-
__kind: "P2SH";
|
|
1036
|
-
} | {
|
|
1037
|
-
value: `0x${string}`;
|
|
1038
|
-
__kind: "P2WPKH";
|
|
1039
|
-
} | {
|
|
1040
|
-
value: `0x${string}`;
|
|
1041
|
-
__kind: "P2WSH";
|
|
1042
|
-
} | {
|
|
1043
|
-
value: `0x${string}`;
|
|
1044
|
-
__kind: "Taproot";
|
|
1045
|
-
} | {
|
|
1046
|
-
__kind: "OtherSegwit";
|
|
1047
|
-
version: number;
|
|
1048
|
-
program: `0x${string}`;
|
|
1049
|
-
};
|
|
1050
|
-
__kind: "Btc";
|
|
1051
|
-
} | {
|
|
1052
|
-
value: `0x${string}`;
|
|
1053
|
-
__kind: "Arb";
|
|
1054
|
-
} | {
|
|
1055
|
-
value: `0x${string}`;
|
|
1056
|
-
__kind: "Sol";
|
|
1057
|
-
};
|
|
771
|
+
refundAddress: `0x${string}`;
|
|
1058
772
|
minPrice: bigint;
|
|
1059
773
|
} | null | undefined;
|
|
1060
774
|
dcaParams?: {
|
|
@@ -1062,12 +776,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1062
776
|
chunkInterval: number;
|
|
1063
777
|
} | null | undefined;
|
|
1064
778
|
}, {
|
|
1065
|
-
txId:
|
|
1066
|
-
|
|
1067
|
-
|
|
779
|
+
txId: {
|
|
780
|
+
blockNumber: number;
|
|
781
|
+
extrinsicIndex: number;
|
|
1068
782
|
};
|
|
783
|
+
depositDetails: number;
|
|
1069
784
|
inputAsset: {
|
|
1070
|
-
__kind: "
|
|
785
|
+
__kind: "Dot";
|
|
1071
786
|
};
|
|
1072
787
|
depositAmount: string | number;
|
|
1073
788
|
outputAsset: {
|
|
@@ -1075,19 +790,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1075
790
|
};
|
|
1076
791
|
destinationAddress: {
|
|
1077
792
|
value: string;
|
|
1078
|
-
__kind: "Eth";
|
|
1079
|
-
} | {
|
|
1080
|
-
value: string;
|
|
1081
|
-
__kind: "Dot";
|
|
1082
|
-
} | {
|
|
1083
|
-
value: string;
|
|
1084
|
-
__kind: "Btc";
|
|
1085
|
-
} | {
|
|
1086
|
-
value: string;
|
|
1087
|
-
__kind: "Arb";
|
|
1088
|
-
} | {
|
|
1089
|
-
value: string;
|
|
1090
|
-
__kind: "Sol";
|
|
793
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1091
794
|
};
|
|
1092
795
|
affiliateFees: {
|
|
1093
796
|
account: number;
|
|
@@ -1147,41 +850,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1147
850
|
} | null | undefined;
|
|
1148
851
|
refundParams?: {
|
|
1149
852
|
retryDuration: number;
|
|
1150
|
-
refundAddress:
|
|
1151
|
-
value: string;
|
|
1152
|
-
__kind: "Eth";
|
|
1153
|
-
} | {
|
|
1154
|
-
value: string;
|
|
1155
|
-
__kind: "Dot";
|
|
1156
|
-
} | {
|
|
1157
|
-
value: {
|
|
1158
|
-
value: string;
|
|
1159
|
-
__kind: "P2PKH";
|
|
1160
|
-
} | {
|
|
1161
|
-
value: string;
|
|
1162
|
-
__kind: "P2SH";
|
|
1163
|
-
} | {
|
|
1164
|
-
value: string;
|
|
1165
|
-
__kind: "P2WPKH";
|
|
1166
|
-
} | {
|
|
1167
|
-
value: string;
|
|
1168
|
-
__kind: "P2WSH";
|
|
1169
|
-
} | {
|
|
1170
|
-
value: string;
|
|
1171
|
-
__kind: "Taproot";
|
|
1172
|
-
} | {
|
|
1173
|
-
__kind: "OtherSegwit";
|
|
1174
|
-
version: number;
|
|
1175
|
-
program: string;
|
|
1176
|
-
};
|
|
1177
|
-
__kind: "Btc";
|
|
1178
|
-
} | {
|
|
1179
|
-
value: string;
|
|
1180
|
-
__kind: "Arb";
|
|
1181
|
-
} | {
|
|
1182
|
-
value: string;
|
|
1183
|
-
__kind: "Sol";
|
|
1184
|
-
};
|
|
853
|
+
refundAddress: string;
|
|
1185
854
|
minPrice: string | number;
|
|
1186
855
|
} | null | undefined;
|
|
1187
856
|
dcaParams?: {
|
|
@@ -1192,28 +861,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1192
861
|
}, "strip", z.ZodTypeAny, {
|
|
1193
862
|
__kind: "Vault";
|
|
1194
863
|
vaultWitness: {
|
|
1195
|
-
txId:
|
|
1196
|
-
|
|
1197
|
-
|
|
864
|
+
txId: {
|
|
865
|
+
blockNumber: number;
|
|
866
|
+
extrinsicIndex: number;
|
|
1198
867
|
};
|
|
1199
|
-
|
|
868
|
+
depositDetails: number;
|
|
869
|
+
inputAsset: "Dot";
|
|
1200
870
|
depositAmount: bigint;
|
|
1201
871
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1202
872
|
destinationAddress: {
|
|
1203
|
-
chain: "Ethereum";
|
|
1204
|
-
address: `0x${string}`;
|
|
873
|
+
readonly chain: "Ethereum";
|
|
874
|
+
readonly address: `0x${string}`;
|
|
1205
875
|
} | {
|
|
1206
|
-
chain: "Polkadot";
|
|
1207
|
-
address: string;
|
|
876
|
+
readonly chain: "Polkadot";
|
|
877
|
+
readonly address: string;
|
|
1208
878
|
} | {
|
|
1209
|
-
chain: "Bitcoin";
|
|
1210
|
-
address: string;
|
|
879
|
+
readonly chain: "Bitcoin";
|
|
880
|
+
readonly address: string;
|
|
1211
881
|
} | {
|
|
1212
|
-
chain: "Arbitrum";
|
|
1213
|
-
address: `0x${string}`;
|
|
882
|
+
readonly chain: "Arbitrum";
|
|
883
|
+
readonly address: `0x${string}`;
|
|
1214
884
|
} | {
|
|
1215
|
-
chain: "Solana";
|
|
1216
|
-
address: string;
|
|
885
|
+
readonly chain: "Solana";
|
|
886
|
+
readonly address: string;
|
|
1217
887
|
};
|
|
1218
888
|
affiliateFees: {
|
|
1219
889
|
account: number;
|
|
@@ -1271,41 +941,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1271
941
|
} | null | undefined;
|
|
1272
942
|
refundParams?: {
|
|
1273
943
|
retryDuration: number;
|
|
1274
|
-
refundAddress: {
|
|
1275
|
-
value: `0x${string}`;
|
|
1276
|
-
__kind: "Eth";
|
|
1277
|
-
} | {
|
|
1278
|
-
value: `0x${string}`;
|
|
1279
|
-
__kind: "Dot";
|
|
1280
|
-
} | {
|
|
1281
|
-
value: {
|
|
1282
|
-
value: `0x${string}`;
|
|
1283
|
-
__kind: "P2PKH";
|
|
1284
|
-
} | {
|
|
1285
|
-
value: `0x${string}`;
|
|
1286
|
-
__kind: "P2SH";
|
|
1287
|
-
} | {
|
|
1288
|
-
value: `0x${string}`;
|
|
1289
|
-
__kind: "P2WPKH";
|
|
1290
|
-
} | {
|
|
1291
|
-
value: `0x${string}`;
|
|
1292
|
-
__kind: "P2WSH";
|
|
1293
|
-
} | {
|
|
1294
|
-
value: `0x${string}`;
|
|
1295
|
-
__kind: "Taproot";
|
|
1296
|
-
} | {
|
|
1297
|
-
__kind: "OtherSegwit";
|
|
1298
|
-
version: number;
|
|
1299
|
-
program: `0x${string}`;
|
|
1300
|
-
};
|
|
1301
|
-
__kind: "Btc";
|
|
1302
|
-
} | {
|
|
1303
|
-
value: `0x${string}`;
|
|
1304
|
-
__kind: "Arb";
|
|
1305
|
-
} | {
|
|
1306
|
-
value: `0x${string}`;
|
|
1307
|
-
__kind: "Sol";
|
|
1308
|
-
};
|
|
944
|
+
refundAddress: `0x${string}`;
|
|
1309
945
|
minPrice: bigint;
|
|
1310
946
|
} | null | undefined;
|
|
1311
947
|
dcaParams?: {
|
|
@@ -1316,12 +952,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1316
952
|
}, {
|
|
1317
953
|
__kind: "Vault";
|
|
1318
954
|
vaultWitness: {
|
|
1319
|
-
txId:
|
|
1320
|
-
|
|
1321
|
-
|
|
955
|
+
txId: {
|
|
956
|
+
blockNumber: number;
|
|
957
|
+
extrinsicIndex: number;
|
|
1322
958
|
};
|
|
959
|
+
depositDetails: number;
|
|
1323
960
|
inputAsset: {
|
|
1324
|
-
__kind: "
|
|
961
|
+
__kind: "Dot";
|
|
1325
962
|
};
|
|
1326
963
|
depositAmount: string | number;
|
|
1327
964
|
outputAsset: {
|
|
@@ -1329,19 +966,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1329
966
|
};
|
|
1330
967
|
destinationAddress: {
|
|
1331
968
|
value: string;
|
|
1332
|
-
__kind: "Eth";
|
|
1333
|
-
} | {
|
|
1334
|
-
value: string;
|
|
1335
|
-
__kind: "Dot";
|
|
1336
|
-
} | {
|
|
1337
|
-
value: string;
|
|
1338
|
-
__kind: "Btc";
|
|
1339
|
-
} | {
|
|
1340
|
-
value: string;
|
|
1341
|
-
__kind: "Arb";
|
|
1342
|
-
} | {
|
|
1343
|
-
value: string;
|
|
1344
|
-
__kind: "Sol";
|
|
969
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1345
970
|
};
|
|
1346
971
|
affiliateFees: {
|
|
1347
972
|
account: number;
|
|
@@ -1401,41 +1026,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1401
1026
|
} | null | undefined;
|
|
1402
1027
|
refundParams?: {
|
|
1403
1028
|
retryDuration: number;
|
|
1404
|
-
refundAddress:
|
|
1405
|
-
value: string;
|
|
1406
|
-
__kind: "Eth";
|
|
1407
|
-
} | {
|
|
1408
|
-
value: string;
|
|
1409
|
-
__kind: "Dot";
|
|
1410
|
-
} | {
|
|
1411
|
-
value: {
|
|
1412
|
-
value: string;
|
|
1413
|
-
__kind: "P2PKH";
|
|
1414
|
-
} | {
|
|
1415
|
-
value: string;
|
|
1416
|
-
__kind: "P2SH";
|
|
1417
|
-
} | {
|
|
1418
|
-
value: string;
|
|
1419
|
-
__kind: "P2WPKH";
|
|
1420
|
-
} | {
|
|
1421
|
-
value: string;
|
|
1422
|
-
__kind: "P2WSH";
|
|
1423
|
-
} | {
|
|
1424
|
-
value: string;
|
|
1425
|
-
__kind: "Taproot";
|
|
1426
|
-
} | {
|
|
1427
|
-
__kind: "OtherSegwit";
|
|
1428
|
-
version: number;
|
|
1429
|
-
program: string;
|
|
1430
|
-
};
|
|
1431
|
-
__kind: "Btc";
|
|
1432
|
-
} | {
|
|
1433
|
-
value: string;
|
|
1434
|
-
__kind: "Arb";
|
|
1435
|
-
} | {
|
|
1436
|
-
value: string;
|
|
1437
|
-
__kind: "Sol";
|
|
1438
|
-
};
|
|
1029
|
+
refundAddress: string;
|
|
1439
1030
|
minPrice: string | number;
|
|
1440
1031
|
} | null | undefined;
|
|
1441
1032
|
dcaParams?: {
|
|
@@ -1514,28 +1105,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1514
1105
|
} | {
|
|
1515
1106
|
__kind: "Vault";
|
|
1516
1107
|
vaultWitness: {
|
|
1517
|
-
txId:
|
|
1518
|
-
|
|
1519
|
-
|
|
1108
|
+
txId: {
|
|
1109
|
+
blockNumber: number;
|
|
1110
|
+
extrinsicIndex: number;
|
|
1520
1111
|
};
|
|
1521
|
-
|
|
1112
|
+
depositDetails: number;
|
|
1113
|
+
inputAsset: "Dot";
|
|
1522
1114
|
depositAmount: bigint;
|
|
1523
1115
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1524
1116
|
destinationAddress: {
|
|
1525
|
-
chain: "Ethereum";
|
|
1526
|
-
address: `0x${string}`;
|
|
1117
|
+
readonly chain: "Ethereum";
|
|
1118
|
+
readonly address: `0x${string}`;
|
|
1527
1119
|
} | {
|
|
1528
|
-
chain: "Polkadot";
|
|
1529
|
-
address: string;
|
|
1120
|
+
readonly chain: "Polkadot";
|
|
1121
|
+
readonly address: string;
|
|
1530
1122
|
} | {
|
|
1531
|
-
chain: "Bitcoin";
|
|
1532
|
-
address: string;
|
|
1123
|
+
readonly chain: "Bitcoin";
|
|
1124
|
+
readonly address: string;
|
|
1533
1125
|
} | {
|
|
1534
|
-
chain: "Arbitrum";
|
|
1535
|
-
address: `0x${string}`;
|
|
1126
|
+
readonly chain: "Arbitrum";
|
|
1127
|
+
readonly address: `0x${string}`;
|
|
1536
1128
|
} | {
|
|
1537
|
-
chain: "Solana";
|
|
1538
|
-
address: string;
|
|
1129
|
+
readonly chain: "Solana";
|
|
1130
|
+
readonly address: string;
|
|
1539
1131
|
};
|
|
1540
1132
|
affiliateFees: {
|
|
1541
1133
|
account: number;
|
|
@@ -1593,41 +1185,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1593
1185
|
} | null | undefined;
|
|
1594
1186
|
refundParams?: {
|
|
1595
1187
|
retryDuration: number;
|
|
1596
|
-
refundAddress: {
|
|
1597
|
-
value: `0x${string}`;
|
|
1598
|
-
__kind: "Eth";
|
|
1599
|
-
} | {
|
|
1600
|
-
value: `0x${string}`;
|
|
1601
|
-
__kind: "Dot";
|
|
1602
|
-
} | {
|
|
1603
|
-
value: {
|
|
1604
|
-
value: `0x${string}`;
|
|
1605
|
-
__kind: "P2PKH";
|
|
1606
|
-
} | {
|
|
1607
|
-
value: `0x${string}`;
|
|
1608
|
-
__kind: "P2SH";
|
|
1609
|
-
} | {
|
|
1610
|
-
value: `0x${string}`;
|
|
1611
|
-
__kind: "P2WPKH";
|
|
1612
|
-
} | {
|
|
1613
|
-
value: `0x${string}`;
|
|
1614
|
-
__kind: "P2WSH";
|
|
1615
|
-
} | {
|
|
1616
|
-
value: `0x${string}`;
|
|
1617
|
-
__kind: "Taproot";
|
|
1618
|
-
} | {
|
|
1619
|
-
__kind: "OtherSegwit";
|
|
1620
|
-
version: number;
|
|
1621
|
-
program: `0x${string}`;
|
|
1622
|
-
};
|
|
1623
|
-
__kind: "Btc";
|
|
1624
|
-
} | {
|
|
1625
|
-
value: `0x${string}`;
|
|
1626
|
-
__kind: "Arb";
|
|
1627
|
-
} | {
|
|
1628
|
-
value: `0x${string}`;
|
|
1629
|
-
__kind: "Sol";
|
|
1630
|
-
};
|
|
1188
|
+
refundAddress: `0x${string}`;
|
|
1631
1189
|
minPrice: bigint;
|
|
1632
1190
|
} | null | undefined;
|
|
1633
1191
|
dcaParams?: {
|
|
@@ -1714,12 +1272,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1714
1272
|
} | {
|
|
1715
1273
|
__kind: "Vault";
|
|
1716
1274
|
vaultWitness: {
|
|
1717
|
-
txId:
|
|
1718
|
-
|
|
1719
|
-
|
|
1275
|
+
txId: {
|
|
1276
|
+
blockNumber: number;
|
|
1277
|
+
extrinsicIndex: number;
|
|
1720
1278
|
};
|
|
1279
|
+
depositDetails: number;
|
|
1721
1280
|
inputAsset: {
|
|
1722
|
-
__kind: "
|
|
1281
|
+
__kind: "Dot";
|
|
1723
1282
|
};
|
|
1724
1283
|
depositAmount: string | number;
|
|
1725
1284
|
outputAsset: {
|
|
@@ -1727,19 +1286,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1727
1286
|
};
|
|
1728
1287
|
destinationAddress: {
|
|
1729
1288
|
value: string;
|
|
1730
|
-
__kind: "Eth";
|
|
1731
|
-
} | {
|
|
1732
|
-
value: string;
|
|
1733
|
-
__kind: "Dot";
|
|
1734
|
-
} | {
|
|
1735
|
-
value: string;
|
|
1736
|
-
__kind: "Btc";
|
|
1737
|
-
} | {
|
|
1738
|
-
value: string;
|
|
1739
|
-
__kind: "Arb";
|
|
1740
|
-
} | {
|
|
1741
|
-
value: string;
|
|
1742
|
-
__kind: "Sol";
|
|
1289
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1743
1290
|
};
|
|
1744
1291
|
affiliateFees: {
|
|
1745
1292
|
account: number;
|
|
@@ -1799,41 +1346,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1799
1346
|
} | null | undefined;
|
|
1800
1347
|
refundParams?: {
|
|
1801
1348
|
retryDuration: number;
|
|
1802
|
-
refundAddress:
|
|
1803
|
-
value: string;
|
|
1804
|
-
__kind: "Eth";
|
|
1805
|
-
} | {
|
|
1806
|
-
value: string;
|
|
1807
|
-
__kind: "Dot";
|
|
1808
|
-
} | {
|
|
1809
|
-
value: {
|
|
1810
|
-
value: string;
|
|
1811
|
-
__kind: "P2PKH";
|
|
1812
|
-
} | {
|
|
1813
|
-
value: string;
|
|
1814
|
-
__kind: "P2SH";
|
|
1815
|
-
} | {
|
|
1816
|
-
value: string;
|
|
1817
|
-
__kind: "P2WPKH";
|
|
1818
|
-
} | {
|
|
1819
|
-
value: string;
|
|
1820
|
-
__kind: "P2WSH";
|
|
1821
|
-
} | {
|
|
1822
|
-
value: string;
|
|
1823
|
-
__kind: "Taproot";
|
|
1824
|
-
} | {
|
|
1825
|
-
__kind: "OtherSegwit";
|
|
1826
|
-
version: number;
|
|
1827
|
-
program: string;
|
|
1828
|
-
};
|
|
1829
|
-
__kind: "Btc";
|
|
1830
|
-
} | {
|
|
1831
|
-
value: string;
|
|
1832
|
-
__kind: "Arb";
|
|
1833
|
-
} | {
|
|
1834
|
-
value: string;
|
|
1835
|
-
__kind: "Sol";
|
|
1836
|
-
};
|
|
1349
|
+
refundAddress: string;
|
|
1837
1350
|
minPrice: string | number;
|
|
1838
1351
|
} | null | undefined;
|
|
1839
1352
|
dcaParams?: {
|