@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
|
@@ -15,47 +15,47 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
15
15
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "P2PKH";
|
|
19
18
|
value: `0x${string}`;
|
|
20
|
-
}, {
|
|
21
19
|
__kind: "P2PKH";
|
|
20
|
+
}, {
|
|
22
21
|
value: string;
|
|
22
|
+
__kind: "P2PKH";
|
|
23
23
|
}>, z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"P2SH">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
__kind: "P2SH";
|
|
28
27
|
value: `0x${string}`;
|
|
29
|
-
}, {
|
|
30
28
|
__kind: "P2SH";
|
|
29
|
+
}, {
|
|
31
30
|
value: string;
|
|
31
|
+
__kind: "P2SH";
|
|
32
32
|
}>, z.ZodObject<{
|
|
33
33
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
34
34
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
-
__kind: "P2WPKH";
|
|
37
36
|
value: `0x${string}`;
|
|
38
|
-
}, {
|
|
39
37
|
__kind: "P2WPKH";
|
|
38
|
+
}, {
|
|
40
39
|
value: string;
|
|
40
|
+
__kind: "P2WPKH";
|
|
41
41
|
}>, z.ZodObject<{
|
|
42
42
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
43
43
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
__kind: "P2WSH";
|
|
46
45
|
value: `0x${string}`;
|
|
47
|
-
}, {
|
|
48
46
|
__kind: "P2WSH";
|
|
47
|
+
}, {
|
|
49
48
|
value: string;
|
|
49
|
+
__kind: "P2WSH";
|
|
50
50
|
}>, z.ZodObject<{
|
|
51
51
|
__kind: z.ZodLiteral<"Taproot">;
|
|
52
52
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
__kind: "Taproot";
|
|
55
54
|
value: `0x${string}`;
|
|
56
|
-
}, {
|
|
57
55
|
__kind: "Taproot";
|
|
56
|
+
}, {
|
|
58
57
|
value: string;
|
|
58
|
+
__kind: "Taproot";
|
|
59
59
|
}>, z.ZodObject<{
|
|
60
60
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
61
61
|
version: z.ZodNumber;
|
|
@@ -73,20 +73,20 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
73
73
|
asset: "Btc";
|
|
74
74
|
amount: bigint;
|
|
75
75
|
destinationAddress: {
|
|
76
|
-
__kind: "P2PKH";
|
|
77
76
|
value: `0x${string}`;
|
|
77
|
+
__kind: "P2PKH";
|
|
78
78
|
} | {
|
|
79
|
-
__kind: "P2SH";
|
|
80
79
|
value: `0x${string}`;
|
|
80
|
+
__kind: "P2SH";
|
|
81
81
|
} | {
|
|
82
|
-
__kind: "P2WPKH";
|
|
83
82
|
value: `0x${string}`;
|
|
83
|
+
__kind: "P2WPKH";
|
|
84
84
|
} | {
|
|
85
|
-
__kind: "P2WSH";
|
|
86
85
|
value: `0x${string}`;
|
|
86
|
+
__kind: "P2WSH";
|
|
87
87
|
} | {
|
|
88
|
-
__kind: "Taproot";
|
|
89
88
|
value: `0x${string}`;
|
|
89
|
+
__kind: "Taproot";
|
|
90
90
|
} | {
|
|
91
91
|
__kind: "OtherSegwit";
|
|
92
92
|
version: number;
|
|
@@ -98,20 +98,20 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
98
98
|
};
|
|
99
99
|
amount: string | number;
|
|
100
100
|
destinationAddress: {
|
|
101
|
-
__kind: "P2PKH";
|
|
102
101
|
value: string;
|
|
102
|
+
__kind: "P2PKH";
|
|
103
103
|
} | {
|
|
104
|
-
__kind: "P2SH";
|
|
105
104
|
value: string;
|
|
105
|
+
__kind: "P2SH";
|
|
106
106
|
} | {
|
|
107
|
-
__kind: "P2WPKH";
|
|
108
107
|
value: string;
|
|
108
|
+
__kind: "P2WPKH";
|
|
109
109
|
} | {
|
|
110
|
-
__kind: "P2WSH";
|
|
111
110
|
value: string;
|
|
111
|
+
__kind: "P2WSH";
|
|
112
112
|
} | {
|
|
113
|
-
__kind: "Taproot";
|
|
114
113
|
value: string;
|
|
114
|
+
__kind: "Taproot";
|
|
115
115
|
} | {
|
|
116
116
|
__kind: "OtherSegwit";
|
|
117
117
|
version: number;
|
package/dist/100/common.cjs
CHANGED
|
@@ -266,18 +266,18 @@ var cfChainsBtcScriptPubkey = _zod.z.union([
|
|
|
266
266
|
_zod.z.object({ __kind: _zod.z.literal("OtherSegwit"), version: _zod.z.number(), program: hexString })
|
|
267
267
|
]);
|
|
268
268
|
var cfChainsAddressEncodedAddress = _zod.z.union([
|
|
269
|
-
_zod.z.object({
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}),
|
|
273
|
-
_zod.z.object({
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}),
|
|
277
|
-
_zod.z.object({
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
})
|
|
269
|
+
_zod.z.object({ __kind: _zod.z.literal("Eth"), value: hexString }).transform(({ value }) => ({
|
|
270
|
+
chain: "Ethereum",
|
|
271
|
+
address: value
|
|
272
|
+
})),
|
|
273
|
+
_zod.z.object({ __kind: _zod.z.literal("Dot"), value: hexString }).transform(({ value }) => ({
|
|
274
|
+
chain: "Polkadot",
|
|
275
|
+
address: ss58.encode({ data: value, ss58Format: 0 })
|
|
276
|
+
})),
|
|
277
|
+
_zod.z.object({ __kind: _zod.z.literal("Btc"), value: hexString }).transform(({ value }) => ({
|
|
278
|
+
chain: "Bitcoin",
|
|
279
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
280
|
+
}))
|
|
281
281
|
]);
|
|
282
282
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum(["Eth", "Flip", "Usdc", "Dot", "Btc"]);
|
|
283
283
|
var cfChainsCcmChannelMetadata = _zod.z.object({
|
package/dist/100/common.d.cts
CHANGED
|
@@ -2522,30 +2522,48 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
2522
2522
|
version: number;
|
|
2523
2523
|
program: string;
|
|
2524
2524
|
}>]>;
|
|
2525
|
-
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
|
|
2526
|
-
__kind: z.
|
|
2525
|
+
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2526
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2527
2527
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2528
2528
|
}, "strip", z.ZodTypeAny, {
|
|
2529
2529
|
value: `0x${string}`;
|
|
2530
|
-
__kind: "
|
|
2530
|
+
__kind: "Eth";
|
|
2531
2531
|
}, {
|
|
2532
2532
|
value: string;
|
|
2533
2533
|
__kind: "Eth";
|
|
2534
|
-
}>,
|
|
2535
|
-
|
|
2536
|
-
|
|
2534
|
+
}>, {
|
|
2535
|
+
chain: "Ethereum";
|
|
2536
|
+
address: `0x${string}`;
|
|
2537
|
+
}, {
|
|
2538
|
+
value: string;
|
|
2539
|
+
__kind: "Eth";
|
|
2540
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2541
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2542
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2537
2543
|
}, "strip", z.ZodTypeAny, {
|
|
2544
|
+
value: `0x${string}`;
|
|
2545
|
+
__kind: "Dot";
|
|
2546
|
+
}, {
|
|
2538
2547
|
value: string;
|
|
2539
|
-
__kind: "
|
|
2548
|
+
__kind: "Dot";
|
|
2549
|
+
}>, {
|
|
2550
|
+
chain: "Polkadot";
|
|
2551
|
+
address: string;
|
|
2540
2552
|
}, {
|
|
2541
2553
|
value: string;
|
|
2542
2554
|
__kind: "Dot";
|
|
2543
|
-
}>, z.ZodObject<{
|
|
2544
|
-
__kind: z.
|
|
2545
|
-
value: z.ZodEffects<z.
|
|
2555
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2556
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2557
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2546
2558
|
}, "strip", z.ZodTypeAny, {
|
|
2559
|
+
value: `0x${string}`;
|
|
2560
|
+
__kind: "Btc";
|
|
2561
|
+
}, {
|
|
2547
2562
|
value: string;
|
|
2548
|
-
__kind: "
|
|
2563
|
+
__kind: "Btc";
|
|
2564
|
+
}>, {
|
|
2565
|
+
chain: "Bitcoin";
|
|
2566
|
+
address: string;
|
|
2549
2567
|
}, {
|
|
2550
2568
|
value: string;
|
|
2551
2569
|
__kind: "Btc";
|
|
@@ -2574,30 +2592,48 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
2574
2592
|
}>;
|
|
2575
2593
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
2576
2594
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
2577
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
2578
|
-
__kind: z.
|
|
2595
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2596
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2579
2597
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2580
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2581
2599
|
value: `0x${string}`;
|
|
2582
|
-
__kind: "
|
|
2600
|
+
__kind: "Eth";
|
|
2583
2601
|
}, {
|
|
2584
2602
|
value: string;
|
|
2585
2603
|
__kind: "Eth";
|
|
2586
|
-
}>,
|
|
2587
|
-
|
|
2588
|
-
|
|
2604
|
+
}>, {
|
|
2605
|
+
chain: "Ethereum";
|
|
2606
|
+
address: `0x${string}`;
|
|
2607
|
+
}, {
|
|
2608
|
+
value: string;
|
|
2609
|
+
__kind: "Eth";
|
|
2610
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2611
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2612
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2589
2613
|
}, "strip", z.ZodTypeAny, {
|
|
2614
|
+
value: `0x${string}`;
|
|
2615
|
+
__kind: "Dot";
|
|
2616
|
+
}, {
|
|
2590
2617
|
value: string;
|
|
2591
|
-
__kind: "
|
|
2618
|
+
__kind: "Dot";
|
|
2619
|
+
}>, {
|
|
2620
|
+
chain: "Polkadot";
|
|
2621
|
+
address: string;
|
|
2592
2622
|
}, {
|
|
2593
2623
|
value: string;
|
|
2594
2624
|
__kind: "Dot";
|
|
2595
|
-
}>, z.ZodObject<{
|
|
2596
|
-
__kind: z.
|
|
2597
|
-
value: z.ZodEffects<z.
|
|
2625
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2626
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2627
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2598
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2629
|
+
value: `0x${string}`;
|
|
2630
|
+
__kind: "Btc";
|
|
2631
|
+
}, {
|
|
2599
2632
|
value: string;
|
|
2600
|
-
__kind: "
|
|
2633
|
+
__kind: "Btc";
|
|
2634
|
+
}>, {
|
|
2635
|
+
chain: "Bitcoin";
|
|
2636
|
+
address: string;
|
|
2601
2637
|
}, {
|
|
2602
2638
|
value: string;
|
|
2603
2639
|
__kind: "Btc";
|
|
@@ -2607,14 +2643,14 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2607
2643
|
}, "strip", z.ZodTypeAny, {
|
|
2608
2644
|
__kind: "DepositChannel";
|
|
2609
2645
|
depositAddress: {
|
|
2610
|
-
|
|
2611
|
-
|
|
2646
|
+
chain: "Ethereum";
|
|
2647
|
+
address: `0x${string}`;
|
|
2612
2648
|
} | {
|
|
2613
|
-
|
|
2614
|
-
|
|
2649
|
+
chain: "Polkadot";
|
|
2650
|
+
address: string;
|
|
2615
2651
|
} | {
|
|
2616
|
-
|
|
2617
|
-
|
|
2652
|
+
chain: "Bitcoin";
|
|
2653
|
+
address: string;
|
|
2618
2654
|
};
|
|
2619
2655
|
channelId: bigint;
|
|
2620
2656
|
depositBlockHeight: bigint;
|
package/dist/100/common.d.ts
CHANGED
|
@@ -2522,30 +2522,48 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
2522
2522
|
version: number;
|
|
2523
2523
|
program: string;
|
|
2524
2524
|
}>]>;
|
|
2525
|
-
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
|
|
2526
|
-
__kind: z.
|
|
2525
|
+
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2526
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2527
2527
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2528
2528
|
}, "strip", z.ZodTypeAny, {
|
|
2529
2529
|
value: `0x${string}`;
|
|
2530
|
-
__kind: "
|
|
2530
|
+
__kind: "Eth";
|
|
2531
2531
|
}, {
|
|
2532
2532
|
value: string;
|
|
2533
2533
|
__kind: "Eth";
|
|
2534
|
-
}>,
|
|
2535
|
-
|
|
2536
|
-
|
|
2534
|
+
}>, {
|
|
2535
|
+
chain: "Ethereum";
|
|
2536
|
+
address: `0x${string}`;
|
|
2537
|
+
}, {
|
|
2538
|
+
value: string;
|
|
2539
|
+
__kind: "Eth";
|
|
2540
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2541
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2542
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2537
2543
|
}, "strip", z.ZodTypeAny, {
|
|
2544
|
+
value: `0x${string}`;
|
|
2545
|
+
__kind: "Dot";
|
|
2546
|
+
}, {
|
|
2538
2547
|
value: string;
|
|
2539
|
-
__kind: "
|
|
2548
|
+
__kind: "Dot";
|
|
2549
|
+
}>, {
|
|
2550
|
+
chain: "Polkadot";
|
|
2551
|
+
address: string;
|
|
2540
2552
|
}, {
|
|
2541
2553
|
value: string;
|
|
2542
2554
|
__kind: "Dot";
|
|
2543
|
-
}>, z.ZodObject<{
|
|
2544
|
-
__kind: z.
|
|
2545
|
-
value: z.ZodEffects<z.
|
|
2555
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2556
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2557
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2546
2558
|
}, "strip", z.ZodTypeAny, {
|
|
2559
|
+
value: `0x${string}`;
|
|
2560
|
+
__kind: "Btc";
|
|
2561
|
+
}, {
|
|
2547
2562
|
value: string;
|
|
2548
|
-
__kind: "
|
|
2563
|
+
__kind: "Btc";
|
|
2564
|
+
}>, {
|
|
2565
|
+
chain: "Bitcoin";
|
|
2566
|
+
address: string;
|
|
2549
2567
|
}, {
|
|
2550
2568
|
value: string;
|
|
2551
2569
|
__kind: "Btc";
|
|
@@ -2574,30 +2592,48 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
2574
2592
|
}>;
|
|
2575
2593
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
2576
2594
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
2577
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
2578
|
-
__kind: z.
|
|
2595
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2596
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2579
2597
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2580
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2581
2599
|
value: `0x${string}`;
|
|
2582
|
-
__kind: "
|
|
2600
|
+
__kind: "Eth";
|
|
2583
2601
|
}, {
|
|
2584
2602
|
value: string;
|
|
2585
2603
|
__kind: "Eth";
|
|
2586
|
-
}>,
|
|
2587
|
-
|
|
2588
|
-
|
|
2604
|
+
}>, {
|
|
2605
|
+
chain: "Ethereum";
|
|
2606
|
+
address: `0x${string}`;
|
|
2607
|
+
}, {
|
|
2608
|
+
value: string;
|
|
2609
|
+
__kind: "Eth";
|
|
2610
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2611
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2612
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2589
2613
|
}, "strip", z.ZodTypeAny, {
|
|
2614
|
+
value: `0x${string}`;
|
|
2615
|
+
__kind: "Dot";
|
|
2616
|
+
}, {
|
|
2590
2617
|
value: string;
|
|
2591
|
-
__kind: "
|
|
2618
|
+
__kind: "Dot";
|
|
2619
|
+
}>, {
|
|
2620
|
+
chain: "Polkadot";
|
|
2621
|
+
address: string;
|
|
2592
2622
|
}, {
|
|
2593
2623
|
value: string;
|
|
2594
2624
|
__kind: "Dot";
|
|
2595
|
-
}>, z.ZodObject<{
|
|
2596
|
-
__kind: z.
|
|
2597
|
-
value: z.ZodEffects<z.
|
|
2625
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2626
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2627
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2598
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2629
|
+
value: `0x${string}`;
|
|
2630
|
+
__kind: "Btc";
|
|
2631
|
+
}, {
|
|
2599
2632
|
value: string;
|
|
2600
|
-
__kind: "
|
|
2633
|
+
__kind: "Btc";
|
|
2634
|
+
}>, {
|
|
2635
|
+
chain: "Bitcoin";
|
|
2636
|
+
address: string;
|
|
2601
2637
|
}, {
|
|
2602
2638
|
value: string;
|
|
2603
2639
|
__kind: "Btc";
|
|
@@ -2607,14 +2643,14 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2607
2643
|
}, "strip", z.ZodTypeAny, {
|
|
2608
2644
|
__kind: "DepositChannel";
|
|
2609
2645
|
depositAddress: {
|
|
2610
|
-
|
|
2611
|
-
|
|
2646
|
+
chain: "Ethereum";
|
|
2647
|
+
address: `0x${string}`;
|
|
2612
2648
|
} | {
|
|
2613
|
-
|
|
2614
|
-
|
|
2649
|
+
chain: "Polkadot";
|
|
2650
|
+
address: string;
|
|
2615
2651
|
} | {
|
|
2616
|
-
|
|
2617
|
-
|
|
2652
|
+
chain: "Bitcoin";
|
|
2653
|
+
address: string;
|
|
2618
2654
|
};
|
|
2619
2655
|
channelId: bigint;
|
|
2620
2656
|
depositBlockHeight: bigint;
|
package/dist/100/common.mjs
CHANGED
|
@@ -266,18 +266,18 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
266
266
|
z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
|
|
267
267
|
]);
|
|
268
268
|
var cfChainsAddressEncodedAddress = z.union([
|
|
269
|
-
z.object({
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}),
|
|
273
|
-
z.object({
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}),
|
|
277
|
-
z.object({
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
})
|
|
269
|
+
z.object({ __kind: z.literal("Eth"), value: hexString }).transform(({ value }) => ({
|
|
270
|
+
chain: "Ethereum",
|
|
271
|
+
address: value
|
|
272
|
+
})),
|
|
273
|
+
z.object({ __kind: z.literal("Dot"), value: hexString }).transform(({ value }) => ({
|
|
274
|
+
chain: "Polkadot",
|
|
275
|
+
address: ss58.encode({ data: value, ss58Format: 0 })
|
|
276
|
+
})),
|
|
277
|
+
z.object({ __kind: z.literal("Btc"), value: hexString }).transform(({ value }) => ({
|
|
278
|
+
chain: "Bitcoin",
|
|
279
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
280
|
+
}))
|
|
281
281
|
]);
|
|
282
282
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum(["Eth", "Flip", "Usdc", "Dot", "Btc"]);
|
|
283
283
|
var cfChainsCcmChannelMetadata = z.object({
|
|
@@ -41,17 +41,17 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
41
41
|
error: string;
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
__kind: "Module";
|
|
45
44
|
value: {
|
|
46
45
|
index: number;
|
|
47
46
|
error: `0x${string}`;
|
|
48
47
|
};
|
|
49
|
-
}, {
|
|
50
48
|
__kind: "Module";
|
|
49
|
+
}, {
|
|
51
50
|
value: {
|
|
52
51
|
index: number;
|
|
53
52
|
error: string;
|
|
54
53
|
};
|
|
54
|
+
__kind: "Module";
|
|
55
55
|
}>, z.ZodObject<{
|
|
56
56
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -82,13 +82,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
82
82
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
__kind: "Token";
|
|
86
85
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
87
|
-
}, {
|
|
88
86
|
__kind: "Token";
|
|
87
|
+
}, {
|
|
89
88
|
value: {
|
|
90
89
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
90
|
};
|
|
91
|
+
__kind: "Token";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
94
94
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -101,13 +101,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
101
101
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
102
102
|
}>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
__kind: "Arithmetic";
|
|
105
104
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
106
|
-
}, {
|
|
107
105
|
__kind: "Arithmetic";
|
|
106
|
+
}, {
|
|
108
107
|
value: {
|
|
109
108
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
110
109
|
};
|
|
110
|
+
__kind: "Arithmetic";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Transactional">;
|
|
113
113
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -120,13 +120,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
120
120
|
__kind: "LimitReached" | "NoLayer";
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
__kind: "Transactional";
|
|
124
123
|
value: "LimitReached" | "NoLayer";
|
|
125
|
-
}, {
|
|
126
124
|
__kind: "Transactional";
|
|
125
|
+
}, {
|
|
127
126
|
value: {
|
|
128
127
|
__kind: "LimitReached" | "NoLayer";
|
|
129
128
|
};
|
|
129
|
+
__kind: "Transactional";
|
|
130
130
|
}>, z.ZodObject<{
|
|
131
131
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -153,6 +153,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
153
153
|
__kind: "RootNotAllowed";
|
|
154
154
|
}>]>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
156
157
|
error: {
|
|
157
158
|
__kind: "Other";
|
|
158
159
|
} | {
|
|
@@ -160,11 +161,11 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
160
161
|
} | {
|
|
161
162
|
__kind: "BadOrigin";
|
|
162
163
|
} | {
|
|
163
|
-
__kind: "Module";
|
|
164
164
|
value: {
|
|
165
165
|
index: number;
|
|
166
166
|
error: `0x${string}`;
|
|
167
167
|
};
|
|
168
|
+
__kind: "Module";
|
|
168
169
|
} | {
|
|
169
170
|
__kind: "ConsumerRemaining";
|
|
170
171
|
} | {
|
|
@@ -172,14 +173,14 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
172
173
|
} | {
|
|
173
174
|
__kind: "TooManyConsumers";
|
|
174
175
|
} | {
|
|
175
|
-
__kind: "Token";
|
|
176
176
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
|
+
__kind: "Token";
|
|
177
178
|
} | {
|
|
178
|
-
__kind: "Arithmetic";
|
|
179
179
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
180
|
+
__kind: "Arithmetic";
|
|
180
181
|
} | {
|
|
181
|
-
__kind: "Transactional";
|
|
182
182
|
value: "LimitReached" | "NoLayer";
|
|
183
|
+
__kind: "Transactional";
|
|
183
184
|
} | {
|
|
184
185
|
__kind: "Exhausted";
|
|
185
186
|
} | {
|
|
@@ -189,8 +190,10 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
189
190
|
} | {
|
|
190
191
|
__kind: "RootNotAllowed";
|
|
191
192
|
};
|
|
192
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
193
193
|
}, {
|
|
194
|
+
egressId: [{
|
|
195
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
196
|
+
}, string | number];
|
|
194
197
|
error: {
|
|
195
198
|
__kind: "Other";
|
|
196
199
|
} | {
|
|
@@ -198,11 +201,11 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
198
201
|
} | {
|
|
199
202
|
__kind: "BadOrigin";
|
|
200
203
|
} | {
|
|
201
|
-
__kind: "Module";
|
|
202
204
|
value: {
|
|
203
205
|
index: number;
|
|
204
206
|
error: string;
|
|
205
207
|
};
|
|
208
|
+
__kind: "Module";
|
|
206
209
|
} | {
|
|
207
210
|
__kind: "ConsumerRemaining";
|
|
208
211
|
} | {
|
|
@@ -210,20 +213,20 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
210
213
|
} | {
|
|
211
214
|
__kind: "TooManyConsumers";
|
|
212
215
|
} | {
|
|
213
|
-
__kind: "Token";
|
|
214
216
|
value: {
|
|
215
217
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
216
218
|
};
|
|
219
|
+
__kind: "Token";
|
|
217
220
|
} | {
|
|
218
|
-
__kind: "Arithmetic";
|
|
219
221
|
value: {
|
|
220
222
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
221
223
|
};
|
|
224
|
+
__kind: "Arithmetic";
|
|
222
225
|
} | {
|
|
223
|
-
__kind: "Transactional";
|
|
224
226
|
value: {
|
|
225
227
|
__kind: "LimitReached" | "NoLayer";
|
|
226
228
|
};
|
|
229
|
+
__kind: "Transactional";
|
|
227
230
|
} | {
|
|
228
231
|
__kind: "Exhausted";
|
|
229
232
|
} | {
|
|
@@ -233,9 +236,6 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
233
236
|
} | {
|
|
234
237
|
__kind: "RootNotAllowed";
|
|
235
238
|
};
|
|
236
|
-
egressId: [{
|
|
237
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
238
|
-
}, string | number];
|
|
239
239
|
}>;
|
|
240
240
|
|
|
241
241
|
export { ethereumIngressEgressCcmEgressInvalid };
|