@chainflip/processor 2.1.0-alpha.0 → 2.1.0-alpha.1
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/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- 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/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +57 -57
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +57 -57
- package/dist/11000/swapping/swapRequested.d.cts +94 -94
- package/dist/11000/swapping/swapRequested.d.ts +94 -94
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +22 -22
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
- package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
- package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +22 -22
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- 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 +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.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/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- 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 +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/160/liquidityProvider/assetTransferred.d.ts +4 -4
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +36 -36
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +36 -36
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +9 -9
- package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +9 -9
- package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.ts +2 -2
- package/dist/200/swapping/swapRequested.d.cts +10 -10
- package/dist/200/swapping/swapRequested.d.ts +10 -10
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.ts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/210/assetBalances/accountCredited.d.cts +7 -7
- package/dist/210/assetBalances/accountCredited.d.ts +7 -7
- package/dist/210/assetBalances/accountDebited.d.cts +7 -7
- package/dist/210/assetBalances/accountDebited.d.ts +7 -7
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/assethubIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/common.cjs +12 -5
- package/dist/210/common.d.cts +456 -437
- package/dist/210/common.d.ts +456 -437
- package/dist/210/common.mjs +11 -4
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +75 -75
- package/dist/210/environment/runtimeSafeModeUpdated.d.ts +75 -75
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/ethereumIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/funding/funded.d.cts +9 -9
- package/dist/210/funding/funded.d.ts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.cts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.ts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.cts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.ts +9 -9
- package/dist/210/lendingPools/collateralAdded.d.cts +12 -7
- package/dist/210/lendingPools/collateralAdded.d.ts +12 -7
- package/dist/210/lendingPools/collateralRemoved.d.cts +7 -7
- package/dist/210/lendingPools/collateralRemoved.d.ts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.ts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanCreated.d.cts +7 -7
- package/dist/210/lendingPools/loanCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanRepaid.cjs +11 -0
- package/dist/210/lendingPools/loanRepaid.d.cts +42 -0
- package/dist/210/lendingPools/loanRepaid.d.ts +42 -0
- package/dist/210/lendingPools/loanRepaid.mjs +11 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/lendingPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.cts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.ts +9 -9
- package/dist/210/liquidityPools/assetSwapped.d.cts +14 -14
- package/dist/210/liquidityPools/assetSwapped.d.ts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.cts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.ts +14 -14
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
- package/dist/210/liquidityPools/orderDeletionFailed.d.ts +36 -36
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/liquidityPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/liquidityPools/poolFeeSet.d.cts +14 -14
- package/dist/210/liquidityPools/poolFeeSet.d.ts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/210/liquidityProvider/assetTransferred.d.ts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +7 -7
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/polkadotIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +33 -33
- package/dist/210/solanaIngressEgress/depositFailed.d.ts +33 -33
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +7 -7
- package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.ts +7 -7
- package/dist/210/swapping/creditedOnChain.d.cts +7 -7
- package/dist/210/swapping/creditedOnChain.d.ts +7 -7
- package/dist/210/swapping/palletConfigUpdated.d.cts +36 -36
- package/dist/210/swapping/palletConfigUpdated.d.ts +36 -36
- package/dist/210/swapping/refundEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/refundEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/refundEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/refundedOnChain.d.cts +7 -7
- package/dist/210/swapping/refundedOnChain.d.ts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/210/swapping/swapDepositAddressReady.d.cts +14 -14
- package/dist/210/swapping/swapDepositAddressReady.d.ts +14 -14
- package/dist/210/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/swapEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/swapEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/swapExecuted.d.cts +14 -14
- package/dist/210/swapping/swapExecuted.d.ts +14 -14
- package/dist/210/swapping/swapRequested.d.cts +14 -14
- package/dist/210/swapping/swapRequested.d.ts +14 -14
- package/dist/210/swapping/withdrawalRequested.d.cts +7 -7
- package/dist/210/swapping/withdrawalRequested.d.ts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +7 -7
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +27 -27
- package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.ts +27 -27
- package/package.json +1 -1
|
@@ -5,47 +5,47 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
value: `0x${string}`;
|
|
9
8
|
__kind: "P2PKH";
|
|
9
|
+
value: `0x${string}`;
|
|
10
10
|
}, {
|
|
11
|
-
value: string;
|
|
12
11
|
__kind: "P2PKH";
|
|
12
|
+
value: string;
|
|
13
13
|
}>, z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"P2SH">;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
value: `0x${string}`;
|
|
18
17
|
__kind: "P2SH";
|
|
18
|
+
value: `0x${string}`;
|
|
19
19
|
}, {
|
|
20
|
-
value: string;
|
|
21
20
|
__kind: "P2SH";
|
|
21
|
+
value: string;
|
|
22
22
|
}>, z.ZodObject<{
|
|
23
23
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
24
24
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
value: `0x${string}`;
|
|
27
26
|
__kind: "P2WPKH";
|
|
27
|
+
value: `0x${string}`;
|
|
28
28
|
}, {
|
|
29
|
-
value: string;
|
|
30
29
|
__kind: "P2WPKH";
|
|
30
|
+
value: string;
|
|
31
31
|
}>, z.ZodObject<{
|
|
32
32
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
33
33
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
value: `0x${string}`;
|
|
36
35
|
__kind: "P2WSH";
|
|
36
|
+
value: `0x${string}`;
|
|
37
37
|
}, {
|
|
38
|
-
value: string;
|
|
39
38
|
__kind: "P2WSH";
|
|
39
|
+
value: string;
|
|
40
40
|
}>, z.ZodObject<{
|
|
41
41
|
__kind: z.ZodLiteral<"Taproot">;
|
|
42
42
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
value: `0x${string}`;
|
|
45
44
|
__kind: "Taproot";
|
|
45
|
+
value: `0x${string}`;
|
|
46
46
|
}, {
|
|
47
|
-
value: string;
|
|
48
47
|
__kind: "Taproot";
|
|
48
|
+
value: string;
|
|
49
49
|
}>, z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
51
51
|
version: z.ZodNumber;
|
|
@@ -143,11 +143,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
143
143
|
};
|
|
144
144
|
} | null | undefined;
|
|
145
145
|
};
|
|
146
|
-
amount: bigint;
|
|
147
146
|
id: {
|
|
148
147
|
txId: `0x${string}`;
|
|
149
148
|
vout: number;
|
|
150
149
|
};
|
|
150
|
+
amount: bigint;
|
|
151
151
|
}, {
|
|
152
152
|
depositAddress: {
|
|
153
153
|
pubkeyX: string;
|
|
@@ -160,11 +160,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
160
160
|
};
|
|
161
161
|
} | null | undefined;
|
|
162
162
|
};
|
|
163
|
-
amount: string | number;
|
|
164
163
|
id: {
|
|
165
164
|
txId: string;
|
|
166
165
|
vout: number;
|
|
167
166
|
};
|
|
167
|
+
amount: string | number;
|
|
168
168
|
}>;
|
|
169
169
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
170
170
|
maxBoostFeeBps: z.ZodNumber;
|
|
@@ -233,15 +233,15 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
233
233
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
235
|
__kind: "Refund";
|
|
236
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
237
236
|
amount: bigint;
|
|
237
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
238
238
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
239
239
|
}, {
|
|
240
240
|
__kind: "Refund";
|
|
241
|
+
amount: string | number;
|
|
241
242
|
reason: {
|
|
242
243
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
243
244
|
};
|
|
244
|
-
amount: string | number;
|
|
245
245
|
egressId?: [{
|
|
246
246
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
247
247
|
}, string | number] | null | undefined;
|
|
@@ -263,8 +263,8 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
263
263
|
__kind: "DepositChannel" | "Vault";
|
|
264
264
|
}>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
amount: bigint;
|
|
267
266
|
asset: "Btc";
|
|
267
|
+
amount: bigint;
|
|
268
268
|
depositDetails: {
|
|
269
269
|
depositAddress: {
|
|
270
270
|
pubkeyX: `0x${string}`;
|
|
@@ -277,11 +277,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
277
277
|
};
|
|
278
278
|
} | null | undefined;
|
|
279
279
|
};
|
|
280
|
-
amount: bigint;
|
|
281
280
|
id: {
|
|
282
281
|
txId: `0x${string}`;
|
|
283
282
|
vout: number;
|
|
284
283
|
};
|
|
284
|
+
amount: bigint;
|
|
285
285
|
};
|
|
286
286
|
blockHeight: bigint;
|
|
287
287
|
ingressFee: bigint;
|
|
@@ -302,28 +302,28 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
302
302
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
303
303
|
} | {
|
|
304
304
|
__kind: "Refund";
|
|
305
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
306
305
|
amount: bigint;
|
|
306
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
307
307
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
308
308
|
} | {
|
|
309
309
|
__kind: "Unrefundable";
|
|
310
310
|
};
|
|
311
311
|
originType: "DepositChannel" | "Vault";
|
|
312
312
|
depositAddress?: {
|
|
313
|
-
value: `0x${string}`;
|
|
314
313
|
__kind: "P2PKH";
|
|
315
|
-
} | {
|
|
316
314
|
value: `0x${string}`;
|
|
317
|
-
__kind: "P2SH";
|
|
318
315
|
} | {
|
|
316
|
+
__kind: "P2SH";
|
|
319
317
|
value: `0x${string}`;
|
|
320
|
-
__kind: "P2WPKH";
|
|
321
318
|
} | {
|
|
319
|
+
__kind: "P2WPKH";
|
|
322
320
|
value: `0x${string}`;
|
|
323
|
-
__kind: "P2WSH";
|
|
324
321
|
} | {
|
|
322
|
+
__kind: "P2WSH";
|
|
325
323
|
value: `0x${string}`;
|
|
324
|
+
} | {
|
|
326
325
|
__kind: "Taproot";
|
|
326
|
+
value: `0x${string}`;
|
|
327
327
|
} | {
|
|
328
328
|
__kind: "OtherSegwit";
|
|
329
329
|
version: number;
|
|
@@ -331,10 +331,10 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
331
331
|
} | null | undefined;
|
|
332
332
|
channelId?: bigint | null | undefined;
|
|
333
333
|
}, {
|
|
334
|
-
amount: string | number;
|
|
335
334
|
asset: {
|
|
336
335
|
__kind: "Btc";
|
|
337
336
|
};
|
|
337
|
+
amount: string | number;
|
|
338
338
|
depositDetails: {
|
|
339
339
|
depositAddress: {
|
|
340
340
|
pubkeyX: string;
|
|
@@ -347,11 +347,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
347
347
|
};
|
|
348
348
|
} | null | undefined;
|
|
349
349
|
};
|
|
350
|
-
amount: string | number;
|
|
351
350
|
id: {
|
|
352
351
|
txId: string;
|
|
353
352
|
vout: number;
|
|
354
353
|
};
|
|
354
|
+
amount: string | number;
|
|
355
355
|
};
|
|
356
356
|
blockHeight: string | number;
|
|
357
357
|
ingressFee: string | number;
|
|
@@ -372,10 +372,10 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
372
372
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
373
373
|
} | {
|
|
374
374
|
__kind: "Refund";
|
|
375
|
+
amount: string | number;
|
|
375
376
|
reason: {
|
|
376
377
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
377
378
|
};
|
|
378
|
-
amount: string | number;
|
|
379
379
|
egressId?: [{
|
|
380
380
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
381
381
|
}, string | number] | null | undefined;
|
|
@@ -386,20 +386,20 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
386
386
|
__kind: "DepositChannel" | "Vault";
|
|
387
387
|
};
|
|
388
388
|
depositAddress?: {
|
|
389
|
-
value: string;
|
|
390
389
|
__kind: "P2PKH";
|
|
391
|
-
} | {
|
|
392
390
|
value: string;
|
|
393
|
-
__kind: "P2SH";
|
|
394
391
|
} | {
|
|
392
|
+
__kind: "P2SH";
|
|
395
393
|
value: string;
|
|
396
|
-
__kind: "P2WPKH";
|
|
397
394
|
} | {
|
|
395
|
+
__kind: "P2WPKH";
|
|
398
396
|
value: string;
|
|
399
|
-
__kind: "P2WSH";
|
|
400
397
|
} | {
|
|
398
|
+
__kind: "P2WSH";
|
|
401
399
|
value: string;
|
|
400
|
+
} | {
|
|
402
401
|
__kind: "Taproot";
|
|
402
|
+
value: string;
|
|
403
403
|
} | {
|
|
404
404
|
__kind: "OtherSegwit";
|
|
405
405
|
version: number;
|
|
@@ -5,47 +5,47 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
value: `0x${string}`;
|
|
9
8
|
__kind: "P2PKH";
|
|
9
|
+
value: `0x${string}`;
|
|
10
10
|
}, {
|
|
11
|
-
value: string;
|
|
12
11
|
__kind: "P2PKH";
|
|
12
|
+
value: string;
|
|
13
13
|
}>, z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"P2SH">;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
value: `0x${string}`;
|
|
18
17
|
__kind: "P2SH";
|
|
18
|
+
value: `0x${string}`;
|
|
19
19
|
}, {
|
|
20
|
-
value: string;
|
|
21
20
|
__kind: "P2SH";
|
|
21
|
+
value: string;
|
|
22
22
|
}>, z.ZodObject<{
|
|
23
23
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
24
24
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
value: `0x${string}`;
|
|
27
26
|
__kind: "P2WPKH";
|
|
27
|
+
value: `0x${string}`;
|
|
28
28
|
}, {
|
|
29
|
-
value: string;
|
|
30
29
|
__kind: "P2WPKH";
|
|
30
|
+
value: string;
|
|
31
31
|
}>, z.ZodObject<{
|
|
32
32
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
33
33
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
value: `0x${string}`;
|
|
36
35
|
__kind: "P2WSH";
|
|
36
|
+
value: `0x${string}`;
|
|
37
37
|
}, {
|
|
38
|
-
value: string;
|
|
39
38
|
__kind: "P2WSH";
|
|
39
|
+
value: string;
|
|
40
40
|
}>, z.ZodObject<{
|
|
41
41
|
__kind: z.ZodLiteral<"Taproot">;
|
|
42
42
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
value: `0x${string}`;
|
|
45
44
|
__kind: "Taproot";
|
|
45
|
+
value: `0x${string}`;
|
|
46
46
|
}, {
|
|
47
|
-
value: string;
|
|
48
47
|
__kind: "Taproot";
|
|
48
|
+
value: string;
|
|
49
49
|
}>, z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
51
51
|
version: z.ZodNumber;
|
|
@@ -143,11 +143,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
143
143
|
};
|
|
144
144
|
} | null | undefined;
|
|
145
145
|
};
|
|
146
|
-
amount: bigint;
|
|
147
146
|
id: {
|
|
148
147
|
txId: `0x${string}`;
|
|
149
148
|
vout: number;
|
|
150
149
|
};
|
|
150
|
+
amount: bigint;
|
|
151
151
|
}, {
|
|
152
152
|
depositAddress: {
|
|
153
153
|
pubkeyX: string;
|
|
@@ -160,11 +160,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
160
160
|
};
|
|
161
161
|
} | null | undefined;
|
|
162
162
|
};
|
|
163
|
-
amount: string | number;
|
|
164
163
|
id: {
|
|
165
164
|
txId: string;
|
|
166
165
|
vout: number;
|
|
167
166
|
};
|
|
167
|
+
amount: string | number;
|
|
168
168
|
}>;
|
|
169
169
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
170
170
|
maxBoostFeeBps: z.ZodNumber;
|
|
@@ -233,15 +233,15 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
233
233
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
235
|
__kind: "Refund";
|
|
236
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
237
236
|
amount: bigint;
|
|
237
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
238
238
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
239
239
|
}, {
|
|
240
240
|
__kind: "Refund";
|
|
241
|
+
amount: string | number;
|
|
241
242
|
reason: {
|
|
242
243
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
243
244
|
};
|
|
244
|
-
amount: string | number;
|
|
245
245
|
egressId?: [{
|
|
246
246
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
247
247
|
}, string | number] | null | undefined;
|
|
@@ -263,8 +263,8 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
263
263
|
__kind: "DepositChannel" | "Vault";
|
|
264
264
|
}>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
amount: bigint;
|
|
267
266
|
asset: "Btc";
|
|
267
|
+
amount: bigint;
|
|
268
268
|
depositDetails: {
|
|
269
269
|
depositAddress: {
|
|
270
270
|
pubkeyX: `0x${string}`;
|
|
@@ -277,11 +277,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
277
277
|
};
|
|
278
278
|
} | null | undefined;
|
|
279
279
|
};
|
|
280
|
-
amount: bigint;
|
|
281
280
|
id: {
|
|
282
281
|
txId: `0x${string}`;
|
|
283
282
|
vout: number;
|
|
284
283
|
};
|
|
284
|
+
amount: bigint;
|
|
285
285
|
};
|
|
286
286
|
blockHeight: bigint;
|
|
287
287
|
ingressFee: bigint;
|
|
@@ -302,28 +302,28 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
302
302
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
303
303
|
} | {
|
|
304
304
|
__kind: "Refund";
|
|
305
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
306
305
|
amount: bigint;
|
|
306
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
307
307
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
308
308
|
} | {
|
|
309
309
|
__kind: "Unrefundable";
|
|
310
310
|
};
|
|
311
311
|
originType: "DepositChannel" | "Vault";
|
|
312
312
|
depositAddress?: {
|
|
313
|
-
value: `0x${string}`;
|
|
314
313
|
__kind: "P2PKH";
|
|
315
|
-
} | {
|
|
316
314
|
value: `0x${string}`;
|
|
317
|
-
__kind: "P2SH";
|
|
318
315
|
} | {
|
|
316
|
+
__kind: "P2SH";
|
|
319
317
|
value: `0x${string}`;
|
|
320
|
-
__kind: "P2WPKH";
|
|
321
318
|
} | {
|
|
319
|
+
__kind: "P2WPKH";
|
|
322
320
|
value: `0x${string}`;
|
|
323
|
-
__kind: "P2WSH";
|
|
324
321
|
} | {
|
|
322
|
+
__kind: "P2WSH";
|
|
325
323
|
value: `0x${string}`;
|
|
324
|
+
} | {
|
|
326
325
|
__kind: "Taproot";
|
|
326
|
+
value: `0x${string}`;
|
|
327
327
|
} | {
|
|
328
328
|
__kind: "OtherSegwit";
|
|
329
329
|
version: number;
|
|
@@ -331,10 +331,10 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
331
331
|
} | null | undefined;
|
|
332
332
|
channelId?: bigint | null | undefined;
|
|
333
333
|
}, {
|
|
334
|
-
amount: string | number;
|
|
335
334
|
asset: {
|
|
336
335
|
__kind: "Btc";
|
|
337
336
|
};
|
|
337
|
+
amount: string | number;
|
|
338
338
|
depositDetails: {
|
|
339
339
|
depositAddress: {
|
|
340
340
|
pubkeyX: string;
|
|
@@ -347,11 +347,11 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
347
347
|
};
|
|
348
348
|
} | null | undefined;
|
|
349
349
|
};
|
|
350
|
-
amount: string | number;
|
|
351
350
|
id: {
|
|
352
351
|
txId: string;
|
|
353
352
|
vout: number;
|
|
354
353
|
};
|
|
354
|
+
amount: string | number;
|
|
355
355
|
};
|
|
356
356
|
blockHeight: string | number;
|
|
357
357
|
ingressFee: string | number;
|
|
@@ -372,10 +372,10 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
372
372
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
373
373
|
} | {
|
|
374
374
|
__kind: "Refund";
|
|
375
|
+
amount: string | number;
|
|
375
376
|
reason: {
|
|
376
377
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
377
378
|
};
|
|
378
|
-
amount: string | number;
|
|
379
379
|
egressId?: [{
|
|
380
380
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
381
381
|
}, string | number] | null | undefined;
|
|
@@ -386,20 +386,20 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
386
386
|
__kind: "DepositChannel" | "Vault";
|
|
387
387
|
};
|
|
388
388
|
depositAddress?: {
|
|
389
|
-
value: string;
|
|
390
389
|
__kind: "P2PKH";
|
|
391
|
-
} | {
|
|
392
390
|
value: string;
|
|
393
|
-
__kind: "P2SH";
|
|
394
391
|
} | {
|
|
392
|
+
__kind: "P2SH";
|
|
395
393
|
value: string;
|
|
396
|
-
__kind: "P2WPKH";
|
|
397
394
|
} | {
|
|
395
|
+
__kind: "P2WPKH";
|
|
398
396
|
value: string;
|
|
399
|
-
__kind: "P2WSH";
|
|
400
397
|
} | {
|
|
398
|
+
__kind: "P2WSH";
|
|
401
399
|
value: string;
|
|
400
|
+
} | {
|
|
402
401
|
__kind: "Taproot";
|
|
402
|
+
value: string;
|
|
403
403
|
} | {
|
|
404
404
|
__kind: "OtherSegwit";
|
|
405
405
|
version: number;
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
accountId: `cF${string}`;
|
|
17
16
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
|
+
accountId: `cF${string}`;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
22
|
};
|
|
23
|
+
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
accountId: `cF${string}`;
|
|
17
16
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
|
+
accountId: `cF${string}`;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
22
|
};
|
|
23
|
+
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -44,8 +44,8 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
44
44
|
}>;
|
|
45
45
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
48
47
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
48
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
49
49
|
amount: bigint;
|
|
50
50
|
destinationAddress: {
|
|
51
51
|
readonly chain: "Ethereum";
|
|
@@ -59,12 +59,12 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
fee: bigint;
|
|
61
61
|
}, {
|
|
62
|
-
asset: {
|
|
63
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
64
|
-
};
|
|
65
62
|
egressId: [{
|
|
66
63
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
67
64
|
}, string | number];
|
|
65
|
+
asset: {
|
|
66
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
67
|
+
};
|
|
68
68
|
amount: string | number;
|
|
69
69
|
destinationAddress: {
|
|
70
70
|
value: string;
|
|
@@ -44,8 +44,8 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
44
44
|
}>;
|
|
45
45
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
48
47
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
48
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
49
49
|
amount: bigint;
|
|
50
50
|
destinationAddress: {
|
|
51
51
|
readonly chain: "Ethereum";
|
|
@@ -59,12 +59,12 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
fee: bigint;
|
|
61
61
|
}, {
|
|
62
|
-
asset: {
|
|
63
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
64
|
-
};
|
|
65
62
|
egressId: [{
|
|
66
63
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
67
64
|
}, string | number];
|
|
65
|
+
asset: {
|
|
66
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
67
|
+
};
|
|
68
68
|
amount: string | number;
|
|
69
69
|
destinationAddress: {
|
|
70
70
|
value: string;
|