@chainflip/processor 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/accountRoles/accountRoleRegistered.d.cts +2 -2
- package/dist/100/accountRoles/accountRoleRegistered.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/100/bitcoinVault/keyHandoverFailureReported.d.cts +1 -1
- package/dist/100/bitcoinVault/keyHandoverFailureReported.d.ts +1 -1
- package/dist/100/bitcoinVault/keyHandoverRequest.d.cts +4 -4
- package/dist/100/bitcoinVault/keyHandoverRequest.d.ts +4 -4
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/100/bitcoinVault/keygenFailureReported.d.cts +1 -1
- package/dist/100/bitcoinVault/keygenFailureReported.d.ts +1 -1
- package/dist/100/bitcoinVault/keygenRequest.d.cts +2 -2
- package/dist/100/bitcoinVault/keygenRequest.d.ts +2 -2
- package/dist/100/bitcoinVault/keygenSuccessReported.d.cts +1 -1
- package/dist/100/bitcoinVault/keygenSuccessReported.d.ts +1 -1
- package/dist/100/common.d.cts +62 -62
- package/dist/100/common.d.ts +62 -62
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/100/ethereumVault/keyHandoverFailureReported.d.cts +1 -1
- package/dist/100/ethereumVault/keyHandoverFailureReported.d.ts +1 -1
- package/dist/100/ethereumVault/keyHandoverRequest.d.cts +4 -4
- package/dist/100/ethereumVault/keyHandoverRequest.d.ts +4 -4
- package/dist/100/ethereumVault/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/100/ethereumVault/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/100/ethereumVault/keygenFailureReported.d.cts +1 -1
- package/dist/100/ethereumVault/keygenFailureReported.d.ts +1 -1
- package/dist/100/ethereumVault/keygenRequest.d.cts +2 -2
- package/dist/100/ethereumVault/keygenRequest.d.ts +2 -2
- package/dist/100/ethereumVault/keygenSuccessReported.d.cts +1 -1
- package/dist/100/ethereumVault/keygenSuccessReported.d.ts +1 -1
- package/dist/100/flip/accountReaped.d.cts +2 -2
- package/dist/100/flip/accountReaped.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +8 -8
- package/dist/100/flip/remainingImbalance.d.ts +8 -8
- package/dist/100/flip/slashingPerformed.d.cts +2 -2
- package/dist/100/flip/slashingPerformed.d.ts +2 -2
- 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/redemptionAmountZero.d.cts +2 -2
- package/dist/100/funding/redemptionAmountZero.d.ts +2 -2
- package/dist/100/funding/redemptionExpired.d.cts +2 -2
- package/dist/100/funding/redemptionExpired.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/funding/redemptionSettled.d.cts +1 -1
- package/dist/100/funding/redemptionSettled.d.ts +1 -1
- package/dist/100/funding/startedBidding.d.cts +2 -2
- package/dist/100/funding/startedBidding.d.ts +2 -2
- package/dist/100/funding/stoppedBidding.d.cts +2 -2
- package/dist/100/funding/stoppedBidding.d.ts +2 -2
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/100/polkadotVault/keyHandoverFailureReported.d.cts +1 -1
- package/dist/100/polkadotVault/keyHandoverFailureReported.d.ts +1 -1
- package/dist/100/polkadotVault/keyHandoverRequest.d.cts +4 -4
- package/dist/100/polkadotVault/keyHandoverRequest.d.ts +4 -4
- package/dist/100/polkadotVault/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/100/polkadotVault/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/100/polkadotVault/keygenFailureReported.d.cts +1 -1
- package/dist/100/polkadotVault/keygenFailureReported.d.ts +1 -1
- package/dist/100/polkadotVault/keygenRequest.d.cts +2 -2
- package/dist/100/polkadotVault/keygenRequest.d.ts +2 -2
- package/dist/100/polkadotVault/keygenSuccessReported.d.cts +1 -1
- package/dist/100/polkadotVault/keygenSuccessReported.d.ts +1 -1
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- 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/system/extrinsicFailed.d.cts +16 -16
- package/dist/100/system/extrinsicFailed.d.ts +16 -16
- package/dist/100/system/killedAccount.d.cts +2 -2
- package/dist/100/system/killedAccount.d.ts +2 -2
- package/dist/100/system/newAccount.d.cts +2 -2
- package/dist/100/system/newAccount.d.ts +2 -2
- package/dist/100/system/remarked.d.cts +2 -2
- package/dist/100/system/remarked.d.ts +2 -2
- package/dist/100/transactionPayment/transactionFeePaid.d.cts +2 -2
- package/dist/100/transactionPayment/transactionFeePaid.d.ts +2 -2
- package/dist/100/validator/auctionCompleted.d.cts +1 -1
- package/dist/100/validator/auctionCompleted.d.ts +1 -1
- package/dist/100/validator/cFEVersionUpdated.d.cts +2 -2
- package/dist/100/validator/cFEVersionUpdated.d.ts +2 -2
- package/dist/100/validator/peerIdRegistered.d.cts +1 -1
- package/dist/100/validator/peerIdRegistered.d.ts +1 -1
- package/dist/100/validator/peerIdUnregistered.d.cts +1 -1
- package/dist/100/validator/peerIdUnregistered.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +60 -60
- package/dist/100/validator/rotationPhaseUpdated.d.ts +60 -60
- package/dist/100/validator/vanityNameSet.d.cts +1 -1
- package/dist/100/validator/vanityNameSet.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/102/accountRoles/accountRoleRegistered.d.cts +2 -2
- package/dist/102/accountRoles/accountRoleRegistered.d.ts +2 -2
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- 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 +39 -39
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +39 -39
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11000/common.d.cts +61 -61
- package/dist/11000/common.d.ts +61 -61
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11000/funding/rebalance.d.cts +4 -4
- package/dist/11000/funding/rebalance.d.ts +4 -4
- 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/polkadotIngressEgress/depositFailed.d.cts +55 -55
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +55 -55
- 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 +45 -45
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +45 -45
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/swapping/refundedOnChain.d.cts +2 -2
- package/dist/11000/swapping/refundedOnChain.d.ts +2 -2
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +5 -5
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +5 -5
- package/dist/11000/swapping/swapRequested.d.cts +20 -20
- package/dist/11000/swapping/swapRequested.d.ts +20 -20
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +4 -4
- package/dist/11000/tradingStrategy/strategyDeployed.d.ts +4 -4
- package/dist/111/common.d.cts +1 -1
- package/dist/111/common.d.ts +1 -1
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.cts +2 -2
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.ts +2 -2
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.ts +2 -2
- package/dist/11100/accountRoles/accountRoleDeregistered.d.cts +2 -2
- package/dist/11100/accountRoles/accountRoleDeregistered.d.ts +2 -2
- package/dist/11100/accountRoles/accountRoleRegistered.d.cts +2 -2
- package/dist/11100/accountRoles/accountRoleRegistered.d.ts +2 -2
- package/dist/11100/accountRoles/subAccountCallExecuted.d.cts +4 -4
- package/dist/11100/accountRoles/subAccountCallExecuted.d.ts +4 -4
- package/dist/11100/accountRoles/subAccountCreated.d.cts +4 -4
- package/dist/11100/accountRoles/subAccountCreated.d.ts +4 -4
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11100/common.d.cts +109 -109
- package/dist/11100/common.d.ts +109 -109
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11100/flip/bondUpdated.d.cts +2 -2
- package/dist/11100/flip/bondUpdated.d.ts +2 -2
- package/dist/11100/flip/flipMinted.d.cts +3 -3
- package/dist/11100/flip/flipMinted.d.ts +3 -3
- 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 +6 -6
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +6 -6
- package/dist/11100/funding/sCCallExecuted.d.cts +6 -6
- package/dist/11100/funding/sCCallExecuted.d.ts +6 -6
- package/dist/11100/lendingPools/collateralAdded.d.cts +2 -2
- package/dist/11100/lendingPools/collateralAdded.d.ts +2 -2
- package/dist/11100/lendingPools/collateralRemoved.d.cts +2 -2
- package/dist/11100/lendingPools/collateralRemoved.d.ts +2 -2
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/11100/lendingPools/lendingFundsAdded.d.ts +2 -2
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +2 -2
- package/dist/11100/lendingPools/lendingFundsRemoved.d.ts +2 -2
- package/dist/11100/lendingPools/liquidationInitiated.d.cts +2 -2
- package/dist/11100/lendingPools/liquidationInitiated.d.ts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.cts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.ts +2 -2
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +35 -35
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +35 -35
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +171 -171
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +171 -171
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +56 -56
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +56 -56
- 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 +404 -404
- package/dist/11100/swapping/swapRequested.d.ts +404 -404
- package/dist/11100/validator/delegated.d.cts +4 -4
- package/dist/11100/validator/delegated.d.ts +4 -4
- package/dist/11100/validator/delegatorAllowed.d.cts +4 -4
- package/dist/11100/validator/delegatorAllowed.d.ts +4 -4
- package/dist/11100/validator/delegatorBlocked.d.cts +4 -4
- package/dist/11100/validator/delegatorBlocked.d.ts +4 -4
- package/dist/11100/validator/maxBidUpdated.d.cts +2 -2
- package/dist/11100/validator/maxBidUpdated.d.ts +2 -2
- package/dist/11100/validator/operatorAcceptedByValidator.d.cts +4 -4
- package/dist/11100/validator/operatorAcceptedByValidator.d.ts +4 -4
- package/dist/11100/validator/operatorSettingsUpdated.d.cts +2 -2
- package/dist/11100/validator/operatorSettingsUpdated.d.ts +2 -2
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +35 -35
- package/dist/11100/validator/rotationPhaseUpdated.d.ts +35 -35
- package/dist/11100/validator/unDelegationFinalized.d.cts +2 -2
- package/dist/11100/validator/unDelegationFinalized.d.ts +2 -2
- package/dist/11100/validator/undelegated.d.cts +4 -4
- package/dist/11100/validator/undelegated.d.ts +4 -4
- package/dist/11100/validator/validatorClaimed.d.cts +4 -4
- package/dist/11100/validator/validatorClaimed.d.ts +4 -4
- package/dist/11100/validator/validatorRemovedFromOperator.d.cts +4 -4
- package/dist/11100/validator/validatorRemovedFromOperator.d.ts +4 -4
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +3 -3
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.ts +3 -3
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +189 -189
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.ts +189 -189
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +3 -3
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.ts +3 -3
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/11200/assethubIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +189 -189
- package/dist/11200/assethubIngressEgress/depositFailed.d.ts +189 -189
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/11200/assethubIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +23 -23
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +23 -23
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +25 -25
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +25 -25
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +311 -311
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +311 -311
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +25 -25
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +25 -25
- package/dist/11200/common.d.cts +77 -77
- package/dist/11200/common.d.ts +77 -77
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +3 -3
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.ts +3 -3
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +189 -189
- package/dist/11200/ethereumIngressEgress/depositFailed.d.ts +189 -189
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11200/polkadotIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/11200/solanaIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +5 -5
- package/dist/11200/solanaIngressEgress/depositFailed.d.ts +5 -5
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/11200/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/11200/swapping/swapRequested.d.cts +21 -21
- package/dist/11200/swapping/swapRequested.d.ts +21 -21
- package/dist/11200/validator/operatorSettingsUpdated.d.cts +2 -2
- package/dist/11200/validator/operatorSettingsUpdated.d.ts +2 -2
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +3 -3
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +3 -3
- package/dist/120/common.d.cts +7 -7
- package/dist/120/common.d.ts +7 -7
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +3 -3
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +3 -3
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +3 -3
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +3 -3
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +3 -3
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +3 -3
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.cts +1 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.ts +1 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.cts +4 -4
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.ts +4 -4
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.cts +1 -1
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.ts +1 -1
- package/dist/131/bitcoinThresholdSigner/keygenRequest.d.cts +2 -2
- package/dist/131/bitcoinThresholdSigner/keygenRequest.d.ts +2 -2
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.cts +1 -1
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.ts +1 -1
- package/dist/131/common.d.cts +5 -5
- package/dist/131/common.d.ts +5 -5
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +3 -3
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +3 -3
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.cts +1 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.ts +1 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.cts +4 -4
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.ts +4 -4
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.cts +1 -1
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.ts +1 -1
- package/dist/131/ethereumThresholdSigner/keygenRequest.d.cts +2 -2
- package/dist/131/ethereumThresholdSigner/keygenRequest.d.ts +2 -2
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.cts +1 -1
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.ts +1 -1
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.cts +1 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.ts +1 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.cts +4 -4
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.ts +4 -4
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.cts +1 -1
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.ts +1 -1
- package/dist/131/polkadotThresholdSigner/keygenRequest.d.cts +2 -2
- package/dist/131/polkadotThresholdSigner/keygenRequest.d.ts +2 -2
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.cts +1 -1
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.ts +1 -1
- package/dist/131/reputation/offencePenalty.d.cts +2 -2
- package/dist/131/reputation/offencePenalty.d.ts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +14 -14
- package/dist/131/swapping/swapScheduled.d.ts +14 -14
- package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/accountRoles/accountRoleDeregistered.d.cts +2 -2
- package/dist/141/accountRoles/accountRoleDeregistered.d.ts +2 -2
- package/dist/141/accountRoles/vanityNameSet.d.cts +2 -2
- package/dist/141/accountRoles/vanityNameSet.d.ts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.ts +2 -2
- 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 +3 -3
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/common.d.cts +55 -55
- package/dist/141/common.d.ts +55 -55
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.cts +1 -1
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.ts +1 -1
- package/dist/141/evmThresholdSigner/keyHandoverRequest.d.cts +4 -4
- package/dist/141/evmThresholdSigner/keyHandoverRequest.d.ts +4 -4
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/141/evmThresholdSigner/keygenFailureReported.d.cts +1 -1
- package/dist/141/evmThresholdSigner/keygenFailureReported.d.ts +1 -1
- package/dist/141/evmThresholdSigner/keygenRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/keygenRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/keygenSuccessReported.d.cts +1 -1
- package/dist/141/evmThresholdSigner/keygenSuccessReported.d.ts +1 -1
- 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/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/141/liquidityPools/rangeOrderUpdated.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 +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.ts +4 -4
- 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/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.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 +29 -29
- package/dist/141/swapping/swapDepositAddressReady.d.ts +29 -29
- 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/141/validator/rotationPhaseUpdated.d.cts +51 -51
- package/dist/141/validator/rotationPhaseUpdated.d.ts +51 -51
- package/dist/141/validator/startedBidding.d.cts +2 -2
- package/dist/141/validator/startedBidding.d.ts +2 -2
- package/dist/141/validator/stoppedBidding.d.cts +2 -2
- package/dist/141/validator/stoppedBidding.d.ts +2 -2
- package/dist/141/witnesser/reportedWitnessingFailures.d.cts +2 -2
- package/dist/141/witnesser/reportedWitnessingFailures.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +97 -97
- package/dist/150/assetBalances/refundSkipped.d.ts +97 -97
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/common.d.cts +13 -13
- package/dist/150/common.d.ts +13 -13
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/150/liquidityProvider/assetTransferred.d.ts +4 -4
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.cts +1 -1
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.ts +1 -1
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.cts +1 -1
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.ts +1 -1
- package/dist/150/solanaThresholdSigner/keygenFailureReported.d.cts +1 -1
- package/dist/150/solanaThresholdSigner/keygenFailureReported.d.ts +1 -1
- package/dist/150/solanaThresholdSigner/keygenRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/keygenRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.cts +1 -1
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.ts +1 -1
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/150/swapping/swapDepositAddressReady.d.ts +28 -28
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +11 -11
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +11 -11
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/160/assetBalances/accountCredited.d.cts +4 -4
- package/dist/160/assetBalances/accountCredited.d.ts +4 -4
- package/dist/160/assetBalances/accountDebited.d.cts +4 -4
- package/dist/160/assetBalances/accountDebited.d.ts +4 -4
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +31 -31
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +31 -31
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +29 -29
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +29 -29
- package/dist/160/common.d.cts +13 -13
- package/dist/160/common.d.ts +13 -13
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/160/liquidityProvider/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/160/polkadotIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.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/depositBoosted.d.cts +3 -3
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/160/swapping/swapDepositAddressReady.d.cts +3 -3
- package/dist/160/swapping/swapDepositAddressReady.d.ts +3 -3
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +33 -33
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +33 -33
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +33 -33
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +33 -33
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.ts +2 -2
- package/dist/170/common.d.cts +3 -3
- package/dist/170/common.d.ts +3 -3
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.ts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +2 -2
- package/dist/170/reputation/offencePenalty.d.ts +2 -2
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.ts +2 -2
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +172 -172
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +172 -172
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/unknownBroker.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/unknownBroker.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +5 -5
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +5 -5
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/unknownBroker.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/unknownBroker.d.ts +2 -2
- package/dist/180/common.d.cts +52 -52
- package/dist/180/common.d.ts +52 -52
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +184 -184
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +184 -184
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/unknownAffiliate.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/unknownAffiliate.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/unknownBroker.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/unknownBroker.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +5 -5
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +5 -5
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/unknownAffiliate.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/unknownAffiliate.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/unknownBroker.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/unknownBroker.d.ts +2 -2
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- 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 +9 -9
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +166 -166
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +166 -166
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +3 -3
- 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/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.ts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.ts +2 -2
- package/dist/180/solanaIngressEgress/unknownAffiliate.d.cts +2 -2
- package/dist/180/solanaIngressEgress/unknownAffiliate.d.ts +2 -2
- package/dist/180/solanaIngressEgress/unknownBroker.d.cts +2 -2
- package/dist/180/solanaIngressEgress/unknownBroker.d.ts +2 -2
- package/dist/180/swapping/affiliateRegistration.d.cts +4 -4
- package/dist/180/swapping/affiliateRegistration.d.ts +4 -4
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +3 -3
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +3 -3
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +3 -3
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +3 -3
- package/dist/180/swapping/swapDepositAddressReady.d.cts +6 -6
- package/dist/180/swapping/swapDepositAddressReady.d.ts +6 -6
- package/dist/180/swapping/swapRequested.d.cts +11 -11
- package/dist/180/swapping/swapRequested.d.ts +11 -11
- package/dist/180/swapping/withdrawalRequested.d.cts +2 -2
- package/dist/180/swapping/withdrawalRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +11 -11
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +11 -11
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +15 -15
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +15 -15
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +11 -11
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +11 -11
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.ts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.ts +4 -4
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/190/assethubIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +5 -5
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +5 -5
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/190/assethubIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.ts +2 -2
- package/dist/190/assethubIngressEgress/unknownAffiliate.d.cts +2 -2
- package/dist/190/assethubIngressEgress/unknownAffiliate.d.ts +2 -2
- package/dist/190/assethubIngressEgress/unknownBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/unknownBroker.d.ts +2 -2
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +5 -5
- package/dist/190/bitcoinIngressEgress/depositFailed.d.ts +5 -5
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/190/common.d.cts +73 -73
- package/dist/190/common.d.ts +73 -73
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +5 -5
- package/dist/190/ethereumIngressEgress/depositFailed.d.ts +5 -5
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +13 -13
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +13 -13
- 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 +13 -13
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +13 -13
- package/dist/190/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/190/liquidityProvider/assetTransferred.d.ts +4 -4
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +5 -5
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +5 -5
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/190/reputation/offencePenalty.d.cts +2 -2
- package/dist/190/reputation/offencePenalty.d.ts +2 -2
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +3 -3
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +3 -3
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +5 -5
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +5 -5
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +2 -2
- package/dist/190/swapping/creditedOnChain.d.ts +2 -2
- package/dist/190/swapping/refundedOnChain.d.cts +2 -2
- package/dist/190/swapping/refundedOnChain.d.ts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +5 -5
- package/dist/190/swapping/swapDepositAddressReady.d.ts +5 -5
- package/dist/190/swapping/swapRequested.d.cts +20 -20
- package/dist/190/swapping/swapRequested.d.ts +20 -20
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.d.cts +2 -2
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.d.ts +2 -2
- package/dist/190/swapping/withdrawalRequested.d.cts +2 -2
- package/dist/190/swapping/withdrawalRequested.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/strategyClosed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyClosed.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +4 -4
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +4 -4
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +10 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.d.cts +17 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.d.ts +17 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.mjs +10 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +10 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.d.cts +17 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.d.ts +17 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.mjs +10 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +10 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.d.cts +17 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.d.ts +17 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.mjs +10 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.d.cts +11 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.d.ts +11 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.mjs +8 -0
- package/dist/200/common.cjs +14 -12
- package/dist/200/common.d.cts +84 -66
- package/dist/200/common.d.ts +84 -66
- package/dist/200/common.mjs +17 -15
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +9 -0
- package/dist/200/environment/runtimeSafeModeUpdated.d.ts +9 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +10 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.d.cts +17 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.d.ts +17 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.mjs +10 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +6 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.d.cts +11 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.d.ts +11 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.mjs +6 -0
- package/dist/200/funding/funded.d.cts +2 -2
- package/dist/200/funding/funded.d.ts +2 -2
- package/dist/200/lendingPools/collateralAdded.d.cts +2 -2
- package/dist/200/lendingPools/collateralAdded.d.ts +2 -2
- package/dist/200/lendingPools/collateralRemoved.d.cts +2 -2
- package/dist/200/lendingPools/collateralRemoved.d.ts +2 -2
- package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +10 -0
- package/dist/200/lendingPools/{primaryCollateralAssetUpdated.d.cts → collateralTopupAssetUpdated.d.cts} +9 -9
- package/dist/200/lendingPools/{primaryCollateralAssetUpdated.d.ts → collateralTopupAssetUpdated.d.ts} +9 -9
- package/dist/200/lendingPools/collateralTopupAssetUpdated.mjs +10 -0
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.ts +2 -2
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsRemoved.d.ts +2 -2
- package/dist/200/lendingPools/liquidationCompleted.d.cts +2 -2
- package/dist/200/lendingPools/liquidationCompleted.d.ts +2 -2
- package/dist/200/lendingPools/liquidationInitiated.d.cts +2 -2
- package/dist/200/lendingPools/liquidationInitiated.d.ts +2 -2
- package/dist/200/lendingPools/loanCreated.d.cts +5 -5
- package/dist/200/lendingPools/loanCreated.d.ts +5 -5
- package/dist/200/lendingPools/palletConfigUpdated.d.cts +12 -7
- package/dist/200/lendingPools/palletConfigUpdated.d.ts +12 -7
- package/dist/200/lendingPools/whitelistUpdated.d.cts +9 -9
- package/dist/200/lendingPools/whitelistUpdated.d.ts +9 -9
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +10 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.d.cts +17 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.d.ts +17 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.mjs +10 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.d.cts +11 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.d.ts +11 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.mjs +8 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +10 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.d.cts +17 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.d.ts +17 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.mjs +10 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +6 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.d.cts +11 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.d.ts +11 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.mjs +6 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.cjs +1 -2
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +41 -213
- package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +41 -213
- package/dist/200/swapping/accountCreationDepositAddressReady.mjs +1 -2
- package/dist/200/swapping/swapRequested.d.cts +43 -43
- package/dist/200/swapping/swapRequested.d.ts +43 -43
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +2 -2
- package/dist/generate.cjs +1078 -0
- package/dist/generate.d.cts +3 -0
- package/dist/generate.d.ts +3 -0
- package/dist/generate.mjs +1046 -0
- package/package.json +2 -2
- package/dist/200/lendingPools/primaryCollateralAssetUpdated.cjs +0 -10
- package/dist/200/lendingPools/primaryCollateralAssetUpdated.mjs +0 -10
|
@@ -53,17 +53,17 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
53
53
|
error: string;
|
|
54
54
|
}>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
+
__kind: "Module";
|
|
56
57
|
value: {
|
|
57
58
|
index: number;
|
|
58
59
|
error: `0x${string}`;
|
|
59
60
|
};
|
|
60
|
-
__kind: "Module";
|
|
61
61
|
}, {
|
|
62
|
+
__kind: "Module";
|
|
62
63
|
value: {
|
|
63
64
|
index: number;
|
|
64
65
|
error: string;
|
|
65
66
|
};
|
|
66
|
-
__kind: "Module";
|
|
67
67
|
}>, z.ZodObject<{
|
|
68
68
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -87,20 +87,20 @@ declare const arbitrumIngressEgressDepositFailed: 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: "
|
|
90
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "
|
|
93
|
-
}>, "
|
|
94
|
-
__kind: "
|
|
92
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
94
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
98
97
|
__kind: "Token";
|
|
98
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
99
99
|
}, {
|
|
100
|
+
__kind: "Token";
|
|
100
101
|
value: {
|
|
101
|
-
__kind: "
|
|
102
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
102
103
|
};
|
|
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 arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
113
113
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
114
114
|
}>;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
117
116
|
__kind: "Arithmetic";
|
|
117
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
118
118
|
}, {
|
|
119
|
+
__kind: "Arithmetic";
|
|
119
120
|
value: {
|
|
120
121
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
121
122
|
};
|
|
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 arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
132
132
|
__kind: "LimitReached" | "NoLayer";
|
|
133
133
|
}>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
value: "LimitReached" | "NoLayer";
|
|
136
135
|
__kind: "Transactional";
|
|
136
|
+
value: "LimitReached" | "NoLayer";
|
|
137
137
|
}, {
|
|
138
|
+
__kind: "Transactional";
|
|
138
139
|
value: {
|
|
139
140
|
__kind: "LimitReached" | "NoLayer";
|
|
140
141
|
};
|
|
141
|
-
__kind: "Transactional";
|
|
142
142
|
}>, z.ZodObject<{
|
|
143
143
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165,6 +165,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
165
165
|
__kind: "RootNotAllowed";
|
|
166
166
|
}>]>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
+
__kind: "DepositWitnessRejected";
|
|
168
169
|
value: {
|
|
169
170
|
__kind: "Other";
|
|
170
171
|
} | {
|
|
@@ -172,11 +173,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
172
173
|
} | {
|
|
173
174
|
__kind: "BadOrigin";
|
|
174
175
|
} | {
|
|
176
|
+
__kind: "Module";
|
|
175
177
|
value: {
|
|
176
178
|
index: number;
|
|
177
179
|
error: `0x${string}`;
|
|
178
180
|
};
|
|
179
|
-
__kind: "Module";
|
|
180
181
|
} | {
|
|
181
182
|
__kind: "ConsumerRemaining";
|
|
182
183
|
} | {
|
|
@@ -184,14 +185,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
184
185
|
} | {
|
|
185
186
|
__kind: "TooManyConsumers";
|
|
186
187
|
} | {
|
|
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";
|
|
189
190
|
} | {
|
|
190
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
191
191
|
__kind: "Arithmetic";
|
|
192
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
192
193
|
} | {
|
|
193
|
-
value: "LimitReached" | "NoLayer";
|
|
194
194
|
__kind: "Transactional";
|
|
195
|
+
value: "LimitReached" | "NoLayer";
|
|
195
196
|
} | {
|
|
196
197
|
__kind: "Exhausted";
|
|
197
198
|
} | {
|
|
@@ -201,8 +202,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
201
202
|
} | {
|
|
202
203
|
__kind: "RootNotAllowed";
|
|
203
204
|
};
|
|
204
|
-
__kind: "DepositWitnessRejected";
|
|
205
205
|
}, {
|
|
206
|
+
__kind: "DepositWitnessRejected";
|
|
206
207
|
value: {
|
|
207
208
|
__kind: "Other";
|
|
208
209
|
} | {
|
|
@@ -210,11 +211,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
210
211
|
} | {
|
|
211
212
|
__kind: "BadOrigin";
|
|
212
213
|
} | {
|
|
214
|
+
__kind: "Module";
|
|
213
215
|
value: {
|
|
214
216
|
index: number;
|
|
215
217
|
error: string;
|
|
216
218
|
};
|
|
217
|
-
__kind: "Module";
|
|
218
219
|
} | {
|
|
219
220
|
__kind: "ConsumerRemaining";
|
|
220
221
|
} | {
|
|
@@ -222,20 +223,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
222
223
|
} | {
|
|
223
224
|
__kind: "TooManyConsumers";
|
|
224
225
|
} | {
|
|
226
|
+
__kind: "Token";
|
|
225
227
|
value: {
|
|
226
|
-
__kind: "
|
|
228
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
227
229
|
};
|
|
228
|
-
__kind: "Token";
|
|
229
230
|
} | {
|
|
231
|
+
__kind: "Arithmetic";
|
|
230
232
|
value: {
|
|
231
233
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
232
234
|
};
|
|
233
|
-
__kind: "Arithmetic";
|
|
234
235
|
} | {
|
|
236
|
+
__kind: "Transactional";
|
|
235
237
|
value: {
|
|
236
238
|
__kind: "LimitReached" | "NoLayer";
|
|
237
239
|
};
|
|
238
|
-
__kind: "Transactional";
|
|
239
240
|
} | {
|
|
240
241
|
__kind: "Exhausted";
|
|
241
242
|
} | {
|
|
@@ -245,7 +246,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
245
246
|
} | {
|
|
246
247
|
__kind: "RootNotAllowed";
|
|
247
248
|
};
|
|
248
|
-
__kind: "DepositWitnessRejected";
|
|
249
249
|
}>, z.ZodObject<{
|
|
250
250
|
__kind: z.ZodLiteral<"InvalidDestinationAddress">;
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -368,21 +368,21 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
368
368
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
369
369
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
370
370
|
}, "strip", z.ZodTypeAny, {
|
|
371
|
-
__kind: "
|
|
371
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
372
372
|
}, {
|
|
373
|
-
__kind: "
|
|
374
|
-
}>, "
|
|
375
|
-
__kind: "
|
|
373
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
374
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
375
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
376
376
|
}>;
|
|
377
377
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
378
378
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
379
379
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
value: `0x${string}`;
|
|
382
381
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
382
|
+
value: `0x${string}`;
|
|
383
383
|
}, {
|
|
384
|
-
value: string;
|
|
385
384
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
385
|
+
value: string;
|
|
386
386
|
}>, {
|
|
387
387
|
readonly chain: "Ethereum";
|
|
388
388
|
readonly address: `0x${string}`;
|
|
@@ -399,8 +399,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
399
399
|
readonly chain: "Solana";
|
|
400
400
|
readonly address: string;
|
|
401
401
|
}, {
|
|
402
|
-
value: string;
|
|
403
402
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
403
|
+
value: string;
|
|
404
404
|
}>;
|
|
405
405
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
406
406
|
channelMetadata: z.ZodObject<{
|
|
@@ -429,67 +429,67 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
429
429
|
__kind: z.ZodLiteral<"Eth">;
|
|
430
430
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
431
431
|
}, "strip", z.ZodTypeAny, {
|
|
432
|
-
value: `0x${string}`;
|
|
433
432
|
__kind: "Eth";
|
|
433
|
+
value: `0x${string}`;
|
|
434
434
|
}, {
|
|
435
|
-
value: string;
|
|
436
435
|
__kind: "Eth";
|
|
436
|
+
value: string;
|
|
437
437
|
}>, z.ZodObject<{
|
|
438
438
|
__kind: z.ZodLiteral<"Dot">;
|
|
439
439
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
440
440
|
}, "strip", z.ZodTypeAny, {
|
|
441
|
-
value: `0x${string}`;
|
|
442
441
|
__kind: "Dot";
|
|
442
|
+
value: `0x${string}`;
|
|
443
443
|
}, {
|
|
444
|
-
value: string;
|
|
445
444
|
__kind: "Dot";
|
|
445
|
+
value: string;
|
|
446
446
|
}>, z.ZodObject<{
|
|
447
447
|
__kind: z.ZodLiteral<"Btc">;
|
|
448
448
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
449
449
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
450
450
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
451
451
|
}, "strip", z.ZodTypeAny, {
|
|
452
|
-
value: `0x${string}`;
|
|
453
452
|
__kind: "P2PKH";
|
|
453
|
+
value: `0x${string}`;
|
|
454
454
|
}, {
|
|
455
|
-
value: string;
|
|
456
455
|
__kind: "P2PKH";
|
|
456
|
+
value: string;
|
|
457
457
|
}>, z.ZodObject<{
|
|
458
458
|
__kind: z.ZodLiteral<"P2SH">;
|
|
459
459
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
460
460
|
}, "strip", z.ZodTypeAny, {
|
|
461
|
-
value: `0x${string}`;
|
|
462
461
|
__kind: "P2SH";
|
|
462
|
+
value: `0x${string}`;
|
|
463
463
|
}, {
|
|
464
|
-
value: string;
|
|
465
464
|
__kind: "P2SH";
|
|
465
|
+
value: string;
|
|
466
466
|
}>, z.ZodObject<{
|
|
467
467
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
468
468
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
469
469
|
}, "strip", z.ZodTypeAny, {
|
|
470
|
-
value: `0x${string}`;
|
|
471
470
|
__kind: "P2WPKH";
|
|
471
|
+
value: `0x${string}`;
|
|
472
472
|
}, {
|
|
473
|
-
value: string;
|
|
474
473
|
__kind: "P2WPKH";
|
|
474
|
+
value: string;
|
|
475
475
|
}>, z.ZodObject<{
|
|
476
476
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
477
477
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
478
478
|
}, "strip", z.ZodTypeAny, {
|
|
479
|
-
value: `0x${string}`;
|
|
480
479
|
__kind: "P2WSH";
|
|
480
|
+
value: `0x${string}`;
|
|
481
481
|
}, {
|
|
482
|
-
value: string;
|
|
483
482
|
__kind: "P2WSH";
|
|
483
|
+
value: string;
|
|
484
484
|
}>, z.ZodObject<{
|
|
485
485
|
__kind: z.ZodLiteral<"Taproot">;
|
|
486
486
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
487
487
|
}, "strip", z.ZodTypeAny, {
|
|
488
|
-
value: `0x${string}`;
|
|
489
488
|
__kind: "Taproot";
|
|
489
|
+
value: `0x${string}`;
|
|
490
490
|
}, {
|
|
491
|
-
value: string;
|
|
492
491
|
__kind: "Taproot";
|
|
492
|
+
value: string;
|
|
493
493
|
}>, z.ZodObject<{
|
|
494
494
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
495
495
|
version: z.ZodNumber;
|
|
@@ -504,67 +504,67 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
504
504
|
program: string;
|
|
505
505
|
}>]>;
|
|
506
506
|
}, "strip", z.ZodTypeAny, {
|
|
507
|
+
__kind: "Btc";
|
|
507
508
|
value: {
|
|
508
|
-
value: `0x${string}`;
|
|
509
509
|
__kind: "P2PKH";
|
|
510
|
-
} | {
|
|
511
510
|
value: `0x${string}`;
|
|
512
|
-
__kind: "P2SH";
|
|
513
511
|
} | {
|
|
512
|
+
__kind: "P2SH";
|
|
514
513
|
value: `0x${string}`;
|
|
515
|
-
__kind: "P2WPKH";
|
|
516
514
|
} | {
|
|
515
|
+
__kind: "P2WPKH";
|
|
517
516
|
value: `0x${string}`;
|
|
518
|
-
__kind: "P2WSH";
|
|
519
517
|
} | {
|
|
518
|
+
__kind: "P2WSH";
|
|
520
519
|
value: `0x${string}`;
|
|
520
|
+
} | {
|
|
521
521
|
__kind: "Taproot";
|
|
522
|
+
value: `0x${string}`;
|
|
522
523
|
} | {
|
|
523
524
|
__kind: "OtherSegwit";
|
|
524
525
|
version: number;
|
|
525
526
|
program: `0x${string}`;
|
|
526
527
|
};
|
|
527
|
-
__kind: "Btc";
|
|
528
528
|
}, {
|
|
529
|
+
__kind: "Btc";
|
|
529
530
|
value: {
|
|
530
|
-
value: string;
|
|
531
531
|
__kind: "P2PKH";
|
|
532
|
-
} | {
|
|
533
532
|
value: string;
|
|
534
|
-
__kind: "P2SH";
|
|
535
533
|
} | {
|
|
534
|
+
__kind: "P2SH";
|
|
536
535
|
value: string;
|
|
537
|
-
__kind: "P2WPKH";
|
|
538
536
|
} | {
|
|
537
|
+
__kind: "P2WPKH";
|
|
539
538
|
value: string;
|
|
540
|
-
__kind: "P2WSH";
|
|
541
539
|
} | {
|
|
540
|
+
__kind: "P2WSH";
|
|
542
541
|
value: string;
|
|
542
|
+
} | {
|
|
543
543
|
__kind: "Taproot";
|
|
544
|
+
value: string;
|
|
544
545
|
} | {
|
|
545
546
|
__kind: "OtherSegwit";
|
|
546
547
|
version: number;
|
|
547
548
|
program: string;
|
|
548
549
|
};
|
|
549
|
-
__kind: "Btc";
|
|
550
550
|
}>, z.ZodObject<{
|
|
551
551
|
__kind: z.ZodLiteral<"Arb">;
|
|
552
552
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
553
553
|
}, "strip", z.ZodTypeAny, {
|
|
554
|
-
value: `0x${string}`;
|
|
555
554
|
__kind: "Arb";
|
|
555
|
+
value: `0x${string}`;
|
|
556
556
|
}, {
|
|
557
|
-
value: string;
|
|
558
557
|
__kind: "Arb";
|
|
558
|
+
value: string;
|
|
559
559
|
}>, z.ZodObject<{
|
|
560
560
|
__kind: z.ZodLiteral<"Sol">;
|
|
561
561
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
562
562
|
}, "strip", z.ZodTypeAny, {
|
|
563
|
-
value: `0x${string}`;
|
|
564
563
|
__kind: "Sol";
|
|
564
|
+
value: `0x${string}`;
|
|
565
565
|
}, {
|
|
566
|
-
value: string;
|
|
567
566
|
__kind: "Sol";
|
|
567
|
+
value: string;
|
|
568
568
|
}>]>>>;
|
|
569
569
|
}, "strip", z.ZodTypeAny, {
|
|
570
570
|
channelMetadata: {
|
|
@@ -574,39 +574,39 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
574
574
|
};
|
|
575
575
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
576
576
|
sourceAddress?: {
|
|
577
|
-
value: `0x${string}`;
|
|
578
577
|
__kind: "Eth";
|
|
579
|
-
} | {
|
|
580
578
|
value: `0x${string}`;
|
|
579
|
+
} | {
|
|
581
580
|
__kind: "Dot";
|
|
581
|
+
value: `0x${string}`;
|
|
582
582
|
} | {
|
|
583
|
+
__kind: "Btc";
|
|
583
584
|
value: {
|
|
584
|
-
value: `0x${string}`;
|
|
585
585
|
__kind: "P2PKH";
|
|
586
|
-
} | {
|
|
587
586
|
value: `0x${string}`;
|
|
588
|
-
__kind: "P2SH";
|
|
589
587
|
} | {
|
|
588
|
+
__kind: "P2SH";
|
|
590
589
|
value: `0x${string}`;
|
|
591
|
-
__kind: "P2WPKH";
|
|
592
590
|
} | {
|
|
591
|
+
__kind: "P2WPKH";
|
|
593
592
|
value: `0x${string}`;
|
|
594
|
-
__kind: "P2WSH";
|
|
595
593
|
} | {
|
|
594
|
+
__kind: "P2WSH";
|
|
596
595
|
value: `0x${string}`;
|
|
596
|
+
} | {
|
|
597
597
|
__kind: "Taproot";
|
|
598
|
+
value: `0x${string}`;
|
|
598
599
|
} | {
|
|
599
600
|
__kind: "OtherSegwit";
|
|
600
601
|
version: number;
|
|
601
602
|
program: `0x${string}`;
|
|
602
603
|
};
|
|
603
|
-
__kind: "Btc";
|
|
604
604
|
} | {
|
|
605
|
-
value: `0x${string}`;
|
|
606
605
|
__kind: "Arb";
|
|
607
|
-
} | {
|
|
608
606
|
value: `0x${string}`;
|
|
607
|
+
} | {
|
|
609
608
|
__kind: "Sol";
|
|
609
|
+
value: `0x${string}`;
|
|
610
610
|
} | null | undefined;
|
|
611
611
|
}, {
|
|
612
612
|
channelMetadata: {
|
|
@@ -618,47 +618,47 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
618
618
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
619
619
|
};
|
|
620
620
|
sourceAddress?: {
|
|
621
|
-
value: string;
|
|
622
621
|
__kind: "Eth";
|
|
623
|
-
} | {
|
|
624
622
|
value: string;
|
|
623
|
+
} | {
|
|
625
624
|
__kind: "Dot";
|
|
625
|
+
value: string;
|
|
626
626
|
} | {
|
|
627
|
+
__kind: "Btc";
|
|
627
628
|
value: {
|
|
628
|
-
value: string;
|
|
629
629
|
__kind: "P2PKH";
|
|
630
|
-
} | {
|
|
631
630
|
value: string;
|
|
632
|
-
__kind: "P2SH";
|
|
633
631
|
} | {
|
|
632
|
+
__kind: "P2SH";
|
|
634
633
|
value: string;
|
|
635
|
-
__kind: "P2WPKH";
|
|
636
634
|
} | {
|
|
635
|
+
__kind: "P2WPKH";
|
|
637
636
|
value: string;
|
|
638
|
-
__kind: "P2WSH";
|
|
639
637
|
} | {
|
|
638
|
+
__kind: "P2WSH";
|
|
640
639
|
value: string;
|
|
640
|
+
} | {
|
|
641
641
|
__kind: "Taproot";
|
|
642
|
+
value: string;
|
|
642
643
|
} | {
|
|
643
644
|
__kind: "OtherSegwit";
|
|
644
645
|
version: number;
|
|
645
646
|
program: string;
|
|
646
647
|
};
|
|
647
|
-
__kind: "Btc";
|
|
648
648
|
} | {
|
|
649
|
-
value: string;
|
|
650
649
|
__kind: "Arb";
|
|
651
|
-
} | {
|
|
652
650
|
value: string;
|
|
651
|
+
} | {
|
|
653
652
|
__kind: "Sol";
|
|
653
|
+
value: string;
|
|
654
654
|
} | null | undefined;
|
|
655
655
|
}>>>;
|
|
656
656
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
657
657
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
658
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
658
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
659
659
|
bps: z.ZodNumber;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
|
-
account: string
|
|
661
|
+
account: `cF${string}`;
|
|
662
662
|
bps: number;
|
|
663
663
|
}, {
|
|
664
664
|
account: string;
|
|
@@ -699,13 +699,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
699
699
|
}>>>;
|
|
700
700
|
boostFee: z.ZodNumber;
|
|
701
701
|
}, "strip", z.ZodTypeAny, {
|
|
702
|
-
txId: `0x${string}`;
|
|
703
702
|
depositDetails: {
|
|
704
703
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
705
704
|
};
|
|
705
|
+
txId: `0x${string}`;
|
|
706
706
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
707
707
|
depositAmount: bigint;
|
|
708
|
-
outputAsset: "
|
|
708
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
709
709
|
destinationAddress: {
|
|
710
710
|
readonly chain: "Ethereum";
|
|
711
711
|
readonly address: `0x${string}`;
|
|
@@ -742,43 +742,43 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
742
742
|
};
|
|
743
743
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
744
744
|
sourceAddress?: {
|
|
745
|
-
value: `0x${string}`;
|
|
746
745
|
__kind: "Eth";
|
|
747
|
-
} | {
|
|
748
746
|
value: `0x${string}`;
|
|
747
|
+
} | {
|
|
749
748
|
__kind: "Dot";
|
|
749
|
+
value: `0x${string}`;
|
|
750
750
|
} | {
|
|
751
|
+
__kind: "Btc";
|
|
751
752
|
value: {
|
|
752
|
-
value: `0x${string}`;
|
|
753
753
|
__kind: "P2PKH";
|
|
754
|
-
} | {
|
|
755
754
|
value: `0x${string}`;
|
|
756
|
-
__kind: "P2SH";
|
|
757
755
|
} | {
|
|
756
|
+
__kind: "P2SH";
|
|
758
757
|
value: `0x${string}`;
|
|
759
|
-
__kind: "P2WPKH";
|
|
760
758
|
} | {
|
|
759
|
+
__kind: "P2WPKH";
|
|
761
760
|
value: `0x${string}`;
|
|
762
|
-
__kind: "P2WSH";
|
|
763
761
|
} | {
|
|
762
|
+
__kind: "P2WSH";
|
|
764
763
|
value: `0x${string}`;
|
|
764
|
+
} | {
|
|
765
765
|
__kind: "Taproot";
|
|
766
|
+
value: `0x${string}`;
|
|
766
767
|
} | {
|
|
767
768
|
__kind: "OtherSegwit";
|
|
768
769
|
version: number;
|
|
769
770
|
program: `0x${string}`;
|
|
770
771
|
};
|
|
771
|
-
__kind: "Btc";
|
|
772
772
|
} | {
|
|
773
|
-
value: `0x${string}`;
|
|
774
773
|
__kind: "Arb";
|
|
775
|
-
} | {
|
|
776
774
|
value: `0x${string}`;
|
|
775
|
+
} | {
|
|
777
776
|
__kind: "Sol";
|
|
777
|
+
value: `0x${string}`;
|
|
778
778
|
} | null | undefined;
|
|
779
779
|
} | null | undefined;
|
|
780
780
|
brokerFee?: {
|
|
781
|
-
account: string
|
|
781
|
+
account: `cF${string}`;
|
|
782
782
|
bps: number;
|
|
783
783
|
} | null | undefined;
|
|
784
784
|
dcaParams?: {
|
|
@@ -786,20 +786,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
786
786
|
chunkInterval: number;
|
|
787
787
|
} | null | undefined;
|
|
788
788
|
}, {
|
|
789
|
-
txId: string;
|
|
790
789
|
depositDetails: {
|
|
791
790
|
txHashes?: string[] | null | undefined;
|
|
792
791
|
};
|
|
792
|
+
txId: string;
|
|
793
793
|
inputAsset: {
|
|
794
794
|
__kind: "ArbEth" | "ArbUsdc";
|
|
795
795
|
};
|
|
796
796
|
depositAmount: string | number;
|
|
797
797
|
outputAsset: {
|
|
798
|
-
__kind: "
|
|
798
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
799
799
|
};
|
|
800
800
|
destinationAddress: {
|
|
801
|
-
value: string;
|
|
802
801
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
802
|
+
value: string;
|
|
803
803
|
};
|
|
804
804
|
affiliateFees: {
|
|
805
805
|
account: number;
|
|
@@ -823,39 +823,39 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
823
823
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
824
824
|
};
|
|
825
825
|
sourceAddress?: {
|
|
826
|
-
value: string;
|
|
827
826
|
__kind: "Eth";
|
|
828
|
-
} | {
|
|
829
827
|
value: string;
|
|
828
|
+
} | {
|
|
830
829
|
__kind: "Dot";
|
|
830
|
+
value: string;
|
|
831
831
|
} | {
|
|
832
|
+
__kind: "Btc";
|
|
832
833
|
value: {
|
|
833
|
-
value: string;
|
|
834
834
|
__kind: "P2PKH";
|
|
835
|
-
} | {
|
|
836
835
|
value: string;
|
|
837
|
-
__kind: "P2SH";
|
|
838
836
|
} | {
|
|
837
|
+
__kind: "P2SH";
|
|
839
838
|
value: string;
|
|
840
|
-
__kind: "P2WPKH";
|
|
841
839
|
} | {
|
|
840
|
+
__kind: "P2WPKH";
|
|
842
841
|
value: string;
|
|
843
|
-
__kind: "P2WSH";
|
|
844
842
|
} | {
|
|
843
|
+
__kind: "P2WSH";
|
|
845
844
|
value: string;
|
|
845
|
+
} | {
|
|
846
846
|
__kind: "Taproot";
|
|
847
|
+
value: string;
|
|
847
848
|
} | {
|
|
848
849
|
__kind: "OtherSegwit";
|
|
849
850
|
version: number;
|
|
850
851
|
program: string;
|
|
851
852
|
};
|
|
852
|
-
__kind: "Btc";
|
|
853
853
|
} | {
|
|
854
|
-
value: string;
|
|
855
854
|
__kind: "Arb";
|
|
856
|
-
} | {
|
|
857
855
|
value: string;
|
|
856
|
+
} | {
|
|
858
857
|
__kind: "Sol";
|
|
858
|
+
value: string;
|
|
859
859
|
} | null | undefined;
|
|
860
860
|
} | null | undefined;
|
|
861
861
|
brokerFee?: {
|
|
@@ -870,13 +870,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
870
870
|
}, "strip", z.ZodTypeAny, {
|
|
871
871
|
__kind: "Vault";
|
|
872
872
|
vaultWitness: {
|
|
873
|
-
txId: `0x${string}`;
|
|
874
873
|
depositDetails: {
|
|
875
874
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
876
875
|
};
|
|
876
|
+
txId: `0x${string}`;
|
|
877
877
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
878
878
|
depositAmount: bigint;
|
|
879
|
-
outputAsset: "
|
|
879
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
880
880
|
destinationAddress: {
|
|
881
881
|
readonly chain: "Ethereum";
|
|
882
882
|
readonly address: `0x${string}`;
|
|
@@ -913,43 +913,43 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
913
913
|
};
|
|
914
914
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
915
915
|
sourceAddress?: {
|
|
916
|
-
value: `0x${string}`;
|
|
917
916
|
__kind: "Eth";
|
|
918
|
-
} | {
|
|
919
917
|
value: `0x${string}`;
|
|
918
|
+
} | {
|
|
920
919
|
__kind: "Dot";
|
|
920
|
+
value: `0x${string}`;
|
|
921
921
|
} | {
|
|
922
|
+
__kind: "Btc";
|
|
922
923
|
value: {
|
|
923
|
-
value: `0x${string}`;
|
|
924
924
|
__kind: "P2PKH";
|
|
925
|
-
} | {
|
|
926
925
|
value: `0x${string}`;
|
|
927
|
-
__kind: "P2SH";
|
|
928
926
|
} | {
|
|
927
|
+
__kind: "P2SH";
|
|
929
928
|
value: `0x${string}`;
|
|
930
|
-
__kind: "P2WPKH";
|
|
931
929
|
} | {
|
|
930
|
+
__kind: "P2WPKH";
|
|
932
931
|
value: `0x${string}`;
|
|
933
|
-
__kind: "P2WSH";
|
|
934
932
|
} | {
|
|
933
|
+
__kind: "P2WSH";
|
|
935
934
|
value: `0x${string}`;
|
|
935
|
+
} | {
|
|
936
936
|
__kind: "Taproot";
|
|
937
|
+
value: `0x${string}`;
|
|
937
938
|
} | {
|
|
938
939
|
__kind: "OtherSegwit";
|
|
939
940
|
version: number;
|
|
940
941
|
program: `0x${string}`;
|
|
941
942
|
};
|
|
942
|
-
__kind: "Btc";
|
|
943
943
|
} | {
|
|
944
|
-
value: `0x${string}`;
|
|
945
944
|
__kind: "Arb";
|
|
946
|
-
} | {
|
|
947
945
|
value: `0x${string}`;
|
|
946
|
+
} | {
|
|
948
947
|
__kind: "Sol";
|
|
948
|
+
value: `0x${string}`;
|
|
949
949
|
} | null | undefined;
|
|
950
950
|
} | null | undefined;
|
|
951
951
|
brokerFee?: {
|
|
952
|
-
account: string
|
|
952
|
+
account: `cF${string}`;
|
|
953
953
|
bps: number;
|
|
954
954
|
} | null | undefined;
|
|
955
955
|
dcaParams?: {
|
|
@@ -960,20 +960,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
960
960
|
}, {
|
|
961
961
|
__kind: "Vault";
|
|
962
962
|
vaultWitness: {
|
|
963
|
-
txId: string;
|
|
964
963
|
depositDetails: {
|
|
965
964
|
txHashes?: string[] | null | undefined;
|
|
966
965
|
};
|
|
966
|
+
txId: string;
|
|
967
967
|
inputAsset: {
|
|
968
968
|
__kind: "ArbEth" | "ArbUsdc";
|
|
969
969
|
};
|
|
970
970
|
depositAmount: string | number;
|
|
971
971
|
outputAsset: {
|
|
972
|
-
__kind: "
|
|
972
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
973
973
|
};
|
|
974
974
|
destinationAddress: {
|
|
975
|
-
value: string;
|
|
976
975
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
976
|
+
value: string;
|
|
977
977
|
};
|
|
978
978
|
affiliateFees: {
|
|
979
979
|
account: number;
|
|
@@ -997,39 +997,39 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
997
997
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
998
998
|
};
|
|
999
999
|
sourceAddress?: {
|
|
1000
|
-
value: string;
|
|
1001
1000
|
__kind: "Eth";
|
|
1002
|
-
} | {
|
|
1003
1001
|
value: string;
|
|
1002
|
+
} | {
|
|
1004
1003
|
__kind: "Dot";
|
|
1004
|
+
value: string;
|
|
1005
1005
|
} | {
|
|
1006
|
+
__kind: "Btc";
|
|
1006
1007
|
value: {
|
|
1007
|
-
value: string;
|
|
1008
1008
|
__kind: "P2PKH";
|
|
1009
|
-
} | {
|
|
1010
1009
|
value: string;
|
|
1011
|
-
__kind: "P2SH";
|
|
1012
1010
|
} | {
|
|
1011
|
+
__kind: "P2SH";
|
|
1013
1012
|
value: string;
|
|
1014
|
-
__kind: "P2WPKH";
|
|
1015
1013
|
} | {
|
|
1014
|
+
__kind: "P2WPKH";
|
|
1016
1015
|
value: string;
|
|
1017
|
-
__kind: "P2WSH";
|
|
1018
1016
|
} | {
|
|
1017
|
+
__kind: "P2WSH";
|
|
1019
1018
|
value: string;
|
|
1019
|
+
} | {
|
|
1020
1020
|
__kind: "Taproot";
|
|
1021
|
+
value: string;
|
|
1021
1022
|
} | {
|
|
1022
1023
|
__kind: "OtherSegwit";
|
|
1023
1024
|
version: number;
|
|
1024
1025
|
program: string;
|
|
1025
1026
|
};
|
|
1026
|
-
__kind: "Btc";
|
|
1027
1027
|
} | {
|
|
1028
|
-
value: string;
|
|
1029
1028
|
__kind: "Arb";
|
|
1030
|
-
} | {
|
|
1031
1029
|
value: string;
|
|
1030
|
+
} | {
|
|
1032
1031
|
__kind: "Sol";
|
|
1032
|
+
value: string;
|
|
1033
1033
|
} | null | undefined;
|
|
1034
1034
|
} | null | undefined;
|
|
1035
1035
|
brokerFee?: {
|
|
@@ -1051,6 +1051,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1051
1051
|
} | {
|
|
1052
1052
|
__kind: "TransactionRejectedByBroker";
|
|
1053
1053
|
} | {
|
|
1054
|
+
__kind: "DepositWitnessRejected";
|
|
1054
1055
|
value: {
|
|
1055
1056
|
__kind: "Other";
|
|
1056
1057
|
} | {
|
|
@@ -1058,11 +1059,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1058
1059
|
} | {
|
|
1059
1060
|
__kind: "BadOrigin";
|
|
1060
1061
|
} | {
|
|
1062
|
+
__kind: "Module";
|
|
1061
1063
|
value: {
|
|
1062
1064
|
index: number;
|
|
1063
1065
|
error: `0x${string}`;
|
|
1064
1066
|
};
|
|
1065
|
-
__kind: "Module";
|
|
1066
1067
|
} | {
|
|
1067
1068
|
__kind: "ConsumerRemaining";
|
|
1068
1069
|
} | {
|
|
@@ -1070,14 +1071,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1070
1071
|
} | {
|
|
1071
1072
|
__kind: "TooManyConsumers";
|
|
1072
1073
|
} | {
|
|
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";
|
|
1075
1076
|
} | {
|
|
1076
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1077
1077
|
__kind: "Arithmetic";
|
|
1078
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1078
1079
|
} | {
|
|
1079
|
-
value: "LimitReached" | "NoLayer";
|
|
1080
1080
|
__kind: "Transactional";
|
|
1081
|
+
value: "LimitReached" | "NoLayer";
|
|
1081
1082
|
} | {
|
|
1082
1083
|
__kind: "Exhausted";
|
|
1083
1084
|
} | {
|
|
@@ -1087,7 +1088,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1087
1088
|
} | {
|
|
1088
1089
|
__kind: "RootNotAllowed";
|
|
1089
1090
|
};
|
|
1090
|
-
__kind: "DepositWitnessRejected";
|
|
1091
1091
|
} | {
|
|
1092
1092
|
__kind: "InvalidDestinationAddress";
|
|
1093
1093
|
} | {
|
|
@@ -1114,13 +1114,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1114
1114
|
} | {
|
|
1115
1115
|
__kind: "Vault";
|
|
1116
1116
|
vaultWitness: {
|
|
1117
|
-
txId: `0x${string}`;
|
|
1118
1117
|
depositDetails: {
|
|
1119
1118
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1120
1119
|
};
|
|
1120
|
+
txId: `0x${string}`;
|
|
1121
1121
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
1122
1122
|
depositAmount: bigint;
|
|
1123
|
-
outputAsset: "
|
|
1123
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1124
1124
|
destinationAddress: {
|
|
1125
1125
|
readonly chain: "Ethereum";
|
|
1126
1126
|
readonly address: `0x${string}`;
|
|
@@ -1157,43 +1157,43 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1157
1157
|
};
|
|
1158
1158
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
1159
1159
|
sourceAddress?: {
|
|
1160
|
-
value: `0x${string}`;
|
|
1161
1160
|
__kind: "Eth";
|
|
1162
|
-
} | {
|
|
1163
1161
|
value: `0x${string}`;
|
|
1162
|
+
} | {
|
|
1164
1163
|
__kind: "Dot";
|
|
1164
|
+
value: `0x${string}`;
|
|
1165
1165
|
} | {
|
|
1166
|
+
__kind: "Btc";
|
|
1166
1167
|
value: {
|
|
1167
|
-
value: `0x${string}`;
|
|
1168
1168
|
__kind: "P2PKH";
|
|
1169
|
-
} | {
|
|
1170
1169
|
value: `0x${string}`;
|
|
1171
|
-
__kind: "P2SH";
|
|
1172
1170
|
} | {
|
|
1171
|
+
__kind: "P2SH";
|
|
1173
1172
|
value: `0x${string}`;
|
|
1174
|
-
__kind: "P2WPKH";
|
|
1175
1173
|
} | {
|
|
1174
|
+
__kind: "P2WPKH";
|
|
1176
1175
|
value: `0x${string}`;
|
|
1177
|
-
__kind: "P2WSH";
|
|
1178
1176
|
} | {
|
|
1177
|
+
__kind: "P2WSH";
|
|
1179
1178
|
value: `0x${string}`;
|
|
1179
|
+
} | {
|
|
1180
1180
|
__kind: "Taproot";
|
|
1181
|
+
value: `0x${string}`;
|
|
1181
1182
|
} | {
|
|
1182
1183
|
__kind: "OtherSegwit";
|
|
1183
1184
|
version: number;
|
|
1184
1185
|
program: `0x${string}`;
|
|
1185
1186
|
};
|
|
1186
|
-
__kind: "Btc";
|
|
1187
1187
|
} | {
|
|
1188
|
-
value: `0x${string}`;
|
|
1189
1188
|
__kind: "Arb";
|
|
1190
|
-
} | {
|
|
1191
1189
|
value: `0x${string}`;
|
|
1190
|
+
} | {
|
|
1192
1191
|
__kind: "Sol";
|
|
1192
|
+
value: `0x${string}`;
|
|
1193
1193
|
} | null | undefined;
|
|
1194
1194
|
} | null | undefined;
|
|
1195
1195
|
brokerFee?: {
|
|
1196
|
-
account: string
|
|
1196
|
+
account: `cF${string}`;
|
|
1197
1197
|
bps: number;
|
|
1198
1198
|
} | null | undefined;
|
|
1199
1199
|
dcaParams?: {
|
|
@@ -1211,6 +1211,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1211
1211
|
} | {
|
|
1212
1212
|
__kind: "TransactionRejectedByBroker";
|
|
1213
1213
|
} | {
|
|
1214
|
+
__kind: "DepositWitnessRejected";
|
|
1214
1215
|
value: {
|
|
1215
1216
|
__kind: "Other";
|
|
1216
1217
|
} | {
|
|
@@ -1218,11 +1219,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1218
1219
|
} | {
|
|
1219
1220
|
__kind: "BadOrigin";
|
|
1220
1221
|
} | {
|
|
1222
|
+
__kind: "Module";
|
|
1221
1223
|
value: {
|
|
1222
1224
|
index: number;
|
|
1223
1225
|
error: string;
|
|
1224
1226
|
};
|
|
1225
|
-
__kind: "Module";
|
|
1226
1227
|
} | {
|
|
1227
1228
|
__kind: "ConsumerRemaining";
|
|
1228
1229
|
} | {
|
|
@@ -1230,20 +1231,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1230
1231
|
} | {
|
|
1231
1232
|
__kind: "TooManyConsumers";
|
|
1232
1233
|
} | {
|
|
1234
|
+
__kind: "Token";
|
|
1233
1235
|
value: {
|
|
1234
|
-
__kind: "
|
|
1236
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1235
1237
|
};
|
|
1236
|
-
__kind: "Token";
|
|
1237
1238
|
} | {
|
|
1239
|
+
__kind: "Arithmetic";
|
|
1238
1240
|
value: {
|
|
1239
1241
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1240
1242
|
};
|
|
1241
|
-
__kind: "Arithmetic";
|
|
1242
1243
|
} | {
|
|
1244
|
+
__kind: "Transactional";
|
|
1243
1245
|
value: {
|
|
1244
1246
|
__kind: "LimitReached" | "NoLayer";
|
|
1245
1247
|
};
|
|
1246
|
-
__kind: "Transactional";
|
|
1247
1248
|
} | {
|
|
1248
1249
|
__kind: "Exhausted";
|
|
1249
1250
|
} | {
|
|
@@ -1253,7 +1254,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1253
1254
|
} | {
|
|
1254
1255
|
__kind: "RootNotAllowed";
|
|
1255
1256
|
};
|
|
1256
|
-
__kind: "DepositWitnessRejected";
|
|
1257
1257
|
} | {
|
|
1258
1258
|
__kind: "InvalidDestinationAddress";
|
|
1259
1259
|
} | {
|
|
@@ -1282,20 +1282,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1282
1282
|
} | {
|
|
1283
1283
|
__kind: "Vault";
|
|
1284
1284
|
vaultWitness: {
|
|
1285
|
-
txId: string;
|
|
1286
1285
|
depositDetails: {
|
|
1287
1286
|
txHashes?: string[] | null | undefined;
|
|
1288
1287
|
};
|
|
1288
|
+
txId: string;
|
|
1289
1289
|
inputAsset: {
|
|
1290
1290
|
__kind: "ArbEth" | "ArbUsdc";
|
|
1291
1291
|
};
|
|
1292
1292
|
depositAmount: string | number;
|
|
1293
1293
|
outputAsset: {
|
|
1294
|
-
__kind: "
|
|
1294
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1295
1295
|
};
|
|
1296
1296
|
destinationAddress: {
|
|
1297
|
-
value: string;
|
|
1298
1297
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1298
|
+
value: string;
|
|
1299
1299
|
};
|
|
1300
1300
|
affiliateFees: {
|
|
1301
1301
|
account: number;
|
|
@@ -1319,39 +1319,39 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1319
1319
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
1320
1320
|
};
|
|
1321
1321
|
sourceAddress?: {
|
|
1322
|
-
value: string;
|
|
1323
1322
|
__kind: "Eth";
|
|
1324
|
-
} | {
|
|
1325
1323
|
value: string;
|
|
1324
|
+
} | {
|
|
1326
1325
|
__kind: "Dot";
|
|
1326
|
+
value: string;
|
|
1327
1327
|
} | {
|
|
1328
|
+
__kind: "Btc";
|
|
1328
1329
|
value: {
|
|
1329
|
-
value: string;
|
|
1330
1330
|
__kind: "P2PKH";
|
|
1331
|
-
} | {
|
|
1332
1331
|
value: string;
|
|
1333
|
-
__kind: "P2SH";
|
|
1334
1332
|
} | {
|
|
1333
|
+
__kind: "P2SH";
|
|
1335
1334
|
value: string;
|
|
1336
|
-
__kind: "P2WPKH";
|
|
1337
1335
|
} | {
|
|
1336
|
+
__kind: "P2WPKH";
|
|
1338
1337
|
value: string;
|
|
1339
|
-
__kind: "P2WSH";
|
|
1340
1338
|
} | {
|
|
1339
|
+
__kind: "P2WSH";
|
|
1341
1340
|
value: string;
|
|
1341
|
+
} | {
|
|
1342
1342
|
__kind: "Taproot";
|
|
1343
|
+
value: string;
|
|
1343
1344
|
} | {
|
|
1344
1345
|
__kind: "OtherSegwit";
|
|
1345
1346
|
version: number;
|
|
1346
1347
|
program: string;
|
|
1347
1348
|
};
|
|
1348
|
-
__kind: "Btc";
|
|
1349
1349
|
} | {
|
|
1350
|
-
value: string;
|
|
1351
1350
|
__kind: "Arb";
|
|
1352
|
-
} | {
|
|
1353
1351
|
value: string;
|
|
1352
|
+
} | {
|
|
1354
1353
|
__kind: "Sol";
|
|
1354
|
+
value: string;
|
|
1355
1355
|
} | null | undefined;
|
|
1356
1356
|
} | null | undefined;
|
|
1357
1357
|
brokerFee?: {
|