@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
package/dist/11000/common.d.ts
CHANGED
|
@@ -2195,7 +2195,7 @@ declare const cfChainsSolApiSolanaGovCall: z.ZodDiscriminatedUnion<"__kind", [z.
|
|
|
2195
2195
|
bufferAddress: string;
|
|
2196
2196
|
spillAddress: string;
|
|
2197
2197
|
}>]>;
|
|
2198
|
-
declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
2198
|
+
declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
2199
2199
|
declare const palletCfValidatorAuctionResolverSetSizeParameters: z.ZodObject<{
|
|
2200
2200
|
minSize: z.ZodNumber;
|
|
2201
2201
|
maxSize: z.ZodNumber;
|
|
@@ -2507,7 +2507,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2507
2507
|
}>;
|
|
2508
2508
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2509
2509
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2510
|
-
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
2510
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
2511
2511
|
}, "strip", z.ZodTypeAny, {
|
|
2512
2512
|
__kind: "DepositChannel";
|
|
2513
2513
|
depositAddress: {
|
|
@@ -2531,7 +2531,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2531
2531
|
};
|
|
2532
2532
|
channelId: bigint;
|
|
2533
2533
|
depositBlockHeight: bigint;
|
|
2534
|
-
brokerId: string
|
|
2534
|
+
brokerId: `cF${string}`;
|
|
2535
2535
|
}, {
|
|
2536
2536
|
__kind: "DepositChannel";
|
|
2537
2537
|
depositAddress: {
|
|
@@ -2601,7 +2601,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2601
2601
|
}, {
|
|
2602
2602
|
__kind: "None";
|
|
2603
2603
|
}>]>;
|
|
2604
|
-
brokerId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
2604
|
+
brokerId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>>>;
|
|
2605
2605
|
}, "strip", z.ZodTypeAny, {
|
|
2606
2606
|
__kind: "Vault";
|
|
2607
2607
|
txId: {
|
|
@@ -2622,7 +2622,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2622
2622
|
} | {
|
|
2623
2623
|
__kind: "None";
|
|
2624
2624
|
};
|
|
2625
|
-
brokerId?: string | null | undefined;
|
|
2625
|
+
brokerId?: `cF${string}` | null | undefined;
|
|
2626
2626
|
}, {
|
|
2627
2627
|
__kind: "Vault";
|
|
2628
2628
|
txId: {
|
|
@@ -2652,9 +2652,9 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2652
2652
|
__kind: "Internal";
|
|
2653
2653
|
}>, z.ZodObject<{
|
|
2654
2654
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
2655
|
-
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
2655
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
2656
2656
|
}, "strip", z.ZodTypeAny, {
|
|
2657
|
-
value: string
|
|
2657
|
+
value: `cF${string}`;
|
|
2658
2658
|
__kind: "OnChainAccount";
|
|
2659
2659
|
}, {
|
|
2660
2660
|
value: string;
|
|
@@ -4413,10 +4413,10 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4413
4413
|
} | null | undefined;
|
|
4414
4414
|
}>, z.ZodObject<{
|
|
4415
4415
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
4416
|
-
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
4416
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
4417
4417
|
}, "strip", z.ZodTypeAny, {
|
|
4418
4418
|
__kind: "CreditOnChain";
|
|
4419
|
-
accountId: string
|
|
4419
|
+
accountId: `cF${string}`;
|
|
4420
4420
|
}, {
|
|
4421
4421
|
__kind: "CreditOnChain";
|
|
4422
4422
|
accountId: string;
|
|
@@ -5038,10 +5038,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5038
5038
|
} | null | undefined;
|
|
5039
5039
|
}>, z.ZodObject<{
|
|
5040
5040
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
5041
|
-
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
5041
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5042
5042
|
}, "strip", z.ZodTypeAny, {
|
|
5043
5043
|
__kind: "CreditOnChain";
|
|
5044
|
-
accountId: string
|
|
5044
|
+
accountId: `cF${string}`;
|
|
5045
5045
|
}, {
|
|
5046
5046
|
__kind: "CreditOnChain";
|
|
5047
5047
|
accountId: string;
|
|
@@ -5130,7 +5130,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5130
5130
|
} | null | undefined;
|
|
5131
5131
|
} | {
|
|
5132
5132
|
__kind: "CreditOnChain";
|
|
5133
|
-
accountId: string
|
|
5133
|
+
accountId: `cF${string}`;
|
|
5134
5134
|
};
|
|
5135
5135
|
}, {
|
|
5136
5136
|
__kind: "Regular";
|
|
@@ -5192,10 +5192,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5192
5192
|
};
|
|
5193
5193
|
}>]>;
|
|
5194
5194
|
declare const cfPrimitivesBeneficiaryAccountId32: z.ZodObject<{
|
|
5195
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
5195
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5196
5196
|
bps: z.ZodNumber;
|
|
5197
5197
|
}, "strip", z.ZodTypeAny, {
|
|
5198
|
-
account: string
|
|
5198
|
+
account: `cF${string}`;
|
|
5199
5199
|
bps: number;
|
|
5200
5200
|
}, {
|
|
5201
5201
|
account: string;
|
|
@@ -5203,9 +5203,9 @@ declare const cfPrimitivesBeneficiaryAccountId32: z.ZodObject<{
|
|
|
5203
5203
|
}>;
|
|
5204
5204
|
declare const cfChainsAccountOrAddressEncodedAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5205
5205
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
5206
|
-
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
5206
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5207
5207
|
}, "strip", z.ZodTypeAny, {
|
|
5208
|
-
value: string
|
|
5208
|
+
value: `cF${string}`;
|
|
5209
5209
|
__kind: "InternalAccount";
|
|
5210
5210
|
}, {
|
|
5211
5211
|
value: string;
|
|
@@ -5275,9 +5275,9 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
|
|
|
5275
5275
|
retryDuration: z.ZodNumber;
|
|
5276
5276
|
refundDestination: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5277
5277
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
5278
|
-
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
5278
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5279
5279
|
}, "strip", z.ZodTypeAny, {
|
|
5280
|
-
value: string
|
|
5280
|
+
value: `cF${string}`;
|
|
5281
5281
|
__kind: "InternalAccount";
|
|
5282
5282
|
}, {
|
|
5283
5283
|
value: string;
|
|
@@ -5347,7 +5347,7 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
|
|
|
5347
5347
|
}, "strip", z.ZodTypeAny, {
|
|
5348
5348
|
retryDuration: number;
|
|
5349
5349
|
refundDestination: {
|
|
5350
|
-
value: string
|
|
5350
|
+
value: `cF${string}`;
|
|
5351
5351
|
__kind: "InternalAccount";
|
|
5352
5352
|
} | {
|
|
5353
5353
|
value: {
|
|
@@ -7983,10 +7983,10 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
7983
7983
|
}>>>;
|
|
7984
7984
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7985
7985
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7986
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
7986
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
7987
7987
|
bps: z.ZodNumber;
|
|
7988
7988
|
}, "strip", z.ZodTypeAny, {
|
|
7989
|
-
account: string
|
|
7989
|
+
account: `cF${string}`;
|
|
7990
7990
|
bps: number;
|
|
7991
7991
|
}, {
|
|
7992
7992
|
account: string;
|
|
@@ -8112,7 +8112,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
8112
8112
|
} | null | undefined;
|
|
8113
8113
|
} | null | undefined;
|
|
8114
8114
|
brokerFee?: {
|
|
8115
|
-
account: string
|
|
8115
|
+
account: `cF${string}`;
|
|
8116
8116
|
bps: number;
|
|
8117
8117
|
} | null | undefined;
|
|
8118
8118
|
dcaParams?: {
|
|
@@ -8594,10 +8594,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
8594
8594
|
}>>>;
|
|
8595
8595
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8596
8596
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8597
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
8597
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
8598
8598
|
bps: z.ZodNumber;
|
|
8599
8599
|
}, "strip", z.ZodTypeAny, {
|
|
8600
|
-
account: string
|
|
8600
|
+
account: `cF${string}`;
|
|
8601
8601
|
bps: number;
|
|
8602
8602
|
}, {
|
|
8603
8603
|
account: string;
|
|
@@ -8723,7 +8723,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
8723
8723
|
} | null | undefined;
|
|
8724
8724
|
} | null | undefined;
|
|
8725
8725
|
brokerFee?: {
|
|
8726
|
-
account: string
|
|
8726
|
+
account: `cF${string}`;
|
|
8727
8727
|
bps: number;
|
|
8728
8728
|
} | null | undefined;
|
|
8729
8729
|
dcaParams?: {
|
|
@@ -8903,7 +8903,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
8903
8903
|
} | null | undefined;
|
|
8904
8904
|
} | null | undefined;
|
|
8905
8905
|
brokerFee?: {
|
|
8906
|
-
account: string
|
|
8906
|
+
account: `cF${string}`;
|
|
8907
8907
|
bps: number;
|
|
8908
8908
|
} | null | undefined;
|
|
8909
8909
|
dcaParams?: {
|
|
@@ -10702,10 +10702,10 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
10702
10702
|
extrinsicIndex: number;
|
|
10703
10703
|
}>;
|
|
10704
10704
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10705
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
10705
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
10706
10706
|
bps: z.ZodNumber;
|
|
10707
10707
|
}, "strip", z.ZodTypeAny, {
|
|
10708
|
-
account: string
|
|
10708
|
+
account: `cF${string}`;
|
|
10709
10709
|
bps: number;
|
|
10710
10710
|
}, {
|
|
10711
10711
|
account: string;
|
|
@@ -10832,7 +10832,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
10832
10832
|
} | null | undefined;
|
|
10833
10833
|
} | null | undefined;
|
|
10834
10834
|
brokerFee?: {
|
|
10835
|
-
account: string
|
|
10835
|
+
account: `cF${string}`;
|
|
10836
10836
|
bps: number;
|
|
10837
10837
|
} | null | undefined;
|
|
10838
10838
|
dcaParams?: {
|
|
@@ -11304,10 +11304,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
11304
11304
|
extrinsicIndex: number;
|
|
11305
11305
|
}>;
|
|
11306
11306
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11307
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
11307
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
11308
11308
|
bps: z.ZodNumber;
|
|
11309
11309
|
}, "strip", z.ZodTypeAny, {
|
|
11310
|
-
account: string
|
|
11310
|
+
account: `cF${string}`;
|
|
11311
11311
|
bps: number;
|
|
11312
11312
|
}, {
|
|
11313
11313
|
account: string;
|
|
@@ -11434,7 +11434,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
11434
11434
|
} | null | undefined;
|
|
11435
11435
|
} | null | undefined;
|
|
11436
11436
|
brokerFee?: {
|
|
11437
|
-
account: string
|
|
11437
|
+
account: `cF${string}`;
|
|
11438
11438
|
bps: number;
|
|
11439
11439
|
} | null | undefined;
|
|
11440
11440
|
dcaParams?: {
|
|
@@ -11616,7 +11616,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
11616
11616
|
} | null | undefined;
|
|
11617
11617
|
} | null | undefined;
|
|
11618
11618
|
brokerFee?: {
|
|
11619
|
-
account: string
|
|
11619
|
+
account: `cF${string}`;
|
|
11620
11620
|
bps: number;
|
|
11621
11621
|
} | null | undefined;
|
|
11622
11622
|
dcaParams?: {
|
|
@@ -13334,10 +13334,10 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
13334
13334
|
}>>>;
|
|
13335
13335
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13336
13336
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
13337
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
13337
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
13338
13338
|
bps: z.ZodNumber;
|
|
13339
13339
|
}, "strip", z.ZodTypeAny, {
|
|
13340
|
-
account: string
|
|
13340
|
+
account: `cF${string}`;
|
|
13341
13341
|
bps: number;
|
|
13342
13342
|
}, {
|
|
13343
13343
|
account: string;
|
|
@@ -13611,7 +13611,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
13611
13611
|
} | null | undefined;
|
|
13612
13612
|
} | null | undefined;
|
|
13613
13613
|
brokerFee?: {
|
|
13614
|
-
account: string
|
|
13614
|
+
account: `cF${string}`;
|
|
13615
13615
|
bps: number;
|
|
13616
13616
|
} | null | undefined;
|
|
13617
13617
|
dcaParams?: {
|
|
@@ -14574,10 +14574,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14574
14574
|
}>>>;
|
|
14575
14575
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14576
14576
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14577
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
14577
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
14578
14578
|
bps: z.ZodNumber;
|
|
14579
14579
|
}, "strip", z.ZodTypeAny, {
|
|
14580
|
-
account: string
|
|
14580
|
+
account: `cF${string}`;
|
|
14581
14581
|
bps: number;
|
|
14582
14582
|
}, {
|
|
14583
14583
|
account: string;
|
|
@@ -14851,7 +14851,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14851
14851
|
} | null | undefined;
|
|
14852
14852
|
} | null | undefined;
|
|
14853
14853
|
brokerFee?: {
|
|
14854
|
-
account: string
|
|
14854
|
+
account: `cF${string}`;
|
|
14855
14855
|
bps: number;
|
|
14856
14856
|
} | null | undefined;
|
|
14857
14857
|
dcaParams?: {
|
|
@@ -15137,7 +15137,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15137
15137
|
} | null | undefined;
|
|
15138
15138
|
} | null | undefined;
|
|
15139
15139
|
brokerFee?: {
|
|
15140
|
-
account: string
|
|
15140
|
+
account: `cF${string}`;
|
|
15141
15141
|
bps: number;
|
|
15142
15142
|
} | null | undefined;
|
|
15143
15143
|
dcaParams?: {
|
|
@@ -16251,10 +16251,10 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
16251
16251
|
}>>>;
|
|
16252
16252
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16253
16253
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
16254
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
16254
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
16255
16255
|
bps: z.ZodNumber;
|
|
16256
16256
|
}, "strip", z.ZodTypeAny, {
|
|
16257
|
-
account: string
|
|
16257
|
+
account: `cF${string}`;
|
|
16258
16258
|
bps: number;
|
|
16259
16259
|
}, {
|
|
16260
16260
|
account: string;
|
|
@@ -16380,7 +16380,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
16380
16380
|
} | null | undefined;
|
|
16381
16381
|
} | null | undefined;
|
|
16382
16382
|
brokerFee?: {
|
|
16383
|
-
account: string
|
|
16383
|
+
account: `cF${string}`;
|
|
16384
16384
|
bps: number;
|
|
16385
16385
|
} | null | undefined;
|
|
16386
16386
|
dcaParams?: {
|
|
@@ -16862,10 +16862,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16862
16862
|
}>>>;
|
|
16863
16863
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16864
16864
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
16865
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
16865
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
16866
16866
|
bps: z.ZodNumber;
|
|
16867
16867
|
}, "strip", z.ZodTypeAny, {
|
|
16868
|
-
account: string
|
|
16868
|
+
account: `cF${string}`;
|
|
16869
16869
|
bps: number;
|
|
16870
16870
|
}, {
|
|
16871
16871
|
account: string;
|
|
@@ -16991,7 +16991,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16991
16991
|
} | null | undefined;
|
|
16992
16992
|
} | null | undefined;
|
|
16993
16993
|
brokerFee?: {
|
|
16994
|
-
account: string
|
|
16994
|
+
account: `cF${string}`;
|
|
16995
16995
|
bps: number;
|
|
16996
16996
|
} | null | undefined;
|
|
16997
16997
|
dcaParams?: {
|
|
@@ -17171,7 +17171,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
17171
17171
|
} | null | undefined;
|
|
17172
17172
|
} | null | undefined;
|
|
17173
17173
|
brokerFee?: {
|
|
17174
|
-
account: string
|
|
17174
|
+
account: `cF${string}`;
|
|
17175
17175
|
bps: number;
|
|
17176
17176
|
} | null | undefined;
|
|
17177
17177
|
dcaParams?: {
|
|
@@ -18225,10 +18225,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
18225
18225
|
}>>>;
|
|
18226
18226
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
18227
18227
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18228
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
18228
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
18229
18229
|
bps: z.ZodNumber;
|
|
18230
18230
|
}, "strip", z.ZodTypeAny, {
|
|
18231
|
-
account: string
|
|
18231
|
+
account: `cF${string}`;
|
|
18232
18232
|
bps: number;
|
|
18233
18233
|
}, {
|
|
18234
18234
|
account: string;
|
|
@@ -18351,7 +18351,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
18351
18351
|
} | null | undefined;
|
|
18352
18352
|
} | null | undefined;
|
|
18353
18353
|
brokerFee?: {
|
|
18354
|
-
account: string
|
|
18354
|
+
account: `cF${string}`;
|
|
18355
18355
|
bps: number;
|
|
18356
18356
|
} | null | undefined;
|
|
18357
18357
|
dcaParams?: {
|
|
@@ -18804,10 +18804,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
18804
18804
|
}>>>;
|
|
18805
18805
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
18806
18806
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18807
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
18807
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
18808
18808
|
bps: z.ZodNumber;
|
|
18809
18809
|
}, "strip", z.ZodTypeAny, {
|
|
18810
|
-
account: string
|
|
18810
|
+
account: `cF${string}`;
|
|
18811
18811
|
bps: number;
|
|
18812
18812
|
}, {
|
|
18813
18813
|
account: string;
|
|
@@ -18930,7 +18930,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
18930
18930
|
} | null | undefined;
|
|
18931
18931
|
} | null | undefined;
|
|
18932
18932
|
brokerFee?: {
|
|
18933
|
-
account: string
|
|
18933
|
+
account: `cF${string}`;
|
|
18934
18934
|
bps: number;
|
|
18935
18935
|
} | null | undefined;
|
|
18936
18936
|
dcaParams?: {
|
|
@@ -19104,7 +19104,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
19104
19104
|
} | null | undefined;
|
|
19105
19105
|
} | null | undefined;
|
|
19106
19106
|
brokerFee?: {
|
|
19107
|
-
account: string
|
|
19107
|
+
account: `cF${string}`;
|
|
19108
19108
|
bps: number;
|
|
19109
19109
|
} | null | undefined;
|
|
19110
19110
|
dcaParams?: {
|
|
@@ -20204,10 +20204,10 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
20204
20204
|
extrinsicIndex: number;
|
|
20205
20205
|
}>;
|
|
20206
20206
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
20207
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
20207
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
20208
20208
|
bps: z.ZodNumber;
|
|
20209
20209
|
}, "strip", z.ZodTypeAny, {
|
|
20210
|
-
account: string
|
|
20210
|
+
account: `cF${string}`;
|
|
20211
20211
|
bps: number;
|
|
20212
20212
|
}, {
|
|
20213
20213
|
account: string;
|
|
@@ -20334,7 +20334,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
20334
20334
|
} | null | undefined;
|
|
20335
20335
|
} | null | undefined;
|
|
20336
20336
|
brokerFee?: {
|
|
20337
|
-
account: string
|
|
20337
|
+
account: `cF${string}`;
|
|
20338
20338
|
bps: number;
|
|
20339
20339
|
} | null | undefined;
|
|
20340
20340
|
dcaParams?: {
|
|
@@ -20806,10 +20806,10 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
20806
20806
|
extrinsicIndex: number;
|
|
20807
20807
|
}>;
|
|
20808
20808
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
20809
|
-
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string
|
|
20809
|
+
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
20810
20810
|
bps: z.ZodNumber;
|
|
20811
20811
|
}, "strip", z.ZodTypeAny, {
|
|
20812
|
-
account: string
|
|
20812
|
+
account: `cF${string}`;
|
|
20813
20813
|
bps: number;
|
|
20814
20814
|
}, {
|
|
20815
20815
|
account: string;
|
|
@@ -20936,7 +20936,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
20936
20936
|
} | null | undefined;
|
|
20937
20937
|
} | null | undefined;
|
|
20938
20938
|
brokerFee?: {
|
|
20939
|
-
account: string
|
|
20939
|
+
account: `cF${string}`;
|
|
20940
20940
|
bps: number;
|
|
20941
20941
|
} | null | undefined;
|
|
20942
20942
|
dcaParams?: {
|
|
@@ -21118,7 +21118,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
21118
21118
|
} | null | undefined;
|
|
21119
21119
|
} | null | undefined;
|
|
21120
21120
|
brokerFee?: {
|
|
21121
|
-
account: string
|
|
21121
|
+
account: `cF${string}`;
|
|
21122
21122
|
bps: number;
|
|
21123
21123
|
} | null | undefined;
|
|
21124
21124
|
dcaParams?: {
|
|
@@ -245,9 +245,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
245
245
|
assethubIngressEgress: z.ZodBoolean;
|
|
246
246
|
assethubVault: z.ZodBoolean;
|
|
247
247
|
}, "strip", z.ZodTypeAny, {
|
|
248
|
-
governance: boolean;
|
|
249
248
|
funding: boolean;
|
|
250
249
|
swapping: boolean;
|
|
250
|
+
governance: boolean;
|
|
251
251
|
ethereumBroadcast: boolean;
|
|
252
252
|
ethereumChainTracking: boolean;
|
|
253
253
|
ethereumIngressEgress: boolean;
|
|
@@ -271,9 +271,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
271
271
|
assethubIngressEgress: boolean;
|
|
272
272
|
assethubVault: boolean;
|
|
273
273
|
}, {
|
|
274
|
-
governance: boolean;
|
|
275
274
|
funding: boolean;
|
|
276
275
|
swapping: boolean;
|
|
276
|
+
governance: boolean;
|
|
277
277
|
ethereumBroadcast: boolean;
|
|
278
278
|
ethereumChainTracking: boolean;
|
|
279
279
|
ethereumIngressEgress: boolean;
|
|
@@ -300,9 +300,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
301
|
__kind: "CodeAmber";
|
|
302
302
|
value: {
|
|
303
|
-
governance: boolean;
|
|
304
303
|
funding: boolean;
|
|
305
304
|
swapping: boolean;
|
|
305
|
+
governance: boolean;
|
|
306
306
|
ethereumBroadcast: boolean;
|
|
307
307
|
ethereumChainTracking: boolean;
|
|
308
308
|
ethereumIngressEgress: boolean;
|
|
@@ -329,9 +329,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
329
329
|
}, {
|
|
330
330
|
__kind: "CodeAmber";
|
|
331
331
|
value: {
|
|
332
|
-
governance: boolean;
|
|
333
332
|
funding: boolean;
|
|
334
333
|
swapping: boolean;
|
|
334
|
+
governance: boolean;
|
|
335
335
|
ethereumBroadcast: boolean;
|
|
336
336
|
ethereumChainTracking: boolean;
|
|
337
337
|
ethereumIngressEgress: boolean;
|
|
@@ -453,6 +453,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
453
453
|
vaultDepositWitnessingEnabled: boolean;
|
|
454
454
|
}>;
|
|
455
455
|
}, "strip", z.ZodTypeAny, {
|
|
456
|
+
emissions: {
|
|
457
|
+
emissionsSyncEnabled: boolean;
|
|
458
|
+
};
|
|
456
459
|
funding: {
|
|
457
460
|
redeemEnabled: boolean;
|
|
458
461
|
};
|
|
@@ -461,9 +464,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
461
464
|
withdrawalsEnabled: boolean;
|
|
462
465
|
brokerRegistrationEnabled: boolean;
|
|
463
466
|
};
|
|
464
|
-
emissions: {
|
|
465
|
-
emissionsSyncEnabled: boolean;
|
|
466
|
-
};
|
|
467
467
|
liquidityProvider: {
|
|
468
468
|
depositEnabled: boolean;
|
|
469
469
|
withdrawalEnabled: boolean;
|
|
@@ -536,9 +536,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
536
536
|
} | {
|
|
537
537
|
__kind: "CodeAmber";
|
|
538
538
|
value: {
|
|
539
|
-
governance: boolean;
|
|
540
539
|
funding: boolean;
|
|
541
540
|
swapping: boolean;
|
|
541
|
+
governance: boolean;
|
|
542
542
|
ethereumBroadcast: boolean;
|
|
543
543
|
ethereumChainTracking: boolean;
|
|
544
544
|
ethereumIngressEgress: boolean;
|
|
@@ -600,6 +600,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
600
600
|
vaultDepositWitnessingEnabled: boolean;
|
|
601
601
|
};
|
|
602
602
|
}, {
|
|
603
|
+
emissions: {
|
|
604
|
+
emissionsSyncEnabled: boolean;
|
|
605
|
+
};
|
|
603
606
|
funding: {
|
|
604
607
|
redeemEnabled: boolean;
|
|
605
608
|
};
|
|
@@ -608,9 +611,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
608
611
|
withdrawalsEnabled: boolean;
|
|
609
612
|
brokerRegistrationEnabled: boolean;
|
|
610
613
|
};
|
|
611
|
-
emissions: {
|
|
612
|
-
emissionsSyncEnabled: boolean;
|
|
613
|
-
};
|
|
614
614
|
liquidityProvider: {
|
|
615
615
|
depositEnabled: boolean;
|
|
616
616
|
withdrawalEnabled: boolean;
|
|
@@ -683,9 +683,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
683
683
|
} | {
|
|
684
684
|
__kind: "CodeAmber";
|
|
685
685
|
value: {
|
|
686
|
-
governance: boolean;
|
|
687
686
|
funding: boolean;
|
|
688
687
|
swapping: boolean;
|
|
688
|
+
governance: boolean;
|
|
689
689
|
ethereumBroadcast: boolean;
|
|
690
690
|
ethereumChainTracking: boolean;
|
|
691
691
|
ethereumIngressEgress: boolean;
|
|
@@ -750,6 +750,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
750
750
|
}, "strip", z.ZodTypeAny, {
|
|
751
751
|
__kind: "CodeAmber";
|
|
752
752
|
value: {
|
|
753
|
+
emissions: {
|
|
754
|
+
emissionsSyncEnabled: boolean;
|
|
755
|
+
};
|
|
753
756
|
funding: {
|
|
754
757
|
redeemEnabled: boolean;
|
|
755
758
|
};
|
|
@@ -758,9 +761,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
758
761
|
withdrawalsEnabled: boolean;
|
|
759
762
|
brokerRegistrationEnabled: boolean;
|
|
760
763
|
};
|
|
761
|
-
emissions: {
|
|
762
|
-
emissionsSyncEnabled: boolean;
|
|
763
|
-
};
|
|
764
764
|
liquidityProvider: {
|
|
765
765
|
depositEnabled: boolean;
|
|
766
766
|
withdrawalEnabled: boolean;
|
|
@@ -833,9 +833,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
833
833
|
} | {
|
|
834
834
|
__kind: "CodeAmber";
|
|
835
835
|
value: {
|
|
836
|
-
governance: boolean;
|
|
837
836
|
funding: boolean;
|
|
838
837
|
swapping: boolean;
|
|
838
|
+
governance: boolean;
|
|
839
839
|
ethereumBroadcast: boolean;
|
|
840
840
|
ethereumChainTracking: boolean;
|
|
841
841
|
ethereumIngressEgress: boolean;
|
|
@@ -900,6 +900,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
900
900
|
}, {
|
|
901
901
|
__kind: "CodeAmber";
|
|
902
902
|
value: {
|
|
903
|
+
emissions: {
|
|
904
|
+
emissionsSyncEnabled: boolean;
|
|
905
|
+
};
|
|
903
906
|
funding: {
|
|
904
907
|
redeemEnabled: boolean;
|
|
905
908
|
};
|
|
@@ -908,9 +911,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
908
911
|
withdrawalsEnabled: boolean;
|
|
909
912
|
brokerRegistrationEnabled: boolean;
|
|
910
913
|
};
|
|
911
|
-
emissions: {
|
|
912
|
-
emissionsSyncEnabled: boolean;
|
|
913
|
-
};
|
|
914
914
|
liquidityProvider: {
|
|
915
915
|
depositEnabled: boolean;
|
|
916
916
|
withdrawalEnabled: boolean;
|
|
@@ -983,9 +983,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
983
983
|
} | {
|
|
984
984
|
__kind: "CodeAmber";
|
|
985
985
|
value: {
|
|
986
|
-
governance: boolean;
|
|
987
986
|
funding: boolean;
|
|
988
987
|
swapping: boolean;
|
|
988
|
+
governance: boolean;
|
|
989
989
|
ethereumBroadcast: boolean;
|
|
990
990
|
ethereumChainTracking: boolean;
|
|
991
991
|
ethereumIngressEgress: boolean;
|
|
@@ -1056,6 +1056,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1056
1056
|
} | {
|
|
1057
1057
|
__kind: "CodeAmber";
|
|
1058
1058
|
value: {
|
|
1059
|
+
emissions: {
|
|
1060
|
+
emissionsSyncEnabled: boolean;
|
|
1061
|
+
};
|
|
1059
1062
|
funding: {
|
|
1060
1063
|
redeemEnabled: boolean;
|
|
1061
1064
|
};
|
|
@@ -1064,9 +1067,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1064
1067
|
withdrawalsEnabled: boolean;
|
|
1065
1068
|
brokerRegistrationEnabled: boolean;
|
|
1066
1069
|
};
|
|
1067
|
-
emissions: {
|
|
1068
|
-
emissionsSyncEnabled: boolean;
|
|
1069
|
-
};
|
|
1070
1070
|
liquidityProvider: {
|
|
1071
1071
|
depositEnabled: boolean;
|
|
1072
1072
|
withdrawalEnabled: boolean;
|
|
@@ -1139,9 +1139,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1139
1139
|
} | {
|
|
1140
1140
|
__kind: "CodeAmber";
|
|
1141
1141
|
value: {
|
|
1142
|
-
governance: boolean;
|
|
1143
1142
|
funding: boolean;
|
|
1144
1143
|
swapping: boolean;
|
|
1144
|
+
governance: boolean;
|
|
1145
1145
|
ethereumBroadcast: boolean;
|
|
1146
1146
|
ethereumChainTracking: boolean;
|
|
1147
1147
|
ethereumIngressEgress: boolean;
|
|
@@ -1212,6 +1212,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1212
1212
|
} | {
|
|
1213
1213
|
__kind: "CodeAmber";
|
|
1214
1214
|
value: {
|
|
1215
|
+
emissions: {
|
|
1216
|
+
emissionsSyncEnabled: boolean;
|
|
1217
|
+
};
|
|
1215
1218
|
funding: {
|
|
1216
1219
|
redeemEnabled: boolean;
|
|
1217
1220
|
};
|
|
@@ -1220,9 +1223,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1220
1223
|
withdrawalsEnabled: boolean;
|
|
1221
1224
|
brokerRegistrationEnabled: boolean;
|
|
1222
1225
|
};
|
|
1223
|
-
emissions: {
|
|
1224
|
-
emissionsSyncEnabled: boolean;
|
|
1225
|
-
};
|
|
1226
1226
|
liquidityProvider: {
|
|
1227
1227
|
depositEnabled: boolean;
|
|
1228
1228
|
withdrawalEnabled: boolean;
|
|
@@ -1295,9 +1295,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1295
1295
|
} | {
|
|
1296
1296
|
__kind: "CodeAmber";
|
|
1297
1297
|
value: {
|
|
1298
|
-
governance: boolean;
|
|
1299
1298
|
funding: boolean;
|
|
1300
1299
|
swapping: boolean;
|
|
1300
|
+
governance: boolean;
|
|
1301
1301
|
ethereumBroadcast: boolean;
|
|
1302
1302
|
ethereumChainTracking: boolean;
|
|
1303
1303
|
ethereumIngressEgress: boolean;
|