@chainflip/processor 1.5.2 → 1.5.4
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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
- package/dist/100/common.cjs +12 -12
- package/dist/100/common.d.cts +64 -28
- package/dist/100/common.d.ts +64 -28
- package/dist/100/common.mjs +12 -12
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- 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 +20 -20
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- 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/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +39 -21
- package/dist/100/swapping/ccmDepositReceived.d.ts +39 -21
- package/dist/100/swapping/ccmFailed.d.cts +35 -17
- package/dist/100/swapping/ccmFailed.d.ts +35 -17
- package/dist/100/swapping/swapAmountTooLow.d.cts +76 -40
- package/dist/100/swapping/swapAmountTooLow.d.ts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.cts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.ts +76 -40
- package/dist/100/swapping/swapScheduled.d.cts +78 -42
- package/dist/100/swapping/swapScheduled.d.ts +78 -42
- package/dist/100/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/100/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/common.cjs +12 -12
- package/dist/120/common.d.cts +29 -11
- package/dist/120/common.d.ts +29 -11
- package/dist/120/common.mjs +12 -12
- 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 +39 -21
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +39 -21
- package/dist/120/swapping/ccmFailed.d.cts +35 -17
- package/dist/120/swapping/ccmFailed.d.ts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.cjs +12 -12
- package/dist/131/common.d.cts +64 -28
- package/dist/131/common.d.ts +64 -28
- package/dist/131/common.mjs +12 -12
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/131/reputation/offencePenalty.d.cts +2 -2
- package/dist/131/reputation/offencePenalty.d.ts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +76 -40
- package/dist/131/swapping/ccmFailed.d.ts +76 -40
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +88 -52
- package/dist/131/swapping/swapDepositAddressReady.d.ts +88 -52
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +90 -54
- package/dist/131/swapping/swapScheduled.d.ts +90 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +41 -23
- package/dist/131/swapping/withdrawalRequested.d.ts +41 -23
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/common.cjs +16 -16
- package/dist/141/common.d.cts +84 -36
- package/dist/141/common.d.ts +84 -36
- package/dist/141/common.mjs +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +46 -22
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +46 -22
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +46 -22
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +46 -22
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +46 -22
- package/dist/141/swapping/ccmDepositReceived.d.ts +46 -22
- package/dist/141/swapping/ccmFailed.d.cts +100 -52
- package/dist/141/swapping/ccmFailed.d.ts +100 -52
- package/dist/141/swapping/swapDepositAddressReady.d.cts +92 -44
- package/dist/141/swapping/swapDepositAddressReady.d.ts +92 -44
- package/dist/141/swapping/swapScheduled.d.cts +100 -52
- package/dist/141/swapping/swapScheduled.d.ts +100 -52
- package/dist/141/swapping/withdrawalRequested.d.cts +46 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +46 -22
- package/dist/150/assetBalances/refundScheduled.d.cts +50 -50
- package/dist/150/assetBalances/refundScheduled.d.ts +50 -50
- package/dist/150/assetBalances/refundSkipped.d.cts +70 -70
- package/dist/150/assetBalances/refundSkipped.d.ts +70 -70
- package/dist/150/common.cjs +20 -20
- package/dist/150/common.d.cts +164 -74
- package/dist/150/common.d.ts +164 -74
- package/dist/150/common.mjs +20 -20
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +58 -28
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +58 -28
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- 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 +136 -106
- package/dist/150/swapping/ccmDepositReceived.d.ts +136 -106
- package/dist/150/swapping/ccmFailed.d.cts +217 -157
- package/dist/150/swapping/ccmFailed.d.ts +217 -157
- 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 +225 -135
- package/dist/150/swapping/swapDepositAddressReady.d.ts +225 -135
- 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 +241 -181
- package/dist/150/swapping/swapScheduled.d.ts +241 -181
- package/dist/150/swapping/withdrawalRequested.d.cts +72 -42
- package/dist/150/swapping/withdrawalRequested.d.ts +72 -42
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +8 -8
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +8 -8
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +8 -8
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.cjs +23 -23
- package/dist/160/common.d.cts +273 -256
- package/dist/160/common.d.ts +273 -256
- package/dist/160/common.mjs +23 -23
- 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 +10 -10
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/160/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +12 -12
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +12 -12
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +126 -66
- package/dist/160/swapping/ccmFailed.d.ts +126 -66
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.cjs +1 -1
- package/dist/160/swapping/swapDepositAddressReady.d.cts +194 -275
- package/dist/160/swapping/swapDepositAddressReady.d.ts +194 -275
- package/dist/160/swapping/swapDepositAddressReady.mjs +2 -2
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +218 -128
- package/dist/160/swapping/swapRequested.d.ts +218 -128
- package/dist/160/swapping/withdrawalRequested.d.cts +64 -34
- package/dist/160/swapping/withdrawalRequested.d.ts +64 -34
- package/package.json +1 -1
|
@@ -32,17 +32,17 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
32
32
|
error: string;
|
|
33
33
|
}>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
__kind: "Module";
|
|
36
35
|
value: {
|
|
37
36
|
index: number;
|
|
38
37
|
error: `0x${string}`;
|
|
39
38
|
};
|
|
40
|
-
}, {
|
|
41
39
|
__kind: "Module";
|
|
40
|
+
}, {
|
|
42
41
|
value: {
|
|
43
42
|
index: number;
|
|
44
43
|
error: string;
|
|
45
44
|
};
|
|
45
|
+
__kind: "Module";
|
|
46
46
|
}>, z.ZodObject<{
|
|
47
47
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -73,13 +73,13 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
73
73
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
74
74
|
}>;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
__kind: "Token";
|
|
77
76
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
78
|
-
}, {
|
|
79
77
|
__kind: "Token";
|
|
78
|
+
}, {
|
|
80
79
|
value: {
|
|
81
80
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
82
81
|
};
|
|
82
|
+
__kind: "Token";
|
|
83
83
|
}>, z.ZodObject<{
|
|
84
84
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
85
85
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -92,13 +92,13 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
92
92
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
93
93
|
}>;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
__kind: "Arithmetic";
|
|
96
95
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
97
|
-
}, {
|
|
98
96
|
__kind: "Arithmetic";
|
|
97
|
+
}, {
|
|
99
98
|
value: {
|
|
100
99
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
101
100
|
};
|
|
101
|
+
__kind: "Arithmetic";
|
|
102
102
|
}>, z.ZodObject<{
|
|
103
103
|
__kind: z.ZodLiteral<"Transactional">;
|
|
104
104
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -111,13 +111,13 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
111
111
|
__kind: "LimitReached" | "NoLayer";
|
|
112
112
|
}>;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
__kind: "Transactional";
|
|
115
114
|
value: "LimitReached" | "NoLayer";
|
|
116
|
-
}, {
|
|
117
115
|
__kind: "Transactional";
|
|
116
|
+
}, {
|
|
118
117
|
value: {
|
|
119
118
|
__kind: "LimitReached" | "NoLayer";
|
|
120
119
|
};
|
|
120
|
+
__kind: "Transactional";
|
|
121
121
|
}>, z.ZodObject<{
|
|
122
122
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
123
123
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -156,67 +156,67 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
156
156
|
__kind: z.ZodLiteral<"Eth">;
|
|
157
157
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
__kind: "Eth";
|
|
160
159
|
value: `0x${string}`;
|
|
161
|
-
}, {
|
|
162
160
|
__kind: "Eth";
|
|
161
|
+
}, {
|
|
163
162
|
value: string;
|
|
163
|
+
__kind: "Eth";
|
|
164
164
|
}>, z.ZodObject<{
|
|
165
165
|
__kind: z.ZodLiteral<"Dot">;
|
|
166
166
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
__kind: "Dot";
|
|
169
168
|
value: `0x${string}`;
|
|
170
|
-
}, {
|
|
171
169
|
__kind: "Dot";
|
|
170
|
+
}, {
|
|
172
171
|
value: string;
|
|
172
|
+
__kind: "Dot";
|
|
173
173
|
}>, z.ZodObject<{
|
|
174
174
|
__kind: z.ZodLiteral<"Btc">;
|
|
175
175
|
value: z.ZodUnion<[z.ZodObject<{
|
|
176
176
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
177
177
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
-
__kind: "P2PKH";
|
|
180
179
|
value: `0x${string}`;
|
|
181
|
-
}, {
|
|
182
180
|
__kind: "P2PKH";
|
|
181
|
+
}, {
|
|
183
182
|
value: string;
|
|
183
|
+
__kind: "P2PKH";
|
|
184
184
|
}>, z.ZodObject<{
|
|
185
185
|
__kind: z.ZodLiteral<"P2SH">;
|
|
186
186
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
|
-
__kind: "P2SH";
|
|
189
188
|
value: `0x${string}`;
|
|
190
|
-
}, {
|
|
191
189
|
__kind: "P2SH";
|
|
190
|
+
}, {
|
|
192
191
|
value: string;
|
|
192
|
+
__kind: "P2SH";
|
|
193
193
|
}>, z.ZodObject<{
|
|
194
194
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
195
195
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
__kind: "P2WPKH";
|
|
198
197
|
value: `0x${string}`;
|
|
199
|
-
}, {
|
|
200
198
|
__kind: "P2WPKH";
|
|
199
|
+
}, {
|
|
201
200
|
value: string;
|
|
201
|
+
__kind: "P2WPKH";
|
|
202
202
|
}>, z.ZodObject<{
|
|
203
203
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
204
204
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
205
205
|
}, "strip", z.ZodTypeAny, {
|
|
206
|
-
__kind: "P2WSH";
|
|
207
206
|
value: `0x${string}`;
|
|
208
|
-
}, {
|
|
209
207
|
__kind: "P2WSH";
|
|
208
|
+
}, {
|
|
210
209
|
value: string;
|
|
210
|
+
__kind: "P2WSH";
|
|
211
211
|
}>, z.ZodObject<{
|
|
212
212
|
__kind: z.ZodLiteral<"Taproot">;
|
|
213
213
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
214
214
|
}, "strip", z.ZodTypeAny, {
|
|
215
|
-
__kind: "Taproot";
|
|
216
215
|
value: `0x${string}`;
|
|
217
|
-
}, {
|
|
218
216
|
__kind: "Taproot";
|
|
217
|
+
}, {
|
|
219
218
|
value: string;
|
|
219
|
+
__kind: "Taproot";
|
|
220
220
|
}>, z.ZodObject<{
|
|
221
221
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
222
222
|
version: z.ZodNumber;
|
|
@@ -231,70 +231,69 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
231
231
|
program: string;
|
|
232
232
|
}>]>;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
|
-
__kind: "Btc";
|
|
235
234
|
value: {
|
|
236
|
-
__kind: "P2PKH";
|
|
237
235
|
value: `0x${string}`;
|
|
236
|
+
__kind: "P2PKH";
|
|
238
237
|
} | {
|
|
239
|
-
__kind: "P2SH";
|
|
240
238
|
value: `0x${string}`;
|
|
239
|
+
__kind: "P2SH";
|
|
241
240
|
} | {
|
|
242
|
-
__kind: "P2WPKH";
|
|
243
241
|
value: `0x${string}`;
|
|
242
|
+
__kind: "P2WPKH";
|
|
244
243
|
} | {
|
|
245
|
-
__kind: "P2WSH";
|
|
246
244
|
value: `0x${string}`;
|
|
245
|
+
__kind: "P2WSH";
|
|
247
246
|
} | {
|
|
248
|
-
__kind: "Taproot";
|
|
249
247
|
value: `0x${string}`;
|
|
248
|
+
__kind: "Taproot";
|
|
250
249
|
} | {
|
|
251
250
|
__kind: "OtherSegwit";
|
|
252
251
|
version: number;
|
|
253
252
|
program: `0x${string}`;
|
|
254
253
|
};
|
|
255
|
-
}, {
|
|
256
254
|
__kind: "Btc";
|
|
255
|
+
}, {
|
|
257
256
|
value: {
|
|
258
|
-
__kind: "P2PKH";
|
|
259
257
|
value: string;
|
|
258
|
+
__kind: "P2PKH";
|
|
260
259
|
} | {
|
|
261
|
-
__kind: "P2SH";
|
|
262
260
|
value: string;
|
|
261
|
+
__kind: "P2SH";
|
|
263
262
|
} | {
|
|
264
|
-
__kind: "P2WPKH";
|
|
265
263
|
value: string;
|
|
264
|
+
__kind: "P2WPKH";
|
|
266
265
|
} | {
|
|
267
|
-
__kind: "P2WSH";
|
|
268
266
|
value: string;
|
|
267
|
+
__kind: "P2WSH";
|
|
269
268
|
} | {
|
|
270
|
-
__kind: "Taproot";
|
|
271
269
|
value: string;
|
|
270
|
+
__kind: "Taproot";
|
|
272
271
|
} | {
|
|
273
272
|
__kind: "OtherSegwit";
|
|
274
273
|
version: number;
|
|
275
274
|
program: string;
|
|
276
275
|
};
|
|
276
|
+
__kind: "Btc";
|
|
277
277
|
}>, z.ZodObject<{
|
|
278
278
|
__kind: z.ZodLiteral<"Arb">;
|
|
279
279
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
-
__kind: "Arb";
|
|
282
281
|
value: `0x${string}`;
|
|
283
|
-
}, {
|
|
284
282
|
__kind: "Arb";
|
|
283
|
+
}, {
|
|
285
284
|
value: string;
|
|
285
|
+
__kind: "Arb";
|
|
286
286
|
}>, z.ZodObject<{
|
|
287
287
|
__kind: z.ZodLiteral<"Sol">;
|
|
288
288
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
|
-
__kind: "Sol";
|
|
291
290
|
value: `0x${string}`;
|
|
292
|
-
}, {
|
|
293
291
|
__kind: "Sol";
|
|
292
|
+
}, {
|
|
294
293
|
value: string;
|
|
294
|
+
__kind: "Sol";
|
|
295
295
|
}>]>;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
|
-
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
298
297
|
reason: {
|
|
299
298
|
__kind: "Other";
|
|
300
299
|
} | {
|
|
@@ -302,11 +301,11 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
302
301
|
} | {
|
|
303
302
|
__kind: "BadOrigin";
|
|
304
303
|
} | {
|
|
305
|
-
__kind: "Module";
|
|
306
304
|
value: {
|
|
307
305
|
index: number;
|
|
308
306
|
error: `0x${string}`;
|
|
309
307
|
};
|
|
308
|
+
__kind: "Module";
|
|
310
309
|
} | {
|
|
311
310
|
__kind: "ConsumerRemaining";
|
|
312
311
|
} | {
|
|
@@ -314,14 +313,14 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
314
313
|
} | {
|
|
315
314
|
__kind: "TooManyConsumers";
|
|
316
315
|
} | {
|
|
317
|
-
__kind: "Token";
|
|
318
316
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
317
|
+
__kind: "Token";
|
|
319
318
|
} | {
|
|
320
|
-
__kind: "Arithmetic";
|
|
321
319
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
320
|
+
__kind: "Arithmetic";
|
|
322
321
|
} | {
|
|
323
|
-
__kind: "Transactional";
|
|
324
322
|
value: "LimitReached" | "NoLayer";
|
|
323
|
+
__kind: "Transactional";
|
|
325
324
|
} | {
|
|
326
325
|
__kind: "Exhausted";
|
|
327
326
|
} | {
|
|
@@ -331,45 +330,43 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
331
330
|
} | {
|
|
332
331
|
__kind: "RootNotAllowed";
|
|
333
332
|
};
|
|
333
|
+
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
334
334
|
address: {
|
|
335
|
-
__kind: "Eth";
|
|
336
335
|
value: `0x${string}`;
|
|
336
|
+
__kind: "Eth";
|
|
337
337
|
} | {
|
|
338
|
-
__kind: "Dot";
|
|
339
338
|
value: `0x${string}`;
|
|
339
|
+
__kind: "Dot";
|
|
340
340
|
} | {
|
|
341
|
-
__kind: "Btc";
|
|
342
341
|
value: {
|
|
343
|
-
__kind: "P2PKH";
|
|
344
342
|
value: `0x${string}`;
|
|
343
|
+
__kind: "P2PKH";
|
|
345
344
|
} | {
|
|
346
|
-
__kind: "P2SH";
|
|
347
345
|
value: `0x${string}`;
|
|
346
|
+
__kind: "P2SH";
|
|
348
347
|
} | {
|
|
349
|
-
__kind: "P2WPKH";
|
|
350
348
|
value: `0x${string}`;
|
|
349
|
+
__kind: "P2WPKH";
|
|
351
350
|
} | {
|
|
352
|
-
__kind: "P2WSH";
|
|
353
351
|
value: `0x${string}`;
|
|
352
|
+
__kind: "P2WSH";
|
|
354
353
|
} | {
|
|
355
|
-
__kind: "Taproot";
|
|
356
354
|
value: `0x${string}`;
|
|
355
|
+
__kind: "Taproot";
|
|
357
356
|
} | {
|
|
358
357
|
__kind: "OtherSegwit";
|
|
359
358
|
version: number;
|
|
360
359
|
program: `0x${string}`;
|
|
361
360
|
};
|
|
361
|
+
__kind: "Btc";
|
|
362
362
|
} | {
|
|
363
|
-
__kind: "Arb";
|
|
364
363
|
value: `0x${string}`;
|
|
364
|
+
__kind: "Arb";
|
|
365
365
|
} | {
|
|
366
|
-
__kind: "Sol";
|
|
367
366
|
value: `0x${string}`;
|
|
367
|
+
__kind: "Sol";
|
|
368
368
|
};
|
|
369
369
|
}, {
|
|
370
|
-
chain: {
|
|
371
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
372
|
-
};
|
|
373
370
|
reason: {
|
|
374
371
|
__kind: "Other";
|
|
375
372
|
} | {
|
|
@@ -377,11 +374,11 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
377
374
|
} | {
|
|
378
375
|
__kind: "BadOrigin";
|
|
379
376
|
} | {
|
|
380
|
-
__kind: "Module";
|
|
381
377
|
value: {
|
|
382
378
|
index: number;
|
|
383
379
|
error: string;
|
|
384
380
|
};
|
|
381
|
+
__kind: "Module";
|
|
385
382
|
} | {
|
|
386
383
|
__kind: "ConsumerRemaining";
|
|
387
384
|
} | {
|
|
@@ -389,20 +386,20 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
389
386
|
} | {
|
|
390
387
|
__kind: "TooManyConsumers";
|
|
391
388
|
} | {
|
|
392
|
-
__kind: "Token";
|
|
393
389
|
value: {
|
|
394
390
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
395
391
|
};
|
|
392
|
+
__kind: "Token";
|
|
396
393
|
} | {
|
|
397
|
-
__kind: "Arithmetic";
|
|
398
394
|
value: {
|
|
399
395
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
400
396
|
};
|
|
397
|
+
__kind: "Arithmetic";
|
|
401
398
|
} | {
|
|
402
|
-
__kind: "Transactional";
|
|
403
399
|
value: {
|
|
404
400
|
__kind: "LimitReached" | "NoLayer";
|
|
405
401
|
};
|
|
402
|
+
__kind: "Transactional";
|
|
406
403
|
} | {
|
|
407
404
|
__kind: "Exhausted";
|
|
408
405
|
} | {
|
|
@@ -412,40 +409,43 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
|
|
|
412
409
|
} | {
|
|
413
410
|
__kind: "RootNotAllowed";
|
|
414
411
|
};
|
|
412
|
+
chain: {
|
|
413
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
414
|
+
};
|
|
415
415
|
address: {
|
|
416
|
-
__kind: "Eth";
|
|
417
416
|
value: string;
|
|
417
|
+
__kind: "Eth";
|
|
418
418
|
} | {
|
|
419
|
-
__kind: "Dot";
|
|
420
419
|
value: string;
|
|
420
|
+
__kind: "Dot";
|
|
421
421
|
} | {
|
|
422
|
-
__kind: "Btc";
|
|
423
422
|
value: {
|
|
424
|
-
__kind: "P2PKH";
|
|
425
423
|
value: string;
|
|
424
|
+
__kind: "P2PKH";
|
|
426
425
|
} | {
|
|
427
|
-
__kind: "P2SH";
|
|
428
426
|
value: string;
|
|
427
|
+
__kind: "P2SH";
|
|
429
428
|
} | {
|
|
430
|
-
__kind: "P2WPKH";
|
|
431
429
|
value: string;
|
|
430
|
+
__kind: "P2WPKH";
|
|
432
431
|
} | {
|
|
433
|
-
__kind: "P2WSH";
|
|
434
432
|
value: string;
|
|
433
|
+
__kind: "P2WSH";
|
|
435
434
|
} | {
|
|
436
|
-
__kind: "Taproot";
|
|
437
435
|
value: string;
|
|
436
|
+
__kind: "Taproot";
|
|
438
437
|
} | {
|
|
439
438
|
__kind: "OtherSegwit";
|
|
440
439
|
version: number;
|
|
441
440
|
program: string;
|
|
442
441
|
};
|
|
442
|
+
__kind: "Btc";
|
|
443
443
|
} | {
|
|
444
|
-
__kind: "Arb";
|
|
445
444
|
value: string;
|
|
445
|
+
__kind: "Arb";
|
|
446
446
|
} | {
|
|
447
|
-
__kind: "Sol";
|
|
448
447
|
value: string;
|
|
448
|
+
__kind: "Sol";
|
|
449
449
|
};
|
|
450
450
|
}>;
|
|
451
451
|
|