@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
package/dist/11100/common.d.ts
CHANGED
|
@@ -76,15 +76,100 @@ declare const palletCfTradingStrategyPalletSafeMode: z.ZodObject<{
|
|
|
76
76
|
strategyClosureEnabled: boolean;
|
|
77
77
|
strategyExecutionEnabled: boolean;
|
|
78
78
|
}>;
|
|
79
|
+
declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
|
|
80
|
+
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
81
|
+
}, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
82
|
+
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
83
|
+
}>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
|
|
84
|
+
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
85
|
+
}> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
86
|
+
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
87
|
+
}>, any>["__kind"], z.baseObjectInputType<{
|
|
88
|
+
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
89
|
+
}> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1]; } : never>;
|
|
90
|
+
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
91
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
92
|
+
}, "strip", z.ZodTypeAny, {
|
|
93
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
94
|
+
}, {
|
|
95
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
96
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
97
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
98
|
+
}>;
|
|
79
99
|
declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
80
100
|
addBoostFundsEnabled: z.ZodBoolean;
|
|
81
101
|
stopBoostingEnabled: z.ZodBoolean;
|
|
102
|
+
borrowingEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
103
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
104
|
+
}, "strip", z.ZodTypeAny, {
|
|
105
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
106
|
+
}, {
|
|
107
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
108
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
109
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
110
|
+
}>, "many">;
|
|
111
|
+
addLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
112
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
113
|
+
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
115
|
+
}, {
|
|
116
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
117
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
118
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
119
|
+
}>, "many">;
|
|
120
|
+
withdrawLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
121
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
122
|
+
}, "strip", z.ZodTypeAny, {
|
|
123
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
124
|
+
}, {
|
|
125
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
126
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
127
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
128
|
+
}>, "many">;
|
|
129
|
+
addCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
130
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
131
|
+
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
133
|
+
}, {
|
|
134
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
135
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
136
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
137
|
+
}>, "many">;
|
|
138
|
+
removeCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
139
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
140
|
+
}, "strip", z.ZodTypeAny, {
|
|
141
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
142
|
+
}, {
|
|
143
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
144
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
145
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
146
|
+
}>, "many">;
|
|
82
147
|
}, "strip", z.ZodTypeAny, {
|
|
83
148
|
addBoostFundsEnabled: boolean;
|
|
84
149
|
stopBoostingEnabled: boolean;
|
|
150
|
+
borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
151
|
+
addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
152
|
+
withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
153
|
+
addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
154
|
+
removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
85
155
|
}, {
|
|
86
156
|
addBoostFundsEnabled: boolean;
|
|
87
157
|
stopBoostingEnabled: boolean;
|
|
158
|
+
borrowingEnabled: {
|
|
159
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
160
|
+
}[];
|
|
161
|
+
addLenderFundsEnabled: {
|
|
162
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
163
|
+
}[];
|
|
164
|
+
withdrawLenderFundsEnabled: {
|
|
165
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
166
|
+
}[];
|
|
167
|
+
addCollateralEnabled: {
|
|
168
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
169
|
+
}[];
|
|
170
|
+
removeCollateralEnabled: {
|
|
171
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
172
|
+
}[];
|
|
88
173
|
}>;
|
|
89
174
|
declare const palletCfReputationPalletSafeMode: z.ZodObject<{
|
|
90
175
|
reportingEnabled: z.ZodBoolean;
|
|
@@ -451,12 +536,77 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
451
536
|
lendingPools: z.ZodObject<{
|
|
452
537
|
addBoostFundsEnabled: z.ZodBoolean;
|
|
453
538
|
stopBoostingEnabled: z.ZodBoolean;
|
|
539
|
+
borrowingEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
540
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
541
|
+
}, "strip", z.ZodTypeAny, {
|
|
542
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
543
|
+
}, {
|
|
544
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
545
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
546
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
547
|
+
}>, "many">;
|
|
548
|
+
addLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
549
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
550
|
+
}, "strip", z.ZodTypeAny, {
|
|
551
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
552
|
+
}, {
|
|
553
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
554
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
555
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
556
|
+
}>, "many">;
|
|
557
|
+
withdrawLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
558
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
559
|
+
}, "strip", z.ZodTypeAny, {
|
|
560
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
561
|
+
}, {
|
|
562
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
563
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
564
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
565
|
+
}>, "many">;
|
|
566
|
+
addCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
567
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
568
|
+
}, "strip", z.ZodTypeAny, {
|
|
569
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
570
|
+
}, {
|
|
571
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
572
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
573
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
574
|
+
}>, "many">;
|
|
575
|
+
removeCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
576
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
577
|
+
}, "strip", z.ZodTypeAny, {
|
|
578
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
579
|
+
}, {
|
|
580
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
581
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
582
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
583
|
+
}>, "many">;
|
|
454
584
|
}, "strip", z.ZodTypeAny, {
|
|
455
585
|
addBoostFundsEnabled: boolean;
|
|
456
586
|
stopBoostingEnabled: boolean;
|
|
587
|
+
borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
588
|
+
addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
589
|
+
withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
590
|
+
addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
591
|
+
removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
457
592
|
}, {
|
|
458
593
|
addBoostFundsEnabled: boolean;
|
|
459
594
|
stopBoostingEnabled: boolean;
|
|
595
|
+
borrowingEnabled: {
|
|
596
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
597
|
+
}[];
|
|
598
|
+
addLenderFundsEnabled: {
|
|
599
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
600
|
+
}[];
|
|
601
|
+
withdrawLenderFundsEnabled: {
|
|
602
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
603
|
+
}[];
|
|
604
|
+
addCollateralEnabled: {
|
|
605
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
606
|
+
}[];
|
|
607
|
+
removeCollateralEnabled: {
|
|
608
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
609
|
+
}[];
|
|
460
610
|
}>;
|
|
461
611
|
reputation: z.ZodObject<{
|
|
462
612
|
reportingEnabled: z.ZodBoolean;
|
|
@@ -849,6 +999,11 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
849
999
|
lendingPools: {
|
|
850
1000
|
addBoostFundsEnabled: boolean;
|
|
851
1001
|
stopBoostingEnabled: boolean;
|
|
1002
|
+
borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1003
|
+
addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1004
|
+
withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1005
|
+
addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1006
|
+
removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
852
1007
|
};
|
|
853
1008
|
reputation: {
|
|
854
1009
|
reportingEnabled: boolean;
|
|
@@ -999,6 +1154,21 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
999
1154
|
lendingPools: {
|
|
1000
1155
|
addBoostFundsEnabled: boolean;
|
|
1001
1156
|
stopBoostingEnabled: boolean;
|
|
1157
|
+
borrowingEnabled: {
|
|
1158
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1159
|
+
}[];
|
|
1160
|
+
addLenderFundsEnabled: {
|
|
1161
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1162
|
+
}[];
|
|
1163
|
+
withdrawLenderFundsEnabled: {
|
|
1164
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1165
|
+
}[];
|
|
1166
|
+
addCollateralEnabled: {
|
|
1167
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1168
|
+
}[];
|
|
1169
|
+
removeCollateralEnabled: {
|
|
1170
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1171
|
+
}[];
|
|
1002
1172
|
};
|
|
1003
1173
|
reputation: {
|
|
1004
1174
|
reportingEnabled: boolean;
|
|
@@ -1210,12 +1380,77 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1210
1380
|
lendingPools: z.ZodObject<{
|
|
1211
1381
|
addBoostFundsEnabled: z.ZodBoolean;
|
|
1212
1382
|
stopBoostingEnabled: z.ZodBoolean;
|
|
1383
|
+
borrowingEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1384
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1385
|
+
}, "strip", z.ZodTypeAny, {
|
|
1386
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1387
|
+
}, {
|
|
1388
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1389
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
1390
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1391
|
+
}>, "many">;
|
|
1392
|
+
addLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1393
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1394
|
+
}, "strip", z.ZodTypeAny, {
|
|
1395
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1396
|
+
}, {
|
|
1397
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1398
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
1399
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1400
|
+
}>, "many">;
|
|
1401
|
+
withdrawLenderFundsEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1402
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1403
|
+
}, "strip", z.ZodTypeAny, {
|
|
1404
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1405
|
+
}, {
|
|
1406
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1407
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
1408
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1409
|
+
}>, "many">;
|
|
1410
|
+
addCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1411
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1412
|
+
}, "strip", z.ZodTypeAny, {
|
|
1413
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1414
|
+
}, {
|
|
1415
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1416
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
1417
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1418
|
+
}>, "many">;
|
|
1419
|
+
removeCollateralEnabled: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1420
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1421
|
+
}, "strip", z.ZodTypeAny, {
|
|
1422
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1423
|
+
}, {
|
|
1424
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1425
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
1426
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1427
|
+
}>, "many">;
|
|
1213
1428
|
}, "strip", z.ZodTypeAny, {
|
|
1214
1429
|
addBoostFundsEnabled: boolean;
|
|
1215
1430
|
stopBoostingEnabled: boolean;
|
|
1431
|
+
borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1432
|
+
addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1433
|
+
withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1434
|
+
addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1435
|
+
removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1216
1436
|
}, {
|
|
1217
1437
|
addBoostFundsEnabled: boolean;
|
|
1218
1438
|
stopBoostingEnabled: boolean;
|
|
1439
|
+
borrowingEnabled: {
|
|
1440
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1441
|
+
}[];
|
|
1442
|
+
addLenderFundsEnabled: {
|
|
1443
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1444
|
+
}[];
|
|
1445
|
+
withdrawLenderFundsEnabled: {
|
|
1446
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1447
|
+
}[];
|
|
1448
|
+
addCollateralEnabled: {
|
|
1449
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1450
|
+
}[];
|
|
1451
|
+
removeCollateralEnabled: {
|
|
1452
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1453
|
+
}[];
|
|
1219
1454
|
}>;
|
|
1220
1455
|
reputation: z.ZodObject<{
|
|
1221
1456
|
reportingEnabled: z.ZodBoolean;
|
|
@@ -1608,6 +1843,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1608
1843
|
lendingPools: {
|
|
1609
1844
|
addBoostFundsEnabled: boolean;
|
|
1610
1845
|
stopBoostingEnabled: boolean;
|
|
1846
|
+
borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1847
|
+
addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1848
|
+
withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1849
|
+
addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1850
|
+
removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1611
1851
|
};
|
|
1612
1852
|
reputation: {
|
|
1613
1853
|
reportingEnabled: boolean;
|
|
@@ -1758,6 +1998,21 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1758
1998
|
lendingPools: {
|
|
1759
1999
|
addBoostFundsEnabled: boolean;
|
|
1760
2000
|
stopBoostingEnabled: boolean;
|
|
2001
|
+
borrowingEnabled: {
|
|
2002
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2003
|
+
}[];
|
|
2004
|
+
addLenderFundsEnabled: {
|
|
2005
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2006
|
+
}[];
|
|
2007
|
+
withdrawLenderFundsEnabled: {
|
|
2008
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2009
|
+
}[];
|
|
2010
|
+
addCollateralEnabled: {
|
|
2011
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2012
|
+
}[];
|
|
2013
|
+
removeCollateralEnabled: {
|
|
2014
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2015
|
+
}[];
|
|
1761
2016
|
};
|
|
1762
2017
|
reputation: {
|
|
1763
2018
|
reportingEnabled: boolean;
|
|
@@ -1910,6 +2165,11 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1910
2165
|
lendingPools: {
|
|
1911
2166
|
addBoostFundsEnabled: boolean;
|
|
1912
2167
|
stopBoostingEnabled: boolean;
|
|
2168
|
+
borrowingEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
2169
|
+
addLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
2170
|
+
withdrawLenderFundsEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
2171
|
+
addCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
2172
|
+
removeCollateralEnabled: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
|
|
1913
2173
|
};
|
|
1914
2174
|
reputation: {
|
|
1915
2175
|
reportingEnabled: boolean;
|
|
@@ -2063,6 +2323,21 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2063
2323
|
lendingPools: {
|
|
2064
2324
|
addBoostFundsEnabled: boolean;
|
|
2065
2325
|
stopBoostingEnabled: boolean;
|
|
2326
|
+
borrowingEnabled: {
|
|
2327
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2328
|
+
}[];
|
|
2329
|
+
addLenderFundsEnabled: {
|
|
2330
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2331
|
+
}[];
|
|
2332
|
+
withdrawLenderFundsEnabled: {
|
|
2333
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2334
|
+
}[];
|
|
2335
|
+
addCollateralEnabled: {
|
|
2336
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2337
|
+
}[];
|
|
2338
|
+
removeCollateralEnabled: {
|
|
2339
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2340
|
+
}[];
|
|
2066
2341
|
};
|
|
2067
2342
|
reputation: {
|
|
2068
2343
|
reportingEnabled: boolean;
|
|
@@ -2515,23 +2790,6 @@ declare const spWeightsWeightV2Weight: z.ZodObject<{
|
|
|
2515
2790
|
refTime: string | number;
|
|
2516
2791
|
proofSize: string | number;
|
|
2517
2792
|
}>;
|
|
2518
|
-
declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
|
|
2519
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2520
|
-
}, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
2521
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2522
|
-
}>, any> extends infer T_1 ? { [k in keyof T_1]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
2523
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2524
|
-
}>, any>[k]; } : never, z.baseObjectInputType<{
|
|
2525
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2526
|
-
}> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
|
|
2527
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2528
|
-
}>[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
2529
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2530
|
-
}>, any>["__kind"], z.baseObjectInputType<{
|
|
2531
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2532
|
-
}> extends infer T_3 ? { [k_1 in keyof T_3]: z.baseObjectInputType<{
|
|
2533
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2534
|
-
}>[k_1]; } : never>;
|
|
2535
2793
|
declare const frameSupportDispatchPays: z.ZodEffects<z.ZodObject<{
|
|
2536
2794
|
__kind: z.ZodEnum<["Yes", "No"]>;
|
|
2537
2795
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3039,6 +3297,174 @@ declare const cfPrimitivesAccountRole: z.ZodEffects<z.ZodObject<{
|
|
|
3039
3297
|
}>, "Unregistered" | "Validator" | "LiquidityProvider" | "Broker" | "Operator", {
|
|
3040
3298
|
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker" | "Operator";
|
|
3041
3299
|
}>;
|
|
3300
|
+
declare const palletCfValidatorRotationState: z.ZodObject<{
|
|
3301
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3302
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3303
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3304
|
+
newEpochIndex: z.ZodNumber;
|
|
3305
|
+
}, "strip", z.ZodTypeAny, {
|
|
3306
|
+
primaryCandidates: string[];
|
|
3307
|
+
banned: string[];
|
|
3308
|
+
bond: bigint;
|
|
3309
|
+
newEpochIndex: number;
|
|
3310
|
+
}, {
|
|
3311
|
+
primaryCandidates: string[];
|
|
3312
|
+
banned: string[];
|
|
3313
|
+
bond: string | number;
|
|
3314
|
+
newEpochIndex: number;
|
|
3315
|
+
}>;
|
|
3316
|
+
declare const palletCfValidatorRotationPhase: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3317
|
+
__kind: z.ZodLiteral<"Idle">;
|
|
3318
|
+
}, "strip", z.ZodTypeAny, {
|
|
3319
|
+
__kind: "Idle";
|
|
3320
|
+
}, {
|
|
3321
|
+
__kind: "Idle";
|
|
3322
|
+
}>, z.ZodObject<{
|
|
3323
|
+
__kind: z.ZodLiteral<"KeygensInProgress">;
|
|
3324
|
+
value: z.ZodObject<{
|
|
3325
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3326
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3327
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3328
|
+
newEpochIndex: z.ZodNumber;
|
|
3329
|
+
}, "strip", z.ZodTypeAny, {
|
|
3330
|
+
primaryCandidates: string[];
|
|
3331
|
+
banned: string[];
|
|
3332
|
+
bond: bigint;
|
|
3333
|
+
newEpochIndex: number;
|
|
3334
|
+
}, {
|
|
3335
|
+
primaryCandidates: string[];
|
|
3336
|
+
banned: string[];
|
|
3337
|
+
bond: string | number;
|
|
3338
|
+
newEpochIndex: number;
|
|
3339
|
+
}>;
|
|
3340
|
+
}, "strip", z.ZodTypeAny, {
|
|
3341
|
+
value: {
|
|
3342
|
+
primaryCandidates: string[];
|
|
3343
|
+
banned: string[];
|
|
3344
|
+
bond: bigint;
|
|
3345
|
+
newEpochIndex: number;
|
|
3346
|
+
};
|
|
3347
|
+
__kind: "KeygensInProgress";
|
|
3348
|
+
}, {
|
|
3349
|
+
value: {
|
|
3350
|
+
primaryCandidates: string[];
|
|
3351
|
+
banned: string[];
|
|
3352
|
+
bond: string | number;
|
|
3353
|
+
newEpochIndex: number;
|
|
3354
|
+
};
|
|
3355
|
+
__kind: "KeygensInProgress";
|
|
3356
|
+
}>, z.ZodObject<{
|
|
3357
|
+
__kind: z.ZodLiteral<"KeyHandoversInProgress">;
|
|
3358
|
+
value: z.ZodObject<{
|
|
3359
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3360
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3361
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3362
|
+
newEpochIndex: z.ZodNumber;
|
|
3363
|
+
}, "strip", z.ZodTypeAny, {
|
|
3364
|
+
primaryCandidates: string[];
|
|
3365
|
+
banned: string[];
|
|
3366
|
+
bond: bigint;
|
|
3367
|
+
newEpochIndex: number;
|
|
3368
|
+
}, {
|
|
3369
|
+
primaryCandidates: string[];
|
|
3370
|
+
banned: string[];
|
|
3371
|
+
bond: string | number;
|
|
3372
|
+
newEpochIndex: number;
|
|
3373
|
+
}>;
|
|
3374
|
+
}, "strip", z.ZodTypeAny, {
|
|
3375
|
+
value: {
|
|
3376
|
+
primaryCandidates: string[];
|
|
3377
|
+
banned: string[];
|
|
3378
|
+
bond: bigint;
|
|
3379
|
+
newEpochIndex: number;
|
|
3380
|
+
};
|
|
3381
|
+
__kind: "KeyHandoversInProgress";
|
|
3382
|
+
}, {
|
|
3383
|
+
value: {
|
|
3384
|
+
primaryCandidates: string[];
|
|
3385
|
+
banned: string[];
|
|
3386
|
+
bond: string | number;
|
|
3387
|
+
newEpochIndex: number;
|
|
3388
|
+
};
|
|
3389
|
+
__kind: "KeyHandoversInProgress";
|
|
3390
|
+
}>, z.ZodObject<{
|
|
3391
|
+
__kind: z.ZodLiteral<"ActivatingKeys">;
|
|
3392
|
+
value: z.ZodObject<{
|
|
3393
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3394
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3395
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3396
|
+
newEpochIndex: z.ZodNumber;
|
|
3397
|
+
}, "strip", z.ZodTypeAny, {
|
|
3398
|
+
primaryCandidates: string[];
|
|
3399
|
+
banned: string[];
|
|
3400
|
+
bond: bigint;
|
|
3401
|
+
newEpochIndex: number;
|
|
3402
|
+
}, {
|
|
3403
|
+
primaryCandidates: string[];
|
|
3404
|
+
banned: string[];
|
|
3405
|
+
bond: string | number;
|
|
3406
|
+
newEpochIndex: number;
|
|
3407
|
+
}>;
|
|
3408
|
+
}, "strip", z.ZodTypeAny, {
|
|
3409
|
+
value: {
|
|
3410
|
+
primaryCandidates: string[];
|
|
3411
|
+
banned: string[];
|
|
3412
|
+
bond: bigint;
|
|
3413
|
+
newEpochIndex: number;
|
|
3414
|
+
};
|
|
3415
|
+
__kind: "ActivatingKeys";
|
|
3416
|
+
}, {
|
|
3417
|
+
value: {
|
|
3418
|
+
primaryCandidates: string[];
|
|
3419
|
+
banned: string[];
|
|
3420
|
+
bond: string | number;
|
|
3421
|
+
newEpochIndex: number;
|
|
3422
|
+
};
|
|
3423
|
+
__kind: "ActivatingKeys";
|
|
3424
|
+
}>, z.ZodObject<{
|
|
3425
|
+
__kind: z.ZodLiteral<"NewKeysActivated">;
|
|
3426
|
+
value: z.ZodObject<{
|
|
3427
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3428
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
3429
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3430
|
+
newEpochIndex: z.ZodNumber;
|
|
3431
|
+
}, "strip", z.ZodTypeAny, {
|
|
3432
|
+
primaryCandidates: string[];
|
|
3433
|
+
banned: string[];
|
|
3434
|
+
bond: bigint;
|
|
3435
|
+
newEpochIndex: number;
|
|
3436
|
+
}, {
|
|
3437
|
+
primaryCandidates: string[];
|
|
3438
|
+
banned: string[];
|
|
3439
|
+
bond: string | number;
|
|
3440
|
+
newEpochIndex: number;
|
|
3441
|
+
}>;
|
|
3442
|
+
}, "strip", z.ZodTypeAny, {
|
|
3443
|
+
value: {
|
|
3444
|
+
primaryCandidates: string[];
|
|
3445
|
+
banned: string[];
|
|
3446
|
+
bond: bigint;
|
|
3447
|
+
newEpochIndex: number;
|
|
3448
|
+
};
|
|
3449
|
+
__kind: "NewKeysActivated";
|
|
3450
|
+
}, {
|
|
3451
|
+
value: {
|
|
3452
|
+
primaryCandidates: string[];
|
|
3453
|
+
banned: string[];
|
|
3454
|
+
bond: string | number;
|
|
3455
|
+
newEpochIndex: number;
|
|
3456
|
+
};
|
|
3457
|
+
__kind: "NewKeysActivated";
|
|
3458
|
+
}>, z.ZodObject<{
|
|
3459
|
+
__kind: z.ZodLiteral<"SessionRotating">;
|
|
3460
|
+
value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
3461
|
+
}, "strip", z.ZodTypeAny, {
|
|
3462
|
+
value: [string[], bigint];
|
|
3463
|
+
__kind: "SessionRotating";
|
|
3464
|
+
}, {
|
|
3465
|
+
value: [string[], string | number];
|
|
3466
|
+
__kind: "SessionRotating";
|
|
3467
|
+
}>]>;
|
|
3042
3468
|
declare const palletCfValidatorAuctionResolverSetSizeParameters: z.ZodObject<{
|
|
3043
3469
|
minSize: z.ZodNumber;
|
|
3044
3470
|
maxSize: z.ZodNumber;
|
|
@@ -3066,23 +3492,14 @@ declare const cfPrimitivesSemVer: z.ZodObject<{
|
|
|
3066
3492
|
patch: number;
|
|
3067
3493
|
}>;
|
|
3068
3494
|
declare const palletCfValidatorPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3069
|
-
__kind: z.ZodLiteral<"
|
|
3070
|
-
|
|
3495
|
+
__kind: z.ZodLiteral<"MinimumValidatorStake">;
|
|
3496
|
+
minStake: z.ZodNumber;
|
|
3071
3497
|
}, "strip", z.ZodTypeAny, {
|
|
3072
|
-
__kind: "
|
|
3073
|
-
|
|
3498
|
+
__kind: "MinimumValidatorStake";
|
|
3499
|
+
minStake: number;
|
|
3074
3500
|
}, {
|
|
3075
|
-
__kind: "
|
|
3076
|
-
|
|
3077
|
-
}>, z.ZodObject<{
|
|
3078
|
-
__kind: z.ZodLiteral<"AuctionBidCutoffPercentage">;
|
|
3079
|
-
percentage: z.ZodNumber;
|
|
3080
|
-
}, "strip", z.ZodTypeAny, {
|
|
3081
|
-
__kind: "AuctionBidCutoffPercentage";
|
|
3082
|
-
percentage: number;
|
|
3083
|
-
}, {
|
|
3084
|
-
__kind: "AuctionBidCutoffPercentage";
|
|
3085
|
-
percentage: number;
|
|
3501
|
+
__kind: "MinimumValidatorStake";
|
|
3502
|
+
minStake: number;
|
|
3086
3503
|
}>, z.ZodObject<{
|
|
3087
3504
|
__kind: z.ZodLiteral<"RedemptionPeriodAsPercentage">;
|
|
3088
3505
|
percentage: z.ZodNumber;
|
|
@@ -3186,15 +3603,6 @@ declare const palletCfValidatorPalletConfigUpdate: z.ZodDiscriminatedUnion<"__ki
|
|
|
3186
3603
|
}, {
|
|
3187
3604
|
__kind: "MinimumAuctionBid";
|
|
3188
3605
|
minimumFlipBid: number;
|
|
3189
|
-
}>, z.ZodObject<{
|
|
3190
|
-
__kind: z.ZodLiteral<"DelegationCapacityFactor">;
|
|
3191
|
-
factor: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3192
|
-
}, "strip", z.ZodTypeAny, {
|
|
3193
|
-
__kind: "DelegationCapacityFactor";
|
|
3194
|
-
factor?: number | null | undefined;
|
|
3195
|
-
}, {
|
|
3196
|
-
__kind: "DelegationCapacityFactor";
|
|
3197
|
-
factor?: number | null | undefined;
|
|
3198
3606
|
}>]>;
|
|
3199
3607
|
declare const palletCfValidatorDelegationDelegationAcceptance: z.ZodEffects<z.ZodObject<{
|
|
3200
3608
|
__kind: z.ZodEnum<["Allow", "Deny"]>;
|
|
@@ -3225,15 +3633,25 @@ declare const palletCfValidatorDelegationOperatorSettings: z.ZodObject<{
|
|
|
3225
3633
|
__kind: "Allow" | "Deny";
|
|
3226
3634
|
};
|
|
3227
3635
|
}>;
|
|
3228
|
-
declare const
|
|
3229
|
-
__kind: z.
|
|
3636
|
+
declare const palletCfValidatorDelegationChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3637
|
+
__kind: z.ZodLiteral<"Increase">;
|
|
3638
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3230
3639
|
}, "strip", z.ZodTypeAny, {
|
|
3231
|
-
|
|
3640
|
+
value: bigint;
|
|
3641
|
+
__kind: "Increase";
|
|
3232
3642
|
}, {
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3643
|
+
value: string | number;
|
|
3644
|
+
__kind: "Increase";
|
|
3645
|
+
}>, z.ZodObject<{
|
|
3646
|
+
__kind: z.ZodLiteral<"Decrease">;
|
|
3647
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3648
|
+
}, "strip", z.ZodTypeAny, {
|
|
3649
|
+
value: bigint;
|
|
3650
|
+
__kind: "Decrease";
|
|
3651
|
+
}, {
|
|
3652
|
+
value: string | number;
|
|
3653
|
+
__kind: "Decrease";
|
|
3654
|
+
}>]>;
|
|
3237
3655
|
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
3238
3656
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
3239
3657
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -4671,6 +5089,38 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
|
|
|
4671
5089
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4672
5090
|
} | null | undefined;
|
|
4673
5091
|
}>;
|
|
5092
|
+
declare const cfTraitsSwappingLendingSwapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5093
|
+
__kind: z.ZodLiteral<"Liquidation">;
|
|
5094
|
+
borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5095
|
+
loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5096
|
+
}, "strip", z.ZodTypeAny, {
|
|
5097
|
+
__kind: "Liquidation";
|
|
5098
|
+
borrowerId: string;
|
|
5099
|
+
loanId: bigint;
|
|
5100
|
+
}, {
|
|
5101
|
+
__kind: "Liquidation";
|
|
5102
|
+
borrowerId: string;
|
|
5103
|
+
loanId: string | number;
|
|
5104
|
+
}>, z.ZodObject<{
|
|
5105
|
+
__kind: z.ZodLiteral<"FeeSwap">;
|
|
5106
|
+
poolAsset: z.ZodEffects<z.ZodObject<{
|
|
5107
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
5108
|
+
}, "strip", z.ZodTypeAny, {
|
|
5109
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5110
|
+
}, {
|
|
5111
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5112
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
5113
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5114
|
+
}>;
|
|
5115
|
+
}, "strip", z.ZodTypeAny, {
|
|
5116
|
+
__kind: "FeeSwap";
|
|
5117
|
+
poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5118
|
+
}, {
|
|
5119
|
+
__kind: "FeeSwap";
|
|
5120
|
+
poolAsset: {
|
|
5121
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5122
|
+
};
|
|
5123
|
+
}>]>;
|
|
4674
5124
|
declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
4675
5125
|
__kind: z.ZodLiteral<"Egress">;
|
|
4676
5126
|
ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -5281,6 +5731,62 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5281
5731
|
}, {
|
|
5282
5732
|
__kind: "CreditOnChain";
|
|
5283
5733
|
accountId: string;
|
|
5734
|
+
}>, z.ZodObject<{
|
|
5735
|
+
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
5736
|
+
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5737
|
+
__kind: z.ZodLiteral<"Liquidation">;
|
|
5738
|
+
borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5739
|
+
loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5740
|
+
}, "strip", z.ZodTypeAny, {
|
|
5741
|
+
__kind: "Liquidation";
|
|
5742
|
+
borrowerId: string;
|
|
5743
|
+
loanId: bigint;
|
|
5744
|
+
}, {
|
|
5745
|
+
__kind: "Liquidation";
|
|
5746
|
+
borrowerId: string;
|
|
5747
|
+
loanId: string | number;
|
|
5748
|
+
}>, z.ZodObject<{
|
|
5749
|
+
__kind: z.ZodLiteral<"FeeSwap">;
|
|
5750
|
+
poolAsset: z.ZodEffects<z.ZodObject<{
|
|
5751
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
5752
|
+
}, "strip", z.ZodTypeAny, {
|
|
5753
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5754
|
+
}, {
|
|
5755
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5756
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
5757
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5758
|
+
}>;
|
|
5759
|
+
}, "strip", z.ZodTypeAny, {
|
|
5760
|
+
__kind: "FeeSwap";
|
|
5761
|
+
poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5762
|
+
}, {
|
|
5763
|
+
__kind: "FeeSwap";
|
|
5764
|
+
poolAsset: {
|
|
5765
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5766
|
+
};
|
|
5767
|
+
}>]>;
|
|
5768
|
+
}, "strip", z.ZodTypeAny, {
|
|
5769
|
+
__kind: "CreditLendingPool";
|
|
5770
|
+
swapType: {
|
|
5771
|
+
__kind: "Liquidation";
|
|
5772
|
+
borrowerId: string;
|
|
5773
|
+
loanId: bigint;
|
|
5774
|
+
} | {
|
|
5775
|
+
__kind: "FeeSwap";
|
|
5776
|
+
poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5777
|
+
};
|
|
5778
|
+
}, {
|
|
5779
|
+
__kind: "CreditLendingPool";
|
|
5780
|
+
swapType: {
|
|
5781
|
+
__kind: "Liquidation";
|
|
5782
|
+
borrowerId: string;
|
|
5783
|
+
loanId: string | number;
|
|
5784
|
+
} | {
|
|
5785
|
+
__kind: "FeeSwap";
|
|
5786
|
+
poolAsset: {
|
|
5787
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5788
|
+
};
|
|
5789
|
+
};
|
|
5284
5790
|
}>]>;
|
|
5285
5791
|
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5286
5792
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -5906,6 +6412,62 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5906
6412
|
}, {
|
|
5907
6413
|
__kind: "CreditOnChain";
|
|
5908
6414
|
accountId: string;
|
|
6415
|
+
}>, z.ZodObject<{
|
|
6416
|
+
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
6417
|
+
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6418
|
+
__kind: z.ZodLiteral<"Liquidation">;
|
|
6419
|
+
borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
6420
|
+
loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6421
|
+
}, "strip", z.ZodTypeAny, {
|
|
6422
|
+
__kind: "Liquidation";
|
|
6423
|
+
borrowerId: string;
|
|
6424
|
+
loanId: bigint;
|
|
6425
|
+
}, {
|
|
6426
|
+
__kind: "Liquidation";
|
|
6427
|
+
borrowerId: string;
|
|
6428
|
+
loanId: string | number;
|
|
6429
|
+
}>, z.ZodObject<{
|
|
6430
|
+
__kind: z.ZodLiteral<"FeeSwap">;
|
|
6431
|
+
poolAsset: z.ZodEffects<z.ZodObject<{
|
|
6432
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
6433
|
+
}, "strip", z.ZodTypeAny, {
|
|
6434
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6435
|
+
}, {
|
|
6436
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6437
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
6438
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6439
|
+
}>;
|
|
6440
|
+
}, "strip", z.ZodTypeAny, {
|
|
6441
|
+
__kind: "FeeSwap";
|
|
6442
|
+
poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6443
|
+
}, {
|
|
6444
|
+
__kind: "FeeSwap";
|
|
6445
|
+
poolAsset: {
|
|
6446
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6447
|
+
};
|
|
6448
|
+
}>]>;
|
|
6449
|
+
}, "strip", z.ZodTypeAny, {
|
|
6450
|
+
__kind: "CreditLendingPool";
|
|
6451
|
+
swapType: {
|
|
6452
|
+
__kind: "Liquidation";
|
|
6453
|
+
borrowerId: string;
|
|
6454
|
+
loanId: bigint;
|
|
6455
|
+
} | {
|
|
6456
|
+
__kind: "FeeSwap";
|
|
6457
|
+
poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6458
|
+
};
|
|
6459
|
+
}, {
|
|
6460
|
+
__kind: "CreditLendingPool";
|
|
6461
|
+
swapType: {
|
|
6462
|
+
__kind: "Liquidation";
|
|
6463
|
+
borrowerId: string;
|
|
6464
|
+
loanId: string | number;
|
|
6465
|
+
} | {
|
|
6466
|
+
__kind: "FeeSwap";
|
|
6467
|
+
poolAsset: {
|
|
6468
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6469
|
+
};
|
|
6470
|
+
};
|
|
5909
6471
|
}>]>;
|
|
5910
6472
|
}, "strip", z.ZodTypeAny, {
|
|
5911
6473
|
__kind: "Regular";
|
|
@@ -5992,6 +6554,16 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5992
6554
|
} | {
|
|
5993
6555
|
__kind: "CreditOnChain";
|
|
5994
6556
|
accountId: string;
|
|
6557
|
+
} | {
|
|
6558
|
+
__kind: "CreditLendingPool";
|
|
6559
|
+
swapType: {
|
|
6560
|
+
__kind: "Liquidation";
|
|
6561
|
+
borrowerId: string;
|
|
6562
|
+
loanId: bigint;
|
|
6563
|
+
} | {
|
|
6564
|
+
__kind: "FeeSwap";
|
|
6565
|
+
poolAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6566
|
+
};
|
|
5995
6567
|
};
|
|
5996
6568
|
}, {
|
|
5997
6569
|
__kind: "Regular";
|
|
@@ -6050,6 +6622,18 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6050
6622
|
} | {
|
|
6051
6623
|
__kind: "CreditOnChain";
|
|
6052
6624
|
accountId: string;
|
|
6625
|
+
} | {
|
|
6626
|
+
__kind: "CreditLendingPool";
|
|
6627
|
+
swapType: {
|
|
6628
|
+
__kind: "Liquidation";
|
|
6629
|
+
borrowerId: string;
|
|
6630
|
+
loanId: string | number;
|
|
6631
|
+
} | {
|
|
6632
|
+
__kind: "FeeSwap";
|
|
6633
|
+
poolAsset: {
|
|
6634
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6635
|
+
};
|
|
6636
|
+
};
|
|
6053
6637
|
};
|
|
6054
6638
|
}>]>;
|
|
6055
6639
|
declare const cfPrimitivesBeneficiaryAccountId32: z.ZodObject<{
|
|
@@ -9726,13 +10310,13 @@ declare const cfChainsRefundParametersChannelRefundParametersEncodedAddress: z.Z
|
|
|
9726
10310
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
9727
10311
|
}>;
|
|
9728
10312
|
declare const palletCfSwappingSwapFailureReason: z.ZodEffects<z.ZodObject<{
|
|
9729
|
-
__kind: z.ZodEnum<["PriceImpactLimit", "MinPriceViolation", "OraclePriceSlippageExceeded", "OraclePriceStale", "PredecessorSwapFailure", "SafeModeActive"]>;
|
|
10313
|
+
__kind: z.ZodEnum<["PriceImpactLimit", "MinPriceViolation", "OraclePriceSlippageExceeded", "OraclePriceStale", "PredecessorSwapFailure", "SafeModeActive", "AbortedFromOrigin"]>;
|
|
9730
10314
|
}, "strip", z.ZodTypeAny, {
|
|
9731
|
-
__kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive";
|
|
10315
|
+
__kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin";
|
|
9732
10316
|
}, {
|
|
9733
|
-
__kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive";
|
|
9734
|
-
}>, "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive", {
|
|
9735
|
-
__kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive";
|
|
10317
|
+
__kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin";
|
|
10318
|
+
}>, "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin", {
|
|
10319
|
+
__kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin";
|
|
9736
10320
|
}>;
|
|
9737
10321
|
declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
9738
10322
|
__kind: z.ZodLiteral<"BelowMinimumDeposit">;
|
|
@@ -22596,4 +23180,4 @@ declare const stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents:
|
|
|
22596
23180
|
}[];
|
|
22597
23181
|
}>;
|
|
22598
23182
|
|
|
22599
|
-
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadata, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAddress, cfChainsRefundParametersChannelRefundParametersEncodedAddress, cfChainsRefundParametersChannelRefundParametersH160, cfChainsRefundParametersChannelRefundParametersPolkadotAccountId, cfChainsRefundParametersChannelRefundParametersScriptPubkey, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSemVer, cfPrimitivesTxId, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, frameSupportDispatchPays, frameSupportDispatchPostDispatchInfo, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple1ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsOraclePricePricePriceAsset, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfFundingRedemptionAmount, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfSwappingSwapFailureReason, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationDelegationAmount, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeDispatchErrorWithPostInfo, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, spWeightsWeightV2Weight, stateChainRuntimeChainflipEthereumScCallsDelegationApi, stateChainRuntimeChainflipEthereumScCallsEthereumSCApi, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents, stateChainRuntimeChainflipGenericElectionsOraclePriceUpdate, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|
|
23183
|
+
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadata, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAddress, cfChainsRefundParametersChannelRefundParametersEncodedAddress, cfChainsRefundParametersChannelRefundParametersH160, cfChainsRefundParametersChannelRefundParametersPolkadotAccountId, cfChainsRefundParametersChannelRefundParametersScriptPubkey, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSemVer, cfPrimitivesTxId, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingLendingSwapType, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, frameSupportDispatchPays, frameSupportDispatchPostDispatchInfo, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple1ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsOraclePricePricePriceAsset, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfFundingRedemptionAmount, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfSwappingSwapFailureReason, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorDelegationChange, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationDelegationAmount, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeDispatchErrorWithPostInfo, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, spWeightsWeightV2Weight, stateChainRuntimeChainflipEthereumScCallsDelegationApi, stateChainRuntimeChainflipEthereumScCallsEthereumSCApi, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents, stateChainRuntimeChainflipGenericElectionsOraclePriceUpdate, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|