@@ -9,7 +9,7 @@ import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/
99import type { BTreeMap , BTreeSet , Bytes , Null , Option , Struct , U256 , U8aFixed , Vec , bool , u128 , u16 , u32 , u64 } from '@polkadot/types-codec' ;
1010import type { AnyNumber , ITuple } from '@polkadot/types-codec/types' ;
1111import type { AccountId32 , Call , H160 , H256 } from '@polkadot/types/interfaces/runtime' ;
12- import type { AcalaPrimitivesBondingLedgerBondingLedger , AcalaPrimitivesCurrencyAssetIds , AcalaPrimitivesCurrencyAssetMetadata , AcalaPrimitivesCurrencyCurrencyId , AcalaPrimitivesPosition , AcalaPrimitivesReserveIdentifier , AcalaPrimitivesTradingPair , AcalaRuntimeScheduledTasks , AcalaRuntimeSessionKeys , CumulusPalletDmpQueueConfigData , CumulusPalletDmpQueuePageIndexData , CumulusPalletParachainSystemCodeUpgradeAuthorization , CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot , CumulusPalletXcmpQueueInboundChannelDetails , CumulusPalletXcmpQueueOutboundChannelDetails , CumulusPalletXcmpQueueQueueConfigData , FrameSupportDispatchPerDispatchClassWeight , FrameSupportPreimagesBounded , FrameSystemAccountInfo , FrameSystemEventRecord , FrameSystemLastRuntimeUpgradeInfo , FrameSystemPhase , ModuleAuctionManagerCollateralAuctionItem , ModuleCdpEngineRiskManagementParams , ModuleDexTradingPairStatus , ModuleEvmModuleAccountInfo , ModuleEvmModuleCodeInfo , ModuleHomaModuleStakingLedger , ModuleSupportDexAggregatedSwapPath , ModuleSupportIncentivesPoolId , ModuleXcmInterfaceModuleXcmInterfaceOperation , NutsfinanceStableAssetStableAssetPoolInfo , OrmlNftClassInfo , OrmlNftTokenInfo , OrmlOracleModuleTimestampedValue , OrmlRewardsPoolInfo , OrmlTokensAccountData , OrmlTokensBalanceLock , OrmlTokensReserveData , OrmlTraitsAuctionAuctionInfo , OrmlUtilitiesOrderedSet , OrmlVestingVestingSchedule , PalletBalancesAccountData , PalletBalancesBalanceLock , PalletBalancesIdAmount , PalletBalancesReserveData , PalletBountiesBounty , PalletCollectiveVotes , PalletDemocracyMetadataOwner , PalletDemocracyReferendumInfo , PalletDemocracyVoteThreshold , PalletDemocracyVoteVoting , PalletMultisigMultisig , PalletPreimageRequestStatus , PalletProxyAnnouncement , PalletProxyProxyDefinition , PalletSchedulerScheduled , PalletTipsOpenTip , PalletTreasuryProposal , PalletXcmQueryStatus , PalletXcmRemoteLockedFungibleRecord , PalletXcmVersionMigrationStage , PolkadotCorePrimitivesOutboundHrmpMessage , PolkadotPrimitivesV5AbridgedHostConfiguration , PolkadotPrimitivesV5PersistedValidationData , PolkadotPrimitivesV5UpgradeRestriction , SpConsensusAuraSr25519AppSr25519Public , SpCoreCryptoKeyTypeId , SpRuntimeDigest , SpTrieStorageProof , SpWeightsWeightV2Weight , XcmV3MultiLocation , XcmVersionedAssetId , XcmVersionedMultiLocation } from '@polkadot/types/lookup' ;
12+ import type { AcalaPrimitivesBondingLedgerBondingLedger , AcalaPrimitivesCurrencyAssetIds , AcalaPrimitivesCurrencyAssetMetadata , AcalaPrimitivesCurrencyCurrencyId , AcalaPrimitivesPosition , AcalaPrimitivesReserveIdentifier , AcalaPrimitivesTradingPair , AcalaRuntimeRuntimeParametersKey , AcalaRuntimeRuntimeParametersValue , AcalaRuntimeScheduledTasks , AcalaRuntimeSessionKeys , CumulusPalletDmpQueueConfigData , CumulusPalletDmpQueuePageIndexData , CumulusPalletParachainSystemCodeUpgradeAuthorization , CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot , CumulusPalletXcmpQueueInboundChannelDetails , CumulusPalletXcmpQueueOutboundChannelDetails , CumulusPalletXcmpQueueQueueConfigData , FrameSupportDispatchPerDispatchClassWeight , FrameSupportPreimagesBounded , FrameSystemAccountInfo , FrameSystemEventRecord , FrameSystemLastRuntimeUpgradeInfo , FrameSystemPhase , ModuleAuctionManagerCollateralAuctionItem , ModuleCdpEngineRiskManagementParams , ModuleDexTradingPairStatus , ModuleEvmModuleAccountInfo , ModuleEvmModuleCodeInfo , ModuleHomaModuleStakingLedger , ModuleSupportDexAggregatedSwapPath , ModuleSupportIncentivesPoolId , ModuleXcmInterfaceModuleXcmInterfaceOperation , NutsfinanceStableAssetStableAssetPoolInfo , OrmlNftClassInfo , OrmlNftTokenInfo , OrmlOracleModuleTimestampedValue , OrmlRewardsPoolInfo , OrmlTokensAccountData , OrmlTokensBalanceLock , OrmlTokensReserveData , OrmlTraitsAuctionAuctionInfo , OrmlUtilitiesOrderedSet , OrmlVestingVestingSchedule , PalletBalancesAccountData , PalletBalancesBalanceLock , PalletBalancesIdAmount , PalletBalancesReserveData , PalletBountiesBounty , PalletCollectiveVotes , PalletDemocracyMetadataOwner , PalletDemocracyReferendumInfo , PalletDemocracyVoteThreshold , PalletDemocracyVoteVoting , PalletMultisigMultisig , PalletPreimageRequestStatus , PalletProxyAnnouncement , PalletProxyProxyDefinition , PalletSchedulerScheduled , PalletTipsOpenTip , PalletTreasuryProposal , PalletXcmQueryStatus , PalletXcmRemoteLockedFungibleRecord , PalletXcmVersionMigrationStage , PolkadotCorePrimitivesOutboundHrmpMessage , PolkadotPrimitivesV5AbridgedHostConfiguration , PolkadotPrimitivesV5PersistedValidationData , PolkadotPrimitivesV5UpgradeRestriction , SpConsensusAuraSr25519AppSr25519Public , SpCoreCryptoKeyTypeId , SpRuntimeDigest , SpTrieStorageProof , SpWeightsWeightV2Weight , XcmV3MultiLocation , XcmVersionedAssetId , XcmVersionedMultiLocation } from '@polkadot/types/lookup' ;
1313import type { Observable } from '@polkadot/types/types' ;
1414
1515export type __AugmentedQuery < ApiType extends ApiTypes > = AugmentedQuery < ApiType , ( ) => unknown > ;
@@ -415,6 +415,13 @@ declare module '@polkadot/api-base/types/storage' {
415415 **/
416416 [ key : string ] : QueryableStorageEntry < ApiType > ;
417417 } ;
418+ parameters : {
419+ parameters : AugmentedQuery < ApiType , ( arg : AcalaRuntimeRuntimeParametersKey | { Earning : any } | string | Uint8Array ) => Observable < Option < AcalaRuntimeRuntimeParametersValue > > , [ AcalaRuntimeRuntimeParametersKey ] > & QueryableStorageEntry < ApiType , [ AcalaRuntimeRuntimeParametersKey ] > ;
420+ /**
421+ * Generic query
422+ **/
423+ [ key : string ] : QueryableStorageEntry < ApiType > ;
424+ } ;
418425 polkadotXcm : {
419426 assetTraps : AugmentedQuery < ApiType , ( arg : H256 | string | Uint8Array ) => Observable < u32 > , [ H256 ] > & QueryableStorageEntry < ApiType , [ H256 ] > ;
420427 currentMigration : AugmentedQuery < ApiType , ( ) => Observable < Option < PalletXcmVersionMigrationStage > > , [ ] > & QueryableStorageEntry < ApiType , [ ] > ;
0 commit comments