@moonbeam-network/api-augment
Advanced tools
Comparing version 0.1606.2 to 0.1700.0
import type { ApiTypes } from "@polkadot/api-base/types"; | ||
import type { Bytes, Option, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; | ||
import type { Bytes, Option, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; | ||
import type { Codec } from "@polkadot/types-codec/types"; | ||
import type { Perbill, Percent, Permill } from "@polkadot/types/interfaces/runtime"; | ||
import type { FrameSupportPalletId, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, XcmV1MultiLocation } from "@polkadot/types/lookup"; | ||
import type { FrameSupportPalletId, FrameSupportWeightsRuntimeDbWeight, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, XcmV1MultiLocation } from "@polkadot/types/lookup"; | ||
declare module "@polkadot/api-base/types/consts" { | ||
@@ -349,2 +349,35 @@ interface AugmentedConsts<ApiType extends ApiTypes> { | ||
}; | ||
randomness: { | ||
/** | ||
* Local requests expire and can be purged from storage after this many | ||
* blocks/epochs | ||
*/ | ||
blockExpirationDelay: u32 & AugmentedConst<ApiType>; | ||
/** | ||
* The amount that should be taken as a security deposit when requesting randomness. | ||
*/ | ||
deposit: u128 & AugmentedConst<ApiType>; | ||
/** | ||
* Babe requests expire and can be purged from storage after this many blocks/epochs | ||
*/ | ||
epochExpirationDelay: u64 & AugmentedConst<ApiType>; | ||
/** | ||
* Local per-block VRF requests must be at most this many blocks after the | ||
* block in which they were requested | ||
*/ | ||
maxBlockDelay: u32 & AugmentedConst<ApiType>; | ||
/** | ||
* Maximum number of random words that can be requested per request | ||
*/ | ||
maxRandomWords: u8 & AugmentedConst<ApiType>; | ||
/** | ||
* Local per-block VRF requests must be at least this many blocks after | ||
* the block in which they were requested | ||
*/ | ||
minBlockDelay: u32 & AugmentedConst<ApiType>; | ||
/** | ||
* Generic const | ||
*/ | ||
[key: string]: Codec; | ||
}; | ||
scheduler: { | ||
@@ -417,6 +450,2 @@ /** | ||
/** | ||
* The polynomial that is applied in order to derive fee from length. | ||
*/ | ||
lengthToFee: Vec<FrameSupportWeightsWeightToFeeCoefficient> & AugmentedConst<ApiType>; | ||
/** | ||
* A fee mulitplier for `Operational` extrinsics to compute "virtual tip" | ||
@@ -447,6 +476,2 @@ * to boost their `priority` | ||
/** | ||
* The polynomial that is applied in order to derive fee from weight. | ||
*/ | ||
weightToFee: Vec<FrameSupportWeightsWeightToFeeCoefficient> & AugmentedConst<ApiType>; | ||
/** | ||
* Generic const | ||
@@ -453,0 +478,0 @@ */ |
@@ -461,2 +461,10 @@ import type { ApiTypes } from "@polkadot/api-base/types"; | ||
/** | ||
* Gas limit is too high. | ||
*/ | ||
GasLimitTooHigh: AugmentedError<ApiType>; | ||
/** | ||
* Gas limit is too low. | ||
*/ | ||
GasLimitTooLow: AugmentedError<ApiType>; | ||
/** | ||
* Gas price is too low. | ||
@@ -470,6 +478,2 @@ */ | ||
/** | ||
* Maximum address count exceeded | ||
*/ | ||
MaxAddressCountExceeded: AugmentedError<ApiType>; | ||
/** | ||
* Calculating total payment overflowed | ||
@@ -479,2 +483,6 @@ */ | ||
/** | ||
* Undefined error. | ||
*/ | ||
Undefined: AugmentedError<ApiType>; | ||
/** | ||
* Withdraw fee failed | ||
@@ -870,2 +878,20 @@ */ | ||
}; | ||
randomness: { | ||
CannotRequestMoreWordsThanMax: AugmentedError<ApiType>; | ||
CannotRequestRandomnessAfterMaxDelay: AugmentedError<ApiType>; | ||
CannotRequestRandomnessBeforeMinDelay: AugmentedError<ApiType>; | ||
MustRequestAtLeastOneWord: AugmentedError<ApiType>; | ||
OnlyRequesterCanIncreaseFee: AugmentedError<ApiType>; | ||
RandomnessResultDNE: AugmentedError<ApiType>; | ||
RandomnessResultNotFilled: AugmentedError<ApiType>; | ||
RequestCannotYetBeFulfilled: AugmentedError<ApiType>; | ||
RequestCounterOverflowed: AugmentedError<ApiType>; | ||
RequestDNE: AugmentedError<ApiType>; | ||
RequestFeeOverflowed: AugmentedError<ApiType>; | ||
RequestHasNotExpired: AugmentedError<ApiType>; | ||
/** | ||
* Generic error | ||
*/ | ||
[key: string]: AugmentedError<ApiType>; | ||
}; | ||
scheduler: { | ||
@@ -993,2 +1019,6 @@ /** | ||
/** | ||
* Proposal has not been approved. | ||
*/ | ||
ProposalNotApproved: AugmentedError<ApiType>; | ||
/** | ||
* Too many approvals in the queue. | ||
@@ -1109,2 +1139,6 @@ */ | ||
/** | ||
* MinXcmFee not registered for certain reserve location | ||
*/ | ||
MinXcmFeeNotDefined: AugmentedError<ApiType>; | ||
/** | ||
* Not cross-chain transfer. | ||
@@ -1111,0 +1145,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, MoonbaseRuntimeOriginCaller, MoonbaseRuntimeProxyType, MoonbaseRuntimeRuntime, MoonbaseRuntimeXcmConfigAssetType, MoonbaseRuntimeXcmConfigCurrencyId, MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsCall, PalletAssetsDestroyWitness, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletBaseFeeCall, PalletBaseFeeEvent, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyReleases, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEvmCall, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduledV3, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmVersionMigrationStage, ParachainStakingBond, ParachainStakingCall, ParachainStakingCandidateBondLessRequest, ParachainStakingCandidateMetadata, ParachainStakingCapacityStatus, ParachainStakingCollator2, ParachainStakingCollatorCandidate, ParachainStakingCollatorSnapshot, ParachainStakingCollatorStatus, ParachainStakingDelayedPayout, ParachainStakingDelegationRequestsCancelledScheduledRequest, ParachainStakingDelegationRequestsDelegationAction, ParachainStakingDelegationRequestsScheduledRequest, ParachainStakingDelegations, ParachainStakingDelegator, ParachainStakingDelegatorAdded, ParachainStakingDelegatorStatus, ParachainStakingError, ParachainStakingEvent, ParachainStakingInflationInflationInfo, ParachainStakingNominator2, ParachainStakingParachainBondConfig, ParachainStakingRoundInfo, ParachainStakingSetOrderedSetAccountId20, ParachainStakingSetOrderedSetBond, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SessionKeysPrimitivesVrfVrfCryptoPublic, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, XcmDoubleEncoded, XcmTransactorCall, XcmTransactorError, XcmTransactorEvent, XcmTransactorRemoteTransactInfoWithMaxWeight, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from "@polkadot/types/lookup"; | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, MoonbaseRuntimeOriginCaller, MoonbaseRuntimeProxyType, MoonbaseRuntimeRuntime, MoonbaseRuntimeXcmConfigAssetType, MoonbaseRuntimeXcmConfigCurrencyId, MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsCall, PalletAssetsDestroyWitness, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletBaseFeeCall, PalletBaseFeeEvent, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyReleases, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletParachainStakingBond, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, PalletParachainStakingCapacityStatus, PalletParachainStakingCollator2, PalletParachainStakingCollatorCandidate, PalletParachainStakingCollatorSnapshot, PalletParachainStakingCollatorStatus, PalletParachainStakingDelayedPayout, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegationRequestsDelegationAction, PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, PalletParachainStakingDelegatorAdded, PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, PalletParachainStakingInflationInflationInfo, PalletParachainStakingNominator2, PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetOrderedSetAccountId20, PalletParachainStakingSetOrderedSetBond, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRandomnessCall, PalletRandomnessError, PalletRandomnessEvent, PalletRandomnessRandomnessResult, PalletRandomnessRequest, PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduledV3, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmTransactorCall, PalletXcmTransactorError, PalletXcmTransactorEvent, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SessionKeysPrimitivesVrfVrfCryptoPublic, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, XcmDoubleEncoded, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmPrimitivesEthereumXcmEthereumXcmTransactionV1, XcmPrimitivesEthereumXcmManualEthereumXcmFee, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from "@polkadot/types/lookup"; | ||
declare module "@polkadot/types/types/registry" { | ||
@@ -58,3 +58,2 @@ interface InterfaceTypes { | ||
FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight; | ||
FrameSupportWeightsWeightToFeeCoefficient: FrameSupportWeightsWeightToFeeCoefficient; | ||
FrameSystemAccountInfo: FrameSystemAccountInfo; | ||
@@ -144,2 +143,4 @@ FrameSystemCall: FrameSystemCall; | ||
PalletEthereumRawOrigin: PalletEthereumRawOrigin; | ||
PalletEthereumXcmCall: PalletEthereumXcmCall; | ||
PalletEthereumXcmRawOrigin: PalletEthereumXcmRawOrigin; | ||
PalletEvmCall: PalletEvmCall; | ||
@@ -166,2 +167,27 @@ PalletEvmError: PalletEvmError; | ||
PalletMoonbeamOrbitersEvent: PalletMoonbeamOrbitersEvent; | ||
PalletParachainStakingBond: PalletParachainStakingBond; | ||
PalletParachainStakingCall: PalletParachainStakingCall; | ||
PalletParachainStakingCandidateBondLessRequest: PalletParachainStakingCandidateBondLessRequest; | ||
PalletParachainStakingCandidateMetadata: PalletParachainStakingCandidateMetadata; | ||
PalletParachainStakingCapacityStatus: PalletParachainStakingCapacityStatus; | ||
PalletParachainStakingCollator2: PalletParachainStakingCollator2; | ||
PalletParachainStakingCollatorCandidate: PalletParachainStakingCollatorCandidate; | ||
PalletParachainStakingCollatorSnapshot: PalletParachainStakingCollatorSnapshot; | ||
PalletParachainStakingCollatorStatus: PalletParachainStakingCollatorStatus; | ||
PalletParachainStakingDelayedPayout: PalletParachainStakingDelayedPayout; | ||
PalletParachainStakingDelegationRequestsCancelledScheduledRequest: PalletParachainStakingDelegationRequestsCancelledScheduledRequest; | ||
PalletParachainStakingDelegationRequestsDelegationAction: PalletParachainStakingDelegationRequestsDelegationAction; | ||
PalletParachainStakingDelegationRequestsScheduledRequest: PalletParachainStakingDelegationRequestsScheduledRequest; | ||
PalletParachainStakingDelegations: PalletParachainStakingDelegations; | ||
PalletParachainStakingDelegator: PalletParachainStakingDelegator; | ||
PalletParachainStakingDelegatorAdded: PalletParachainStakingDelegatorAdded; | ||
PalletParachainStakingDelegatorStatus: PalletParachainStakingDelegatorStatus; | ||
PalletParachainStakingError: PalletParachainStakingError; | ||
PalletParachainStakingEvent: PalletParachainStakingEvent; | ||
PalletParachainStakingInflationInflationInfo: PalletParachainStakingInflationInflationInfo; | ||
PalletParachainStakingNominator2: PalletParachainStakingNominator2; | ||
PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; | ||
PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; | ||
PalletParachainStakingSetOrderedSetAccountId20: PalletParachainStakingSetOrderedSetAccountId20; | ||
PalletParachainStakingSetOrderedSetBond: PalletParachainStakingSetOrderedSetBond; | ||
PalletProxyAnnouncement: PalletProxyAnnouncement; | ||
@@ -172,2 +198,10 @@ PalletProxyCall: PalletProxyCall; | ||
PalletProxyProxyDefinition: PalletProxyProxyDefinition; | ||
PalletRandomnessCall: PalletRandomnessCall; | ||
PalletRandomnessError: PalletRandomnessError; | ||
PalletRandomnessEvent: PalletRandomnessEvent; | ||
PalletRandomnessRandomnessResult: PalletRandomnessRandomnessResult; | ||
PalletRandomnessRequest: PalletRandomnessRequest; | ||
PalletRandomnessRequestInfo: PalletRandomnessRequestInfo; | ||
PalletRandomnessRequestState: PalletRandomnessRequestState; | ||
PalletRandomnessRequestType: PalletRandomnessRequestType; | ||
PalletSchedulerCall: PalletSchedulerCall; | ||
@@ -195,28 +229,7 @@ PalletSchedulerError: PalletSchedulerError; | ||
PalletXcmQueryStatus: PalletXcmQueryStatus; | ||
PalletXcmTransactorCall: PalletXcmTransactorCall; | ||
PalletXcmTransactorError: PalletXcmTransactorError; | ||
PalletXcmTransactorEvent: PalletXcmTransactorEvent; | ||
PalletXcmTransactorRemoteTransactInfoWithMaxWeight: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; | ||
PalletXcmVersionMigrationStage: PalletXcmVersionMigrationStage; | ||
ParachainStakingBond: ParachainStakingBond; | ||
ParachainStakingCall: ParachainStakingCall; | ||
ParachainStakingCandidateBondLessRequest: ParachainStakingCandidateBondLessRequest; | ||
ParachainStakingCandidateMetadata: ParachainStakingCandidateMetadata; | ||
ParachainStakingCapacityStatus: ParachainStakingCapacityStatus; | ||
ParachainStakingCollator2: ParachainStakingCollator2; | ||
ParachainStakingCollatorCandidate: ParachainStakingCollatorCandidate; | ||
ParachainStakingCollatorSnapshot: ParachainStakingCollatorSnapshot; | ||
ParachainStakingCollatorStatus: ParachainStakingCollatorStatus; | ||
ParachainStakingDelayedPayout: ParachainStakingDelayedPayout; | ||
ParachainStakingDelegationRequestsCancelledScheduledRequest: ParachainStakingDelegationRequestsCancelledScheduledRequest; | ||
ParachainStakingDelegationRequestsDelegationAction: ParachainStakingDelegationRequestsDelegationAction; | ||
ParachainStakingDelegationRequestsScheduledRequest: ParachainStakingDelegationRequestsScheduledRequest; | ||
ParachainStakingDelegations: ParachainStakingDelegations; | ||
ParachainStakingDelegator: ParachainStakingDelegator; | ||
ParachainStakingDelegatorAdded: ParachainStakingDelegatorAdded; | ||
ParachainStakingDelegatorStatus: ParachainStakingDelegatorStatus; | ||
ParachainStakingError: ParachainStakingError; | ||
ParachainStakingEvent: ParachainStakingEvent; | ||
ParachainStakingInflationInflationInfo: ParachainStakingInflationInflationInfo; | ||
ParachainStakingNominator2: ParachainStakingNominator2; | ||
ParachainStakingParachainBondConfig: ParachainStakingParachainBondConfig; | ||
ParachainStakingRoundInfo: ParachainStakingRoundInfo; | ||
ParachainStakingSetOrderedSetAccountId20: ParachainStakingSetOrderedSetAccountId20; | ||
ParachainStakingSetOrderedSetBond: ParachainStakingSetOrderedSetBond; | ||
PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage; | ||
@@ -247,6 +260,6 @@ PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage; | ||
XcmDoubleEncoded: XcmDoubleEncoded; | ||
XcmTransactorCall: XcmTransactorCall; | ||
XcmTransactorError: XcmTransactorError; | ||
XcmTransactorEvent: XcmTransactorEvent; | ||
XcmTransactorRemoteTransactInfoWithMaxWeight: XcmTransactorRemoteTransactInfoWithMaxWeight; | ||
XcmPrimitivesEthereumXcmEthereumXcmFee: XcmPrimitivesEthereumXcmEthereumXcmFee; | ||
XcmPrimitivesEthereumXcmEthereumXcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; | ||
XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; | ||
XcmPrimitivesEthereumXcmManualEthereumXcmFee: XcmPrimitivesEthereumXcmManualEthereumXcmFee; | ||
XcmV0Junction: XcmV0Junction; | ||
@@ -253,0 +266,0 @@ XcmV0JunctionBodyId: XcmV0JunctionBodyId; |
{ | ||
"name": "@moonbeam-network/api-augment", | ||
"version": "0.1606.2", | ||
"version": "0.1700.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Moonbeam types augment for @polkadot/api", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3052154
79477
1