@chainflip/processor 1.8.1 → 1.8.3
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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- 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 +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
- package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
- package/dist/100/swapping/ccmFailed.d.cts +70 -70
- package/dist/100/swapping/ccmFailed.d.ts +70 -70
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +37 -37
- package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +109 -109
- package/dist/100/swapping/swapScheduled.d.ts +109 -109
- package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/common.cjs +35 -3
- package/dist/120/common.d.cts +95 -3
- package/dist/120/common.d.ts +95 -3
- package/dist/120/common.mjs +36 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/common.cjs +19 -3
- package/dist/131/common.d.cts +49 -3
- package/dist/131/common.d.ts +49 -3
- package/dist/131/common.mjs +20 -4
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/common.cjs +39 -3
- package/dist/141/common.d.cts +141 -3
- package/dist/141/common.d.ts +141 -3
- package/dist/141/common.mjs +40 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +80 -80
- package/dist/141/swapping/ccmDepositReceived.d.ts +80 -80
- package/dist/141/swapping/ccmFailed.d.cts +100 -100
- package/dist/141/swapping/ccmFailed.d.ts +100 -100
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/141/swapping/swapDepositAddressReady.d.ts +50 -50
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +126 -126
- package/dist/141/swapping/swapScheduled.d.ts +126 -126
- package/dist/141/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +22 -22
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/common.cjs +66 -3
- package/dist/150/common.d.cts +214 -3
- package/dist/150/common.d.ts +214 -3
- package/dist/150/common.mjs +67 -4
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/common.cjs +35 -3
- package/dist/160/common.d.cts +175 -3
- package/dist/160/common.d.ts +175 -3
- package/dist/160/common.mjs +36 -4
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- 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.d.cts +18 -18
- package/dist/160/swapping/swapDepositAddressReady.d.ts +18 -18
- 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 +14 -14
- package/dist/160/swapping/swapRequested.d.ts +14 -14
- package/dist/160/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/160/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +101 -101
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +101 -101
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/common.cjs +27 -3
- package/dist/170/common.d.cts +39 -3
- package/dist/170/common.d.ts +39 -3
- package/dist/170/common.mjs +28 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +2 -2
- package/dist/170/reputation/offencePenalty.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/common.cjs +193 -12
- package/dist/180/common.d.cts +6979 -359
- package/dist/180/common.d.ts +6979 -359
- package/dist/180/common.mjs +195 -14
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +25 -25
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +25 -25
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +21 -21
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +21 -21
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/swapping/swapDepositAddressReady.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.d.ts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +10 -0
- package/dist/180/swapping/swapRequested.d.ts +10 -0
- package/package.json +1 -1
|
@@ -32,17 +32,17 @@ declare const bitcoinIngressEgressDepositWitnessRejected: 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 bitcoinIngressEgressDepositWitnessRejected: 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 bitcoinIngressEgressDepositWitnessRejected: 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 bitcoinIngressEgressDepositWitnessRejected: 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, {
|
|
@@ -148,47 +148,47 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
148
148
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
149
149
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
__kind: "P2PKH";
|
|
152
151
|
value: `0x${string}`;
|
|
153
|
-
}, {
|
|
154
152
|
__kind: "P2PKH";
|
|
153
|
+
}, {
|
|
155
154
|
value: string;
|
|
155
|
+
__kind: "P2PKH";
|
|
156
156
|
}>, z.ZodObject<{
|
|
157
157
|
__kind: z.ZodLiteral<"P2SH">;
|
|
158
158
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
__kind: "P2SH";
|
|
161
160
|
value: `0x${string}`;
|
|
162
|
-
}, {
|
|
163
161
|
__kind: "P2SH";
|
|
162
|
+
}, {
|
|
164
163
|
value: string;
|
|
164
|
+
__kind: "P2SH";
|
|
165
165
|
}>, z.ZodObject<{
|
|
166
166
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
167
167
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
|
-
__kind: "P2WPKH";
|
|
170
169
|
value: `0x${string}`;
|
|
171
|
-
}, {
|
|
172
170
|
__kind: "P2WPKH";
|
|
171
|
+
}, {
|
|
173
172
|
value: string;
|
|
173
|
+
__kind: "P2WPKH";
|
|
174
174
|
}>, z.ZodObject<{
|
|
175
175
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
176
176
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
|
-
__kind: "P2WSH";
|
|
179
178
|
value: `0x${string}`;
|
|
180
|
-
}, {
|
|
181
179
|
__kind: "P2WSH";
|
|
180
|
+
}, {
|
|
182
181
|
value: string;
|
|
182
|
+
__kind: "P2WSH";
|
|
183
183
|
}>, z.ZodObject<{
|
|
184
184
|
__kind: z.ZodLiteral<"Taproot">;
|
|
185
185
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
186
186
|
}, "strip", z.ZodTypeAny, {
|
|
187
|
-
__kind: "Taproot";
|
|
188
187
|
value: `0x${string}`;
|
|
189
|
-
}, {
|
|
190
188
|
__kind: "Taproot";
|
|
189
|
+
}, {
|
|
191
190
|
value: string;
|
|
191
|
+
__kind: "Taproot";
|
|
192
192
|
}>, z.ZodObject<{
|
|
193
193
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
194
194
|
version: z.ZodNumber;
|
|
@@ -274,6 +274,7 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
274
274
|
} | null | undefined;
|
|
275
275
|
}>;
|
|
276
276
|
}, "strip", z.ZodTypeAny, {
|
|
277
|
+
amount: bigint;
|
|
277
278
|
depositAddress: {
|
|
278
279
|
pubkeyX: `0x${string}`;
|
|
279
280
|
scriptPath?: {
|
|
@@ -289,8 +290,8 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
289
290
|
txId: `0x${string}`;
|
|
290
291
|
vout: number;
|
|
291
292
|
};
|
|
292
|
-
amount: bigint;
|
|
293
293
|
}, {
|
|
294
|
+
amount: string | number;
|
|
294
295
|
depositAddress: {
|
|
295
296
|
pubkeyX: string;
|
|
296
297
|
scriptPath?: {
|
|
@@ -306,32 +307,32 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
306
307
|
txId: string;
|
|
307
308
|
vout: number;
|
|
308
309
|
};
|
|
309
|
-
amount: string | number;
|
|
310
310
|
}>;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
|
+
amount: bigint;
|
|
312
313
|
depositAddress: {
|
|
313
|
-
__kind: "P2PKH";
|
|
314
314
|
value: `0x${string}`;
|
|
315
|
+
__kind: "P2PKH";
|
|
315
316
|
} | {
|
|
316
|
-
__kind: "P2SH";
|
|
317
317
|
value: `0x${string}`;
|
|
318
|
+
__kind: "P2SH";
|
|
318
319
|
} | {
|
|
319
|
-
__kind: "P2WPKH";
|
|
320
320
|
value: `0x${string}`;
|
|
321
|
+
__kind: "P2WPKH";
|
|
321
322
|
} | {
|
|
322
|
-
__kind: "P2WSH";
|
|
323
323
|
value: `0x${string}`;
|
|
324
|
+
__kind: "P2WSH";
|
|
324
325
|
} | {
|
|
325
|
-
__kind: "Taproot";
|
|
326
326
|
value: `0x${string}`;
|
|
327
|
+
__kind: "Taproot";
|
|
327
328
|
} | {
|
|
328
329
|
__kind: "OtherSegwit";
|
|
329
330
|
version: number;
|
|
330
331
|
program: `0x${string}`;
|
|
331
332
|
};
|
|
332
|
-
amount: bigint;
|
|
333
333
|
asset: "Btc";
|
|
334
334
|
depositDetails: {
|
|
335
|
+
amount: bigint;
|
|
335
336
|
depositAddress: {
|
|
336
337
|
pubkeyX: `0x${string}`;
|
|
337
338
|
scriptPath?: {
|
|
@@ -347,34 +348,34 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
347
348
|
txId: `0x${string}`;
|
|
348
349
|
vout: number;
|
|
349
350
|
};
|
|
350
|
-
amount: bigint;
|
|
351
351
|
};
|
|
352
352
|
}, {
|
|
353
|
+
amount: string | number;
|
|
353
354
|
depositAddress: {
|
|
354
|
-
__kind: "P2PKH";
|
|
355
355
|
value: string;
|
|
356
|
+
__kind: "P2PKH";
|
|
356
357
|
} | {
|
|
357
|
-
__kind: "P2SH";
|
|
358
358
|
value: string;
|
|
359
|
+
__kind: "P2SH";
|
|
359
360
|
} | {
|
|
360
|
-
__kind: "P2WPKH";
|
|
361
361
|
value: string;
|
|
362
|
+
__kind: "P2WPKH";
|
|
362
363
|
} | {
|
|
363
|
-
__kind: "P2WSH";
|
|
364
364
|
value: string;
|
|
365
|
+
__kind: "P2WSH";
|
|
365
366
|
} | {
|
|
366
|
-
__kind: "Taproot";
|
|
367
367
|
value: string;
|
|
368
|
+
__kind: "Taproot";
|
|
368
369
|
} | {
|
|
369
370
|
__kind: "OtherSegwit";
|
|
370
371
|
version: number;
|
|
371
372
|
program: string;
|
|
372
373
|
};
|
|
373
|
-
amount: string | number;
|
|
374
374
|
asset: {
|
|
375
375
|
__kind: "Btc";
|
|
376
376
|
};
|
|
377
377
|
depositDetails: {
|
|
378
|
+
amount: string | number;
|
|
378
379
|
depositAddress: {
|
|
379
380
|
pubkeyX: string;
|
|
380
381
|
scriptPath?: {
|
|
@@ -390,7 +391,6 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
390
391
|
txId: string;
|
|
391
392
|
vout: number;
|
|
392
393
|
};
|
|
393
|
-
amount: string | number;
|
|
394
394
|
};
|
|
395
395
|
}>;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -401,11 +401,11 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
401
401
|
} | {
|
|
402
402
|
__kind: "BadOrigin";
|
|
403
403
|
} | {
|
|
404
|
-
__kind: "Module";
|
|
405
404
|
value: {
|
|
406
405
|
index: number;
|
|
407
406
|
error: `0x${string}`;
|
|
408
407
|
};
|
|
408
|
+
__kind: "Module";
|
|
409
409
|
} | {
|
|
410
410
|
__kind: "ConsumerRemaining";
|
|
411
411
|
} | {
|
|
@@ -413,14 +413,14 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
413
413
|
} | {
|
|
414
414
|
__kind: "TooManyConsumers";
|
|
415
415
|
} | {
|
|
416
|
-
__kind: "Token";
|
|
417
416
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
417
|
+
__kind: "Token";
|
|
418
418
|
} | {
|
|
419
|
-
__kind: "Arithmetic";
|
|
420
419
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
420
|
+
__kind: "Arithmetic";
|
|
421
421
|
} | {
|
|
422
|
-
__kind: "Transactional";
|
|
423
422
|
value: "LimitReached" | "NoLayer";
|
|
423
|
+
__kind: "Transactional";
|
|
424
424
|
} | {
|
|
425
425
|
__kind: "Exhausted";
|
|
426
426
|
} | {
|
|
@@ -431,29 +431,30 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
431
431
|
__kind: "RootNotAllowed";
|
|
432
432
|
};
|
|
433
433
|
depositWitness: {
|
|
434
|
+
amount: bigint;
|
|
434
435
|
depositAddress: {
|
|
435
|
-
__kind: "P2PKH";
|
|
436
436
|
value: `0x${string}`;
|
|
437
|
+
__kind: "P2PKH";
|
|
437
438
|
} | {
|
|
438
|
-
__kind: "P2SH";
|
|
439
439
|
value: `0x${string}`;
|
|
440
|
+
__kind: "P2SH";
|
|
440
441
|
} | {
|
|
441
|
-
__kind: "P2WPKH";
|
|
442
442
|
value: `0x${string}`;
|
|
443
|
+
__kind: "P2WPKH";
|
|
443
444
|
} | {
|
|
444
|
-
__kind: "P2WSH";
|
|
445
445
|
value: `0x${string}`;
|
|
446
|
+
__kind: "P2WSH";
|
|
446
447
|
} | {
|
|
447
|
-
__kind: "Taproot";
|
|
448
448
|
value: `0x${string}`;
|
|
449
|
+
__kind: "Taproot";
|
|
449
450
|
} | {
|
|
450
451
|
__kind: "OtherSegwit";
|
|
451
452
|
version: number;
|
|
452
453
|
program: `0x${string}`;
|
|
453
454
|
};
|
|
454
|
-
amount: bigint;
|
|
455
455
|
asset: "Btc";
|
|
456
456
|
depositDetails: {
|
|
457
|
+
amount: bigint;
|
|
457
458
|
depositAddress: {
|
|
458
459
|
pubkeyX: `0x${string}`;
|
|
459
460
|
scriptPath?: {
|
|
@@ -469,7 +470,6 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
469
470
|
txId: `0x${string}`;
|
|
470
471
|
vout: number;
|
|
471
472
|
};
|
|
472
|
-
amount: bigint;
|
|
473
473
|
};
|
|
474
474
|
};
|
|
475
475
|
}, {
|
|
@@ -480,11 +480,11 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
480
480
|
} | {
|
|
481
481
|
__kind: "BadOrigin";
|
|
482
482
|
} | {
|
|
483
|
-
__kind: "Module";
|
|
484
483
|
value: {
|
|
485
484
|
index: number;
|
|
486
485
|
error: string;
|
|
487
486
|
};
|
|
487
|
+
__kind: "Module";
|
|
488
488
|
} | {
|
|
489
489
|
__kind: "ConsumerRemaining";
|
|
490
490
|
} | {
|
|
@@ -492,20 +492,20 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
492
492
|
} | {
|
|
493
493
|
__kind: "TooManyConsumers";
|
|
494
494
|
} | {
|
|
495
|
-
__kind: "Token";
|
|
496
495
|
value: {
|
|
497
496
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
498
497
|
};
|
|
498
|
+
__kind: "Token";
|
|
499
499
|
} | {
|
|
500
|
-
__kind: "Arithmetic";
|
|
501
500
|
value: {
|
|
502
501
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
503
502
|
};
|
|
503
|
+
__kind: "Arithmetic";
|
|
504
504
|
} | {
|
|
505
|
-
__kind: "Transactional";
|
|
506
505
|
value: {
|
|
507
506
|
__kind: "LimitReached" | "NoLayer";
|
|
508
507
|
};
|
|
508
|
+
__kind: "Transactional";
|
|
509
509
|
} | {
|
|
510
510
|
__kind: "Exhausted";
|
|
511
511
|
} | {
|
|
@@ -516,31 +516,32 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
516
516
|
__kind: "RootNotAllowed";
|
|
517
517
|
};
|
|
518
518
|
depositWitness: {
|
|
519
|
+
amount: string | number;
|
|
519
520
|
depositAddress: {
|
|
520
|
-
__kind: "P2PKH";
|
|
521
521
|
value: string;
|
|
522
|
+
__kind: "P2PKH";
|
|
522
523
|
} | {
|
|
523
|
-
__kind: "P2SH";
|
|
524
524
|
value: string;
|
|
525
|
+
__kind: "P2SH";
|
|
525
526
|
} | {
|
|
526
|
-
__kind: "P2WPKH";
|
|
527
527
|
value: string;
|
|
528
|
+
__kind: "P2WPKH";
|
|
528
529
|
} | {
|
|
529
|
-
__kind: "P2WSH";
|
|
530
530
|
value: string;
|
|
531
|
+
__kind: "P2WSH";
|
|
531
532
|
} | {
|
|
532
|
-
__kind: "Taproot";
|
|
533
533
|
value: string;
|
|
534
|
+
__kind: "Taproot";
|
|
534
535
|
} | {
|
|
535
536
|
__kind: "OtherSegwit";
|
|
536
537
|
version: number;
|
|
537
538
|
program: string;
|
|
538
539
|
};
|
|
539
|
-
amount: string | number;
|
|
540
540
|
asset: {
|
|
541
541
|
__kind: "Btc";
|
|
542
542
|
};
|
|
543
543
|
depositDetails: {
|
|
544
|
+
amount: string | number;
|
|
544
545
|
depositAddress: {
|
|
545
546
|
pubkeyX: string;
|
|
546
547
|
scriptPath?: {
|
|
@@ -556,7 +557,6 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
556
557
|
txId: string;
|
|
557
558
|
vout: number;
|
|
558
559
|
};
|
|
559
|
-
amount: string | number;
|
|
560
560
|
};
|
|
561
561
|
};
|
|
562
562
|
}>;
|