@chainflip/processor 1.8.3 → 1.8.5
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/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +1 -1
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/common.cjs +34 -33
- package/dist/100/common.d.cts +64 -118
- package/dist/100/common.d.ts +64 -118
- package/dist/100/common.mjs +36 -35
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +2 -2
- package/dist/100/flip/remainingImbalance.d.ts +2 -2
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +1 -1
- package/dist/102/common.cjs +1 -1
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- package/dist/102/common.mjs +1 -1
- package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/111/common.cjs +4 -4
- package/dist/111/common.d.cts +4 -4
- package/dist/111/common.d.ts +4 -4
- package/dist/111/common.mjs +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
- package/dist/120/common.cjs +21 -20
- package/dist/120/common.d.cts +23 -47
- package/dist/120/common.d.ts +23 -47
- package/dist/120/common.mjs +21 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
- package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/swapping/ccmFailed.d.cts +23 -53
- package/dist/120/swapping/ccmFailed.d.ts +23 -53
- package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/common.cjs +30 -29
- package/dist/131/common.d.cts +60 -114
- package/dist/131/common.d.ts +60 -114
- package/dist/131/common.mjs +31 -30
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/141/common.cjs +40 -41
- package/dist/141/common.d.cts +76 -157
- package/dist/141/common.d.ts +76 -157
- package/dist/141/common.mjs +44 -45
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -73
- 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 +8 -8
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +8 -8
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/150/assetBalances/refundSkipped.d.cts +7 -7
- package/dist/150/assetBalances/refundSkipped.d.ts +7 -7
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/common.cjs +42 -45
- package/dist/150/common.d.cts +114 -282
- package/dist/150/common.d.ts +114 -282
- package/dist/150/common.mjs +46 -49
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- 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 +4 -4
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +33 -93
- package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
- package/dist/150/swapping/ccmFailed.d.cts +76 -208
- package/dist/150/swapping/ccmFailed.d.ts +76 -208
- package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapExecuted.d.cts +3 -3
- package/dist/150/swapping/swapExecuted.d.ts +3 -3
- package/dist/150/swapping/swapScheduled.d.cts +77 -209
- package/dist/150/swapping/swapScheduled.d.ts +77 -209
- package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/common.cjs +38 -41
- package/dist/160/common.d.cts +240 -660
- package/dist/160/common.d.ts +240 -660
- package/dist/160/common.mjs +39 -42
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/160/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/160/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapRequested.d.cts +223 -595
- package/dist/160/swapping/swapRequested.d.ts +223 -595
- package/dist/160/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/160/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/common.cjs +30 -33
- package/dist/170/common.d.cts +284 -788
- package/dist/170/common.d.ts +284 -788
- package/dist/170/common.mjs +30 -33
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/reputation/offencePenalty.d.cts +3 -3
- package/dist/170/reputation/offencePenalty.d.ts +3 -3
- package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/swapping/swapRequested.d.cts +234 -618
- package/dist/170/swapping/swapRequested.d.ts +234 -618
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +78 -574
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +78 -574
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +545 -482
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +545 -482
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +194 -68
- package/dist/180/common.d.cts +6039 -5896
- package/dist/180/common.d.ts +6039 -5896
- package/dist/180/common.mjs +200 -74
- package/dist/180/environment/solanaGovCallDispatched.d.cts +1 -1
- package/dist/180/environment/solanaGovCallDispatched.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +67 -563
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +67 -563
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +113 -600
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +113 -600
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +85 -606
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +85 -606
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/180/swapping/swapRequested.d.cts +182 -482
- package/dist/180/swapping/swapRequested.d.ts +182 -482
- package/package.json +1 -1
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const bitcoinBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
4
4
|
broadcastId: z.ZodNumber;
|
|
5
|
-
result: z.
|
|
5
|
+
result: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
6
|
__kind: z.ZodLiteral<"Ok">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
__kind: "Ok";
|
|
@@ -10,7 +10,7 @@ declare const bitcoinBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
10
10
|
__kind: "Ok";
|
|
11
11
|
}>, z.ZodObject<{
|
|
12
12
|
__kind: z.ZodLiteral<"Err">;
|
|
13
|
-
value: z.
|
|
13
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Other">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Other";
|
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const bitcoinBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
4
4
|
broadcastId: z.ZodNumber;
|
|
5
|
-
result: z.
|
|
5
|
+
result: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
6
|
__kind: z.ZodLiteral<"Ok">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
__kind: "Ok";
|
|
@@ -10,7 +10,7 @@ declare const bitcoinBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
10
10
|
__kind: "Ok";
|
|
11
11
|
}>, z.ZodObject<{
|
|
12
12
|
__kind: z.ZodLiteral<"Err">;
|
|
13
|
-
value: z.
|
|
13
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Other">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Other";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinBroadcasterTransactionFeeDeficitRecorded: z.ZodObject<{
|
|
4
|
-
beneficiary: z.
|
|
4
|
+
beneficiary: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinBroadcasterTransactionFeeDeficitRecorded: z.ZodObject<{
|
|
4
|
-
beneficiary: z.
|
|
4
|
+
beneficiary: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinBroadcasterTransactionFeeDeficitRefused: z.ZodObject<{
|
|
4
|
-
beneficiary: z.
|
|
4
|
+
beneficiary: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinBroadcasterTransactionFeeDeficitRefused: z.ZodObject<{
|
|
4
|
-
beneficiary: z.
|
|
4
|
+
beneficiary: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10,7 +10,7 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
12
12
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
13
|
-
error: z.
|
|
13
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Other">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Other";
|
|
@@ -10,7 +10,7 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
12
12
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
13
|
-
error: z.
|
|
13
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Other">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Other";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
|
|
4
|
-
depositAddress: z.
|
|
4
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositIgnored: z.ZodObject<{
|
|
4
|
-
depositAddress: z.
|
|
4
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositReceived: z.ZodObject<{
|
|
4
|
-
depositAddress: z.
|
|
4
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositReceived: z.ZodObject<{
|
|
4
|
-
depositAddress: z.
|
|
4
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/100/bitcoinIngressEgress/depositWitnessRejected.ts
|
|
2
2
|
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
var _commoncjs = require('../common.cjs');
|
|
4
7
|
var bitcoinIngressEgressDepositWitnessRejected = _zod.z.object({
|
|
5
8
|
reason: _commoncjs.spRuntimeDispatchError,
|
|
6
|
-
depositWitness: _commoncjs.
|
|
9
|
+
depositWitness: _commoncjs.palletCfBitcoinIngressEgressDepositWitnessBitcoin
|
|
7
10
|
});
|
|
8
11
|
|
|
9
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
4
|
-
reason: z.
|
|
4
|
+
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Other">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "Other";
|
|
@@ -144,7 +144,7 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
144
144
|
__kind: "RootNotAllowed";
|
|
145
145
|
}>]>;
|
|
146
146
|
depositWitness: z.ZodObject<{
|
|
147
|
-
depositAddress: z.
|
|
147
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
148
148
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
149
149
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
4
|
-
reason: z.
|
|
4
|
+
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Other">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "Other";
|
|
@@ -144,7 +144,7 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
144
144
|
__kind: "RootNotAllowed";
|
|
145
145
|
}>]>;
|
|
146
146
|
depositWitness: z.ZodObject<{
|
|
147
|
-
depositAddress: z.
|
|
147
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
148
148
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
149
149
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
// generated/100/bitcoinIngressEgress/depositWitnessRejected.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
palletCfBitcoinIngressEgressDepositWitnessBitcoin,
|
|
5
|
+
spRuntimeDispatchError
|
|
6
|
+
} from "../common.mjs";
|
|
4
7
|
var bitcoinIngressEgressDepositWitnessRejected = z.object({
|
|
5
8
|
reason: spRuntimeDispatchError,
|
|
6
|
-
depositWitness:
|
|
9
|
+
depositWitness: palletCfBitcoinIngressEgressDepositWitnessBitcoin
|
|
7
10
|
});
|
|
8
11
|
export {
|
|
9
12
|
bitcoinIngressEgressDepositWitnessRejected
|
|
@@ -20,7 +20,7 @@ declare const bitcoinIngressEgressEgressScheduled: z.ZodObject<{
|
|
|
20
20
|
__kind: "Btc";
|
|
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
|
-
destinationAddress: z.
|
|
23
|
+
destinationAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20,7 +20,7 @@ declare const bitcoinIngressEgressEgressScheduled: z.ZodObject<{
|
|
|
20
20
|
__kind: "Btc";
|
|
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
|
-
destinationAddress: z.
|
|
23
|
+
destinationAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11,7 +11,7 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
11
11
|
__kind: "Btc";
|
|
12
12
|
}>;
|
|
13
13
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
14
|
-
destinationAddress: z.
|
|
14
|
+
destinationAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11,7 +11,7 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
11
11
|
__kind: "Btc";
|
|
12
12
|
}>;
|
|
13
13
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
14
|
-
destinationAddress: z.
|
|
14
|
+
destinationAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const bitcoinThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
-
result: z.
|
|
6
|
+
result: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
7
7
|
__kind: z.ZodLiteral<"Ok">;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
__kind: "Ok";
|
|
@@ -11,7 +11,7 @@ declare const bitcoinThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
11
11
|
__kind: "Ok";
|
|
12
12
|
}>, z.ZodObject<{
|
|
13
13
|
__kind: z.ZodLiteral<"Err">;
|
|
14
|
-
value: z.
|
|
14
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"Other">;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
__kind: "Other";
|
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const bitcoinThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
-
result: z.
|
|
6
|
+
result: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
7
7
|
__kind: z.ZodLiteral<"Ok">;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
__kind: "Ok";
|
|
@@ -11,7 +11,7 @@ declare const bitcoinThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
11
11
|
__kind: "Ok";
|
|
12
12
|
}>, z.ZodObject<{
|
|
13
13
|
__kind: z.ZodLiteral<"Err">;
|
|
14
|
-
value: z.
|
|
14
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"Other">;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
__kind: "Other";
|
package/dist/100/common.cjs
CHANGED
|
@@ -28,7 +28,7 @@ var spRuntimeTokenError = simpleEnum([
|
|
|
28
28
|
]);
|
|
29
29
|
var spArithmeticArithmeticError = simpleEnum(["Underflow", "Overflow", "DivisionByZero"]);
|
|
30
30
|
var spRuntimeTransactionalError = simpleEnum(["LimitReached", "NoLayer"]);
|
|
31
|
-
var spRuntimeDispatchError = _zod.z.
|
|
31
|
+
var spRuntimeDispatchError = _zod.z.discriminatedUnion("__kind", [
|
|
32
32
|
_zod.z.object({ __kind: _zod.z.literal("Other") }),
|
|
33
33
|
_zod.z.object({ __kind: _zod.z.literal("CannotLookup") }),
|
|
34
34
|
_zod.z.object({ __kind: _zod.z.literal("BadOrigin") }),
|
|
@@ -90,7 +90,7 @@ var stateChainRuntimeSafeModeWitnesserCallPermission = _zod.z.object({
|
|
|
90
90
|
bitcoinIngressEgress: _zod.z.boolean(),
|
|
91
91
|
bitcoinVault: _zod.z.boolean()
|
|
92
92
|
});
|
|
93
|
-
var palletCfWitnesserPalletSafeMode = _zod.z.
|
|
93
|
+
var palletCfWitnesserPalletSafeMode = _zod.z.discriminatedUnion("__kind", [
|
|
94
94
|
_zod.z.object({ __kind: _zod.z.literal("CodeGreen") }),
|
|
95
95
|
_zod.z.object({ __kind: _zod.z.literal("CodeRed") }),
|
|
96
96
|
_zod.z.object({
|
|
@@ -114,7 +114,7 @@ var stateChainRuntimeSafeModeInnerRuntimeSafeMode = _zod.z.object({
|
|
|
114
114
|
broadcastPolkadot: palletCfBroadcastPalletSafeMode,
|
|
115
115
|
witnesser: palletCfWitnesserPalletSafeMode
|
|
116
116
|
});
|
|
117
|
-
var palletCfEnvironmentSafeModeUpdate = _zod.z.
|
|
117
|
+
var palletCfEnvironmentSafeModeUpdate = _zod.z.discriminatedUnion("__kind", [
|
|
118
118
|
_zod.z.object({ __kind: _zod.z.literal("CodeRed") }),
|
|
119
119
|
_zod.z.object({ __kind: _zod.z.literal("CodeGreen") }),
|
|
120
120
|
_zod.z.object({
|
|
@@ -122,12 +122,12 @@ var palletCfEnvironmentSafeModeUpdate = _zod.z.union([
|
|
|
122
122
|
value: stateChainRuntimeSafeModeInnerRuntimeSafeMode
|
|
123
123
|
})
|
|
124
124
|
]);
|
|
125
|
-
var palletCfFlipImbalancesInternalSource = _zod.z.
|
|
125
|
+
var palletCfFlipImbalancesInternalSource = _zod.z.discriminatedUnion("__kind", [
|
|
126
126
|
_zod.z.object({ __kind: _zod.z.literal("Account"), value: accountId }),
|
|
127
127
|
_zod.z.object({ __kind: _zod.z.literal("Reserve"), value: hexString }),
|
|
128
128
|
_zod.z.object({ __kind: _zod.z.literal("PendingRedemption"), value: accountId })
|
|
129
129
|
]);
|
|
130
|
-
var palletCfFlipImbalancesImbalanceSource = _zod.z.
|
|
130
|
+
var palletCfFlipImbalancesImbalanceSource = _zod.z.discriminatedUnion("__kind", [
|
|
131
131
|
_zod.z.object({ __kind: _zod.z.literal("External") }),
|
|
132
132
|
_zod.z.object({ __kind: _zod.z.literal("Internal"), value: palletCfFlipImbalancesInternalSource }),
|
|
133
133
|
_zod.z.object({ __kind: _zod.z.literal("Emissions") })
|
|
@@ -145,7 +145,7 @@ var palletCfValidatorRotationState = _zod.z.object({
|
|
|
145
145
|
bond: numberOrHex,
|
|
146
146
|
newEpochIndex: _zod.z.number()
|
|
147
147
|
});
|
|
148
|
-
var palletCfValidatorRotationPhase = _zod.z.
|
|
148
|
+
var palletCfValidatorRotationPhase = _zod.z.discriminatedUnion("__kind", [
|
|
149
149
|
_zod.z.object({ __kind: _zod.z.literal("Idle") }),
|
|
150
150
|
_zod.z.object({ __kind: _zod.z.literal("KeygensInProgress"), value: palletCfValidatorRotationState }),
|
|
151
151
|
_zod.z.object({ __kind: _zod.z.literal("KeyHandoversInProgress"), value: palletCfValidatorRotationState }),
|
|
@@ -163,7 +163,7 @@ var palletCfValidatorAuctionResolverSetSizeParameters = _zod.z.object({
|
|
|
163
163
|
maxSize: _zod.z.number(),
|
|
164
164
|
maxExpansion: _zod.z.number()
|
|
165
165
|
});
|
|
166
|
-
var palletCfValidatorPalletConfigUpdate = _zod.z.
|
|
166
|
+
var palletCfValidatorPalletConfigUpdate = _zod.z.discriminatedUnion("__kind", [
|
|
167
167
|
_zod.z.object({ __kind: _zod.z.literal("RegistrationBondPercentage"), percentage: _zod.z.number() }),
|
|
168
168
|
_zod.z.object({ __kind: _zod.z.literal("AuctionBidCutoffPercentage"), percentage: _zod.z.number() }),
|
|
169
169
|
_zod.z.object({ __kind: _zod.z.literal("RedemptionPeriodAsPercentage"), percentage: _zod.z.number() }),
|
|
@@ -177,7 +177,7 @@ var palletCfValidatorPalletConfigUpdate = _zod.z.union([
|
|
|
177
177
|
_zod.z.object({ __kind: _zod.z.literal("MinimumReportedCfeVersion"), version: cfPrimitivesSemVer })
|
|
178
178
|
]);
|
|
179
179
|
var cfPrimitivesChainsForeignChain = simpleEnum(["Ethereum", "Polkadot", "Bitcoin"]);
|
|
180
|
-
var palletCfTokenholderGovernanceProposal = _zod.z.
|
|
180
|
+
var palletCfTokenholderGovernanceProposal = _zod.z.discriminatedUnion("__kind", [
|
|
181
181
|
_zod.z.object({
|
|
182
182
|
__kind: _zod.z.literal("SetGovernanceKey"),
|
|
183
183
|
value: _zod.z.tuple([cfPrimitivesChainsForeignChain, hexString])
|
|
@@ -233,7 +233,7 @@ var cfChainsEvmAggKey = _zod.z.object({
|
|
|
233
233
|
pubKeyYParity: cfChainsEvmParityBit
|
|
234
234
|
});
|
|
235
235
|
var cfChainsBtcAggKey = _zod.z.object({ previous: hexString.nullish(), current: hexString });
|
|
236
|
-
var dispatchResult = _zod.z.
|
|
236
|
+
var dispatchResult = _zod.z.discriminatedUnion("__kind", [
|
|
237
237
|
_zod.z.object({ __kind: _zod.z.literal("Ok") }),
|
|
238
238
|
_zod.z.object({ __kind: _zod.z.literal("Err"), value: spRuntimeDispatchError })
|
|
239
239
|
]);
|
|
@@ -257,7 +257,7 @@ var cfChainsEvmSchnorrVerificationComponents = _zod.z.object({
|
|
|
257
257
|
});
|
|
258
258
|
var cfChainsDotPolkadotTransactionData = _zod.z.object({ encodedExtrinsic: hexString });
|
|
259
259
|
var cfChainsBtcBitcoinTransactionData = _zod.z.object({ encodedTransaction: hexString });
|
|
260
|
-
var cfChainsBtcScriptPubkey = _zod.z.
|
|
260
|
+
var cfChainsBtcScriptPubkey = _zod.z.discriminatedUnion("__kind", [
|
|
261
261
|
_zod.z.object({ __kind: _zod.z.literal("P2PKH"), value: hexString }),
|
|
262
262
|
_zod.z.object({ __kind: _zod.z.literal("P2SH"), value: hexString }),
|
|
263
263
|
_zod.z.object({ __kind: _zod.z.literal("P2WPKH"), value: hexString }),
|
|
@@ -265,27 +265,28 @@ var cfChainsBtcScriptPubkey = _zod.z.union([
|
|
|
265
265
|
_zod.z.object({ __kind: _zod.z.literal("Taproot"), value: hexString }),
|
|
266
266
|
_zod.z.object({ __kind: _zod.z.literal("OtherSegwit"), version: _zod.z.number(), program: hexString })
|
|
267
267
|
]);
|
|
268
|
-
var cfChainsAddressEncodedAddress = _zod.z.
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
268
|
+
var cfChainsAddressEncodedAddress = _zod.z.object({ __kind: _zod.z.enum(["Eth", "Dot", "Btc"]), value: hexString }).transform(({ __kind, value }) => {
|
|
269
|
+
switch (__kind) {
|
|
270
|
+
case "Eth":
|
|
271
|
+
return { chain: "Ethereum", address: value };
|
|
272
|
+
case "Dot":
|
|
273
|
+
return { chain: "Polkadot", address: ss58.encode({ data: value, ss58Format: 0 }) };
|
|
274
|
+
case "Btc":
|
|
275
|
+
return {
|
|
276
|
+
chain: "Bitcoin",
|
|
277
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
278
|
+
};
|
|
279
|
+
default:
|
|
280
|
+
throw new Error("Unknown chain");
|
|
281
|
+
}
|
|
282
|
+
});
|
|
282
283
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum(["Eth", "Flip", "Usdc", "Dot", "Btc"]);
|
|
283
284
|
var cfChainsCcmChannelMetadata = _zod.z.object({
|
|
284
285
|
message: hexString,
|
|
285
286
|
gasBudget: numberOrHex,
|
|
286
287
|
cfParameters: hexString
|
|
287
288
|
});
|
|
288
|
-
var cfChainsSwapOrigin = _zod.z.
|
|
289
|
+
var cfChainsSwapOrigin = _zod.z.discriminatedUnion("__kind", [
|
|
289
290
|
_zod.z.object({
|
|
290
291
|
__kind: _zod.z.literal("DepositChannel"),
|
|
291
292
|
depositAddress: cfChainsAddressEncodedAddress,
|
|
@@ -294,12 +295,12 @@ var cfChainsSwapOrigin = _zod.z.union([
|
|
|
294
295
|
}),
|
|
295
296
|
_zod.z.object({ __kind: _zod.z.literal("Vault"), txHash: hexString })
|
|
296
297
|
]);
|
|
297
|
-
var cfChainsAddressForeignChainAddress = _zod.z.
|
|
298
|
+
var cfChainsAddressForeignChainAddress = _zod.z.discriminatedUnion("__kind", [
|
|
298
299
|
_zod.z.object({ __kind: _zod.z.literal("Eth"), value: hexString }),
|
|
299
300
|
_zod.z.object({ __kind: _zod.z.literal("Dot"), value: hexString }),
|
|
300
301
|
_zod.z.object({ __kind: _zod.z.literal("Btc"), value: cfChainsBtcScriptPubkey })
|
|
301
302
|
]);
|
|
302
|
-
var palletCfSwappingSwapType = _zod.z.
|
|
303
|
+
var palletCfSwappingSwapType = _zod.z.discriminatedUnion("__kind", [
|
|
303
304
|
_zod.z.object({ __kind: _zod.z.literal("Swap"), value: cfChainsAddressForeignChainAddress }),
|
|
304
305
|
_zod.z.object({ __kind: _zod.z.literal("CcmPrincipal"), value: numberOrHex }),
|
|
305
306
|
_zod.z.object({ __kind: _zod.z.literal("CcmGas"), value: numberOrHex })
|
|
@@ -315,20 +316,20 @@ var palletCfSwappingCcmFailReason = simpleEnum([
|
|
|
315
316
|
"InsufficientDepositAmount",
|
|
316
317
|
"PrincipalSwapAmountTooLow"
|
|
317
318
|
]);
|
|
318
|
-
var
|
|
319
|
+
var palletCfEthereumIngressEgressDepositWitnessEthereum = _zod.z.object({
|
|
319
320
|
depositAddress: hexString,
|
|
320
321
|
asset: cfPrimitivesChainsAssetsEthAsset,
|
|
321
322
|
amount: numberOrHex
|
|
322
323
|
});
|
|
323
324
|
var cfPrimitivesChainsAssetsDotAsset = simpleEnum(["Dot"]);
|
|
324
|
-
var
|
|
325
|
+
var palletCfPolkadotIngressEgressDepositWitnessPolkadot = _zod.z.object({
|
|
325
326
|
depositAddress: hexString,
|
|
326
327
|
asset: cfPrimitivesChainsAssetsDotAsset,
|
|
327
328
|
amount: numberOrHex
|
|
328
329
|
});
|
|
329
330
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
330
331
|
var cfChainsBtcUtxoId = _zod.z.object({ txId: hexString, vout: _zod.z.number() });
|
|
331
|
-
var
|
|
332
|
+
var palletCfBitcoinIngressEgressDepositWitnessBitcoin = _zod.z.object({
|
|
332
333
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
333
334
|
asset: cfPrimitivesChainsAssetsBtcAsset,
|
|
334
335
|
amount: numberOrHex,
|
|
@@ -339,11 +340,11 @@ var palletCfPoolsRangeOrderChange = _zod.z.object({
|
|
|
339
340
|
liquidity: numberOrHex,
|
|
340
341
|
amounts: palletCfPoolsAssetsMap
|
|
341
342
|
});
|
|
342
|
-
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = _zod.z.
|
|
343
|
+
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = _zod.z.discriminatedUnion("__kind", [
|
|
343
344
|
_zod.z.object({ __kind: _zod.z.literal("Increase"), value: palletCfPoolsRangeOrderChange }),
|
|
344
345
|
_zod.z.object({ __kind: _zod.z.literal("Decrease"), value: palletCfPoolsRangeOrderChange })
|
|
345
346
|
]);
|
|
346
|
-
var palletCfPoolsIncreaseOrDecreaseU128 = _zod.z.
|
|
347
|
+
var palletCfPoolsIncreaseOrDecreaseU128 = _zod.z.discriminatedUnion("__kind", [
|
|
347
348
|
_zod.z.object({ __kind: _zod.z.literal("Increase"), value: numberOrHex }),
|
|
348
349
|
_zod.z.object({ __kind: _zod.z.literal("Decrease"), value: numberOrHex })
|
|
349
350
|
]);
|
|
@@ -426,4 +427,4 @@ var palletCfPoolsIncreaseOrDecreaseU128 = _zod.z.union([
|
|
|
426
427
|
|
|
427
428
|
|
|
428
429
|
|
|
429
|
-
exports.accountId = accountId; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsBtcAggKey = cfChainsBtcAggKey; exports.cfChainsBtcBitcoinFeeInfo = cfChainsBtcBitcoinFeeInfo; exports.cfChainsBtcBitcoinTrackedData = cfChainsBtcBitcoinTrackedData; exports.cfChainsBtcBitcoinTransactionData = cfChainsBtcBitcoinTransactionData; exports.cfChainsBtcPreviousOrCurrent = cfChainsBtcPreviousOrCurrent; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmDepositMetadata = cfChainsCcmDepositMetadata; exports.cfChainsChainStateBitcoin = cfChainsChainStateBitcoin; exports.cfChainsChainStateEthereum = cfChainsChainStateEthereum; exports.cfChainsChainStatePolkadot = cfChainsChainStatePolkadot; exports.cfChainsDotPolkadotTrackedData = cfChainsDotPolkadotTrackedData; exports.cfChainsDotPolkadotTransactionData = cfChainsDotPolkadotTransactionData; exports.cfChainsDotRuntimeVersion = cfChainsDotRuntimeVersion; exports.cfChainsEthEthereumTrackedData = cfChainsEthEthereumTrackedData; exports.cfChainsEvmAggKey = cfChainsEvmAggKey; exports.cfChainsEvmParityBit = cfChainsEvmParityBit; exports.cfChainsEvmSchnorrVerificationComponents = cfChainsEvmSchnorrVerificationComponents; exports.cfChainsEvmTransaction = cfChainsEvmTransaction; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfPrimitivesAccountRole = cfPrimitivesAccountRole; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsDotAsset = cfPrimitivesChainsAssetsDotAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesSemVer = cfPrimitivesSemVer; exports.cfPrimitivesSwapLeg = cfPrimitivesSwapLeg; exports.dispatchResult = dispatchResult; exports.frameSupportDispatchDispatchClass = frameSupportDispatchDispatchClass; exports.frameSupportDispatchDispatchInfo = frameSupportDispatchDispatchInfo; exports.frameSupportDispatchPays = frameSupportDispatchPays; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfBroadcastBroadcastAttemptId = palletCfBroadcastBroadcastAttemptId; exports.palletCfBroadcastPalletSafeMode = palletCfBroadcastPalletSafeMode; exports.palletCfEmissionsPalletSafeMode = palletCfEmissionsPalletSafeMode; exports.palletCfEnvironmentSafeModeUpdate = palletCfEnvironmentSafeModeUpdate; exports.
|
|
430
|
+
exports.accountId = accountId; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsBtcAggKey = cfChainsBtcAggKey; exports.cfChainsBtcBitcoinFeeInfo = cfChainsBtcBitcoinFeeInfo; exports.cfChainsBtcBitcoinTrackedData = cfChainsBtcBitcoinTrackedData; exports.cfChainsBtcBitcoinTransactionData = cfChainsBtcBitcoinTransactionData; exports.cfChainsBtcPreviousOrCurrent = cfChainsBtcPreviousOrCurrent; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmDepositMetadata = cfChainsCcmDepositMetadata; exports.cfChainsChainStateBitcoin = cfChainsChainStateBitcoin; exports.cfChainsChainStateEthereum = cfChainsChainStateEthereum; exports.cfChainsChainStatePolkadot = cfChainsChainStatePolkadot; exports.cfChainsDotPolkadotTrackedData = cfChainsDotPolkadotTrackedData; exports.cfChainsDotPolkadotTransactionData = cfChainsDotPolkadotTransactionData; exports.cfChainsDotRuntimeVersion = cfChainsDotRuntimeVersion; exports.cfChainsEthEthereumTrackedData = cfChainsEthEthereumTrackedData; exports.cfChainsEvmAggKey = cfChainsEvmAggKey; exports.cfChainsEvmParityBit = cfChainsEvmParityBit; exports.cfChainsEvmSchnorrVerificationComponents = cfChainsEvmSchnorrVerificationComponents; exports.cfChainsEvmTransaction = cfChainsEvmTransaction; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfPrimitivesAccountRole = cfPrimitivesAccountRole; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsDotAsset = cfPrimitivesChainsAssetsDotAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesSemVer = cfPrimitivesSemVer; exports.cfPrimitivesSwapLeg = cfPrimitivesSwapLeg; exports.dispatchResult = dispatchResult; exports.frameSupportDispatchDispatchClass = frameSupportDispatchDispatchClass; exports.frameSupportDispatchDispatchInfo = frameSupportDispatchDispatchInfo; exports.frameSupportDispatchPays = frameSupportDispatchPays; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfBitcoinIngressEgressDepositWitnessBitcoin = palletCfBitcoinIngressEgressDepositWitnessBitcoin; exports.palletCfBroadcastBroadcastAttemptId = palletCfBroadcastBroadcastAttemptId; exports.palletCfBroadcastPalletSafeMode = palletCfBroadcastPalletSafeMode; exports.palletCfEmissionsPalletSafeMode = palletCfEmissionsPalletSafeMode; exports.palletCfEnvironmentSafeModeUpdate = palletCfEnvironmentSafeModeUpdate; exports.palletCfEthereumIngressEgressDepositWitnessEthereum = palletCfEthereumIngressEgressDepositWitnessEthereum; exports.palletCfFlipImbalancesImbalanceSource = palletCfFlipImbalancesImbalanceSource; exports.palletCfFlipImbalancesInternalSource = palletCfFlipImbalancesInternalSource; exports.palletCfFundingPalletSafeMode = palletCfFundingPalletSafeMode; exports.palletCfLpPalletSafeMode = palletCfLpPalletSafeMode; exports.palletCfPolkadotIngressEgressDepositWitnessPolkadot = palletCfPolkadotIngressEgressDepositWitnessPolkadot; exports.palletCfPoolsAssetsMap = palletCfPoolsAssetsMap; exports.palletCfPoolsIncreaseOrDecreaseRangeOrderChange = palletCfPoolsIncreaseOrDecreaseRangeOrderChange; exports.palletCfPoolsIncreaseOrDecreaseU128 = palletCfPoolsIncreaseOrDecreaseU128; exports.palletCfPoolsPalletSafeMode = palletCfPoolsPalletSafeMode; exports.palletCfPoolsRangeOrderChange = palletCfPoolsRangeOrderChange; exports.palletCfReputationPalletSafeMode = palletCfReputationPalletSafeMode; exports.palletCfReputationPenalty = palletCfReputationPenalty; exports.palletCfSwappingCcmFailReason = palletCfSwappingCcmFailReason; exports.palletCfSwappingPalletSafeMode = palletCfSwappingPalletSafeMode; exports.palletCfSwappingSwapType = palletCfSwappingSwapType; exports.palletCfTokenholderGovernanceProposal = palletCfTokenholderGovernanceProposal; exports.palletCfValidatorAuctionResolverSetSizeParameters = palletCfValidatorAuctionResolverSetSizeParameters; exports.palletCfValidatorPalletConfigUpdate = palletCfValidatorPalletConfigUpdate; exports.palletCfValidatorPalletSafeMode = palletCfValidatorPalletSafeMode; exports.palletCfValidatorRotationPhase = palletCfValidatorRotationPhase; exports.palletCfValidatorRotationState = palletCfValidatorRotationState; exports.palletCfVaultsPalletSafeMode = palletCfVaultsPalletSafeMode; exports.palletCfWitnesserPalletSafeMode = palletCfWitnesserPalletSafeMode; exports.simpleEnum = simpleEnum; exports.spArithmeticArithmeticError = spArithmeticArithmeticError; exports.spRuntimeDispatchError = spRuntimeDispatchError; exports.spRuntimeModuleError = spRuntimeModuleError; exports.spRuntimeTokenError = spRuntimeTokenError; exports.spRuntimeTransactionalError = spRuntimeTransactionalError; exports.spWeightsWeightV2Weight = spWeightsWeightV2Weight; exports.stateChainRuntimeChainflipOffencesOffence = stateChainRuntimeChainflipOffencesOffence; exports.stateChainRuntimeSafeModeInnerRuntimeSafeMode = stateChainRuntimeSafeModeInnerRuntimeSafeMode; exports.stateChainRuntimeSafeModeWitnesserCallPermission = stateChainRuntimeSafeModeWitnesserCallPermission;
|