@chainflip/processor 1.11.9 → 1.11.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +1 -1
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
- package/dist/100/common.d.cts +3 -9
- package/dist/100/common.d.ts +3 -9
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/102/common.d.cts +3 -9
- package/dist/102/common.d.ts +3 -9
- package/dist/11000/common.d.cts +3 -9
- package/dist/11000/common.d.ts +3 -9
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/111/common.d.cts +3 -9
- package/dist/111/common.d.ts +3 -9
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/common.cjs +57 -23
- package/dist/11100/common.d.cts +638 -54
- package/dist/11100/common.d.ts +638 -54
- package/dist/11100/common.mjs +56 -22
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +125 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +125 -0
- package/dist/11100/flip/bondUpdated.cjs +7 -0
- package/dist/11100/flip/bondUpdated.d.cts +14 -0
- package/dist/11100/flip/bondUpdated.d.ts +14 -0
- package/dist/11100/flip/bondUpdated.mjs +7 -0
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.ts +2 -2
- package/dist/11100/lendingPools/collateralAdded.cjs +11 -0
- package/dist/11100/lendingPools/collateralAdded.d.cts +37 -0
- package/dist/11100/lendingPools/collateralAdded.d.ts +37 -0
- package/dist/11100/lendingPools/collateralAdded.mjs +11 -0
- package/dist/11100/lendingPools/collateralRemoved.cjs +11 -0
- package/dist/11100/lendingPools/collateralRemoved.d.cts +37 -0
- package/dist/11100/lendingPools/collateralRemoved.d.ts +37 -0
- package/dist/11100/lendingPools/collateralRemoved.mjs +11 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +10 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +24 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.ts +24 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.mjs +10 -0
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +11 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +27 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.ts +27 -0
- package/dist/11100/lendingPools/lendingFundsAdded.mjs +11 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +11 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +27 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.ts +27 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.mjs +11 -0
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +7 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +21 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.ts +21 -0
- package/dist/11100/lendingPools/lendingPoolCreated.mjs +7 -0
- package/dist/11100/lendingPools/liquidationInitiated.cjs +11 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.cts +17 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.ts +17 -0
- package/dist/11100/lendingPools/liquidationInitiated.mjs +11 -0
- package/dist/11100/lendingPools/loanCreated.cjs +13 -0
- package/dist/11100/lendingPools/loanCreated.d.cts +33 -0
- package/dist/11100/lendingPools/loanCreated.d.ts +33 -0
- package/dist/11100/lendingPools/loanCreated.mjs +13 -0
- package/dist/11100/lendingPools/loanRepaid.cjs +11 -0
- package/dist/11100/lendingPools/loanRepaid.d.cts +27 -0
- package/dist/11100/lendingPools/loanRepaid.d.ts +27 -0
- package/dist/11100/lendingPools/loanRepaid.mjs +11 -0
- package/dist/11100/lendingPools/loanSettled.cjs +10 -0
- package/dist/11100/lendingPools/loanSettled.d.cts +24 -0
- package/dist/11100/lendingPools/loanSettled.d.ts +24 -0
- package/dist/11100/lendingPools/loanSettled.mjs +10 -0
- package/dist/11100/lendingPools/loanUpdated.cjs +11 -0
- package/dist/11100/lendingPools/loanUpdated.d.cts +17 -0
- package/dist/11100/lendingPools/loanUpdated.d.ts +17 -0
- package/dist/11100/lendingPools/loanUpdated.mjs +11 -0
- package/dist/11100/swapping/swapAborted.d.cts +7 -7
- package/dist/11100/swapping/swapAborted.d.ts +7 -7
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +52 -52
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +52 -52
- package/dist/11100/swapping/swapExecuted.d.cts +14 -14
- package/dist/11100/swapping/swapExecuted.d.ts +14 -14
- package/dist/11100/swapping/swapRequested.d.cts +474 -374
- package/dist/11100/swapping/swapRequested.d.ts +474 -374
- package/dist/11100/swapping/swapRescheduled.d.cts +7 -7
- package/dist/11100/swapping/swapRescheduled.d.ts +7 -7
- package/dist/11100/validator/delegated.cjs +5 -1
- package/dist/11100/validator/delegated.d.cts +3 -0
- package/dist/11100/validator/delegated.d.ts +3 -0
- package/dist/11100/validator/delegated.mjs +6 -2
- package/dist/11100/validator/maxBidUpdated.cjs +1 -1
- package/dist/11100/validator/maxBidUpdated.d.cts +33 -3
- package/dist/11100/validator/maxBidUpdated.d.ts +33 -3
- package/dist/11100/validator/maxBidUpdated.mjs +2 -2
- package/dist/11100/validator/palletConfigUpdated.d.cts +10 -40
- package/dist/11100/validator/palletConfigUpdated.d.ts +10 -40
- package/dist/11100/validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.ts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/11100/validator/undelegated.cjs +11 -0
- package/dist/11100/validator/{unDelegated.d.cts → undelegated.d.cts} +3 -0
- package/dist/11100/validator/{unDelegated.d.ts → undelegated.d.ts} +3 -0
- package/dist/11100/validator/undelegated.mjs +11 -0
- package/dist/11200/common.cjs +137 -0
- package/dist/11200/common.d.cts +539 -0
- package/dist/11200/common.d.ts +539 -0
- package/dist/11200/common.mjs +137 -0
- package/dist/11200/lendingPools/interestTaken.cjs +13 -0
- package/dist/11200/lendingPools/interestTaken.d.cts +63 -0
- package/dist/11200/lendingPools/interestTaken.d.ts +63 -0
- package/dist/11200/lendingPools/interestTaken.mjs +13 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +7 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +11 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.d.ts +11 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.mjs +7 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.cjs +10 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.d.cts +24 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.d.ts +24 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.mjs +10 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.cjs +12 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.d.cts +20 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.d.ts +20 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.mjs +12 -0
- package/dist/11200/lendingPools/loanCreated.cjs +12 -0
- package/dist/11200/lendingPools/loanCreated.d.cts +30 -0
- package/dist/11200/lendingPools/loanCreated.d.ts +30 -0
- package/dist/11200/lendingPools/loanCreated.mjs +12 -0
- package/dist/11200/lendingPools/loanRepaid.cjs +7 -0
- package/dist/11200/lendingPools/loanRepaid.d.cts +14 -0
- package/dist/11200/lendingPools/loanRepaid.d.ts +14 -0
- package/dist/11200/lendingPools/loanRepaid.mjs +7 -0
- package/dist/11200/lendingPools/loanSettled.cjs +11 -0
- package/dist/11200/lendingPools/loanSettled.d.cts +17 -0
- package/dist/11200/lendingPools/loanSettled.d.ts +17 -0
- package/dist/11200/lendingPools/loanSettled.mjs +11 -0
- package/dist/11200/lendingPools/loanUpdated.cjs +10 -0
- package/dist/11200/lendingPools/loanUpdated.d.cts +14 -0
- package/dist/11200/lendingPools/loanUpdated.d.ts +14 -0
- package/dist/11200/lendingPools/loanUpdated.mjs +10 -0
- package/dist/11200/lendingPools/originationFeeTaken.cjs +12 -0
- package/dist/11200/lendingPools/originationFeeTaken.d.cts +20 -0
- package/dist/11200/lendingPools/originationFeeTaken.d.ts +20 -0
- package/dist/11200/lendingPools/originationFeeTaken.mjs +12 -0
- package/dist/11200/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/11200/lendingPools/palletConfigUpdated.d.cts +352 -0
- package/dist/11200/lendingPools/palletConfigUpdated.d.ts +352 -0
- package/dist/11200/lendingPools/palletConfigUpdated.mjs +9 -0
- package/dist/11200/swapping/swapAborted.cjs +10 -0
- package/dist/11200/swapping/swapAborted.d.cts +24 -0
- package/dist/11200/swapping/swapAborted.d.ts +24 -0
- package/dist/11200/swapping/swapAborted.mjs +10 -0
- package/dist/11200/swapping/swapRescheduled.cjs +11 -0
- package/dist/11200/swapping/swapRescheduled.d.cts +27 -0
- package/dist/11200/swapping/swapRescheduled.d.ts +27 -0
- package/dist/11200/swapping/swapRescheduled.mjs +11 -0
- package/dist/11200/validator/operatorSettingsUpdated.cjs +10 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.cts +41 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.ts +41 -0
- package/dist/11200/validator/operatorSettingsUpdated.mjs +10 -0
- package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11200/validator/palletConfigUpdated.d.cts +202 -0
- package/dist/11200/validator/palletConfigUpdated.d.ts +202 -0
- package/dist/11200/validator/palletConfigUpdated.mjs +9 -0
- package/dist/120/common.d.cts +3 -9
- package/dist/120/common.d.ts +3 -9
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.d.cts +3 -9
- package/dist/131/common.d.ts +3 -9
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/common.d.cts +3 -9
- package/dist/141/common.d.ts +3 -9
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/common.d.cts +3 -9
- package/dist/150/common.d.ts +3 -9
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.d.cts +3 -9
- package/dist/160/common.d.ts +3 -9
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/160/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/160/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/160/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapRequested.d.cts +26 -26
- package/dist/160/swapping/swapRequested.d.ts +26 -26
- package/dist/160/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/160/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/common.d.cts +3 -9
- package/dist/170/common.d.ts +3 -9
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +162 -162
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/common.d.cts +3 -9
- package/dist/180/common.d.ts +3 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +162 -162
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +24 -24
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +24 -24
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.ts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +103 -103
- package/dist/190/assetBalances/refundSkipped.d.ts +103 -103
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/common.d.cts +3 -9
- package/dist/190/common.d.ts +3 -9
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityProvider/assetTransferred.d.cts +9 -9
- package/dist/190/liquidityProvider/assetTransferred.d.ts +9 -9
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +14 -14
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/package.json +2 -2
- package/dist/11100/validator/unDelegated.cjs +0 -7
- package/dist/11100/validator/unDelegated.mjs +0 -7
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const validatorPalletConfigUpdated: z.ZodObject<{
|
|
4
|
+
update: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
|
+
__kind: z.ZodLiteral<"MinimumValidatorStake">;
|
|
6
|
+
minStake: z.ZodNumber;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
__kind: "MinimumValidatorStake";
|
|
9
|
+
minStake: number;
|
|
10
|
+
}, {
|
|
11
|
+
__kind: "MinimumValidatorStake";
|
|
12
|
+
minStake: number;
|
|
13
|
+
}>, z.ZodObject<{
|
|
14
|
+
__kind: z.ZodLiteral<"RedemptionPeriodAsPercentage">;
|
|
15
|
+
percentage: z.ZodNumber;
|
|
16
|
+
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
18
|
+
percentage: number;
|
|
19
|
+
}, {
|
|
20
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
21
|
+
percentage: number;
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
__kind: z.ZodLiteral<"EpochDuration">;
|
|
24
|
+
blocks: z.ZodNumber;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
__kind: "EpochDuration";
|
|
27
|
+
blocks: number;
|
|
28
|
+
}, {
|
|
29
|
+
__kind: "EpochDuration";
|
|
30
|
+
blocks: number;
|
|
31
|
+
}>, z.ZodObject<{
|
|
32
|
+
__kind: z.ZodLiteral<"AuthoritySetMinSize">;
|
|
33
|
+
minSize: z.ZodNumber;
|
|
34
|
+
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
__kind: "AuthoritySetMinSize";
|
|
36
|
+
minSize: number;
|
|
37
|
+
}, {
|
|
38
|
+
__kind: "AuthoritySetMinSize";
|
|
39
|
+
minSize: number;
|
|
40
|
+
}>, z.ZodObject<{
|
|
41
|
+
__kind: z.ZodLiteral<"AuctionParameters">;
|
|
42
|
+
parameters: z.ZodObject<{
|
|
43
|
+
minSize: z.ZodNumber;
|
|
44
|
+
maxSize: z.ZodNumber;
|
|
45
|
+
maxExpansion: z.ZodNumber;
|
|
46
|
+
}, "strip", z.ZodTypeAny, {
|
|
47
|
+
minSize: number;
|
|
48
|
+
maxSize: number;
|
|
49
|
+
maxExpansion: number;
|
|
50
|
+
}, {
|
|
51
|
+
minSize: number;
|
|
52
|
+
maxSize: number;
|
|
53
|
+
maxExpansion: number;
|
|
54
|
+
}>;
|
|
55
|
+
}, "strip", z.ZodTypeAny, {
|
|
56
|
+
__kind: "AuctionParameters";
|
|
57
|
+
parameters: {
|
|
58
|
+
minSize: number;
|
|
59
|
+
maxSize: number;
|
|
60
|
+
maxExpansion: number;
|
|
61
|
+
};
|
|
62
|
+
}, {
|
|
63
|
+
__kind: "AuctionParameters";
|
|
64
|
+
parameters: {
|
|
65
|
+
minSize: number;
|
|
66
|
+
maxSize: number;
|
|
67
|
+
maxExpansion: number;
|
|
68
|
+
};
|
|
69
|
+
}>, z.ZodObject<{
|
|
70
|
+
__kind: z.ZodLiteral<"MinimumReportedCfeVersion">;
|
|
71
|
+
version: z.ZodObject<{
|
|
72
|
+
major: z.ZodNumber;
|
|
73
|
+
minor: z.ZodNumber;
|
|
74
|
+
patch: z.ZodNumber;
|
|
75
|
+
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
major: number;
|
|
77
|
+
minor: number;
|
|
78
|
+
patch: number;
|
|
79
|
+
}, {
|
|
80
|
+
major: number;
|
|
81
|
+
minor: number;
|
|
82
|
+
patch: number;
|
|
83
|
+
}>;
|
|
84
|
+
}, "strip", z.ZodTypeAny, {
|
|
85
|
+
__kind: "MinimumReportedCfeVersion";
|
|
86
|
+
version: {
|
|
87
|
+
major: number;
|
|
88
|
+
minor: number;
|
|
89
|
+
patch: number;
|
|
90
|
+
};
|
|
91
|
+
}, {
|
|
92
|
+
__kind: "MinimumReportedCfeVersion";
|
|
93
|
+
version: {
|
|
94
|
+
major: number;
|
|
95
|
+
minor: number;
|
|
96
|
+
patch: number;
|
|
97
|
+
};
|
|
98
|
+
}>, z.ZodObject<{
|
|
99
|
+
__kind: z.ZodLiteral<"MaxAuthoritySetContractionPercentage">;
|
|
100
|
+
percentage: z.ZodNumber;
|
|
101
|
+
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
103
|
+
percentage: number;
|
|
104
|
+
}, {
|
|
105
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
106
|
+
percentage: number;
|
|
107
|
+
}>, z.ZodObject<{
|
|
108
|
+
__kind: z.ZodLiteral<"MinimumAuctionBid">;
|
|
109
|
+
minimumFlipBid: z.ZodNumber;
|
|
110
|
+
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
__kind: "MinimumAuctionBid";
|
|
112
|
+
minimumFlipBid: number;
|
|
113
|
+
}, {
|
|
114
|
+
__kind: "MinimumAuctionBid";
|
|
115
|
+
minimumFlipBid: number;
|
|
116
|
+
}>, z.ZodObject<{
|
|
117
|
+
__kind: z.ZodLiteral<"MinimumOperatorFee">;
|
|
118
|
+
minimumOperatorFeeInBps: z.ZodNumber;
|
|
119
|
+
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
__kind: "MinimumOperatorFee";
|
|
121
|
+
minimumOperatorFeeInBps: number;
|
|
122
|
+
}, {
|
|
123
|
+
__kind: "MinimumOperatorFee";
|
|
124
|
+
minimumOperatorFeeInBps: number;
|
|
125
|
+
}>]>;
|
|
126
|
+
}, "strip", z.ZodTypeAny, {
|
|
127
|
+
update: {
|
|
128
|
+
__kind: "MinimumValidatorStake";
|
|
129
|
+
minStake: number;
|
|
130
|
+
} | {
|
|
131
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
132
|
+
percentage: number;
|
|
133
|
+
} | {
|
|
134
|
+
__kind: "EpochDuration";
|
|
135
|
+
blocks: number;
|
|
136
|
+
} | {
|
|
137
|
+
__kind: "AuthoritySetMinSize";
|
|
138
|
+
minSize: number;
|
|
139
|
+
} | {
|
|
140
|
+
__kind: "AuctionParameters";
|
|
141
|
+
parameters: {
|
|
142
|
+
minSize: number;
|
|
143
|
+
maxSize: number;
|
|
144
|
+
maxExpansion: number;
|
|
145
|
+
};
|
|
146
|
+
} | {
|
|
147
|
+
__kind: "MinimumReportedCfeVersion";
|
|
148
|
+
version: {
|
|
149
|
+
major: number;
|
|
150
|
+
minor: number;
|
|
151
|
+
patch: number;
|
|
152
|
+
};
|
|
153
|
+
} | {
|
|
154
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
155
|
+
percentage: number;
|
|
156
|
+
} | {
|
|
157
|
+
__kind: "MinimumAuctionBid";
|
|
158
|
+
minimumFlipBid: number;
|
|
159
|
+
} | {
|
|
160
|
+
__kind: "MinimumOperatorFee";
|
|
161
|
+
minimumOperatorFeeInBps: number;
|
|
162
|
+
};
|
|
163
|
+
}, {
|
|
164
|
+
update: {
|
|
165
|
+
__kind: "MinimumValidatorStake";
|
|
166
|
+
minStake: number;
|
|
167
|
+
} | {
|
|
168
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
169
|
+
percentage: number;
|
|
170
|
+
} | {
|
|
171
|
+
__kind: "EpochDuration";
|
|
172
|
+
blocks: number;
|
|
173
|
+
} | {
|
|
174
|
+
__kind: "AuthoritySetMinSize";
|
|
175
|
+
minSize: number;
|
|
176
|
+
} | {
|
|
177
|
+
__kind: "AuctionParameters";
|
|
178
|
+
parameters: {
|
|
179
|
+
minSize: number;
|
|
180
|
+
maxSize: number;
|
|
181
|
+
maxExpansion: number;
|
|
182
|
+
};
|
|
183
|
+
} | {
|
|
184
|
+
__kind: "MinimumReportedCfeVersion";
|
|
185
|
+
version: {
|
|
186
|
+
major: number;
|
|
187
|
+
minor: number;
|
|
188
|
+
patch: number;
|
|
189
|
+
};
|
|
190
|
+
} | {
|
|
191
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
192
|
+
percentage: number;
|
|
193
|
+
} | {
|
|
194
|
+
__kind: "MinimumAuctionBid";
|
|
195
|
+
minimumFlipBid: number;
|
|
196
|
+
} | {
|
|
197
|
+
__kind: "MinimumOperatorFee";
|
|
198
|
+
minimumOperatorFeeInBps: number;
|
|
199
|
+
};
|
|
200
|
+
}>;
|
|
201
|
+
|
|
202
|
+
export { validatorPalletConfigUpdated };
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const validatorPalletConfigUpdated: z.ZodObject<{
|
|
4
|
+
update: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
|
+
__kind: z.ZodLiteral<"MinimumValidatorStake">;
|
|
6
|
+
minStake: z.ZodNumber;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
__kind: "MinimumValidatorStake";
|
|
9
|
+
minStake: number;
|
|
10
|
+
}, {
|
|
11
|
+
__kind: "MinimumValidatorStake";
|
|
12
|
+
minStake: number;
|
|
13
|
+
}>, z.ZodObject<{
|
|
14
|
+
__kind: z.ZodLiteral<"RedemptionPeriodAsPercentage">;
|
|
15
|
+
percentage: z.ZodNumber;
|
|
16
|
+
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
18
|
+
percentage: number;
|
|
19
|
+
}, {
|
|
20
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
21
|
+
percentage: number;
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
__kind: z.ZodLiteral<"EpochDuration">;
|
|
24
|
+
blocks: z.ZodNumber;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
__kind: "EpochDuration";
|
|
27
|
+
blocks: number;
|
|
28
|
+
}, {
|
|
29
|
+
__kind: "EpochDuration";
|
|
30
|
+
blocks: number;
|
|
31
|
+
}>, z.ZodObject<{
|
|
32
|
+
__kind: z.ZodLiteral<"AuthoritySetMinSize">;
|
|
33
|
+
minSize: z.ZodNumber;
|
|
34
|
+
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
__kind: "AuthoritySetMinSize";
|
|
36
|
+
minSize: number;
|
|
37
|
+
}, {
|
|
38
|
+
__kind: "AuthoritySetMinSize";
|
|
39
|
+
minSize: number;
|
|
40
|
+
}>, z.ZodObject<{
|
|
41
|
+
__kind: z.ZodLiteral<"AuctionParameters">;
|
|
42
|
+
parameters: z.ZodObject<{
|
|
43
|
+
minSize: z.ZodNumber;
|
|
44
|
+
maxSize: z.ZodNumber;
|
|
45
|
+
maxExpansion: z.ZodNumber;
|
|
46
|
+
}, "strip", z.ZodTypeAny, {
|
|
47
|
+
minSize: number;
|
|
48
|
+
maxSize: number;
|
|
49
|
+
maxExpansion: number;
|
|
50
|
+
}, {
|
|
51
|
+
minSize: number;
|
|
52
|
+
maxSize: number;
|
|
53
|
+
maxExpansion: number;
|
|
54
|
+
}>;
|
|
55
|
+
}, "strip", z.ZodTypeAny, {
|
|
56
|
+
__kind: "AuctionParameters";
|
|
57
|
+
parameters: {
|
|
58
|
+
minSize: number;
|
|
59
|
+
maxSize: number;
|
|
60
|
+
maxExpansion: number;
|
|
61
|
+
};
|
|
62
|
+
}, {
|
|
63
|
+
__kind: "AuctionParameters";
|
|
64
|
+
parameters: {
|
|
65
|
+
minSize: number;
|
|
66
|
+
maxSize: number;
|
|
67
|
+
maxExpansion: number;
|
|
68
|
+
};
|
|
69
|
+
}>, z.ZodObject<{
|
|
70
|
+
__kind: z.ZodLiteral<"MinimumReportedCfeVersion">;
|
|
71
|
+
version: z.ZodObject<{
|
|
72
|
+
major: z.ZodNumber;
|
|
73
|
+
minor: z.ZodNumber;
|
|
74
|
+
patch: z.ZodNumber;
|
|
75
|
+
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
major: number;
|
|
77
|
+
minor: number;
|
|
78
|
+
patch: number;
|
|
79
|
+
}, {
|
|
80
|
+
major: number;
|
|
81
|
+
minor: number;
|
|
82
|
+
patch: number;
|
|
83
|
+
}>;
|
|
84
|
+
}, "strip", z.ZodTypeAny, {
|
|
85
|
+
__kind: "MinimumReportedCfeVersion";
|
|
86
|
+
version: {
|
|
87
|
+
major: number;
|
|
88
|
+
minor: number;
|
|
89
|
+
patch: number;
|
|
90
|
+
};
|
|
91
|
+
}, {
|
|
92
|
+
__kind: "MinimumReportedCfeVersion";
|
|
93
|
+
version: {
|
|
94
|
+
major: number;
|
|
95
|
+
minor: number;
|
|
96
|
+
patch: number;
|
|
97
|
+
};
|
|
98
|
+
}>, z.ZodObject<{
|
|
99
|
+
__kind: z.ZodLiteral<"MaxAuthoritySetContractionPercentage">;
|
|
100
|
+
percentage: z.ZodNumber;
|
|
101
|
+
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
103
|
+
percentage: number;
|
|
104
|
+
}, {
|
|
105
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
106
|
+
percentage: number;
|
|
107
|
+
}>, z.ZodObject<{
|
|
108
|
+
__kind: z.ZodLiteral<"MinimumAuctionBid">;
|
|
109
|
+
minimumFlipBid: z.ZodNumber;
|
|
110
|
+
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
__kind: "MinimumAuctionBid";
|
|
112
|
+
minimumFlipBid: number;
|
|
113
|
+
}, {
|
|
114
|
+
__kind: "MinimumAuctionBid";
|
|
115
|
+
minimumFlipBid: number;
|
|
116
|
+
}>, z.ZodObject<{
|
|
117
|
+
__kind: z.ZodLiteral<"MinimumOperatorFee">;
|
|
118
|
+
minimumOperatorFeeInBps: z.ZodNumber;
|
|
119
|
+
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
__kind: "MinimumOperatorFee";
|
|
121
|
+
minimumOperatorFeeInBps: number;
|
|
122
|
+
}, {
|
|
123
|
+
__kind: "MinimumOperatorFee";
|
|
124
|
+
minimumOperatorFeeInBps: number;
|
|
125
|
+
}>]>;
|
|
126
|
+
}, "strip", z.ZodTypeAny, {
|
|
127
|
+
update: {
|
|
128
|
+
__kind: "MinimumValidatorStake";
|
|
129
|
+
minStake: number;
|
|
130
|
+
} | {
|
|
131
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
132
|
+
percentage: number;
|
|
133
|
+
} | {
|
|
134
|
+
__kind: "EpochDuration";
|
|
135
|
+
blocks: number;
|
|
136
|
+
} | {
|
|
137
|
+
__kind: "AuthoritySetMinSize";
|
|
138
|
+
minSize: number;
|
|
139
|
+
} | {
|
|
140
|
+
__kind: "AuctionParameters";
|
|
141
|
+
parameters: {
|
|
142
|
+
minSize: number;
|
|
143
|
+
maxSize: number;
|
|
144
|
+
maxExpansion: number;
|
|
145
|
+
};
|
|
146
|
+
} | {
|
|
147
|
+
__kind: "MinimumReportedCfeVersion";
|
|
148
|
+
version: {
|
|
149
|
+
major: number;
|
|
150
|
+
minor: number;
|
|
151
|
+
patch: number;
|
|
152
|
+
};
|
|
153
|
+
} | {
|
|
154
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
155
|
+
percentage: number;
|
|
156
|
+
} | {
|
|
157
|
+
__kind: "MinimumAuctionBid";
|
|
158
|
+
minimumFlipBid: number;
|
|
159
|
+
} | {
|
|
160
|
+
__kind: "MinimumOperatorFee";
|
|
161
|
+
minimumOperatorFeeInBps: number;
|
|
162
|
+
};
|
|
163
|
+
}, {
|
|
164
|
+
update: {
|
|
165
|
+
__kind: "MinimumValidatorStake";
|
|
166
|
+
minStake: number;
|
|
167
|
+
} | {
|
|
168
|
+
__kind: "RedemptionPeriodAsPercentage";
|
|
169
|
+
percentage: number;
|
|
170
|
+
} | {
|
|
171
|
+
__kind: "EpochDuration";
|
|
172
|
+
blocks: number;
|
|
173
|
+
} | {
|
|
174
|
+
__kind: "AuthoritySetMinSize";
|
|
175
|
+
minSize: number;
|
|
176
|
+
} | {
|
|
177
|
+
__kind: "AuctionParameters";
|
|
178
|
+
parameters: {
|
|
179
|
+
minSize: number;
|
|
180
|
+
maxSize: number;
|
|
181
|
+
maxExpansion: number;
|
|
182
|
+
};
|
|
183
|
+
} | {
|
|
184
|
+
__kind: "MinimumReportedCfeVersion";
|
|
185
|
+
version: {
|
|
186
|
+
major: number;
|
|
187
|
+
minor: number;
|
|
188
|
+
patch: number;
|
|
189
|
+
};
|
|
190
|
+
} | {
|
|
191
|
+
__kind: "MaxAuthoritySetContractionPercentage";
|
|
192
|
+
percentage: number;
|
|
193
|
+
} | {
|
|
194
|
+
__kind: "MinimumAuctionBid";
|
|
195
|
+
minimumFlipBid: number;
|
|
196
|
+
} | {
|
|
197
|
+
__kind: "MinimumOperatorFee";
|
|
198
|
+
minimumOperatorFeeInBps: number;
|
|
199
|
+
};
|
|
200
|
+
}>;
|
|
201
|
+
|
|
202
|
+
export { validatorPalletConfigUpdated };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// generated/11200/validator/palletConfigUpdated.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { palletCfValidatorPalletConfigUpdate } from "../common.mjs";
|
|
4
|
+
var validatorPalletConfigUpdated = z.object({
|
|
5
|
+
update: palletCfValidatorPalletConfigUpdate
|
|
6
|
+
});
|
|
7
|
+
export {
|
|
8
|
+
validatorPalletConfigUpdated
|
|
9
|
+
};
|
package/dist/120/common.d.cts
CHANGED
|
@@ -18,19 +18,13 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
18
18
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
20
20
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
21
|
-
}>, any> extends infer T_1 ? { [k in keyof T_1]: z.
|
|
21
|
+
}>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
|
|
22
22
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
23
|
-
}
|
|
24
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
25
|
-
}> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
|
|
26
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
27
|
-
}>[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
23
|
+
}> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
28
24
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
29
25
|
}>, any>["__kind"], z.baseObjectInputType<{
|
|
30
26
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
31
|
-
}> extends infer T_3 ? { [k_1 in keyof T_3]:
|
|
32
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
33
|
-
}>[k_1]; } : never>;
|
|
27
|
+
}> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1]; } : never>;
|
|
34
28
|
declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
|
|
35
29
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
|
|
36
30
|
}, "strip", z.ZodTypeAny, {
|
package/dist/120/common.d.ts
CHANGED
|
@@ -18,19 +18,13 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
18
18
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
20
20
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
21
|
-
}>, any> extends infer T_1 ? { [k in keyof T_1]: z.
|
|
21
|
+
}>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
|
|
22
22
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
23
|
-
}
|
|
24
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
25
|
-
}> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
|
|
26
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
27
|
-
}>[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
23
|
+
}> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
28
24
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
29
25
|
}>, any>["__kind"], z.baseObjectInputType<{
|
|
30
26
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
31
|
-
}> extends infer T_3 ? { [k_1 in keyof T_3]:
|
|
32
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
33
|
-
}>[k_1]; } : never>;
|
|
27
|
+
}> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1]; } : never>;
|
|
34
28
|
declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
|
|
35
29
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
|
|
36
30
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -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";
|
|
17
|
+
accountId: string;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
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";
|
|
17
|
+
accountId: string;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
22
|
};
|
|
23
|
+
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -44,8 +44,8 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
44
44
|
}>;
|
|
45
45
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
48
47
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
48
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
49
49
|
amount: bigint;
|
|
50
50
|
destinationAddress: {
|
|
51
51
|
readonly chain: "Ethereum";
|
|
@@ -59,12 +59,12 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
fee: bigint;
|
|
61
61
|
}, {
|
|
62
|
-
asset: {
|
|
63
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
64
|
-
};
|
|
65
62
|
egressId: [{
|
|
66
63
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
67
64
|
}, string | number];
|
|
65
|
+
asset: {
|
|
66
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
67
|
+
};
|
|
68
68
|
amount: string | number;
|
|
69
69
|
destinationAddress: {
|
|
70
70
|
value: string;
|
|
@@ -44,8 +44,8 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
44
44
|
}>;
|
|
45
45
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
48
47
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
48
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
49
49
|
amount: bigint;
|
|
50
50
|
destinationAddress: {
|
|
51
51
|
readonly chain: "Ethereum";
|
|
@@ -59,12 +59,12 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
fee: bigint;
|
|
61
61
|
}, {
|
|
62
|
-
asset: {
|
|
63
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
64
|
-
};
|
|
65
62
|
egressId: [{
|
|
66
63
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
67
64
|
}, string | number];
|
|
65
|
+
asset: {
|
|
66
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
67
|
+
};
|
|
68
68
|
amount: string | number;
|
|
69
69
|
destinationAddress: {
|
|
70
70
|
value: string;
|