@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
|
@@ -6,12 +6,12 @@ declare const fundingSCCallCannotBeDecoded: z.ZodObject<{
|
|
|
6
6
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
caller: `cF${string}`;
|
|
9
|
-
scCallBytes: `0x${string}`;
|
|
10
9
|
ethTxHash: `0x${string}`;
|
|
10
|
+
scCallBytes: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
12
|
caller: string;
|
|
13
|
-
scCallBytes: string;
|
|
14
13
|
ethTxHash: string;
|
|
14
|
+
scCallBytes: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
17
17
|
export { fundingSCCallCannotBeDecoded };
|
|
@@ -6,12 +6,12 @@ declare const fundingSCCallCannotBeDecoded: z.ZodObject<{
|
|
|
6
6
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
caller: `cF${string}`;
|
|
9
|
-
scCallBytes: `0x${string}`;
|
|
10
9
|
ethTxHash: `0x${string}`;
|
|
10
|
+
scCallBytes: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
12
|
caller: string;
|
|
13
|
-
scCallBytes: string;
|
|
14
13
|
ethTxHash: string;
|
|
14
|
+
scCallBytes: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
17
17
|
export { fundingSCCallCannotBeDecoded };
|
|
@@ -356,6 +356,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
356
356
|
__kind: "RootNotAllowed";
|
|
357
357
|
}>]>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
|
+
postInfo: {
|
|
360
|
+
paysFee: "Yes" | "No";
|
|
361
|
+
actualWeight?: {
|
|
362
|
+
refTime: bigint;
|
|
363
|
+
proofSize: bigint;
|
|
364
|
+
} | null | undefined;
|
|
365
|
+
};
|
|
359
366
|
error: {
|
|
360
367
|
__kind: "Other";
|
|
361
368
|
} | {
|
|
@@ -392,14 +399,16 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
392
399
|
} | {
|
|
393
400
|
__kind: "RootNotAllowed";
|
|
394
401
|
};
|
|
402
|
+
}, {
|
|
395
403
|
postInfo: {
|
|
396
|
-
paysFee:
|
|
404
|
+
paysFee: {
|
|
405
|
+
__kind: "Yes" | "No";
|
|
406
|
+
};
|
|
397
407
|
actualWeight?: {
|
|
398
|
-
refTime:
|
|
399
|
-
proofSize:
|
|
408
|
+
refTime: string | number;
|
|
409
|
+
proofSize: string | number;
|
|
400
410
|
} | null | undefined;
|
|
401
411
|
};
|
|
402
|
-
}, {
|
|
403
412
|
error: {
|
|
404
413
|
__kind: "Other";
|
|
405
414
|
} | {
|
|
@@ -442,20 +451,10 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
442
451
|
} | {
|
|
443
452
|
__kind: "RootNotAllowed";
|
|
444
453
|
};
|
|
445
|
-
postInfo: {
|
|
446
|
-
paysFee: {
|
|
447
|
-
__kind: "Yes" | "No";
|
|
448
|
-
};
|
|
449
|
-
actualWeight?: {
|
|
450
|
-
refTime: string | number;
|
|
451
|
-
proofSize: string | number;
|
|
452
|
-
} | null | undefined;
|
|
453
|
-
};
|
|
454
454
|
}>;
|
|
455
455
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
caller: `cF${string}`;
|
|
458
|
-
ethTxHash: `0x${string}`;
|
|
459
458
|
scCall: {
|
|
460
459
|
__kind: "Delegation";
|
|
461
460
|
call: {
|
|
@@ -488,6 +487,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
488
487
|
};
|
|
489
488
|
};
|
|
490
489
|
callError: {
|
|
490
|
+
postInfo: {
|
|
491
|
+
paysFee: "Yes" | "No";
|
|
492
|
+
actualWeight?: {
|
|
493
|
+
refTime: bigint;
|
|
494
|
+
proofSize: bigint;
|
|
495
|
+
} | null | undefined;
|
|
496
|
+
};
|
|
491
497
|
error: {
|
|
492
498
|
__kind: "Other";
|
|
493
499
|
} | {
|
|
@@ -524,17 +530,10 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
524
530
|
} | {
|
|
525
531
|
__kind: "RootNotAllowed";
|
|
526
532
|
};
|
|
527
|
-
postInfo: {
|
|
528
|
-
paysFee: "Yes" | "No";
|
|
529
|
-
actualWeight?: {
|
|
530
|
-
refTime: bigint;
|
|
531
|
-
proofSize: bigint;
|
|
532
|
-
} | null | undefined;
|
|
533
|
-
};
|
|
534
533
|
};
|
|
534
|
+
ethTxHash: `0x${string}`;
|
|
535
535
|
}, {
|
|
536
536
|
caller: string;
|
|
537
|
-
ethTxHash: string;
|
|
538
537
|
scCall: {
|
|
539
538
|
__kind: "Delegation";
|
|
540
539
|
call: {
|
|
@@ -567,6 +566,15 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
567
566
|
};
|
|
568
567
|
};
|
|
569
568
|
callError: {
|
|
569
|
+
postInfo: {
|
|
570
|
+
paysFee: {
|
|
571
|
+
__kind: "Yes" | "No";
|
|
572
|
+
};
|
|
573
|
+
actualWeight?: {
|
|
574
|
+
refTime: string | number;
|
|
575
|
+
proofSize: string | number;
|
|
576
|
+
} | null | undefined;
|
|
577
|
+
};
|
|
570
578
|
error: {
|
|
571
579
|
__kind: "Other";
|
|
572
580
|
} | {
|
|
@@ -609,16 +617,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
609
617
|
} | {
|
|
610
618
|
__kind: "RootNotAllowed";
|
|
611
619
|
};
|
|
612
|
-
postInfo: {
|
|
613
|
-
paysFee: {
|
|
614
|
-
__kind: "Yes" | "No";
|
|
615
|
-
};
|
|
616
|
-
actualWeight?: {
|
|
617
|
-
refTime: string | number;
|
|
618
|
-
proofSize: string | number;
|
|
619
|
-
} | null | undefined;
|
|
620
|
-
};
|
|
621
620
|
};
|
|
621
|
+
ethTxHash: string;
|
|
622
622
|
}>;
|
|
623
623
|
|
|
624
624
|
export { fundingSCCallCannotBeExecuted };
|
|
@@ -356,6 +356,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
356
356
|
__kind: "RootNotAllowed";
|
|
357
357
|
}>]>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
|
+
postInfo: {
|
|
360
|
+
paysFee: "Yes" | "No";
|
|
361
|
+
actualWeight?: {
|
|
362
|
+
refTime: bigint;
|
|
363
|
+
proofSize: bigint;
|
|
364
|
+
} | null | undefined;
|
|
365
|
+
};
|
|
359
366
|
error: {
|
|
360
367
|
__kind: "Other";
|
|
361
368
|
} | {
|
|
@@ -392,14 +399,16 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
392
399
|
} | {
|
|
393
400
|
__kind: "RootNotAllowed";
|
|
394
401
|
};
|
|
402
|
+
}, {
|
|
395
403
|
postInfo: {
|
|
396
|
-
paysFee:
|
|
404
|
+
paysFee: {
|
|
405
|
+
__kind: "Yes" | "No";
|
|
406
|
+
};
|
|
397
407
|
actualWeight?: {
|
|
398
|
-
refTime:
|
|
399
|
-
proofSize:
|
|
408
|
+
refTime: string | number;
|
|
409
|
+
proofSize: string | number;
|
|
400
410
|
} | null | undefined;
|
|
401
411
|
};
|
|
402
|
-
}, {
|
|
403
412
|
error: {
|
|
404
413
|
__kind: "Other";
|
|
405
414
|
} | {
|
|
@@ -442,20 +451,10 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
442
451
|
} | {
|
|
443
452
|
__kind: "RootNotAllowed";
|
|
444
453
|
};
|
|
445
|
-
postInfo: {
|
|
446
|
-
paysFee: {
|
|
447
|
-
__kind: "Yes" | "No";
|
|
448
|
-
};
|
|
449
|
-
actualWeight?: {
|
|
450
|
-
refTime: string | number;
|
|
451
|
-
proofSize: string | number;
|
|
452
|
-
} | null | undefined;
|
|
453
|
-
};
|
|
454
454
|
}>;
|
|
455
455
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
caller: `cF${string}`;
|
|
458
|
-
ethTxHash: `0x${string}`;
|
|
459
458
|
scCall: {
|
|
460
459
|
__kind: "Delegation";
|
|
461
460
|
call: {
|
|
@@ -488,6 +487,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
488
487
|
};
|
|
489
488
|
};
|
|
490
489
|
callError: {
|
|
490
|
+
postInfo: {
|
|
491
|
+
paysFee: "Yes" | "No";
|
|
492
|
+
actualWeight?: {
|
|
493
|
+
refTime: bigint;
|
|
494
|
+
proofSize: bigint;
|
|
495
|
+
} | null | undefined;
|
|
496
|
+
};
|
|
491
497
|
error: {
|
|
492
498
|
__kind: "Other";
|
|
493
499
|
} | {
|
|
@@ -524,17 +530,10 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
524
530
|
} | {
|
|
525
531
|
__kind: "RootNotAllowed";
|
|
526
532
|
};
|
|
527
|
-
postInfo: {
|
|
528
|
-
paysFee: "Yes" | "No";
|
|
529
|
-
actualWeight?: {
|
|
530
|
-
refTime: bigint;
|
|
531
|
-
proofSize: bigint;
|
|
532
|
-
} | null | undefined;
|
|
533
|
-
};
|
|
534
533
|
};
|
|
534
|
+
ethTxHash: `0x${string}`;
|
|
535
535
|
}, {
|
|
536
536
|
caller: string;
|
|
537
|
-
ethTxHash: string;
|
|
538
537
|
scCall: {
|
|
539
538
|
__kind: "Delegation";
|
|
540
539
|
call: {
|
|
@@ -567,6 +566,15 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
567
566
|
};
|
|
568
567
|
};
|
|
569
568
|
callError: {
|
|
569
|
+
postInfo: {
|
|
570
|
+
paysFee: {
|
|
571
|
+
__kind: "Yes" | "No";
|
|
572
|
+
};
|
|
573
|
+
actualWeight?: {
|
|
574
|
+
refTime: string | number;
|
|
575
|
+
proofSize: string | number;
|
|
576
|
+
} | null | undefined;
|
|
577
|
+
};
|
|
570
578
|
error: {
|
|
571
579
|
__kind: "Other";
|
|
572
580
|
} | {
|
|
@@ -609,16 +617,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
609
617
|
} | {
|
|
610
618
|
__kind: "RootNotAllowed";
|
|
611
619
|
};
|
|
612
|
-
postInfo: {
|
|
613
|
-
paysFee: {
|
|
614
|
-
__kind: "Yes" | "No";
|
|
615
|
-
};
|
|
616
|
-
actualWeight?: {
|
|
617
|
-
refTime: string | number;
|
|
618
|
-
proofSize: string | number;
|
|
619
|
-
} | null | undefined;
|
|
620
|
-
};
|
|
621
620
|
};
|
|
621
|
+
ethTxHash: string;
|
|
622
622
|
}>;
|
|
623
623
|
|
|
624
624
|
export { fundingSCCallCannotBeExecuted };
|
|
@@ -180,7 +180,6 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
180
180
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
182
|
caller: `cF${string}`;
|
|
183
|
-
ethTxHash: `0x${string}`;
|
|
184
183
|
scCall: {
|
|
185
184
|
__kind: "Delegation";
|
|
186
185
|
call: {
|
|
@@ -212,9 +211,9 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
212
211
|
executor?: `0x${string}` | null | undefined;
|
|
213
212
|
};
|
|
214
213
|
};
|
|
214
|
+
ethTxHash: `0x${string}`;
|
|
215
215
|
}, {
|
|
216
216
|
caller: string;
|
|
217
|
-
ethTxHash: string;
|
|
218
217
|
scCall: {
|
|
219
218
|
__kind: "Delegation";
|
|
220
219
|
call: {
|
|
@@ -246,6 +245,7 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
246
245
|
executor?: string | null | undefined;
|
|
247
246
|
};
|
|
248
247
|
};
|
|
248
|
+
ethTxHash: string;
|
|
249
249
|
}>;
|
|
250
250
|
|
|
251
251
|
export { fundingSCCallExecuted };
|
|
@@ -180,7 +180,6 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
180
180
|
ethTxHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
182
|
caller: `cF${string}`;
|
|
183
|
-
ethTxHash: `0x${string}`;
|
|
184
183
|
scCall: {
|
|
185
184
|
__kind: "Delegation";
|
|
186
185
|
call: {
|
|
@@ -212,9 +211,9 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
212
211
|
executor?: `0x${string}` | null | undefined;
|
|
213
212
|
};
|
|
214
213
|
};
|
|
214
|
+
ethTxHash: `0x${string}`;
|
|
215
215
|
}, {
|
|
216
216
|
caller: string;
|
|
217
|
-
ethTxHash: string;
|
|
218
217
|
scCall: {
|
|
219
218
|
__kind: "Delegation";
|
|
220
219
|
call: {
|
|
@@ -246,6 +245,7 @@ declare const fundingSCCallExecuted: z.ZodObject<{
|
|
|
246
245
|
executor?: string | null | undefined;
|
|
247
246
|
};
|
|
248
247
|
};
|
|
248
|
+
ethTxHash: string;
|
|
249
249
|
}>;
|
|
250
250
|
|
|
251
251
|
export { fundingSCCallExecuted };
|
|
@@ -6,47 +6,47 @@ declare const bitcoinIngressEgressChannelRejectionRequestReceived: z.ZodObject<{
|
|
|
6
6
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
7
7
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
value: `0x${string}`;
|
|
10
9
|
__kind: "P2PKH";
|
|
10
|
+
value: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
|
-
value: string;
|
|
13
12
|
__kind: "P2PKH";
|
|
13
|
+
value: string;
|
|
14
14
|
}>, z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"P2SH">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
value: `0x${string}`;
|
|
19
18
|
__kind: "P2SH";
|
|
19
|
+
value: `0x${string}`;
|
|
20
20
|
}, {
|
|
21
|
-
value: string;
|
|
22
21
|
__kind: "P2SH";
|
|
22
|
+
value: string;
|
|
23
23
|
}>, z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
value: `0x${string}`;
|
|
28
27
|
__kind: "P2WPKH";
|
|
28
|
+
value: `0x${string}`;
|
|
29
29
|
}, {
|
|
30
|
-
value: string;
|
|
31
30
|
__kind: "P2WPKH";
|
|
31
|
+
value: string;
|
|
32
32
|
}>, z.ZodObject<{
|
|
33
33
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
34
34
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
-
value: `0x${string}`;
|
|
37
36
|
__kind: "P2WSH";
|
|
37
|
+
value: `0x${string}`;
|
|
38
38
|
}, {
|
|
39
|
-
value: string;
|
|
40
39
|
__kind: "P2WSH";
|
|
40
|
+
value: string;
|
|
41
41
|
}>, z.ZodObject<{
|
|
42
42
|
__kind: z.ZodLiteral<"Taproot">;
|
|
43
43
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
value: `0x${string}`;
|
|
46
45
|
__kind: "Taproot";
|
|
46
|
+
value: `0x${string}`;
|
|
47
47
|
}, {
|
|
48
|
-
value: string;
|
|
49
48
|
__kind: "Taproot";
|
|
49
|
+
value: string;
|
|
50
50
|
}>, z.ZodObject<{
|
|
51
51
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
52
52
|
version: z.ZodNumber;
|
|
@@ -61,49 +61,49 @@ declare const bitcoinIngressEgressChannelRejectionRequestReceived: z.ZodObject<{
|
|
|
61
61
|
program: string;
|
|
62
62
|
}>]>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
accountId: `cF${string}`;
|
|
65
64
|
depositAddress: {
|
|
66
|
-
value: `0x${string}`;
|
|
67
65
|
__kind: "P2PKH";
|
|
68
|
-
} | {
|
|
69
66
|
value: `0x${string}`;
|
|
70
|
-
__kind: "P2SH";
|
|
71
67
|
} | {
|
|
68
|
+
__kind: "P2SH";
|
|
72
69
|
value: `0x${string}`;
|
|
73
|
-
__kind: "P2WPKH";
|
|
74
70
|
} | {
|
|
71
|
+
__kind: "P2WPKH";
|
|
75
72
|
value: `0x${string}`;
|
|
76
|
-
__kind: "P2WSH";
|
|
77
73
|
} | {
|
|
74
|
+
__kind: "P2WSH";
|
|
78
75
|
value: `0x${string}`;
|
|
76
|
+
} | {
|
|
79
77
|
__kind: "Taproot";
|
|
78
|
+
value: `0x${string}`;
|
|
80
79
|
} | {
|
|
81
80
|
__kind: "OtherSegwit";
|
|
82
81
|
version: number;
|
|
83
82
|
program: `0x${string}`;
|
|
84
83
|
};
|
|
84
|
+
accountId: `cF${string}`;
|
|
85
85
|
}, {
|
|
86
|
-
accountId: string;
|
|
87
86
|
depositAddress: {
|
|
88
|
-
value: string;
|
|
89
87
|
__kind: "P2PKH";
|
|
90
|
-
} | {
|
|
91
88
|
value: string;
|
|
92
|
-
__kind: "P2SH";
|
|
93
89
|
} | {
|
|
90
|
+
__kind: "P2SH";
|
|
94
91
|
value: string;
|
|
95
|
-
__kind: "P2WPKH";
|
|
96
92
|
} | {
|
|
93
|
+
__kind: "P2WPKH";
|
|
97
94
|
value: string;
|
|
98
|
-
__kind: "P2WSH";
|
|
99
95
|
} | {
|
|
96
|
+
__kind: "P2WSH";
|
|
100
97
|
value: string;
|
|
98
|
+
} | {
|
|
101
99
|
__kind: "Taproot";
|
|
100
|
+
value: string;
|
|
102
101
|
} | {
|
|
103
102
|
__kind: "OtherSegwit";
|
|
104
103
|
version: number;
|
|
105
104
|
program: string;
|
|
106
105
|
};
|
|
106
|
+
accountId: string;
|
|
107
107
|
}>;
|
|
108
108
|
|
|
109
109
|
export { bitcoinIngressEgressChannelRejectionRequestReceived };
|
|
@@ -6,47 +6,47 @@ declare const bitcoinIngressEgressChannelRejectionRequestReceived: z.ZodObject<{
|
|
|
6
6
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
7
7
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
value: `0x${string}`;
|
|
10
9
|
__kind: "P2PKH";
|
|
10
|
+
value: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
|
-
value: string;
|
|
13
12
|
__kind: "P2PKH";
|
|
13
|
+
value: string;
|
|
14
14
|
}>, z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"P2SH">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
value: `0x${string}`;
|
|
19
18
|
__kind: "P2SH";
|
|
19
|
+
value: `0x${string}`;
|
|
20
20
|
}, {
|
|
21
|
-
value: string;
|
|
22
21
|
__kind: "P2SH";
|
|
22
|
+
value: string;
|
|
23
23
|
}>, z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
value: `0x${string}`;
|
|
28
27
|
__kind: "P2WPKH";
|
|
28
|
+
value: `0x${string}`;
|
|
29
29
|
}, {
|
|
30
|
-
value: string;
|
|
31
30
|
__kind: "P2WPKH";
|
|
31
|
+
value: string;
|
|
32
32
|
}>, z.ZodObject<{
|
|
33
33
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
34
34
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
-
value: `0x${string}`;
|
|
37
36
|
__kind: "P2WSH";
|
|
37
|
+
value: `0x${string}`;
|
|
38
38
|
}, {
|
|
39
|
-
value: string;
|
|
40
39
|
__kind: "P2WSH";
|
|
40
|
+
value: string;
|
|
41
41
|
}>, z.ZodObject<{
|
|
42
42
|
__kind: z.ZodLiteral<"Taproot">;
|
|
43
43
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
value: `0x${string}`;
|
|
46
45
|
__kind: "Taproot";
|
|
46
|
+
value: `0x${string}`;
|
|
47
47
|
}, {
|
|
48
|
-
value: string;
|
|
49
48
|
__kind: "Taproot";
|
|
49
|
+
value: string;
|
|
50
50
|
}>, z.ZodObject<{
|
|
51
51
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
52
52
|
version: z.ZodNumber;
|
|
@@ -61,49 +61,49 @@ declare const bitcoinIngressEgressChannelRejectionRequestReceived: z.ZodObject<{
|
|
|
61
61
|
program: string;
|
|
62
62
|
}>]>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
accountId: `cF${string}`;
|
|
65
64
|
depositAddress: {
|
|
66
|
-
value: `0x${string}`;
|
|
67
65
|
__kind: "P2PKH";
|
|
68
|
-
} | {
|
|
69
66
|
value: `0x${string}`;
|
|
70
|
-
__kind: "P2SH";
|
|
71
67
|
} | {
|
|
68
|
+
__kind: "P2SH";
|
|
72
69
|
value: `0x${string}`;
|
|
73
|
-
__kind: "P2WPKH";
|
|
74
70
|
} | {
|
|
71
|
+
__kind: "P2WPKH";
|
|
75
72
|
value: `0x${string}`;
|
|
76
|
-
__kind: "P2WSH";
|
|
77
73
|
} | {
|
|
74
|
+
__kind: "P2WSH";
|
|
78
75
|
value: `0x${string}`;
|
|
76
|
+
} | {
|
|
79
77
|
__kind: "Taproot";
|
|
78
|
+
value: `0x${string}`;
|
|
80
79
|
} | {
|
|
81
80
|
__kind: "OtherSegwit";
|
|
82
81
|
version: number;
|
|
83
82
|
program: `0x${string}`;
|
|
84
83
|
};
|
|
84
|
+
accountId: `cF${string}`;
|
|
85
85
|
}, {
|
|
86
|
-
accountId: string;
|
|
87
86
|
depositAddress: {
|
|
88
|
-
value: string;
|
|
89
87
|
__kind: "P2PKH";
|
|
90
|
-
} | {
|
|
91
88
|
value: string;
|
|
92
|
-
__kind: "P2SH";
|
|
93
89
|
} | {
|
|
90
|
+
__kind: "P2SH";
|
|
94
91
|
value: string;
|
|
95
|
-
__kind: "P2WPKH";
|
|
96
92
|
} | {
|
|
93
|
+
__kind: "P2WPKH";
|
|
97
94
|
value: string;
|
|
98
|
-
__kind: "P2WSH";
|
|
99
95
|
} | {
|
|
96
|
+
__kind: "P2WSH";
|
|
100
97
|
value: string;
|
|
98
|
+
} | {
|
|
101
99
|
__kind: "Taproot";
|
|
100
|
+
value: string;
|
|
102
101
|
} | {
|
|
103
102
|
__kind: "OtherSegwit";
|
|
104
103
|
version: number;
|
|
105
104
|
program: string;
|
|
106
105
|
};
|
|
106
|
+
accountId: string;
|
|
107
107
|
}>;
|
|
108
108
|
|
|
109
109
|
export { bitcoinIngressEgressChannelRejectionRequestReceived };
|