@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
|
@@ -13,18 +13,18 @@ declare const bitcoinBroadcasterTransactionBroadcastRequest: z.ZodObject<{
|
|
|
13
13
|
transactionOutId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
broadcastId: number;
|
|
16
|
-
transactionOutId: `0x${string}`;
|
|
17
16
|
nominee: string;
|
|
18
17
|
transactionPayload: {
|
|
19
18
|
encodedTransaction: `0x${string}`;
|
|
20
19
|
};
|
|
20
|
+
transactionOutId: `0x${string}`;
|
|
21
21
|
}, {
|
|
22
22
|
broadcastId: number;
|
|
23
|
-
transactionOutId: string;
|
|
24
23
|
nominee: string;
|
|
25
24
|
transactionPayload: {
|
|
26
25
|
encodedTransaction: string;
|
|
27
26
|
};
|
|
27
|
+
transactionOutId: string;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { bitcoinBroadcasterTransactionBroadcastRequest };
|
|
@@ -13,18 +13,18 @@ declare const bitcoinBroadcasterTransactionBroadcastRequest: z.ZodObject<{
|
|
|
13
13
|
transactionOutId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
broadcastId: number;
|
|
16
|
-
transactionOutId: `0x${string}`;
|
|
17
16
|
nominee: string;
|
|
18
17
|
transactionPayload: {
|
|
19
18
|
encodedTransaction: `0x${string}`;
|
|
20
19
|
};
|
|
20
|
+
transactionOutId: `0x${string}`;
|
|
21
21
|
}, {
|
|
22
22
|
broadcastId: number;
|
|
23
|
-
transactionOutId: string;
|
|
24
23
|
nominee: string;
|
|
25
24
|
transactionPayload: {
|
|
26
25
|
encodedTransaction: string;
|
|
27
26
|
};
|
|
27
|
+
transactionOutId: string;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { bitcoinBroadcasterTransactionBroadcastRequest };
|
package/dist/131/common.cjs
CHANGED
|
@@ -144,18 +144,18 @@ var cfChainsDotPolkadotTransactionId = _zod.z.object({
|
|
|
144
144
|
});
|
|
145
145
|
var cfChainsBtcBitcoinTransactionData = _zod.z.object({ encodedTransaction: hexString });
|
|
146
146
|
var cfChainsAddressEncodedAddress = _zod.z.union([
|
|
147
|
-
_zod.z.object({
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}),
|
|
151
|
-
_zod.z.object({
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}),
|
|
155
|
-
_zod.z.object({
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
})
|
|
147
|
+
_zod.z.object({ __kind: _zod.z.literal("Eth"), value: hexString }).transform(({ value }) => ({
|
|
148
|
+
chain: "Ethereum",
|
|
149
|
+
address: value
|
|
150
|
+
})),
|
|
151
|
+
_zod.z.object({ __kind: _zod.z.literal("Dot"), value: hexString }).transform(({ value }) => ({
|
|
152
|
+
chain: "Polkadot",
|
|
153
|
+
address: ss58.encode({ data: value, ss58Format: 0 })
|
|
154
|
+
})),
|
|
155
|
+
_zod.z.object({ __kind: _zod.z.literal("Btc"), value: hexString }).transform(({ value }) => ({
|
|
156
|
+
chain: "Bitcoin",
|
|
157
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
158
|
+
}))
|
|
159
159
|
]);
|
|
160
160
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum([
|
|
161
161
|
"Eth",
|
package/dist/131/common.d.cts
CHANGED
|
@@ -1408,30 +1408,48 @@ declare const cfChainsBtcBitcoinTransactionData: z.ZodObject<{
|
|
|
1408
1408
|
}, {
|
|
1409
1409
|
encodedTransaction: string;
|
|
1410
1410
|
}>;
|
|
1411
|
-
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
|
|
1412
|
-
__kind: z.
|
|
1411
|
+
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1412
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
1413
1413
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1414
1414
|
}, "strip", z.ZodTypeAny, {
|
|
1415
|
-
__kind: "
|
|
1415
|
+
__kind: "Eth";
|
|
1416
1416
|
value: `0x${string}`;
|
|
1417
1417
|
}, {
|
|
1418
1418
|
__kind: "Eth";
|
|
1419
1419
|
value: string;
|
|
1420
|
-
}>,
|
|
1421
|
-
|
|
1422
|
-
|
|
1420
|
+
}>, {
|
|
1421
|
+
chain: "Ethereum";
|
|
1422
|
+
address: `0x${string}`;
|
|
1423
|
+
}, {
|
|
1424
|
+
__kind: "Eth";
|
|
1425
|
+
value: string;
|
|
1426
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1427
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
1428
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1423
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1424
|
-
__kind: "
|
|
1430
|
+
__kind: "Dot";
|
|
1431
|
+
value: `0x${string}`;
|
|
1432
|
+
}, {
|
|
1433
|
+
__kind: "Dot";
|
|
1425
1434
|
value: string;
|
|
1435
|
+
}>, {
|
|
1436
|
+
chain: "Polkadot";
|
|
1437
|
+
address: string;
|
|
1426
1438
|
}, {
|
|
1427
1439
|
__kind: "Dot";
|
|
1428
1440
|
value: string;
|
|
1429
|
-
}>, z.ZodObject<{
|
|
1430
|
-
__kind: z.
|
|
1431
|
-
value: z.ZodEffects<z.
|
|
1441
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1442
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
1443
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1432
1444
|
}, "strip", z.ZodTypeAny, {
|
|
1433
|
-
__kind: "
|
|
1445
|
+
__kind: "Btc";
|
|
1446
|
+
value: `0x${string}`;
|
|
1447
|
+
}, {
|
|
1448
|
+
__kind: "Btc";
|
|
1434
1449
|
value: string;
|
|
1450
|
+
}>, {
|
|
1451
|
+
chain: "Bitcoin";
|
|
1452
|
+
address: string;
|
|
1435
1453
|
}, {
|
|
1436
1454
|
__kind: "Btc";
|
|
1437
1455
|
value: string;
|
|
@@ -1460,30 +1478,48 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
1460
1478
|
}>;
|
|
1461
1479
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
1462
1480
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
1463
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
1464
|
-
__kind: z.
|
|
1481
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1482
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
1465
1483
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1466
1484
|
}, "strip", z.ZodTypeAny, {
|
|
1467
|
-
__kind: "
|
|
1485
|
+
__kind: "Eth";
|
|
1468
1486
|
value: `0x${string}`;
|
|
1469
1487
|
}, {
|
|
1470
1488
|
__kind: "Eth";
|
|
1471
1489
|
value: string;
|
|
1472
|
-
}>,
|
|
1473
|
-
|
|
1474
|
-
|
|
1490
|
+
}>, {
|
|
1491
|
+
chain: "Ethereum";
|
|
1492
|
+
address: `0x${string}`;
|
|
1493
|
+
}, {
|
|
1494
|
+
__kind: "Eth";
|
|
1495
|
+
value: string;
|
|
1496
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1497
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
1498
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1475
1499
|
}, "strip", z.ZodTypeAny, {
|
|
1476
|
-
__kind: "
|
|
1500
|
+
__kind: "Dot";
|
|
1501
|
+
value: `0x${string}`;
|
|
1502
|
+
}, {
|
|
1503
|
+
__kind: "Dot";
|
|
1477
1504
|
value: string;
|
|
1505
|
+
}>, {
|
|
1506
|
+
chain: "Polkadot";
|
|
1507
|
+
address: string;
|
|
1478
1508
|
}, {
|
|
1479
1509
|
__kind: "Dot";
|
|
1480
1510
|
value: string;
|
|
1481
|
-
}>, z.ZodObject<{
|
|
1482
|
-
__kind: z.
|
|
1483
|
-
value: z.ZodEffects<z.
|
|
1511
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1512
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
1513
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1484
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1485
|
-
__kind: "
|
|
1515
|
+
__kind: "Btc";
|
|
1516
|
+
value: `0x${string}`;
|
|
1517
|
+
}, {
|
|
1518
|
+
__kind: "Btc";
|
|
1486
1519
|
value: string;
|
|
1520
|
+
}>, {
|
|
1521
|
+
chain: "Bitcoin";
|
|
1522
|
+
address: string;
|
|
1487
1523
|
}, {
|
|
1488
1524
|
__kind: "Btc";
|
|
1489
1525
|
value: string;
|
|
@@ -1493,14 +1529,14 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
1493
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1494
1530
|
__kind: "DepositChannel";
|
|
1495
1531
|
depositAddress: {
|
|
1496
|
-
|
|
1497
|
-
|
|
1532
|
+
chain: "Ethereum";
|
|
1533
|
+
address: `0x${string}`;
|
|
1498
1534
|
} | {
|
|
1499
|
-
|
|
1500
|
-
|
|
1535
|
+
chain: "Polkadot";
|
|
1536
|
+
address: string;
|
|
1501
1537
|
} | {
|
|
1502
|
-
|
|
1503
|
-
|
|
1538
|
+
chain: "Bitcoin";
|
|
1539
|
+
address: string;
|
|
1504
1540
|
};
|
|
1505
1541
|
channelId: bigint;
|
|
1506
1542
|
depositBlockHeight: bigint;
|
package/dist/131/common.d.ts
CHANGED
|
@@ -1408,30 +1408,48 @@ declare const cfChainsBtcBitcoinTransactionData: z.ZodObject<{
|
|
|
1408
1408
|
}, {
|
|
1409
1409
|
encodedTransaction: string;
|
|
1410
1410
|
}>;
|
|
1411
|
-
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
|
|
1412
|
-
__kind: z.
|
|
1411
|
+
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1412
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
1413
1413
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1414
1414
|
}, "strip", z.ZodTypeAny, {
|
|
1415
|
-
__kind: "
|
|
1415
|
+
__kind: "Eth";
|
|
1416
1416
|
value: `0x${string}`;
|
|
1417
1417
|
}, {
|
|
1418
1418
|
__kind: "Eth";
|
|
1419
1419
|
value: string;
|
|
1420
|
-
}>,
|
|
1421
|
-
|
|
1422
|
-
|
|
1420
|
+
}>, {
|
|
1421
|
+
chain: "Ethereum";
|
|
1422
|
+
address: `0x${string}`;
|
|
1423
|
+
}, {
|
|
1424
|
+
__kind: "Eth";
|
|
1425
|
+
value: string;
|
|
1426
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1427
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
1428
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1423
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1424
|
-
__kind: "
|
|
1430
|
+
__kind: "Dot";
|
|
1431
|
+
value: `0x${string}`;
|
|
1432
|
+
}, {
|
|
1433
|
+
__kind: "Dot";
|
|
1425
1434
|
value: string;
|
|
1435
|
+
}>, {
|
|
1436
|
+
chain: "Polkadot";
|
|
1437
|
+
address: string;
|
|
1426
1438
|
}, {
|
|
1427
1439
|
__kind: "Dot";
|
|
1428
1440
|
value: string;
|
|
1429
|
-
}>, z.ZodObject<{
|
|
1430
|
-
__kind: z.
|
|
1431
|
-
value: z.ZodEffects<z.
|
|
1441
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1442
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
1443
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1432
1444
|
}, "strip", z.ZodTypeAny, {
|
|
1433
|
-
__kind: "
|
|
1445
|
+
__kind: "Btc";
|
|
1446
|
+
value: `0x${string}`;
|
|
1447
|
+
}, {
|
|
1448
|
+
__kind: "Btc";
|
|
1434
1449
|
value: string;
|
|
1450
|
+
}>, {
|
|
1451
|
+
chain: "Bitcoin";
|
|
1452
|
+
address: string;
|
|
1435
1453
|
}, {
|
|
1436
1454
|
__kind: "Btc";
|
|
1437
1455
|
value: string;
|
|
@@ -1460,30 +1478,48 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
1460
1478
|
}>;
|
|
1461
1479
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
1462
1480
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
1463
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
1464
|
-
__kind: z.
|
|
1481
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
1482
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
1465
1483
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1466
1484
|
}, "strip", z.ZodTypeAny, {
|
|
1467
|
-
__kind: "
|
|
1485
|
+
__kind: "Eth";
|
|
1468
1486
|
value: `0x${string}`;
|
|
1469
1487
|
}, {
|
|
1470
1488
|
__kind: "Eth";
|
|
1471
1489
|
value: string;
|
|
1472
|
-
}>,
|
|
1473
|
-
|
|
1474
|
-
|
|
1490
|
+
}>, {
|
|
1491
|
+
chain: "Ethereum";
|
|
1492
|
+
address: `0x${string}`;
|
|
1493
|
+
}, {
|
|
1494
|
+
__kind: "Eth";
|
|
1495
|
+
value: string;
|
|
1496
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1497
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
1498
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1475
1499
|
}, "strip", z.ZodTypeAny, {
|
|
1476
|
-
__kind: "
|
|
1500
|
+
__kind: "Dot";
|
|
1501
|
+
value: `0x${string}`;
|
|
1502
|
+
}, {
|
|
1503
|
+
__kind: "Dot";
|
|
1477
1504
|
value: string;
|
|
1505
|
+
}>, {
|
|
1506
|
+
chain: "Polkadot";
|
|
1507
|
+
address: string;
|
|
1478
1508
|
}, {
|
|
1479
1509
|
__kind: "Dot";
|
|
1480
1510
|
value: string;
|
|
1481
|
-
}>, z.ZodObject<{
|
|
1482
|
-
__kind: z.
|
|
1483
|
-
value: z.ZodEffects<z.
|
|
1511
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1512
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
1513
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1484
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1485
|
-
__kind: "
|
|
1515
|
+
__kind: "Btc";
|
|
1516
|
+
value: `0x${string}`;
|
|
1517
|
+
}, {
|
|
1518
|
+
__kind: "Btc";
|
|
1486
1519
|
value: string;
|
|
1520
|
+
}>, {
|
|
1521
|
+
chain: "Bitcoin";
|
|
1522
|
+
address: string;
|
|
1487
1523
|
}, {
|
|
1488
1524
|
__kind: "Btc";
|
|
1489
1525
|
value: string;
|
|
@@ -1493,14 +1529,14 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
1493
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1494
1530
|
__kind: "DepositChannel";
|
|
1495
1531
|
depositAddress: {
|
|
1496
|
-
|
|
1497
|
-
|
|
1532
|
+
chain: "Ethereum";
|
|
1533
|
+
address: `0x${string}`;
|
|
1498
1534
|
} | {
|
|
1499
|
-
|
|
1500
|
-
|
|
1535
|
+
chain: "Polkadot";
|
|
1536
|
+
address: string;
|
|
1501
1537
|
} | {
|
|
1502
|
-
|
|
1503
|
-
|
|
1538
|
+
chain: "Bitcoin";
|
|
1539
|
+
address: string;
|
|
1504
1540
|
};
|
|
1505
1541
|
channelId: bigint;
|
|
1506
1542
|
depositBlockHeight: bigint;
|
package/dist/131/common.mjs
CHANGED
|
@@ -144,18 +144,18 @@ var cfChainsDotPolkadotTransactionId = z.object({
|
|
|
144
144
|
});
|
|
145
145
|
var cfChainsBtcBitcoinTransactionData = z.object({ encodedTransaction: hexString });
|
|
146
146
|
var cfChainsAddressEncodedAddress = z.union([
|
|
147
|
-
z.object({
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}),
|
|
151
|
-
z.object({
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}),
|
|
155
|
-
z.object({
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
})
|
|
147
|
+
z.object({ __kind: z.literal("Eth"), value: hexString }).transform(({ value }) => ({
|
|
148
|
+
chain: "Ethereum",
|
|
149
|
+
address: value
|
|
150
|
+
})),
|
|
151
|
+
z.object({ __kind: z.literal("Dot"), value: hexString }).transform(({ value }) => ({
|
|
152
|
+
chain: "Polkadot",
|
|
153
|
+
address: ss58.encode({ data: value, ss58Format: 0 })
|
|
154
|
+
})),
|
|
155
|
+
z.object({ __kind: z.literal("Btc"), value: hexString }).transform(({ value }) => ({
|
|
156
|
+
chain: "Bitcoin",
|
|
157
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
158
|
+
}))
|
|
159
159
|
]);
|
|
160
160
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum([
|
|
161
161
|
"Eth",
|