@chainflip/processor 1.10.2 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +4 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- 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 +4 -4
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- 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 +46 -46
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +46 -46
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +207 -207
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +207 -207
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
- package/dist/11000/swapping/swapRequested.d.cts +92 -92
- package/dist/11000/swapping/swapRequested.d.ts +92 -92
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/11100/accountRoles/accountRoleDeregistered.cjs +10 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.d.cts +24 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.d.ts +24 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.mjs +10 -0
- package/dist/11100/accountRoles/accountRoleRegistered.cjs +10 -0
- package/dist/11100/accountRoles/accountRoleRegistered.d.cts +24 -0
- package/dist/11100/accountRoles/accountRoleRegistered.d.ts +24 -0
- package/dist/11100/accountRoles/accountRoleRegistered.mjs +10 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.cjs +11 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.d.cts +17 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.d.ts +17 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.mjs +11 -0
- package/dist/11100/accountRoles/subAccountCreated.cjs +11 -0
- package/dist/11100/accountRoles/subAccountCreated.d.cts +17 -0
- package/dist/11100/accountRoles/subAccountCreated.d.ts +17 -0
- package/dist/11100/accountRoles/subAccountCreated.mjs +11 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +1407 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +1407 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/assethubIngressEgress/depositFailed.cjs +14 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +1398 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +1398 -0
- package/dist/11100/assethubIngressEgress/depositFailed.mjs +14 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +2316 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +2316 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/common.cjs +883 -0
- package/dist/11100/common.d.cts +20312 -0
- package/dist/11100/common.d.ts +20312 -0
- package/dist/11100/common.mjs +883 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1390 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1390 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.mjs +9 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +1407 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +1407 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/genericElections/allVotesCleared.cjs +6 -0
- package/dist/11100/genericElections/allVotesCleared.d.cts +5 -0
- package/dist/11100/genericElections/allVotesCleared.d.ts +5 -0
- package/dist/11100/genericElections/allVotesCleared.mjs +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.cjs +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.cts +5 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.ts +5 -0
- package/dist/11100/genericElections/allVotesNotCleared.mjs +6 -0
- package/dist/11100/genericElections/corruptStorage.cjs +6 -0
- package/dist/11100/genericElections/corruptStorage.d.cts +5 -0
- package/dist/11100/genericElections/corruptStorage.d.ts +5 -0
- package/dist/11100/genericElections/corruptStorage.mjs +6 -0
- package/dist/11100/genericElections/electoralEvent.cjs +6 -0
- package/dist/11100/genericElections/electoralEvent.d.cts +63 -0
- package/dist/11100/genericElections/electoralEvent.d.ts +63 -0
- package/dist/11100/genericElections/electoralEvent.mjs +6 -0
- package/dist/11100/genericElections/uninitialized.cjs +6 -0
- package/dist/11100/genericElections/uninitialized.d.cts +5 -0
- package/dist/11100/genericElections/uninitialized.d.ts +5 -0
- package/dist/11100/genericElections/uninitialized.mjs +6 -0
- package/dist/11100/genericElections/unknownElection.cjs +13 -0
- package/dist/11100/genericElections/unknownElection.d.cts +13 -0
- package/dist/11100/genericElections/unknownElection.d.ts +13 -0
- package/dist/11100/genericElections/unknownElection.mjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.cjs +14 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +1398 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +1398 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.mjs +14 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/solanaIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +1357 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +1357 -0
- package/dist/11100/solanaIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/swapping/swapDepositAddressReady.cjs +31 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +689 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +689 -0
- package/dist/11100/swapping/swapDepositAddressReady.mjs +31 -0
- package/dist/11100/swapping/swapRequested.cjs +25 -0
- package/dist/11100/swapping/swapRequested.d.cts +2635 -0
- package/dist/11100/swapping/swapRequested.d.ts +2635 -0
- package/dist/11100/swapping/swapRequested.mjs +25 -0
- package/dist/11100/validator/delegated.cjs +7 -0
- package/dist/11100/validator/delegated.d.cts +14 -0
- package/dist/11100/validator/delegated.d.ts +14 -0
- package/dist/11100/validator/delegated.mjs +7 -0
- package/dist/11100/validator/delegatorAllowed.cjs +7 -0
- package/dist/11100/validator/delegatorAllowed.d.cts +14 -0
- package/dist/11100/validator/delegatorAllowed.d.ts +14 -0
- package/dist/11100/validator/delegatorAllowed.mjs +7 -0
- package/dist/11100/validator/delegatorBlocked.cjs +7 -0
- package/dist/11100/validator/delegatorBlocked.d.cts +14 -0
- package/dist/11100/validator/delegatorBlocked.d.ts +14 -0
- package/dist/11100/validator/delegatorBlocked.mjs +7 -0
- package/dist/11100/validator/operatorAcceptedByValidator.cjs +10 -0
- package/dist/11100/validator/operatorAcceptedByValidator.d.cts +14 -0
- package/dist/11100/validator/operatorAcceptedByValidator.d.ts +14 -0
- package/dist/11100/validator/operatorAcceptedByValidator.mjs +10 -0
- package/dist/11100/validator/operatorSettingsUpdated.cjs +10 -0
- package/dist/11100/validator/operatorSettingsUpdated.d.cts +41 -0
- package/dist/11100/validator/operatorSettingsUpdated.d.ts +41 -0
- package/dist/11100/validator/operatorSettingsUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegated.cjs +7 -0
- package/dist/11100/validator/unDelegated.d.cts +14 -0
- package/dist/11100/validator/unDelegated.d.ts +14 -0
- package/dist/11100/validator/unDelegated.mjs +7 -0
- package/dist/11100/validator/validatorClaimed.cjs +7 -0
- package/dist/11100/validator/validatorClaimed.d.cts +14 -0
- package/dist/11100/validator/validatorClaimed.d.ts +14 -0
- package/dist/11100/validator/validatorClaimed.mjs +7 -0
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +10 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.cts +14 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.ts +14 -0
- package/dist/11100/validator/validatorRemovedFromOperator.mjs +10 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +46 -46
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
- 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 +4 -4
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- 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/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- 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/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- 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 +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- 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 +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- 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 +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- 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 +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- 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 +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- 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/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +26 -26
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +26 -26
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.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 +20 -20
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +46 -46
- 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 +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- 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/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- 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/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.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 +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +54 -54
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +54 -54
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +180 -180
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +180 -180
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.ts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +70 -70
- package/dist/190/assetBalances/refundSkipped.d.ts +70 -70
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/package.json +2 -2
|
@@ -38,7 +38,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
38
38
|
boostFee: z.ZodNumber;
|
|
39
39
|
channelOpeningFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
|
|
41
|
+
channelId: bigint;
|
|
42
42
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
43
43
|
depositAddress: {
|
|
44
44
|
readonly chain: "Ethereum";
|
|
@@ -50,12 +50,12 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
50
50
|
readonly chain: "Bitcoin";
|
|
51
51
|
readonly address: string;
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
accountId: string;
|
|
54
54
|
depositChainExpiryBlock: bigint;
|
|
55
55
|
boostFee: number;
|
|
56
56
|
channelOpeningFee: bigint;
|
|
57
57
|
}, {
|
|
58
|
-
|
|
58
|
+
channelId: string | number;
|
|
59
59
|
asset: {
|
|
60
60
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
61
61
|
};
|
|
@@ -63,7 +63,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
63
63
|
value: string;
|
|
64
64
|
__kind: "Eth" | "Dot" | "Btc";
|
|
65
65
|
};
|
|
66
|
-
|
|
66
|
+
accountId: string;
|
|
67
67
|
depositChainExpiryBlock: string | number;
|
|
68
68
|
boostFee: number;
|
|
69
69
|
channelOpeningFee: string | number;
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
accountId: string;
|
|
17
16
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
17
|
+
accountId: string;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
23
22
|
};
|
|
23
|
+
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
accountId: string;
|
|
17
16
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
17
|
+
accountId: string;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
23
22
|
};
|
|
23
|
+
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -64,17 +64,17 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
64
64
|
error: string;
|
|
65
65
|
}>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
__kind: "Module";
|
|
67
68
|
value: {
|
|
68
69
|
index: number;
|
|
69
70
|
error: `0x${string}`;
|
|
70
71
|
};
|
|
71
|
-
__kind: "Module";
|
|
72
72
|
}, {
|
|
73
|
+
__kind: "Module";
|
|
73
74
|
value: {
|
|
74
75
|
index: number;
|
|
75
76
|
error: string;
|
|
76
77
|
};
|
|
77
|
-
__kind: "Module";
|
|
78
78
|
}>, z.ZodObject<{
|
|
79
79
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -105,13 +105,13 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
105
105
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
106
106
|
}>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
109
108
|
__kind: "Token";
|
|
109
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
110
110
|
}, {
|
|
111
|
+
__kind: "Token";
|
|
111
112
|
value: {
|
|
112
113
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
113
114
|
};
|
|
114
|
-
__kind: "Token";
|
|
115
115
|
}>, z.ZodObject<{
|
|
116
116
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
117
117
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -124,13 +124,13 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
124
124
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
125
125
|
}>;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
128
127
|
__kind: "Arithmetic";
|
|
128
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
129
129
|
}, {
|
|
130
|
+
__kind: "Arithmetic";
|
|
130
131
|
value: {
|
|
131
132
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
132
133
|
};
|
|
133
|
-
__kind: "Arithmetic";
|
|
134
134
|
}>, z.ZodObject<{
|
|
135
135
|
__kind: z.ZodLiteral<"Transactional">;
|
|
136
136
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -143,13 +143,13 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
143
143
|
__kind: "LimitReached" | "NoLayer";
|
|
144
144
|
}>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
value: "LimitReached" | "NoLayer";
|
|
147
146
|
__kind: "Transactional";
|
|
147
|
+
value: "LimitReached" | "NoLayer";
|
|
148
148
|
}, {
|
|
149
|
+
__kind: "Transactional";
|
|
149
150
|
value: {
|
|
150
151
|
__kind: "LimitReached" | "NoLayer";
|
|
151
152
|
};
|
|
152
|
-
__kind: "Transactional";
|
|
153
153
|
}>, z.ZodObject<{
|
|
154
154
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -176,6 +176,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
176
176
|
__kind: "RootNotAllowed";
|
|
177
177
|
}>]>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
+
__kind: "DispatchError";
|
|
179
180
|
value: {
|
|
180
181
|
__kind: "Other";
|
|
181
182
|
} | {
|
|
@@ -183,11 +184,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
183
184
|
} | {
|
|
184
185
|
__kind: "BadOrigin";
|
|
185
186
|
} | {
|
|
187
|
+
__kind: "Module";
|
|
186
188
|
value: {
|
|
187
189
|
index: number;
|
|
188
190
|
error: `0x${string}`;
|
|
189
191
|
};
|
|
190
|
-
__kind: "Module";
|
|
191
192
|
} | {
|
|
192
193
|
__kind: "ConsumerRemaining";
|
|
193
194
|
} | {
|
|
@@ -195,14 +196,14 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
195
196
|
} | {
|
|
196
197
|
__kind: "TooManyConsumers";
|
|
197
198
|
} | {
|
|
198
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
199
199
|
__kind: "Token";
|
|
200
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
200
201
|
} | {
|
|
201
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
202
202
|
__kind: "Arithmetic";
|
|
203
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
203
204
|
} | {
|
|
204
|
-
value: "LimitReached" | "NoLayer";
|
|
205
205
|
__kind: "Transactional";
|
|
206
|
+
value: "LimitReached" | "NoLayer";
|
|
206
207
|
} | {
|
|
207
208
|
__kind: "Exhausted";
|
|
208
209
|
} | {
|
|
@@ -212,8 +213,8 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
212
213
|
} | {
|
|
213
214
|
__kind: "RootNotAllowed";
|
|
214
215
|
};
|
|
215
|
-
__kind: "DispatchError";
|
|
216
216
|
}, {
|
|
217
|
+
__kind: "DispatchError";
|
|
217
218
|
value: {
|
|
218
219
|
__kind: "Other";
|
|
219
220
|
} | {
|
|
@@ -221,11 +222,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
221
222
|
} | {
|
|
222
223
|
__kind: "BadOrigin";
|
|
223
224
|
} | {
|
|
225
|
+
__kind: "Module";
|
|
224
226
|
value: {
|
|
225
227
|
index: number;
|
|
226
228
|
error: string;
|
|
227
229
|
};
|
|
228
|
-
__kind: "Module";
|
|
229
230
|
} | {
|
|
230
231
|
__kind: "ConsumerRemaining";
|
|
231
232
|
} | {
|
|
@@ -233,20 +234,20 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
233
234
|
} | {
|
|
234
235
|
__kind: "TooManyConsumers";
|
|
235
236
|
} | {
|
|
237
|
+
__kind: "Token";
|
|
236
238
|
value: {
|
|
237
239
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
238
240
|
};
|
|
239
|
-
__kind: "Token";
|
|
240
241
|
} | {
|
|
242
|
+
__kind: "Arithmetic";
|
|
241
243
|
value: {
|
|
242
244
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
243
245
|
};
|
|
244
|
-
__kind: "Arithmetic";
|
|
245
246
|
} | {
|
|
247
|
+
__kind: "Transactional";
|
|
246
248
|
value: {
|
|
247
249
|
__kind: "LimitReached" | "NoLayer";
|
|
248
250
|
};
|
|
249
|
-
__kind: "Transactional";
|
|
250
251
|
} | {
|
|
251
252
|
__kind: "Exhausted";
|
|
252
253
|
} | {
|
|
@@ -256,7 +257,6 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
256
257
|
} | {
|
|
257
258
|
__kind: "RootNotAllowed";
|
|
258
259
|
};
|
|
259
|
-
__kind: "DispatchError";
|
|
260
260
|
}>]>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
262
|
error: {
|
|
@@ -270,6 +270,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
270
270
|
} | {
|
|
271
271
|
__kind: "UtxoSelectionFailed";
|
|
272
272
|
} | {
|
|
273
|
+
__kind: "DispatchError";
|
|
273
274
|
value: {
|
|
274
275
|
__kind: "Other";
|
|
275
276
|
} | {
|
|
@@ -277,11 +278,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
277
278
|
} | {
|
|
278
279
|
__kind: "BadOrigin";
|
|
279
280
|
} | {
|
|
281
|
+
__kind: "Module";
|
|
280
282
|
value: {
|
|
281
283
|
index: number;
|
|
282
284
|
error: `0x${string}`;
|
|
283
285
|
};
|
|
284
|
-
__kind: "Module";
|
|
285
286
|
} | {
|
|
286
287
|
__kind: "ConsumerRemaining";
|
|
287
288
|
} | {
|
|
@@ -289,14 +290,14 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
289
290
|
} | {
|
|
290
291
|
__kind: "TooManyConsumers";
|
|
291
292
|
} | {
|
|
292
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
293
293
|
__kind: "Token";
|
|
294
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
294
295
|
} | {
|
|
295
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
296
296
|
__kind: "Arithmetic";
|
|
297
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
297
298
|
} | {
|
|
298
|
-
value: "LimitReached" | "NoLayer";
|
|
299
299
|
__kind: "Transactional";
|
|
300
|
+
value: "LimitReached" | "NoLayer";
|
|
300
301
|
} | {
|
|
301
302
|
__kind: "Exhausted";
|
|
302
303
|
} | {
|
|
@@ -306,7 +307,6 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
306
307
|
} | {
|
|
307
308
|
__kind: "RootNotAllowed";
|
|
308
309
|
};
|
|
309
|
-
__kind: "DispatchError";
|
|
310
310
|
};
|
|
311
311
|
}, {
|
|
312
312
|
error: {
|
|
@@ -320,6 +320,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
320
320
|
} | {
|
|
321
321
|
__kind: "UtxoSelectionFailed";
|
|
322
322
|
} | {
|
|
323
|
+
__kind: "DispatchError";
|
|
323
324
|
value: {
|
|
324
325
|
__kind: "Other";
|
|
325
326
|
} | {
|
|
@@ -327,11 +328,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
327
328
|
} | {
|
|
328
329
|
__kind: "BadOrigin";
|
|
329
330
|
} | {
|
|
331
|
+
__kind: "Module";
|
|
330
332
|
value: {
|
|
331
333
|
index: number;
|
|
332
334
|
error: string;
|
|
333
335
|
};
|
|
334
|
-
__kind: "Module";
|
|
335
336
|
} | {
|
|
336
337
|
__kind: "ConsumerRemaining";
|
|
337
338
|
} | {
|
|
@@ -339,20 +340,20 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
339
340
|
} | {
|
|
340
341
|
__kind: "TooManyConsumers";
|
|
341
342
|
} | {
|
|
343
|
+
__kind: "Token";
|
|
342
344
|
value: {
|
|
343
345
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
344
346
|
};
|
|
345
|
-
__kind: "Token";
|
|
346
347
|
} | {
|
|
348
|
+
__kind: "Arithmetic";
|
|
347
349
|
value: {
|
|
348
350
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
349
351
|
};
|
|
350
|
-
__kind: "Arithmetic";
|
|
351
352
|
} | {
|
|
353
|
+
__kind: "Transactional";
|
|
352
354
|
value: {
|
|
353
355
|
__kind: "LimitReached" | "NoLayer";
|
|
354
356
|
};
|
|
355
|
-
__kind: "Transactional";
|
|
356
357
|
} | {
|
|
357
358
|
__kind: "Exhausted";
|
|
358
359
|
} | {
|
|
@@ -362,7 +363,6 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
362
363
|
} | {
|
|
363
364
|
__kind: "RootNotAllowed";
|
|
364
365
|
};
|
|
365
|
-
__kind: "DispatchError";
|
|
366
366
|
};
|
|
367
367
|
}>;
|
|
368
368
|
|
|
@@ -64,17 +64,17 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
64
64
|
error: string;
|
|
65
65
|
}>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
__kind: "Module";
|
|
67
68
|
value: {
|
|
68
69
|
index: number;
|
|
69
70
|
error: `0x${string}`;
|
|
70
71
|
};
|
|
71
|
-
__kind: "Module";
|
|
72
72
|
}, {
|
|
73
|
+
__kind: "Module";
|
|
73
74
|
value: {
|
|
74
75
|
index: number;
|
|
75
76
|
error: string;
|
|
76
77
|
};
|
|
77
|
-
__kind: "Module";
|
|
78
78
|
}>, z.ZodObject<{
|
|
79
79
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -105,13 +105,13 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
105
105
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
106
106
|
}>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
109
108
|
__kind: "Token";
|
|
109
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
110
110
|
}, {
|
|
111
|
+
__kind: "Token";
|
|
111
112
|
value: {
|
|
112
113
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
113
114
|
};
|
|
114
|
-
__kind: "Token";
|
|
115
115
|
}>, z.ZodObject<{
|
|
116
116
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
117
117
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -124,13 +124,13 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
124
124
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
125
125
|
}>;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
128
127
|
__kind: "Arithmetic";
|
|
128
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
129
129
|
}, {
|
|
130
|
+
__kind: "Arithmetic";
|
|
130
131
|
value: {
|
|
131
132
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
132
133
|
};
|
|
133
|
-
__kind: "Arithmetic";
|
|
134
134
|
}>, z.ZodObject<{
|
|
135
135
|
__kind: z.ZodLiteral<"Transactional">;
|
|
136
136
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -143,13 +143,13 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
143
143
|
__kind: "LimitReached" | "NoLayer";
|
|
144
144
|
}>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
value: "LimitReached" | "NoLayer";
|
|
147
146
|
__kind: "Transactional";
|
|
147
|
+
value: "LimitReached" | "NoLayer";
|
|
148
148
|
}, {
|
|
149
|
+
__kind: "Transactional";
|
|
149
150
|
value: {
|
|
150
151
|
__kind: "LimitReached" | "NoLayer";
|
|
151
152
|
};
|
|
152
|
-
__kind: "Transactional";
|
|
153
153
|
}>, z.ZodObject<{
|
|
154
154
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -176,6 +176,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
176
176
|
__kind: "RootNotAllowed";
|
|
177
177
|
}>]>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
+
__kind: "DispatchError";
|
|
179
180
|
value: {
|
|
180
181
|
__kind: "Other";
|
|
181
182
|
} | {
|
|
@@ -183,11 +184,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
183
184
|
} | {
|
|
184
185
|
__kind: "BadOrigin";
|
|
185
186
|
} | {
|
|
187
|
+
__kind: "Module";
|
|
186
188
|
value: {
|
|
187
189
|
index: number;
|
|
188
190
|
error: `0x${string}`;
|
|
189
191
|
};
|
|
190
|
-
__kind: "Module";
|
|
191
192
|
} | {
|
|
192
193
|
__kind: "ConsumerRemaining";
|
|
193
194
|
} | {
|
|
@@ -195,14 +196,14 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
195
196
|
} | {
|
|
196
197
|
__kind: "TooManyConsumers";
|
|
197
198
|
} | {
|
|
198
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
199
199
|
__kind: "Token";
|
|
200
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
200
201
|
} | {
|
|
201
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
202
202
|
__kind: "Arithmetic";
|
|
203
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
203
204
|
} | {
|
|
204
|
-
value: "LimitReached" | "NoLayer";
|
|
205
205
|
__kind: "Transactional";
|
|
206
|
+
value: "LimitReached" | "NoLayer";
|
|
206
207
|
} | {
|
|
207
208
|
__kind: "Exhausted";
|
|
208
209
|
} | {
|
|
@@ -212,8 +213,8 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
212
213
|
} | {
|
|
213
214
|
__kind: "RootNotAllowed";
|
|
214
215
|
};
|
|
215
|
-
__kind: "DispatchError";
|
|
216
216
|
}, {
|
|
217
|
+
__kind: "DispatchError";
|
|
217
218
|
value: {
|
|
218
219
|
__kind: "Other";
|
|
219
220
|
} | {
|
|
@@ -221,11 +222,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
221
222
|
} | {
|
|
222
223
|
__kind: "BadOrigin";
|
|
223
224
|
} | {
|
|
225
|
+
__kind: "Module";
|
|
224
226
|
value: {
|
|
225
227
|
index: number;
|
|
226
228
|
error: string;
|
|
227
229
|
};
|
|
228
|
-
__kind: "Module";
|
|
229
230
|
} | {
|
|
230
231
|
__kind: "ConsumerRemaining";
|
|
231
232
|
} | {
|
|
@@ -233,20 +234,20 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
233
234
|
} | {
|
|
234
235
|
__kind: "TooManyConsumers";
|
|
235
236
|
} | {
|
|
237
|
+
__kind: "Token";
|
|
236
238
|
value: {
|
|
237
239
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
238
240
|
};
|
|
239
|
-
__kind: "Token";
|
|
240
241
|
} | {
|
|
242
|
+
__kind: "Arithmetic";
|
|
241
243
|
value: {
|
|
242
244
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
243
245
|
};
|
|
244
|
-
__kind: "Arithmetic";
|
|
245
246
|
} | {
|
|
247
|
+
__kind: "Transactional";
|
|
246
248
|
value: {
|
|
247
249
|
__kind: "LimitReached" | "NoLayer";
|
|
248
250
|
};
|
|
249
|
-
__kind: "Transactional";
|
|
250
251
|
} | {
|
|
251
252
|
__kind: "Exhausted";
|
|
252
253
|
} | {
|
|
@@ -256,7 +257,6 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
256
257
|
} | {
|
|
257
258
|
__kind: "RootNotAllowed";
|
|
258
259
|
};
|
|
259
|
-
__kind: "DispatchError";
|
|
260
260
|
}>]>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
262
|
error: {
|
|
@@ -270,6 +270,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
270
270
|
} | {
|
|
271
271
|
__kind: "UtxoSelectionFailed";
|
|
272
272
|
} | {
|
|
273
|
+
__kind: "DispatchError";
|
|
273
274
|
value: {
|
|
274
275
|
__kind: "Other";
|
|
275
276
|
} | {
|
|
@@ -277,11 +278,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
277
278
|
} | {
|
|
278
279
|
__kind: "BadOrigin";
|
|
279
280
|
} | {
|
|
281
|
+
__kind: "Module";
|
|
280
282
|
value: {
|
|
281
283
|
index: number;
|
|
282
284
|
error: `0x${string}`;
|
|
283
285
|
};
|
|
284
|
-
__kind: "Module";
|
|
285
286
|
} | {
|
|
286
287
|
__kind: "ConsumerRemaining";
|
|
287
288
|
} | {
|
|
@@ -289,14 +290,14 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
289
290
|
} | {
|
|
290
291
|
__kind: "TooManyConsumers";
|
|
291
292
|
} | {
|
|
292
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
293
293
|
__kind: "Token";
|
|
294
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
294
295
|
} | {
|
|
295
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
296
296
|
__kind: "Arithmetic";
|
|
297
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
297
298
|
} | {
|
|
298
|
-
value: "LimitReached" | "NoLayer";
|
|
299
299
|
__kind: "Transactional";
|
|
300
|
+
value: "LimitReached" | "NoLayer";
|
|
300
301
|
} | {
|
|
301
302
|
__kind: "Exhausted";
|
|
302
303
|
} | {
|
|
@@ -306,7 +307,6 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
306
307
|
} | {
|
|
307
308
|
__kind: "RootNotAllowed";
|
|
308
309
|
};
|
|
309
|
-
__kind: "DispatchError";
|
|
310
310
|
};
|
|
311
311
|
}, {
|
|
312
312
|
error: {
|
|
@@ -320,6 +320,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
320
320
|
} | {
|
|
321
321
|
__kind: "UtxoSelectionFailed";
|
|
322
322
|
} | {
|
|
323
|
+
__kind: "DispatchError";
|
|
323
324
|
value: {
|
|
324
325
|
__kind: "Other";
|
|
325
326
|
} | {
|
|
@@ -327,11 +328,11 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
327
328
|
} | {
|
|
328
329
|
__kind: "BadOrigin";
|
|
329
330
|
} | {
|
|
331
|
+
__kind: "Module";
|
|
330
332
|
value: {
|
|
331
333
|
index: number;
|
|
332
334
|
error: string;
|
|
333
335
|
};
|
|
334
|
-
__kind: "Module";
|
|
335
336
|
} | {
|
|
336
337
|
__kind: "ConsumerRemaining";
|
|
337
338
|
} | {
|
|
@@ -339,20 +340,20 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
339
340
|
} | {
|
|
340
341
|
__kind: "TooManyConsumers";
|
|
341
342
|
} | {
|
|
343
|
+
__kind: "Token";
|
|
342
344
|
value: {
|
|
343
345
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
344
346
|
};
|
|
345
|
-
__kind: "Token";
|
|
346
347
|
} | {
|
|
348
|
+
__kind: "Arithmetic";
|
|
347
349
|
value: {
|
|
348
350
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
349
351
|
};
|
|
350
|
-
__kind: "Arithmetic";
|
|
351
352
|
} | {
|
|
353
|
+
__kind: "Transactional";
|
|
352
354
|
value: {
|
|
353
355
|
__kind: "LimitReached" | "NoLayer";
|
|
354
356
|
};
|
|
355
|
-
__kind: "Transactional";
|
|
356
357
|
} | {
|
|
357
358
|
__kind: "Exhausted";
|
|
358
359
|
} | {
|
|
@@ -362,7 +363,6 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
362
363
|
} | {
|
|
363
364
|
__kind: "RootNotAllowed";
|
|
364
365
|
};
|
|
365
|
-
__kind: "DispatchError";
|
|
366
366
|
};
|
|
367
367
|
}>;
|
|
368
368
|
|
|
@@ -4,11 +4,11 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
4
4
|
asset: z.ZodEffects<z.ZodObject<{
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
__kind: "Eth" | "
|
|
7
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
8
8
|
}, {
|
|
9
|
-
__kind: "Eth" | "
|
|
10
|
-
}>, "Eth" | "
|
|
11
|
-
__kind: "Eth" | "
|
|
9
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
10
|
+
}>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
|
|
11
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
12
12
|
}>;
|
|
13
13
|
direction: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["FromStable", "ToStable"]>;
|
|
@@ -21,17 +21,17 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
asset: "Eth" | "
|
|
25
|
-
direction: "FromStable" | "ToStable";
|
|
24
|
+
asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
26
25
|
amount: bigint;
|
|
26
|
+
direction: "FromStable" | "ToStable";
|
|
27
27
|
}, {
|
|
28
28
|
asset: {
|
|
29
|
-
__kind: "Eth" | "
|
|
29
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
30
30
|
};
|
|
31
|
+
amount: string | number;
|
|
31
32
|
direction: {
|
|
32
33
|
__kind: "FromStable" | "ToStable";
|
|
33
34
|
};
|
|
34
|
-
amount: string | number;
|
|
35
35
|
}>;
|
|
36
36
|
|
|
37
37
|
export { swappingBatchSwapFailed };
|
|
@@ -4,11 +4,11 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
4
4
|
asset: z.ZodEffects<z.ZodObject<{
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
__kind: "Eth" | "
|
|
7
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
8
8
|
}, {
|
|
9
|
-
__kind: "Eth" | "
|
|
10
|
-
}>, "Eth" | "
|
|
11
|
-
__kind: "Eth" | "
|
|
9
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
10
|
+
}>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
|
|
11
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
12
12
|
}>;
|
|
13
13
|
direction: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["FromStable", "ToStable"]>;
|
|
@@ -21,17 +21,17 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
asset: "Eth" | "
|
|
25
|
-
direction: "FromStable" | "ToStable";
|
|
24
|
+
asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
26
25
|
amount: bigint;
|
|
26
|
+
direction: "FromStable" | "ToStable";
|
|
27
27
|
}, {
|
|
28
28
|
asset: {
|
|
29
|
-
__kind: "Eth" | "
|
|
29
|
+
__kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
|
|
30
30
|
};
|
|
31
|
+
amount: string | number;
|
|
31
32
|
direction: {
|
|
32
33
|
__kind: "FromStable" | "ToStable";
|
|
33
34
|
};
|
|
34
|
-
amount: string | number;
|
|
35
35
|
}>;
|
|
36
36
|
|
|
37
37
|
export { swappingBatchSwapFailed };
|