@chainflip/processor 1.11.9 → 1.11.12
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/README.MD +1 -1
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
- package/dist/100/common.d.cts +3 -9
- package/dist/100/common.d.ts +3 -9
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- 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 +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- 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 +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- 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 +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/102/common.d.cts +3 -9
- package/dist/102/common.d.ts +3 -9
- package/dist/11000/common.d.cts +3 -9
- package/dist/11000/common.d.ts +3 -9
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/111/common.d.cts +3 -9
- package/dist/111/common.d.ts +3 -9
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/common.cjs +57 -23
- package/dist/11100/common.d.cts +638 -54
- package/dist/11100/common.d.ts +638 -54
- package/dist/11100/common.mjs +56 -22
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +125 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +125 -0
- package/dist/11100/flip/bondUpdated.cjs +7 -0
- package/dist/11100/flip/bondUpdated.d.cts +14 -0
- package/dist/11100/flip/bondUpdated.d.ts +14 -0
- package/dist/11100/flip/bondUpdated.mjs +7 -0
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.ts +2 -2
- package/dist/11100/lendingPools/collateralAdded.cjs +11 -0
- package/dist/11100/lendingPools/collateralAdded.d.cts +37 -0
- package/dist/11100/lendingPools/collateralAdded.d.ts +37 -0
- package/dist/11100/lendingPools/collateralAdded.mjs +11 -0
- package/dist/11100/lendingPools/collateralRemoved.cjs +11 -0
- package/dist/11100/lendingPools/collateralRemoved.d.cts +37 -0
- package/dist/11100/lendingPools/collateralRemoved.d.ts +37 -0
- package/dist/11100/lendingPools/collateralRemoved.mjs +11 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +10 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +24 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.ts +24 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.mjs +10 -0
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +11 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +27 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.ts +27 -0
- package/dist/11100/lendingPools/lendingFundsAdded.mjs +11 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +11 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +27 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.ts +27 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.mjs +11 -0
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +7 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +21 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.ts +21 -0
- package/dist/11100/lendingPools/lendingPoolCreated.mjs +7 -0
- package/dist/11100/lendingPools/liquidationInitiated.cjs +11 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.cts +17 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.ts +17 -0
- package/dist/11100/lendingPools/liquidationInitiated.mjs +11 -0
- package/dist/11100/lendingPools/loanCreated.cjs +13 -0
- package/dist/11100/lendingPools/loanCreated.d.cts +33 -0
- package/dist/11100/lendingPools/loanCreated.d.ts +33 -0
- package/dist/11100/lendingPools/loanCreated.mjs +13 -0
- package/dist/11100/lendingPools/loanRepaid.cjs +11 -0
- package/dist/11100/lendingPools/loanRepaid.d.cts +27 -0
- package/dist/11100/lendingPools/loanRepaid.d.ts +27 -0
- package/dist/11100/lendingPools/loanRepaid.mjs +11 -0
- package/dist/11100/lendingPools/loanSettled.cjs +10 -0
- package/dist/11100/lendingPools/loanSettled.d.cts +24 -0
- package/dist/11100/lendingPools/loanSettled.d.ts +24 -0
- package/dist/11100/lendingPools/loanSettled.mjs +10 -0
- package/dist/11100/lendingPools/loanUpdated.cjs +11 -0
- package/dist/11100/lendingPools/loanUpdated.d.cts +17 -0
- package/dist/11100/lendingPools/loanUpdated.d.ts +17 -0
- package/dist/11100/lendingPools/loanUpdated.mjs +11 -0
- package/dist/11100/swapping/swapAborted.d.cts +7 -7
- package/dist/11100/swapping/swapAborted.d.ts +7 -7
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +52 -52
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +52 -52
- package/dist/11100/swapping/swapExecuted.d.cts +14 -14
- package/dist/11100/swapping/swapExecuted.d.ts +14 -14
- package/dist/11100/swapping/swapRequested.d.cts +474 -374
- package/dist/11100/swapping/swapRequested.d.ts +474 -374
- package/dist/11100/swapping/swapRescheduled.d.cts +7 -7
- package/dist/11100/swapping/swapRescheduled.d.ts +7 -7
- package/dist/11100/validator/delegated.cjs +5 -1
- package/dist/11100/validator/delegated.d.cts +3 -0
- package/dist/11100/validator/delegated.d.ts +3 -0
- package/dist/11100/validator/delegated.mjs +6 -2
- package/dist/11100/validator/maxBidUpdated.cjs +1 -1
- package/dist/11100/validator/maxBidUpdated.d.cts +33 -3
- package/dist/11100/validator/maxBidUpdated.d.ts +33 -3
- package/dist/11100/validator/maxBidUpdated.mjs +2 -2
- package/dist/11100/validator/palletConfigUpdated.d.cts +10 -40
- package/dist/11100/validator/palletConfigUpdated.d.ts +10 -40
- package/dist/11100/validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.ts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/11100/validator/undelegated.cjs +11 -0
- package/dist/11100/validator/{unDelegated.d.cts → undelegated.d.cts} +3 -0
- package/dist/11100/validator/{unDelegated.d.ts → undelegated.d.ts} +3 -0
- package/dist/11100/validator/undelegated.mjs +11 -0
- package/dist/11200/common.cjs +137 -0
- package/dist/11200/common.d.cts +539 -0
- package/dist/11200/common.d.ts +539 -0
- package/dist/11200/common.mjs +137 -0
- package/dist/11200/lendingPools/interestTaken.cjs +13 -0
- package/dist/11200/lendingPools/interestTaken.d.cts +63 -0
- package/dist/11200/lendingPools/interestTaken.d.ts +63 -0
- package/dist/11200/lendingPools/interestTaken.mjs +13 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +7 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +11 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.d.ts +11 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.mjs +7 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.cjs +10 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.d.cts +24 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.d.ts +24 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.mjs +10 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.cjs +12 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.d.cts +20 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.d.ts +20 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.mjs +12 -0
- package/dist/11200/lendingPools/loanCreated.cjs +12 -0
- package/dist/11200/lendingPools/loanCreated.d.cts +30 -0
- package/dist/11200/lendingPools/loanCreated.d.ts +30 -0
- package/dist/11200/lendingPools/loanCreated.mjs +12 -0
- package/dist/11200/lendingPools/loanRepaid.cjs +7 -0
- package/dist/11200/lendingPools/loanRepaid.d.cts +14 -0
- package/dist/11200/lendingPools/loanRepaid.d.ts +14 -0
- package/dist/11200/lendingPools/loanRepaid.mjs +7 -0
- package/dist/11200/lendingPools/loanSettled.cjs +11 -0
- package/dist/11200/lendingPools/loanSettled.d.cts +17 -0
- package/dist/11200/lendingPools/loanSettled.d.ts +17 -0
- package/dist/11200/lendingPools/loanSettled.mjs +11 -0
- package/dist/11200/lendingPools/loanUpdated.cjs +10 -0
- package/dist/11200/lendingPools/loanUpdated.d.cts +14 -0
- package/dist/11200/lendingPools/loanUpdated.d.ts +14 -0
- package/dist/11200/lendingPools/loanUpdated.mjs +10 -0
- package/dist/11200/lendingPools/originationFeeTaken.cjs +12 -0
- package/dist/11200/lendingPools/originationFeeTaken.d.cts +20 -0
- package/dist/11200/lendingPools/originationFeeTaken.d.ts +20 -0
- package/dist/11200/lendingPools/originationFeeTaken.mjs +12 -0
- package/dist/11200/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/11200/lendingPools/palletConfigUpdated.d.cts +352 -0
- package/dist/11200/lendingPools/palletConfigUpdated.d.ts +352 -0
- package/dist/11200/lendingPools/palletConfigUpdated.mjs +9 -0
- package/dist/11200/swapping/swapAborted.cjs +10 -0
- package/dist/11200/swapping/swapAborted.d.cts +24 -0
- package/dist/11200/swapping/swapAborted.d.ts +24 -0
- package/dist/11200/swapping/swapAborted.mjs +10 -0
- package/dist/11200/swapping/swapRescheduled.cjs +11 -0
- package/dist/11200/swapping/swapRescheduled.d.cts +27 -0
- package/dist/11200/swapping/swapRescheduled.d.ts +27 -0
- package/dist/11200/swapping/swapRescheduled.mjs +11 -0
- package/dist/11200/validator/operatorSettingsUpdated.cjs +10 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.cts +41 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.ts +41 -0
- package/dist/11200/validator/operatorSettingsUpdated.mjs +10 -0
- package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11200/validator/palletConfigUpdated.d.cts +202 -0
- package/dist/11200/validator/palletConfigUpdated.d.ts +202 -0
- package/dist/11200/validator/palletConfigUpdated.mjs +9 -0
- package/dist/120/common.d.cts +3 -9
- package/dist/120/common.d.ts +3 -9
- 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/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.d.cts +3 -9
- package/dist/131/common.d.ts +3 -9
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/common.d.cts +3 -9
- package/dist/141/common.d.ts +3 -9
- 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/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/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- 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/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- 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 +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- 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 +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/common.d.cts +3 -9
- package/dist/150/common.d.ts +3 -9
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.d.cts +3 -9
- package/dist/160/common.d.ts +3 -9
- 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 +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/160/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/160/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/160/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapRequested.d.cts +26 -26
- package/dist/160/swapping/swapRequested.d.ts +26 -26
- package/dist/160/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/160/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/common.d.cts +3 -9
- package/dist/170/common.d.ts +3 -9
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +162 -162
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- 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/common.d.cts +3 -9
- package/dist/180/common.d.ts +3 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +162 -162
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- 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 +8 -8
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +24 -24
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +24 -24
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- 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 +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- 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 +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- 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/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.ts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +103 -103
- package/dist/190/assetBalances/refundSkipped.d.ts +103 -103
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/common.d.cts +3 -9
- package/dist/190/common.d.ts +3 -9
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityProvider/assetTransferred.d.cts +9 -9
- package/dist/190/liquidityProvider/assetTransferred.d.ts +9 -9
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +14 -14
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- 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/package.json +2 -2
- package/dist/11100/validator/unDelegated.cjs +0 -7
- package/dist/11100/validator/unDelegated.mjs +0 -7
|
@@ -53,17 +53,17 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
53
53
|
error: string;
|
|
54
54
|
}>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
__kind: "Module";
|
|
57
56
|
value: {
|
|
58
57
|
index: number;
|
|
59
58
|
error: `0x${string}`;
|
|
60
59
|
};
|
|
61
|
-
}, {
|
|
62
60
|
__kind: "Module";
|
|
61
|
+
}, {
|
|
63
62
|
value: {
|
|
64
63
|
index: number;
|
|
65
64
|
error: string;
|
|
66
65
|
};
|
|
66
|
+
__kind: "Module";
|
|
67
67
|
}>, z.ZodObject<{
|
|
68
68
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -87,20 +87,20 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
87
87
|
value: z.ZodEffects<z.ZodObject<{
|
|
88
88
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
90
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
93
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
94
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
92
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
94
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
98
|
__kind: "Token";
|
|
98
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
99
99
|
}, {
|
|
100
|
-
__kind: "Token";
|
|
101
100
|
value: {
|
|
102
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
101
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
103
102
|
};
|
|
103
|
+
__kind: "Token";
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
106
106
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -113,13 +113,13 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
113
113
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
114
114
|
}>;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
__kind: "Arithmetic";
|
|
117
116
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
118
|
-
}, {
|
|
119
117
|
__kind: "Arithmetic";
|
|
118
|
+
}, {
|
|
120
119
|
value: {
|
|
121
120
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
122
121
|
};
|
|
122
|
+
__kind: "Arithmetic";
|
|
123
123
|
}>, z.ZodObject<{
|
|
124
124
|
__kind: z.ZodLiteral<"Transactional">;
|
|
125
125
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -132,13 +132,13 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
132
132
|
__kind: "LimitReached" | "NoLayer";
|
|
133
133
|
}>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
__kind: "Transactional";
|
|
136
135
|
value: "LimitReached" | "NoLayer";
|
|
137
|
-
}, {
|
|
138
136
|
__kind: "Transactional";
|
|
137
|
+
}, {
|
|
139
138
|
value: {
|
|
140
139
|
__kind: "LimitReached" | "NoLayer";
|
|
141
140
|
};
|
|
141
|
+
__kind: "Transactional";
|
|
142
142
|
}>, z.ZodObject<{
|
|
143
143
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165,7 +165,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
165
165
|
__kind: "RootNotAllowed";
|
|
166
166
|
}>]>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
__kind: "DepositWitnessRejected";
|
|
169
168
|
value: {
|
|
170
169
|
__kind: "Other";
|
|
171
170
|
} | {
|
|
@@ -173,11 +172,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
173
172
|
} | {
|
|
174
173
|
__kind: "BadOrigin";
|
|
175
174
|
} | {
|
|
176
|
-
__kind: "Module";
|
|
177
175
|
value: {
|
|
178
176
|
index: number;
|
|
179
177
|
error: `0x${string}`;
|
|
180
178
|
};
|
|
179
|
+
__kind: "Module";
|
|
181
180
|
} | {
|
|
182
181
|
__kind: "ConsumerRemaining";
|
|
183
182
|
} | {
|
|
@@ -185,14 +184,14 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
185
184
|
} | {
|
|
186
185
|
__kind: "TooManyConsumers";
|
|
187
186
|
} | {
|
|
187
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
188
188
|
__kind: "Token";
|
|
189
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
190
189
|
} | {
|
|
191
|
-
__kind: "Arithmetic";
|
|
192
190
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
191
|
+
__kind: "Arithmetic";
|
|
193
192
|
} | {
|
|
194
|
-
__kind: "Transactional";
|
|
195
193
|
value: "LimitReached" | "NoLayer";
|
|
194
|
+
__kind: "Transactional";
|
|
196
195
|
} | {
|
|
197
196
|
__kind: "Exhausted";
|
|
198
197
|
} | {
|
|
@@ -202,8 +201,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
202
201
|
} | {
|
|
203
202
|
__kind: "RootNotAllowed";
|
|
204
203
|
};
|
|
205
|
-
}, {
|
|
206
204
|
__kind: "DepositWitnessRejected";
|
|
205
|
+
}, {
|
|
207
206
|
value: {
|
|
208
207
|
__kind: "Other";
|
|
209
208
|
} | {
|
|
@@ -211,11 +210,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
211
210
|
} | {
|
|
212
211
|
__kind: "BadOrigin";
|
|
213
212
|
} | {
|
|
214
|
-
__kind: "Module";
|
|
215
213
|
value: {
|
|
216
214
|
index: number;
|
|
217
215
|
error: string;
|
|
218
216
|
};
|
|
217
|
+
__kind: "Module";
|
|
219
218
|
} | {
|
|
220
219
|
__kind: "ConsumerRemaining";
|
|
221
220
|
} | {
|
|
@@ -223,20 +222,20 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
223
222
|
} | {
|
|
224
223
|
__kind: "TooManyConsumers";
|
|
225
224
|
} | {
|
|
226
|
-
__kind: "Token";
|
|
227
225
|
value: {
|
|
228
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
226
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
227
|
};
|
|
228
|
+
__kind: "Token";
|
|
230
229
|
} | {
|
|
231
|
-
__kind: "Arithmetic";
|
|
232
230
|
value: {
|
|
233
231
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
234
232
|
};
|
|
233
|
+
__kind: "Arithmetic";
|
|
235
234
|
} | {
|
|
236
|
-
__kind: "Transactional";
|
|
237
235
|
value: {
|
|
238
236
|
__kind: "LimitReached" | "NoLayer";
|
|
239
237
|
};
|
|
238
|
+
__kind: "Transactional";
|
|
240
239
|
} | {
|
|
241
240
|
__kind: "Exhausted";
|
|
242
241
|
} | {
|
|
@@ -246,6 +245,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
246
245
|
} | {
|
|
247
246
|
__kind: "RootNotAllowed";
|
|
248
247
|
};
|
|
248
|
+
__kind: "DepositWitnessRejected";
|
|
249
249
|
}>]>;
|
|
250
250
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
251
251
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantEthereum">;
|
|
@@ -342,11 +342,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
342
342
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
343
343
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
346
345
|
value: `0x${string}`;
|
|
347
|
-
}, {
|
|
348
346
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
347
|
+
}, {
|
|
349
348
|
value: string;
|
|
349
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
350
350
|
}>, {
|
|
351
351
|
readonly chain: "Ethereum";
|
|
352
352
|
readonly address: `0x${string}`;
|
|
@@ -366,8 +366,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
366
366
|
readonly chain: "Assethub";
|
|
367
367
|
readonly address: string;
|
|
368
368
|
}, {
|
|
369
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
370
369
|
value: string;
|
|
370
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
371
371
|
}>;
|
|
372
372
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
373
373
|
channelMetadata: z.ZodObject<{
|
|
@@ -396,67 +396,67 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
396
396
|
__kind: z.ZodLiteral<"Eth">;
|
|
397
397
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
__kind: "Eth";
|
|
400
399
|
value: `0x${string}`;
|
|
401
|
-
}, {
|
|
402
400
|
__kind: "Eth";
|
|
401
|
+
}, {
|
|
403
402
|
value: string;
|
|
403
|
+
__kind: "Eth";
|
|
404
404
|
}>, z.ZodObject<{
|
|
405
405
|
__kind: z.ZodLiteral<"Dot">;
|
|
406
406
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
407
407
|
}, "strip", z.ZodTypeAny, {
|
|
408
|
-
__kind: "Dot";
|
|
409
408
|
value: `0x${string}`;
|
|
410
|
-
}, {
|
|
411
409
|
__kind: "Dot";
|
|
410
|
+
}, {
|
|
412
411
|
value: string;
|
|
412
|
+
__kind: "Dot";
|
|
413
413
|
}>, z.ZodObject<{
|
|
414
414
|
__kind: z.ZodLiteral<"Btc">;
|
|
415
415
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
416
416
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
417
417
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
418
418
|
}, "strip", z.ZodTypeAny, {
|
|
419
|
-
__kind: "P2PKH";
|
|
420
419
|
value: `0x${string}`;
|
|
421
|
-
}, {
|
|
422
420
|
__kind: "P2PKH";
|
|
421
|
+
}, {
|
|
423
422
|
value: string;
|
|
423
|
+
__kind: "P2PKH";
|
|
424
424
|
}>, z.ZodObject<{
|
|
425
425
|
__kind: z.ZodLiteral<"P2SH">;
|
|
426
426
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
427
427
|
}, "strip", z.ZodTypeAny, {
|
|
428
|
-
__kind: "P2SH";
|
|
429
428
|
value: `0x${string}`;
|
|
430
|
-
}, {
|
|
431
429
|
__kind: "P2SH";
|
|
430
|
+
}, {
|
|
432
431
|
value: string;
|
|
432
|
+
__kind: "P2SH";
|
|
433
433
|
}>, z.ZodObject<{
|
|
434
434
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
435
435
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
436
436
|
}, "strip", z.ZodTypeAny, {
|
|
437
|
-
__kind: "P2WPKH";
|
|
438
437
|
value: `0x${string}`;
|
|
439
|
-
}, {
|
|
440
438
|
__kind: "P2WPKH";
|
|
439
|
+
}, {
|
|
441
440
|
value: string;
|
|
441
|
+
__kind: "P2WPKH";
|
|
442
442
|
}>, z.ZodObject<{
|
|
443
443
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
444
444
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
445
445
|
}, "strip", z.ZodTypeAny, {
|
|
446
|
-
__kind: "P2WSH";
|
|
447
446
|
value: `0x${string}`;
|
|
448
|
-
}, {
|
|
449
447
|
__kind: "P2WSH";
|
|
448
|
+
}, {
|
|
450
449
|
value: string;
|
|
450
|
+
__kind: "P2WSH";
|
|
451
451
|
}>, z.ZodObject<{
|
|
452
452
|
__kind: z.ZodLiteral<"Taproot">;
|
|
453
453
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
454
454
|
}, "strip", z.ZodTypeAny, {
|
|
455
|
-
__kind: "Taproot";
|
|
456
455
|
value: `0x${string}`;
|
|
457
|
-
}, {
|
|
458
456
|
__kind: "Taproot";
|
|
457
|
+
}, {
|
|
459
458
|
value: string;
|
|
459
|
+
__kind: "Taproot";
|
|
460
460
|
}>, z.ZodObject<{
|
|
461
461
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
462
462
|
version: z.ZodNumber;
|
|
@@ -471,76 +471,76 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
471
471
|
program: string;
|
|
472
472
|
}>]>;
|
|
473
473
|
}, "strip", z.ZodTypeAny, {
|
|
474
|
-
__kind: "Btc";
|
|
475
474
|
value: {
|
|
476
|
-
__kind: "P2PKH";
|
|
477
475
|
value: `0x${string}`;
|
|
476
|
+
__kind: "P2PKH";
|
|
478
477
|
} | {
|
|
479
|
-
__kind: "P2SH";
|
|
480
478
|
value: `0x${string}`;
|
|
479
|
+
__kind: "P2SH";
|
|
481
480
|
} | {
|
|
482
|
-
__kind: "P2WPKH";
|
|
483
481
|
value: `0x${string}`;
|
|
482
|
+
__kind: "P2WPKH";
|
|
484
483
|
} | {
|
|
485
|
-
__kind: "P2WSH";
|
|
486
484
|
value: `0x${string}`;
|
|
485
|
+
__kind: "P2WSH";
|
|
487
486
|
} | {
|
|
488
|
-
__kind: "Taproot";
|
|
489
487
|
value: `0x${string}`;
|
|
488
|
+
__kind: "Taproot";
|
|
490
489
|
} | {
|
|
491
490
|
__kind: "OtherSegwit";
|
|
492
491
|
version: number;
|
|
493
492
|
program: `0x${string}`;
|
|
494
493
|
};
|
|
495
|
-
}, {
|
|
496
494
|
__kind: "Btc";
|
|
495
|
+
}, {
|
|
497
496
|
value: {
|
|
498
|
-
__kind: "P2PKH";
|
|
499
497
|
value: string;
|
|
498
|
+
__kind: "P2PKH";
|
|
500
499
|
} | {
|
|
501
|
-
__kind: "P2SH";
|
|
502
500
|
value: string;
|
|
501
|
+
__kind: "P2SH";
|
|
503
502
|
} | {
|
|
504
|
-
__kind: "P2WPKH";
|
|
505
503
|
value: string;
|
|
504
|
+
__kind: "P2WPKH";
|
|
506
505
|
} | {
|
|
507
|
-
__kind: "P2WSH";
|
|
508
506
|
value: string;
|
|
507
|
+
__kind: "P2WSH";
|
|
509
508
|
} | {
|
|
510
|
-
__kind: "Taproot";
|
|
511
509
|
value: string;
|
|
510
|
+
__kind: "Taproot";
|
|
512
511
|
} | {
|
|
513
512
|
__kind: "OtherSegwit";
|
|
514
513
|
version: number;
|
|
515
514
|
program: string;
|
|
516
515
|
};
|
|
516
|
+
__kind: "Btc";
|
|
517
517
|
}>, z.ZodObject<{
|
|
518
518
|
__kind: z.ZodLiteral<"Arb">;
|
|
519
519
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
520
520
|
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
__kind: "Arb";
|
|
522
521
|
value: `0x${string}`;
|
|
523
|
-
}, {
|
|
524
522
|
__kind: "Arb";
|
|
523
|
+
}, {
|
|
525
524
|
value: string;
|
|
525
|
+
__kind: "Arb";
|
|
526
526
|
}>, z.ZodObject<{
|
|
527
527
|
__kind: z.ZodLiteral<"Sol">;
|
|
528
528
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
529
529
|
}, "strip", z.ZodTypeAny, {
|
|
530
|
-
__kind: "Sol";
|
|
531
530
|
value: `0x${string}`;
|
|
532
|
-
}, {
|
|
533
531
|
__kind: "Sol";
|
|
532
|
+
}, {
|
|
534
533
|
value: string;
|
|
534
|
+
__kind: "Sol";
|
|
535
535
|
}>, z.ZodObject<{
|
|
536
536
|
__kind: z.ZodLiteral<"Hub">;
|
|
537
537
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
538
538
|
}, "strip", z.ZodTypeAny, {
|
|
539
|
-
__kind: "Hub";
|
|
540
539
|
value: `0x${string}`;
|
|
541
|
-
}, {
|
|
542
540
|
__kind: "Hub";
|
|
541
|
+
}, {
|
|
543
542
|
value: string;
|
|
543
|
+
__kind: "Hub";
|
|
544
544
|
}>]>>>;
|
|
545
545
|
}, "strip", z.ZodTypeAny, {
|
|
546
546
|
channelMetadata: {
|
|
@@ -550,42 +550,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
550
550
|
};
|
|
551
551
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
552
552
|
sourceAddress?: {
|
|
553
|
-
__kind: "Eth";
|
|
554
553
|
value: `0x${string}`;
|
|
554
|
+
__kind: "Eth";
|
|
555
555
|
} | {
|
|
556
|
-
__kind: "Dot";
|
|
557
556
|
value: `0x${string}`;
|
|
557
|
+
__kind: "Dot";
|
|
558
558
|
} | {
|
|
559
|
-
__kind: "Btc";
|
|
560
559
|
value: {
|
|
561
|
-
__kind: "P2PKH";
|
|
562
560
|
value: `0x${string}`;
|
|
561
|
+
__kind: "P2PKH";
|
|
563
562
|
} | {
|
|
564
|
-
__kind: "P2SH";
|
|
565
563
|
value: `0x${string}`;
|
|
564
|
+
__kind: "P2SH";
|
|
566
565
|
} | {
|
|
567
|
-
__kind: "P2WPKH";
|
|
568
566
|
value: `0x${string}`;
|
|
567
|
+
__kind: "P2WPKH";
|
|
569
568
|
} | {
|
|
570
|
-
__kind: "P2WSH";
|
|
571
569
|
value: `0x${string}`;
|
|
570
|
+
__kind: "P2WSH";
|
|
572
571
|
} | {
|
|
573
|
-
__kind: "Taproot";
|
|
574
572
|
value: `0x${string}`;
|
|
573
|
+
__kind: "Taproot";
|
|
575
574
|
} | {
|
|
576
575
|
__kind: "OtherSegwit";
|
|
577
576
|
version: number;
|
|
578
577
|
program: `0x${string}`;
|
|
579
578
|
};
|
|
579
|
+
__kind: "Btc";
|
|
580
580
|
} | {
|
|
581
|
-
__kind: "Arb";
|
|
582
581
|
value: `0x${string}`;
|
|
582
|
+
__kind: "Arb";
|
|
583
583
|
} | {
|
|
584
|
-
__kind: "Sol";
|
|
585
584
|
value: `0x${string}`;
|
|
585
|
+
__kind: "Sol";
|
|
586
586
|
} | {
|
|
587
|
-
__kind: "Hub";
|
|
588
587
|
value: `0x${string}`;
|
|
588
|
+
__kind: "Hub";
|
|
589
589
|
} | null | undefined;
|
|
590
590
|
}, {
|
|
591
591
|
channelMetadata: {
|
|
@@ -597,42 +597,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
597
597
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
598
598
|
};
|
|
599
599
|
sourceAddress?: {
|
|
600
|
-
__kind: "Eth";
|
|
601
600
|
value: string;
|
|
601
|
+
__kind: "Eth";
|
|
602
602
|
} | {
|
|
603
|
-
__kind: "Dot";
|
|
604
603
|
value: string;
|
|
604
|
+
__kind: "Dot";
|
|
605
605
|
} | {
|
|
606
|
-
__kind: "Btc";
|
|
607
606
|
value: {
|
|
608
|
-
__kind: "P2PKH";
|
|
609
607
|
value: string;
|
|
608
|
+
__kind: "P2PKH";
|
|
610
609
|
} | {
|
|
611
|
-
__kind: "P2SH";
|
|
612
610
|
value: string;
|
|
611
|
+
__kind: "P2SH";
|
|
613
612
|
} | {
|
|
614
|
-
__kind: "P2WPKH";
|
|
615
613
|
value: string;
|
|
614
|
+
__kind: "P2WPKH";
|
|
616
615
|
} | {
|
|
617
|
-
__kind: "P2WSH";
|
|
618
616
|
value: string;
|
|
617
|
+
__kind: "P2WSH";
|
|
619
618
|
} | {
|
|
620
|
-
__kind: "Taproot";
|
|
621
619
|
value: string;
|
|
620
|
+
__kind: "Taproot";
|
|
622
621
|
} | {
|
|
623
622
|
__kind: "OtherSegwit";
|
|
624
623
|
version: number;
|
|
625
624
|
program: string;
|
|
626
625
|
};
|
|
626
|
+
__kind: "Btc";
|
|
627
627
|
} | {
|
|
628
|
-
__kind: "Arb";
|
|
629
628
|
value: string;
|
|
629
|
+
__kind: "Arb";
|
|
630
630
|
} | {
|
|
631
|
-
__kind: "Sol";
|
|
632
631
|
value: string;
|
|
632
|
+
__kind: "Sol";
|
|
633
633
|
} | {
|
|
634
|
-
__kind: "Hub";
|
|
635
634
|
value: string;
|
|
635
|
+
__kind: "Hub";
|
|
636
636
|
} | null | undefined;
|
|
637
637
|
}>>>;
|
|
638
638
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -727,42 +727,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
727
727
|
};
|
|
728
728
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
729
729
|
sourceAddress?: {
|
|
730
|
-
__kind: "Eth";
|
|
731
730
|
value: `0x${string}`;
|
|
731
|
+
__kind: "Eth";
|
|
732
732
|
} | {
|
|
733
|
-
__kind: "Dot";
|
|
734
733
|
value: `0x${string}`;
|
|
734
|
+
__kind: "Dot";
|
|
735
735
|
} | {
|
|
736
|
-
__kind: "Btc";
|
|
737
736
|
value: {
|
|
738
|
-
__kind: "P2PKH";
|
|
739
737
|
value: `0x${string}`;
|
|
738
|
+
__kind: "P2PKH";
|
|
740
739
|
} | {
|
|
741
|
-
__kind: "P2SH";
|
|
742
740
|
value: `0x${string}`;
|
|
741
|
+
__kind: "P2SH";
|
|
743
742
|
} | {
|
|
744
|
-
__kind: "P2WPKH";
|
|
745
743
|
value: `0x${string}`;
|
|
744
|
+
__kind: "P2WPKH";
|
|
746
745
|
} | {
|
|
747
|
-
__kind: "P2WSH";
|
|
748
746
|
value: `0x${string}`;
|
|
747
|
+
__kind: "P2WSH";
|
|
749
748
|
} | {
|
|
750
|
-
__kind: "Taproot";
|
|
751
749
|
value: `0x${string}`;
|
|
750
|
+
__kind: "Taproot";
|
|
752
751
|
} | {
|
|
753
752
|
__kind: "OtherSegwit";
|
|
754
753
|
version: number;
|
|
755
754
|
program: `0x${string}`;
|
|
756
755
|
};
|
|
756
|
+
__kind: "Btc";
|
|
757
757
|
} | {
|
|
758
|
-
__kind: "Arb";
|
|
759
758
|
value: `0x${string}`;
|
|
759
|
+
__kind: "Arb";
|
|
760
760
|
} | {
|
|
761
|
-
__kind: "Sol";
|
|
762
761
|
value: `0x${string}`;
|
|
762
|
+
__kind: "Sol";
|
|
763
763
|
} | {
|
|
764
|
-
__kind: "Hub";
|
|
765
764
|
value: `0x${string}`;
|
|
765
|
+
__kind: "Hub";
|
|
766
766
|
} | null | undefined;
|
|
767
767
|
} | null | undefined;
|
|
768
768
|
brokerFee?: {
|
|
@@ -786,8 +786,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
786
786
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
787
787
|
};
|
|
788
788
|
destinationAddress: {
|
|
789
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
790
789
|
value: string;
|
|
790
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
791
791
|
};
|
|
792
792
|
affiliateFees: {
|
|
793
793
|
account: number;
|
|
@@ -811,42 +811,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
811
811
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
812
812
|
};
|
|
813
813
|
sourceAddress?: {
|
|
814
|
-
__kind: "Eth";
|
|
815
814
|
value: string;
|
|
815
|
+
__kind: "Eth";
|
|
816
816
|
} | {
|
|
817
|
-
__kind: "Dot";
|
|
818
817
|
value: string;
|
|
818
|
+
__kind: "Dot";
|
|
819
819
|
} | {
|
|
820
|
-
__kind: "Btc";
|
|
821
820
|
value: {
|
|
822
|
-
__kind: "P2PKH";
|
|
823
821
|
value: string;
|
|
822
|
+
__kind: "P2PKH";
|
|
824
823
|
} | {
|
|
825
|
-
__kind: "P2SH";
|
|
826
824
|
value: string;
|
|
825
|
+
__kind: "P2SH";
|
|
827
826
|
} | {
|
|
828
|
-
__kind: "P2WPKH";
|
|
829
827
|
value: string;
|
|
828
|
+
__kind: "P2WPKH";
|
|
830
829
|
} | {
|
|
831
|
-
__kind: "P2WSH";
|
|
832
830
|
value: string;
|
|
831
|
+
__kind: "P2WSH";
|
|
833
832
|
} | {
|
|
834
|
-
__kind: "Taproot";
|
|
835
833
|
value: string;
|
|
834
|
+
__kind: "Taproot";
|
|
836
835
|
} | {
|
|
837
836
|
__kind: "OtherSegwit";
|
|
838
837
|
version: number;
|
|
839
838
|
program: string;
|
|
840
839
|
};
|
|
840
|
+
__kind: "Btc";
|
|
841
841
|
} | {
|
|
842
|
-
__kind: "Arb";
|
|
843
842
|
value: string;
|
|
843
|
+
__kind: "Arb";
|
|
844
844
|
} | {
|
|
845
|
-
__kind: "Sol";
|
|
846
845
|
value: string;
|
|
846
|
+
__kind: "Sol";
|
|
847
847
|
} | {
|
|
848
|
-
__kind: "Hub";
|
|
849
848
|
value: string;
|
|
849
|
+
__kind: "Hub";
|
|
850
850
|
} | null | undefined;
|
|
851
851
|
} | null | undefined;
|
|
852
852
|
brokerFee?: {
|
|
@@ -907,42 +907,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
907
907
|
};
|
|
908
908
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
909
909
|
sourceAddress?: {
|
|
910
|
-
__kind: "Eth";
|
|
911
910
|
value: `0x${string}`;
|
|
911
|
+
__kind: "Eth";
|
|
912
912
|
} | {
|
|
913
|
-
__kind: "Dot";
|
|
914
913
|
value: `0x${string}`;
|
|
914
|
+
__kind: "Dot";
|
|
915
915
|
} | {
|
|
916
|
-
__kind: "Btc";
|
|
917
916
|
value: {
|
|
918
|
-
__kind: "P2PKH";
|
|
919
917
|
value: `0x${string}`;
|
|
918
|
+
__kind: "P2PKH";
|
|
920
919
|
} | {
|
|
921
|
-
__kind: "P2SH";
|
|
922
920
|
value: `0x${string}`;
|
|
921
|
+
__kind: "P2SH";
|
|
923
922
|
} | {
|
|
924
|
-
__kind: "P2WPKH";
|
|
925
923
|
value: `0x${string}`;
|
|
924
|
+
__kind: "P2WPKH";
|
|
926
925
|
} | {
|
|
927
|
-
__kind: "P2WSH";
|
|
928
926
|
value: `0x${string}`;
|
|
927
|
+
__kind: "P2WSH";
|
|
929
928
|
} | {
|
|
930
|
-
__kind: "Taproot";
|
|
931
929
|
value: `0x${string}`;
|
|
930
|
+
__kind: "Taproot";
|
|
932
931
|
} | {
|
|
933
932
|
__kind: "OtherSegwit";
|
|
934
933
|
version: number;
|
|
935
934
|
program: `0x${string}`;
|
|
936
935
|
};
|
|
936
|
+
__kind: "Btc";
|
|
937
937
|
} | {
|
|
938
|
-
__kind: "Arb";
|
|
939
938
|
value: `0x${string}`;
|
|
939
|
+
__kind: "Arb";
|
|
940
940
|
} | {
|
|
941
|
-
__kind: "Sol";
|
|
942
941
|
value: `0x${string}`;
|
|
942
|
+
__kind: "Sol";
|
|
943
943
|
} | {
|
|
944
|
-
__kind: "Hub";
|
|
945
944
|
value: `0x${string}`;
|
|
945
|
+
__kind: "Hub";
|
|
946
946
|
} | null | undefined;
|
|
947
947
|
} | null | undefined;
|
|
948
948
|
brokerFee?: {
|
|
@@ -969,8 +969,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
969
969
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
970
970
|
};
|
|
971
971
|
destinationAddress: {
|
|
972
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
973
972
|
value: string;
|
|
973
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
974
974
|
};
|
|
975
975
|
affiliateFees: {
|
|
976
976
|
account: number;
|
|
@@ -994,42 +994,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
994
994
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
995
995
|
};
|
|
996
996
|
sourceAddress?: {
|
|
997
|
-
__kind: "Eth";
|
|
998
997
|
value: string;
|
|
998
|
+
__kind: "Eth";
|
|
999
999
|
} | {
|
|
1000
|
-
__kind: "Dot";
|
|
1001
1000
|
value: string;
|
|
1001
|
+
__kind: "Dot";
|
|
1002
1002
|
} | {
|
|
1003
|
-
__kind: "Btc";
|
|
1004
1003
|
value: {
|
|
1005
|
-
__kind: "P2PKH";
|
|
1006
1004
|
value: string;
|
|
1005
|
+
__kind: "P2PKH";
|
|
1007
1006
|
} | {
|
|
1008
|
-
__kind: "P2SH";
|
|
1009
1007
|
value: string;
|
|
1008
|
+
__kind: "P2SH";
|
|
1010
1009
|
} | {
|
|
1011
|
-
__kind: "P2WPKH";
|
|
1012
1010
|
value: string;
|
|
1011
|
+
__kind: "P2WPKH";
|
|
1013
1012
|
} | {
|
|
1014
|
-
__kind: "P2WSH";
|
|
1015
1013
|
value: string;
|
|
1014
|
+
__kind: "P2WSH";
|
|
1016
1015
|
} | {
|
|
1017
|
-
__kind: "Taproot";
|
|
1018
1016
|
value: string;
|
|
1017
|
+
__kind: "Taproot";
|
|
1019
1018
|
} | {
|
|
1020
1019
|
__kind: "OtherSegwit";
|
|
1021
1020
|
version: number;
|
|
1022
1021
|
program: string;
|
|
1023
1022
|
};
|
|
1023
|
+
__kind: "Btc";
|
|
1024
1024
|
} | {
|
|
1025
|
-
__kind: "Arb";
|
|
1026
1025
|
value: string;
|
|
1026
|
+
__kind: "Arb";
|
|
1027
1027
|
} | {
|
|
1028
|
-
__kind: "Sol";
|
|
1029
1028
|
value: string;
|
|
1029
|
+
__kind: "Sol";
|
|
1030
1030
|
} | {
|
|
1031
|
-
__kind: "Hub";
|
|
1032
1031
|
value: string;
|
|
1032
|
+
__kind: "Hub";
|
|
1033
1033
|
} | null | undefined;
|
|
1034
1034
|
} | null | undefined;
|
|
1035
1035
|
brokerFee?: {
|
|
@@ -1051,7 +1051,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1051
1051
|
} | {
|
|
1052
1052
|
__kind: "TransactionRejectedByBroker";
|
|
1053
1053
|
} | {
|
|
1054
|
-
__kind: "DepositWitnessRejected";
|
|
1055
1054
|
value: {
|
|
1056
1055
|
__kind: "Other";
|
|
1057
1056
|
} | {
|
|
@@ -1059,11 +1058,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1059
1058
|
} | {
|
|
1060
1059
|
__kind: "BadOrigin";
|
|
1061
1060
|
} | {
|
|
1062
|
-
__kind: "Module";
|
|
1063
1061
|
value: {
|
|
1064
1062
|
index: number;
|
|
1065
1063
|
error: `0x${string}`;
|
|
1066
1064
|
};
|
|
1065
|
+
__kind: "Module";
|
|
1067
1066
|
} | {
|
|
1068
1067
|
__kind: "ConsumerRemaining";
|
|
1069
1068
|
} | {
|
|
@@ -1071,14 +1070,14 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1071
1070
|
} | {
|
|
1072
1071
|
__kind: "TooManyConsumers";
|
|
1073
1072
|
} | {
|
|
1073
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1074
1074
|
__kind: "Token";
|
|
1075
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1076
1075
|
} | {
|
|
1077
|
-
__kind: "Arithmetic";
|
|
1078
1076
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1077
|
+
__kind: "Arithmetic";
|
|
1079
1078
|
} | {
|
|
1080
|
-
__kind: "Transactional";
|
|
1081
1079
|
value: "LimitReached" | "NoLayer";
|
|
1080
|
+
__kind: "Transactional";
|
|
1082
1081
|
} | {
|
|
1083
1082
|
__kind: "Exhausted";
|
|
1084
1083
|
} | {
|
|
@@ -1088,6 +1087,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1088
1087
|
} | {
|
|
1089
1088
|
__kind: "RootNotAllowed";
|
|
1090
1089
|
};
|
|
1090
|
+
__kind: "DepositWitnessRejected";
|
|
1091
1091
|
};
|
|
1092
1092
|
details: {
|
|
1093
1093
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
@@ -1148,42 +1148,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1148
1148
|
};
|
|
1149
1149
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1150
1150
|
sourceAddress?: {
|
|
1151
|
-
__kind: "Eth";
|
|
1152
1151
|
value: `0x${string}`;
|
|
1152
|
+
__kind: "Eth";
|
|
1153
1153
|
} | {
|
|
1154
|
-
__kind: "Dot";
|
|
1155
1154
|
value: `0x${string}`;
|
|
1155
|
+
__kind: "Dot";
|
|
1156
1156
|
} | {
|
|
1157
|
-
__kind: "Btc";
|
|
1158
1157
|
value: {
|
|
1159
|
-
__kind: "P2PKH";
|
|
1160
1158
|
value: `0x${string}`;
|
|
1159
|
+
__kind: "P2PKH";
|
|
1161
1160
|
} | {
|
|
1162
|
-
__kind: "P2SH";
|
|
1163
1161
|
value: `0x${string}`;
|
|
1162
|
+
__kind: "P2SH";
|
|
1164
1163
|
} | {
|
|
1165
|
-
__kind: "P2WPKH";
|
|
1166
1164
|
value: `0x${string}`;
|
|
1165
|
+
__kind: "P2WPKH";
|
|
1167
1166
|
} | {
|
|
1168
|
-
__kind: "P2WSH";
|
|
1169
1167
|
value: `0x${string}`;
|
|
1168
|
+
__kind: "P2WSH";
|
|
1170
1169
|
} | {
|
|
1171
|
-
__kind: "Taproot";
|
|
1172
1170
|
value: `0x${string}`;
|
|
1171
|
+
__kind: "Taproot";
|
|
1173
1172
|
} | {
|
|
1174
1173
|
__kind: "OtherSegwit";
|
|
1175
1174
|
version: number;
|
|
1176
1175
|
program: `0x${string}`;
|
|
1177
1176
|
};
|
|
1177
|
+
__kind: "Btc";
|
|
1178
1178
|
} | {
|
|
1179
|
-
__kind: "Arb";
|
|
1180
1179
|
value: `0x${string}`;
|
|
1180
|
+
__kind: "Arb";
|
|
1181
1181
|
} | {
|
|
1182
|
-
__kind: "Sol";
|
|
1183
1182
|
value: `0x${string}`;
|
|
1183
|
+
__kind: "Sol";
|
|
1184
1184
|
} | {
|
|
1185
|
-
__kind: "Hub";
|
|
1186
1185
|
value: `0x${string}`;
|
|
1186
|
+
__kind: "Hub";
|
|
1187
1187
|
} | null | undefined;
|
|
1188
1188
|
} | null | undefined;
|
|
1189
1189
|
brokerFee?: {
|
|
@@ -1205,7 +1205,6 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1205
1205
|
} | {
|
|
1206
1206
|
__kind: "TransactionRejectedByBroker";
|
|
1207
1207
|
} | {
|
|
1208
|
-
__kind: "DepositWitnessRejected";
|
|
1209
1208
|
value: {
|
|
1210
1209
|
__kind: "Other";
|
|
1211
1210
|
} | {
|
|
@@ -1213,11 +1212,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1213
1212
|
} | {
|
|
1214
1213
|
__kind: "BadOrigin";
|
|
1215
1214
|
} | {
|
|
1216
|
-
__kind: "Module";
|
|
1217
1215
|
value: {
|
|
1218
1216
|
index: number;
|
|
1219
1217
|
error: string;
|
|
1220
1218
|
};
|
|
1219
|
+
__kind: "Module";
|
|
1221
1220
|
} | {
|
|
1222
1221
|
__kind: "ConsumerRemaining";
|
|
1223
1222
|
} | {
|
|
@@ -1225,20 +1224,20 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1225
1224
|
} | {
|
|
1226
1225
|
__kind: "TooManyConsumers";
|
|
1227
1226
|
} | {
|
|
1228
|
-
__kind: "Token";
|
|
1229
1227
|
value: {
|
|
1230
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1228
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1231
1229
|
};
|
|
1230
|
+
__kind: "Token";
|
|
1232
1231
|
} | {
|
|
1233
|
-
__kind: "Arithmetic";
|
|
1234
1232
|
value: {
|
|
1235
1233
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1236
1234
|
};
|
|
1235
|
+
__kind: "Arithmetic";
|
|
1237
1236
|
} | {
|
|
1238
|
-
__kind: "Transactional";
|
|
1239
1237
|
value: {
|
|
1240
1238
|
__kind: "LimitReached" | "NoLayer";
|
|
1241
1239
|
};
|
|
1240
|
+
__kind: "Transactional";
|
|
1242
1241
|
} | {
|
|
1243
1242
|
__kind: "Exhausted";
|
|
1244
1243
|
} | {
|
|
@@ -1248,6 +1247,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1248
1247
|
} | {
|
|
1249
1248
|
__kind: "RootNotAllowed";
|
|
1250
1249
|
};
|
|
1250
|
+
__kind: "DepositWitnessRejected";
|
|
1251
1251
|
};
|
|
1252
1252
|
details: {
|
|
1253
1253
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
@@ -1276,8 +1276,8 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1276
1276
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1277
1277
|
};
|
|
1278
1278
|
destinationAddress: {
|
|
1279
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1280
1279
|
value: string;
|
|
1280
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1281
1281
|
};
|
|
1282
1282
|
affiliateFees: {
|
|
1283
1283
|
account: number;
|
|
@@ -1301,42 +1301,42 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1301
1301
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1302
1302
|
};
|
|
1303
1303
|
sourceAddress?: {
|
|
1304
|
-
__kind: "Eth";
|
|
1305
1304
|
value: string;
|
|
1305
|
+
__kind: "Eth";
|
|
1306
1306
|
} | {
|
|
1307
|
-
__kind: "Dot";
|
|
1308
1307
|
value: string;
|
|
1308
|
+
__kind: "Dot";
|
|
1309
1309
|
} | {
|
|
1310
|
-
__kind: "Btc";
|
|
1311
1310
|
value: {
|
|
1312
|
-
__kind: "P2PKH";
|
|
1313
1311
|
value: string;
|
|
1312
|
+
__kind: "P2PKH";
|
|
1314
1313
|
} | {
|
|
1315
|
-
__kind: "P2SH";
|
|
1316
1314
|
value: string;
|
|
1315
|
+
__kind: "P2SH";
|
|
1317
1316
|
} | {
|
|
1318
|
-
__kind: "P2WPKH";
|
|
1319
1317
|
value: string;
|
|
1318
|
+
__kind: "P2WPKH";
|
|
1320
1319
|
} | {
|
|
1321
|
-
__kind: "P2WSH";
|
|
1322
1320
|
value: string;
|
|
1321
|
+
__kind: "P2WSH";
|
|
1323
1322
|
} | {
|
|
1324
|
-
__kind: "Taproot";
|
|
1325
1323
|
value: string;
|
|
1324
|
+
__kind: "Taproot";
|
|
1326
1325
|
} | {
|
|
1327
1326
|
__kind: "OtherSegwit";
|
|
1328
1327
|
version: number;
|
|
1329
1328
|
program: string;
|
|
1330
1329
|
};
|
|
1330
|
+
__kind: "Btc";
|
|
1331
1331
|
} | {
|
|
1332
|
-
__kind: "Arb";
|
|
1333
1332
|
value: string;
|
|
1333
|
+
__kind: "Arb";
|
|
1334
1334
|
} | {
|
|
1335
|
-
__kind: "Sol";
|
|
1336
1335
|
value: string;
|
|
1336
|
+
__kind: "Sol";
|
|
1337
1337
|
} | {
|
|
1338
|
-
__kind: "Hub";
|
|
1339
1338
|
value: string;
|
|
1339
|
+
__kind: "Hub";
|
|
1340
1340
|
} | null | undefined;
|
|
1341
1341
|
} | null | undefined;
|
|
1342
1342
|
brokerFee?: {
|