@moonbeam-network/api-augment
Advanced tools
Comparing version 0.2600.0 to 0.2700.0
@@ -401,6 +401,8 @@ import "@polkadot/api-base/types/consts"; | ||
/** | ||
* The minimum period between blocks. Beware that this is different to the _expected_ period | ||
* that the block production apparatus provides. Your chosen consensus system will generally | ||
* work with this to determine a sensible block time. e.g. For Aura, it will be double this | ||
* period on default settings. | ||
* The minimum period between blocks. | ||
* | ||
* Be aware that this is different to the _expected_ period that the block production | ||
* apparatus provides. Your chosen consensus system will generally work with this to determine | ||
* a sensible block time. For example, in the Aura pallet it will be double this period on | ||
* default settings. | ||
*/ | ||
@@ -448,2 +450,4 @@ minimumPeriod: u64 & AugmentedConst<ApiType>; | ||
palletId: FrameSupportPalletId & AugmentedConst<ApiType>; | ||
/** The period during which an approved treasury spend has to be claimed. */ | ||
payoutPeriod: u32 & AugmentedConst<ApiType>; | ||
/** | ||
@@ -450,0 +454,0 @@ * Fraction of a proposal's value that should be bonded in order to place the proposal. An |
@@ -319,4 +319,8 @@ import "@polkadot/api-base/types/errors"; | ||
GasPriceTooLow: AugmentedError<ApiType>; | ||
/** The chain id is invalid. */ | ||
InvalidChainId: AugmentedError<ApiType>; | ||
/** Nonce is invalid */ | ||
InvalidNonce: AugmentedError<ApiType>; | ||
/** The signature is invalid. */ | ||
InvalidSignature: AugmentedError<ApiType>; | ||
/** Calculating total payment overflowed */ | ||
@@ -671,2 +675,6 @@ PaymentOverflow: AugmentedError<ApiType>; | ||
TooBig: AugmentedError<ApiType>; | ||
/** Too few hashes were requested to be upgraded (i.e. zero). */ | ||
TooFew: AugmentedError<ApiType>; | ||
/** More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. */ | ||
TooMany: AugmentedError<ApiType>; | ||
/** Generic error */ | ||
@@ -802,2 +810,10 @@ [key: string]: AugmentedError<ApiType>; | ||
treasury: { | ||
/** The payment has already been attempted. */ | ||
AlreadyAttempted: AugmentedError<ApiType>; | ||
/** The spend is not yet eligible for payout. */ | ||
EarlyPayout: AugmentedError<ApiType>; | ||
/** The balance of the asset kind is not convertible to the balance of the native asset. */ | ||
FailedToConvertBalance: AugmentedError<ApiType>; | ||
/** The payment has neither failed nor succeeded yet. */ | ||
Inconclusive: AugmentedError<ApiType>; | ||
/** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ | ||
@@ -807,6 +823,12 @@ InsufficientPermission: AugmentedError<ApiType>; | ||
InsufficientProposersBalance: AugmentedError<ApiType>; | ||
/** No proposal or bounty at that index. */ | ||
/** No proposal, bounty or spend at that index. */ | ||
InvalidIndex: AugmentedError<ApiType>; | ||
/** The payout was not yet attempted/claimed. */ | ||
NotAttempted: AugmentedError<ApiType>; | ||
/** There was some issue with the mechanism of payment. */ | ||
PayoutError: AugmentedError<ApiType>; | ||
/** Proposal has not been approved. */ | ||
ProposalNotApproved: AugmentedError<ApiType>; | ||
/** The spend has expired and cannot be claimed. */ | ||
SpendExpired: AugmentedError<ApiType>; | ||
/** Too many approvals in the queue. */ | ||
@@ -813,0 +835,0 @@ TooManyApprovals: AugmentedError<ApiType>; |
@@ -8,3 +8,3 @@ import "@polkadot/rpc-core/types/jsonrpc"; | ||
import type { EpochAuthorship } from "@polkadot/types/interfaces/babe"; | ||
import type { BeefySignedCommitment } from "@polkadot/types/interfaces/beefy"; | ||
import type { BeefyVersionedFinalityProof } from "@polkadot/types/interfaces/beefy"; | ||
import type { BlockHash } from "@polkadot/types/interfaces/chain"; | ||
@@ -62,4 +62,4 @@ import type { PrefixedStorageKey } from "@polkadot/types/interfaces/childstate"; | ||
getFinalizedHead: AugmentedRpc<() => Observable<H256>>; | ||
/** Returns the block most recently finalized by BEEFY, alongside side its justification. */ | ||
subscribeJustifications: AugmentedRpc<() => Observable<BeefySignedCommitment>>; | ||
/** Returns the block most recently finalized by BEEFY, alongside its justification. */ | ||
subscribeJustifications: AugmentedRpc<() => Observable<BeefyVersionedFinalityProof>>; | ||
}; | ||
@@ -66,0 +66,0 @@ chain: { |
import "@polkadot/types/types/registry"; | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin, MoonbeamRuntimeOriginCaller, MoonbeamRuntimeProxyType, MoonbeamRuntimeRuntime, MoonbeamRuntimeRuntimeHoldReason, MoonbeamRuntimeXcmConfigAssetType, MoonbeamRuntimeXcmConfigCurrencyId, MoonbeamRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletConvictionVotingCall, PalletConvictionVotingConviction, PalletConvictionVotingDelegations, PalletConvictionVotingError, PalletConvictionVotingEvent, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletConvictionVotingVoteCasting, PalletConvictionVotingVoteDelegating, PalletConvictionVotingVotePriorLock, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, PalletEthereumXcmError, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, PalletParachainStakingCapacityStatus, PalletParachainStakingCollatorSnapshot, PalletParachainStakingCollatorStatus, PalletParachainStakingDelayedPayout, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegationRequestsDelegationAction, PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, PalletParachainStakingDelegatorAdded, PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, PalletParachainStakingInflationInflationInfo, PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRandomnessCall, PalletRandomnessError, PalletRandomnessEvent, PalletRandomnessRandomnessResult, PalletRandomnessRequest, PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, PalletReferendaCall, PalletReferendaCurve, PalletReferendaDecidingStatus, PalletReferendaDeposit, PalletReferendaError, PalletReferendaEvent, PalletReferendaReferendumInfo, PalletReferendaReferendumStatus, PalletReferendaTrackInfo, PalletRootTestingCall, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduled, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletWhitelistCall, PalletWhitelistError, PalletWhitelistEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmTransactorCall, PalletXcmTransactorCurrency, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorError, PalletXcmTransactorEvent, PalletXcmTransactorHrmpInitParams, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRelayIndicesRelayChainIndices, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat, PolkadotPrimitivesV5AbridgedHostConfiguration, PolkadotPrimitivesV5AbridgedHrmpChannel, PolkadotPrimitivesV5PersistedValidationData, PolkadotPrimitivesV5UpgradeGoAhead, PolkadotPrimitivesV5UpgradeRestriction, PolkadotPrimitivesVstagingAsyncBackingParams, SessionKeysPrimitivesVrfVrfCryptoPublic, SpArithmeticArithmeticError, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, StagingXcmDoubleEncoded, StagingXcmV2BodyId, StagingXcmV2BodyPart, StagingXcmV2Instruction, StagingXcmV2Junction, StagingXcmV2MultiAsset, StagingXcmV2MultiLocation, StagingXcmV2MultiassetAssetId, StagingXcmV2MultiassetAssetInstance, StagingXcmV2MultiassetFungibility, StagingXcmV2MultiassetMultiAssetFilter, StagingXcmV2MultiassetMultiAssets, StagingXcmV2MultiassetWildFungibility, StagingXcmV2MultiassetWildMultiAsset, StagingXcmV2MultilocationJunctions, StagingXcmV2NetworkId, StagingXcmV2OriginKind, StagingXcmV2Response, StagingXcmV2TraitsError, StagingXcmV2WeightLimit, StagingXcmV2Xcm, StagingXcmV3Instruction, StagingXcmV3Junction, StagingXcmV3JunctionBodyId, StagingXcmV3JunctionBodyPart, StagingXcmV3JunctionNetworkId, StagingXcmV3Junctions, StagingXcmV3MaybeErrorCode, StagingXcmV3MultiAsset, StagingXcmV3MultiLocation, StagingXcmV3MultiassetAssetId, StagingXcmV3MultiassetAssetInstance, StagingXcmV3MultiassetFungibility, StagingXcmV3MultiassetMultiAssetFilter, StagingXcmV3MultiassetMultiAssets, StagingXcmV3MultiassetWildFungibility, StagingXcmV3MultiassetWildMultiAsset, StagingXcmV3PalletInfo, StagingXcmV3QueryResponseInfo, StagingXcmV3Response, StagingXcmV3TraitsError, StagingXcmV3TraitsOutcome, StagingXcmV3WeightLimit, StagingXcmV3Xcm, StagingXcmVersionedAssetId, StagingXcmVersionedMultiAsset, StagingXcmVersionedMultiAssets, StagingXcmVersionedMultiLocation, StagingXcmVersionedResponse, StagingXcmVersionedXcm, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmPrimitivesEthereumXcmEthereumXcmTransactionV1, XcmPrimitivesEthereumXcmEthereumXcmTransactionV2, XcmPrimitivesEthereumXcmManualEthereumXcmFee } from "@polkadot/types/lookup"; | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin, MoonbeamRuntimeOriginCaller, MoonbeamRuntimeProxyType, MoonbeamRuntimeRuntime, MoonbeamRuntimeRuntimeHoldReason, MoonbeamRuntimeXcmConfigAssetType, MoonbeamRuntimeXcmConfigCurrencyId, MoonbeamRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletConvictionVotingCall, PalletConvictionVotingConviction, PalletConvictionVotingDelegations, PalletConvictionVotingError, PalletConvictionVotingEvent, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletConvictionVotingVoteCasting, PalletConvictionVotingVoteDelegating, PalletConvictionVotingVotePriorLock, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, PalletEthereumXcmError, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletIdentitySimpleIdentityField, PalletIdentitySimpleIdentityInfo, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, PalletParachainStakingCapacityStatus, PalletParachainStakingCollatorSnapshot, PalletParachainStakingCollatorStatus, PalletParachainStakingDelayedPayout, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegationRequestsDelegationAction, PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, PalletParachainStakingDelegatorAdded, PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, PalletParachainStakingInflationInflationInfo, PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageHoldReason, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRandomnessCall, PalletRandomnessError, PalletRandomnessEvent, PalletRandomnessRandomnessResult, PalletRandomnessRequest, PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, PalletReferendaCall, PalletReferendaCurve, PalletReferendaDecidingStatus, PalletReferendaDeposit, PalletReferendaError, PalletReferendaEvent, PalletReferendaReferendumInfo, PalletReferendaReferendumStatus, PalletReferendaTrackInfo, PalletRootTestingCall, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduled, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryPaymentState, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletWhitelistCall, PalletWhitelistError, PalletWhitelistEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmTransactorCall, PalletXcmTransactorCurrency, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorError, PalletXcmTransactorEvent, PalletXcmTransactorHrmpInitParams, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRelayIndicesRelayChainIndices, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat, PolkadotPrimitivesV6AbridgedHostConfiguration, PolkadotPrimitivesV6AbridgedHrmpChannel, PolkadotPrimitivesV6AsyncBackingAsyncBackingParams, PolkadotPrimitivesV6PersistedValidationData, PolkadotPrimitivesV6UpgradeGoAhead, PolkadotPrimitivesV6UpgradeRestriction, SessionKeysPrimitivesVrfVrfCryptoPublic, SpArithmeticArithmeticError, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, StagingXcmV3MultiLocation, XcmDoubleEncoded, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmPrimitivesEthereumXcmEthereumXcmTransactionV1, XcmPrimitivesEthereumXcmEthereumXcmTransactionV2, XcmPrimitivesEthereumXcmManualEthereumXcmFee, XcmV2BodyId, XcmV2BodyPart, XcmV2Instruction, XcmV2Junction, XcmV2MultiAsset, XcmV2MultiLocation, XcmV2MultiassetAssetId, XcmV2MultiassetAssetInstance, XcmV2MultiassetFungibility, XcmV2MultiassetMultiAssetFilter, XcmV2MultiassetMultiAssets, XcmV2MultiassetWildFungibility, XcmV2MultiassetWildMultiAsset, XcmV2MultilocationJunctions, XcmV2NetworkId, XcmV2OriginKind, XcmV2Response, XcmV2TraitsError, XcmV2WeightLimit, XcmV2Xcm, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3WeightLimit, XcmV3Xcm, XcmVersionedAssetId, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from "@polkadot/types/lookup"; | ||
declare module "@polkadot/types/types/registry" { | ||
@@ -171,7 +171,7 @@ interface InterfaceTypes { | ||
PalletIdentityEvent: PalletIdentityEvent; | ||
PalletIdentityIdentityField: PalletIdentityIdentityField; | ||
PalletIdentityIdentityInfo: PalletIdentityIdentityInfo; | ||
PalletIdentityJudgement: PalletIdentityJudgement; | ||
PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo; | ||
PalletIdentityRegistration: PalletIdentityRegistration; | ||
PalletIdentitySimpleIdentityField: PalletIdentitySimpleIdentityField; | ||
PalletIdentitySimpleIdentityInfo: PalletIdentitySimpleIdentityInfo; | ||
PalletMaintenanceModeCall: PalletMaintenanceModeCall; | ||
@@ -219,2 +219,4 @@ PalletMaintenanceModeError: PalletMaintenanceModeError; | ||
PalletPreimageEvent: PalletPreimageEvent; | ||
PalletPreimageHoldReason: PalletPreimageHoldReason; | ||
PalletPreimageOldRequestStatus: PalletPreimageOldRequestStatus; | ||
PalletPreimageRequestStatus: PalletPreimageRequestStatus; | ||
@@ -255,3 +257,5 @@ PalletProxyAnnouncement: PalletProxyAnnouncement; | ||
PalletTreasuryEvent: PalletTreasuryEvent; | ||
PalletTreasuryPaymentState: PalletTreasuryPaymentState; | ||
PalletTreasuryProposal: PalletTreasuryProposal; | ||
PalletTreasurySpendStatus: PalletTreasurySpendStatus; | ||
PalletUtilityCall: PalletUtilityCall; | ||
@@ -285,8 +289,8 @@ PalletUtilityError: PalletUtilityError; | ||
PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat; | ||
PolkadotPrimitivesV5AbridgedHostConfiguration: PolkadotPrimitivesV5AbridgedHostConfiguration; | ||
PolkadotPrimitivesV5AbridgedHrmpChannel: PolkadotPrimitivesV5AbridgedHrmpChannel; | ||
PolkadotPrimitivesV5PersistedValidationData: PolkadotPrimitivesV5PersistedValidationData; | ||
PolkadotPrimitivesV5UpgradeGoAhead: PolkadotPrimitivesV5UpgradeGoAhead; | ||
PolkadotPrimitivesV5UpgradeRestriction: PolkadotPrimitivesV5UpgradeRestriction; | ||
PolkadotPrimitivesVstagingAsyncBackingParams: PolkadotPrimitivesVstagingAsyncBackingParams; | ||
PolkadotPrimitivesV6AbridgedHostConfiguration: PolkadotPrimitivesV6AbridgedHostConfiguration; | ||
PolkadotPrimitivesV6AbridgedHrmpChannel: PolkadotPrimitivesV6AbridgedHrmpChannel; | ||
PolkadotPrimitivesV6AsyncBackingAsyncBackingParams: PolkadotPrimitivesV6AsyncBackingAsyncBackingParams; | ||
PolkadotPrimitivesV6PersistedValidationData: PolkadotPrimitivesV6PersistedValidationData; | ||
PolkadotPrimitivesV6UpgradeGoAhead: PolkadotPrimitivesV6UpgradeGoAhead; | ||
PolkadotPrimitivesV6UpgradeRestriction: PolkadotPrimitivesV6UpgradeRestriction; | ||
SessionKeysPrimitivesVrfVrfCryptoPublic: SessionKeysPrimitivesVrfVrfCryptoPublic; | ||
@@ -299,2 +303,3 @@ SpArithmeticArithmeticError: SpArithmeticArithmeticError; | ||
SpCoreVoid: SpCoreVoid; | ||
SpRuntimeBlakeTwo256: SpRuntimeBlakeTwo256; | ||
SpRuntimeDigest: SpRuntimeDigest; | ||
@@ -312,52 +317,4 @@ SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem; | ||
SpWeightsWeightV2Weight: SpWeightsWeightV2Weight; | ||
StagingXcmDoubleEncoded: StagingXcmDoubleEncoded; | ||
StagingXcmV2BodyId: StagingXcmV2BodyId; | ||
StagingXcmV2BodyPart: StagingXcmV2BodyPart; | ||
StagingXcmV2Instruction: StagingXcmV2Instruction; | ||
StagingXcmV2Junction: StagingXcmV2Junction; | ||
StagingXcmV2MultiAsset: StagingXcmV2MultiAsset; | ||
StagingXcmV2MultiLocation: StagingXcmV2MultiLocation; | ||
StagingXcmV2MultiassetAssetId: StagingXcmV2MultiassetAssetId; | ||
StagingXcmV2MultiassetAssetInstance: StagingXcmV2MultiassetAssetInstance; | ||
StagingXcmV2MultiassetFungibility: StagingXcmV2MultiassetFungibility; | ||
StagingXcmV2MultiassetMultiAssetFilter: StagingXcmV2MultiassetMultiAssetFilter; | ||
StagingXcmV2MultiassetMultiAssets: StagingXcmV2MultiassetMultiAssets; | ||
StagingXcmV2MultiassetWildFungibility: StagingXcmV2MultiassetWildFungibility; | ||
StagingXcmV2MultiassetWildMultiAsset: StagingXcmV2MultiassetWildMultiAsset; | ||
StagingXcmV2MultilocationJunctions: StagingXcmV2MultilocationJunctions; | ||
StagingXcmV2NetworkId: StagingXcmV2NetworkId; | ||
StagingXcmV2OriginKind: StagingXcmV2OriginKind; | ||
StagingXcmV2Response: StagingXcmV2Response; | ||
StagingXcmV2TraitsError: StagingXcmV2TraitsError; | ||
StagingXcmV2WeightLimit: StagingXcmV2WeightLimit; | ||
StagingXcmV2Xcm: StagingXcmV2Xcm; | ||
StagingXcmV3Instruction: StagingXcmV3Instruction; | ||
StagingXcmV3Junction: StagingXcmV3Junction; | ||
StagingXcmV3JunctionBodyId: StagingXcmV3JunctionBodyId; | ||
StagingXcmV3JunctionBodyPart: StagingXcmV3JunctionBodyPart; | ||
StagingXcmV3JunctionNetworkId: StagingXcmV3JunctionNetworkId; | ||
StagingXcmV3Junctions: StagingXcmV3Junctions; | ||
StagingXcmV3MaybeErrorCode: StagingXcmV3MaybeErrorCode; | ||
StagingXcmV3MultiAsset: StagingXcmV3MultiAsset; | ||
StagingXcmV3MultiLocation: StagingXcmV3MultiLocation; | ||
StagingXcmV3MultiassetAssetId: StagingXcmV3MultiassetAssetId; | ||
StagingXcmV3MultiassetAssetInstance: StagingXcmV3MultiassetAssetInstance; | ||
StagingXcmV3MultiassetFungibility: StagingXcmV3MultiassetFungibility; | ||
StagingXcmV3MultiassetMultiAssetFilter: StagingXcmV3MultiassetMultiAssetFilter; | ||
StagingXcmV3MultiassetMultiAssets: StagingXcmV3MultiassetMultiAssets; | ||
StagingXcmV3MultiassetWildFungibility: StagingXcmV3MultiassetWildFungibility; | ||
StagingXcmV3MultiassetWildMultiAsset: StagingXcmV3MultiassetWildMultiAsset; | ||
StagingXcmV3PalletInfo: StagingXcmV3PalletInfo; | ||
StagingXcmV3QueryResponseInfo: StagingXcmV3QueryResponseInfo; | ||
StagingXcmV3Response: StagingXcmV3Response; | ||
StagingXcmV3TraitsError: StagingXcmV3TraitsError; | ||
StagingXcmV3TraitsOutcome: StagingXcmV3TraitsOutcome; | ||
StagingXcmV3WeightLimit: StagingXcmV3WeightLimit; | ||
StagingXcmV3Xcm: StagingXcmV3Xcm; | ||
StagingXcmVersionedAssetId: StagingXcmVersionedAssetId; | ||
StagingXcmVersionedMultiAsset: StagingXcmVersionedMultiAsset; | ||
StagingXcmVersionedMultiAssets: StagingXcmVersionedMultiAssets; | ||
StagingXcmVersionedMultiLocation: StagingXcmVersionedMultiLocation; | ||
StagingXcmVersionedResponse: StagingXcmVersionedResponse; | ||
StagingXcmVersionedXcm: StagingXcmVersionedXcm; | ||
XcmDoubleEncoded: XcmDoubleEncoded; | ||
XcmPrimitivesEthereumXcmEthereumXcmFee: XcmPrimitivesEthereumXcmEthereumXcmFee; | ||
@@ -368,3 +325,51 @@ XcmPrimitivesEthereumXcmEthereumXcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; | ||
XcmPrimitivesEthereumXcmManualEthereumXcmFee: XcmPrimitivesEthereumXcmManualEthereumXcmFee; | ||
XcmV2BodyId: XcmV2BodyId; | ||
XcmV2BodyPart: XcmV2BodyPart; | ||
XcmV2Instruction: XcmV2Instruction; | ||
XcmV2Junction: XcmV2Junction; | ||
XcmV2MultiAsset: XcmV2MultiAsset; | ||
XcmV2MultiLocation: XcmV2MultiLocation; | ||
XcmV2MultiassetAssetId: XcmV2MultiassetAssetId; | ||
XcmV2MultiassetAssetInstance: XcmV2MultiassetAssetInstance; | ||
XcmV2MultiassetFungibility: XcmV2MultiassetFungibility; | ||
XcmV2MultiassetMultiAssetFilter: XcmV2MultiassetMultiAssetFilter; | ||
XcmV2MultiassetMultiAssets: XcmV2MultiassetMultiAssets; | ||
XcmV2MultiassetWildFungibility: XcmV2MultiassetWildFungibility; | ||
XcmV2MultiassetWildMultiAsset: XcmV2MultiassetWildMultiAsset; | ||
XcmV2MultilocationJunctions: XcmV2MultilocationJunctions; | ||
XcmV2NetworkId: XcmV2NetworkId; | ||
XcmV2OriginKind: XcmV2OriginKind; | ||
XcmV2Response: XcmV2Response; | ||
XcmV2TraitsError: XcmV2TraitsError; | ||
XcmV2WeightLimit: XcmV2WeightLimit; | ||
XcmV2Xcm: XcmV2Xcm; | ||
XcmV3Instruction: XcmV3Instruction; | ||
XcmV3Junction: XcmV3Junction; | ||
XcmV3JunctionBodyId: XcmV3JunctionBodyId; | ||
XcmV3JunctionBodyPart: XcmV3JunctionBodyPart; | ||
XcmV3JunctionNetworkId: XcmV3JunctionNetworkId; | ||
XcmV3Junctions: XcmV3Junctions; | ||
XcmV3MaybeErrorCode: XcmV3MaybeErrorCode; | ||
XcmV3MultiAsset: XcmV3MultiAsset; | ||
XcmV3MultiassetAssetId: XcmV3MultiassetAssetId; | ||
XcmV3MultiassetAssetInstance: XcmV3MultiassetAssetInstance; | ||
XcmV3MultiassetFungibility: XcmV3MultiassetFungibility; | ||
XcmV3MultiassetMultiAssetFilter: XcmV3MultiassetMultiAssetFilter; | ||
XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; | ||
XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; | ||
XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; | ||
XcmV3PalletInfo: XcmV3PalletInfo; | ||
XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; | ||
XcmV3Response: XcmV3Response; | ||
XcmV3TraitsError: XcmV3TraitsError; | ||
XcmV3TraitsOutcome: XcmV3TraitsOutcome; | ||
XcmV3WeightLimit: XcmV3WeightLimit; | ||
XcmV3Xcm: XcmV3Xcm; | ||
XcmVersionedAssetId: XcmVersionedAssetId; | ||
XcmVersionedMultiAsset: XcmVersionedMultiAsset; | ||
XcmVersionedMultiAssets: XcmVersionedMultiAssets; | ||
XcmVersionedMultiLocation: XcmVersionedMultiLocation; | ||
XcmVersionedResponse: XcmVersionedResponse; | ||
XcmVersionedXcm: XcmVersionedXcm; | ||
} | ||
} |
@@ -401,6 +401,8 @@ import "@polkadot/api-base/types/consts"; | ||
/** | ||
* The minimum period between blocks. Beware that this is different to the _expected_ period | ||
* that the block production apparatus provides. Your chosen consensus system will generally | ||
* work with this to determine a sensible block time. e.g. For Aura, it will be double this | ||
* period on default settings. | ||
* The minimum period between blocks. | ||
* | ||
* Be aware that this is different to the _expected_ period that the block production | ||
* apparatus provides. Your chosen consensus system will generally work with this to determine | ||
* a sensible block time. For example, in the Aura pallet it will be double this period on | ||
* default settings. | ||
*/ | ||
@@ -448,2 +450,4 @@ minimumPeriod: u64 & AugmentedConst<ApiType>; | ||
palletId: FrameSupportPalletId & AugmentedConst<ApiType>; | ||
/** The period during which an approved treasury spend has to be claimed. */ | ||
payoutPeriod: u32 & AugmentedConst<ApiType>; | ||
/** | ||
@@ -450,0 +454,0 @@ * Fraction of a proposal's value that should be bonded in order to place the proposal. An |
@@ -319,4 +319,8 @@ import "@polkadot/api-base/types/errors"; | ||
GasPriceTooLow: AugmentedError<ApiType>; | ||
/** The chain id is invalid. */ | ||
InvalidChainId: AugmentedError<ApiType>; | ||
/** Nonce is invalid */ | ||
InvalidNonce: AugmentedError<ApiType>; | ||
/** The signature is invalid. */ | ||
InvalidSignature: AugmentedError<ApiType>; | ||
/** Calculating total payment overflowed */ | ||
@@ -671,2 +675,6 @@ PaymentOverflow: AugmentedError<ApiType>; | ||
TooBig: AugmentedError<ApiType>; | ||
/** Too few hashes were requested to be upgraded (i.e. zero). */ | ||
TooFew: AugmentedError<ApiType>; | ||
/** More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. */ | ||
TooMany: AugmentedError<ApiType>; | ||
/** Generic error */ | ||
@@ -808,2 +816,10 @@ [key: string]: AugmentedError<ApiType>; | ||
treasury: { | ||
/** The payment has already been attempted. */ | ||
AlreadyAttempted: AugmentedError<ApiType>; | ||
/** The spend is not yet eligible for payout. */ | ||
EarlyPayout: AugmentedError<ApiType>; | ||
/** The balance of the asset kind is not convertible to the balance of the native asset. */ | ||
FailedToConvertBalance: AugmentedError<ApiType>; | ||
/** The payment has neither failed nor succeeded yet. */ | ||
Inconclusive: AugmentedError<ApiType>; | ||
/** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ | ||
@@ -813,6 +829,12 @@ InsufficientPermission: AugmentedError<ApiType>; | ||
InsufficientProposersBalance: AugmentedError<ApiType>; | ||
/** No proposal or bounty at that index. */ | ||
/** No proposal, bounty or spend at that index. */ | ||
InvalidIndex: AugmentedError<ApiType>; | ||
/** The payout was not yet attempted/claimed. */ | ||
NotAttempted: AugmentedError<ApiType>; | ||
/** There was some issue with the mechanism of payment. */ | ||
PayoutError: AugmentedError<ApiType>; | ||
/** Proposal has not been approved. */ | ||
ProposalNotApproved: AugmentedError<ApiType>; | ||
/** The spend has expired and cannot be claimed. */ | ||
SpendExpired: AugmentedError<ApiType>; | ||
/** Too many approvals in the queue. */ | ||
@@ -819,0 +841,0 @@ TooManyApprovals: AugmentedError<ApiType>; |
@@ -8,3 +8,3 @@ import "@polkadot/rpc-core/types/jsonrpc"; | ||
import type { EpochAuthorship } from "@polkadot/types/interfaces/babe"; | ||
import type { BeefySignedCommitment } from "@polkadot/types/interfaces/beefy"; | ||
import type { BeefyVersionedFinalityProof } from "@polkadot/types/interfaces/beefy"; | ||
import type { BlockHash } from "@polkadot/types/interfaces/chain"; | ||
@@ -62,4 +62,4 @@ import type { PrefixedStorageKey } from "@polkadot/types/interfaces/childstate"; | ||
getFinalizedHead: AugmentedRpc<() => Observable<H256>>; | ||
/** Returns the block most recently finalized by BEEFY, alongside side its justification. */ | ||
subscribeJustifications: AugmentedRpc<() => Observable<BeefySignedCommitment>>; | ||
/** Returns the block most recently finalized by BEEFY, alongside its justification. */ | ||
subscribeJustifications: AugmentedRpc<() => Observable<BeefyVersionedFinalityProof>>; | ||
}; | ||
@@ -66,0 +66,0 @@ chain: { |
import "@polkadot/types/types/registry"; | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin, MoonbaseRuntimeOriginCaller, MoonbaseRuntimeProxyType, MoonbaseRuntimeRuntime, MoonbaseRuntimeRuntimeHoldReason, MoonbaseRuntimeXcmConfigAssetType, MoonbaseRuntimeXcmConfigCurrencyId, MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletConvictionVotingCall, PalletConvictionVotingConviction, PalletConvictionVotingDelegations, PalletConvictionVotingError, PalletConvictionVotingEvent, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletConvictionVotingVoteCasting, PalletConvictionVotingVoteDelegating, PalletConvictionVotingVotePriorLock, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, PalletEthereumXcmError, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, PalletParachainStakingCapacityStatus, PalletParachainStakingCollatorSnapshot, PalletParachainStakingCollatorStatus, PalletParachainStakingDelayedPayout, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegationRequestsDelegationAction, PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, PalletParachainStakingDelegatorAdded, PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, PalletParachainStakingInflationInflationInfo, PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRandomnessCall, PalletRandomnessError, PalletRandomnessEvent, PalletRandomnessRandomnessResult, PalletRandomnessRequest, PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, PalletReferendaCall, PalletReferendaCurve, PalletReferendaDecidingStatus, PalletReferendaDeposit, PalletReferendaError, PalletReferendaEvent, PalletReferendaReferendumInfo, PalletReferendaReferendumStatus, PalletReferendaTrackInfo, PalletRootTestingCall, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduled, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletWhitelistCall, PalletWhitelistError, PalletWhitelistEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmTransactorCall, PalletXcmTransactorCurrency, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorError, PalletXcmTransactorEvent, PalletXcmTransactorHrmpInitParams, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRelayIndicesRelayChainIndices, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat, PolkadotPrimitivesV5AbridgedHostConfiguration, PolkadotPrimitivesV5AbridgedHrmpChannel, PolkadotPrimitivesV5PersistedValidationData, PolkadotPrimitivesV5UpgradeGoAhead, PolkadotPrimitivesV5UpgradeRestriction, PolkadotPrimitivesVstagingAsyncBackingParams, SessionKeysPrimitivesVrfVrfCryptoPublic, SpArithmeticArithmeticError, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, StagingXcmDoubleEncoded, StagingXcmV2BodyId, StagingXcmV2BodyPart, StagingXcmV2Instruction, StagingXcmV2Junction, StagingXcmV2MultiAsset, StagingXcmV2MultiLocation, StagingXcmV2MultiassetAssetId, StagingXcmV2MultiassetAssetInstance, StagingXcmV2MultiassetFungibility, StagingXcmV2MultiassetMultiAssetFilter, StagingXcmV2MultiassetMultiAssets, StagingXcmV2MultiassetWildFungibility, StagingXcmV2MultiassetWildMultiAsset, StagingXcmV2MultilocationJunctions, StagingXcmV2NetworkId, StagingXcmV2OriginKind, StagingXcmV2Response, StagingXcmV2TraitsError, StagingXcmV2WeightLimit, StagingXcmV2Xcm, StagingXcmV3Instruction, StagingXcmV3Junction, StagingXcmV3JunctionBodyId, StagingXcmV3JunctionBodyPart, StagingXcmV3JunctionNetworkId, StagingXcmV3Junctions, StagingXcmV3MaybeErrorCode, StagingXcmV3MultiAsset, StagingXcmV3MultiLocation, StagingXcmV3MultiassetAssetId, StagingXcmV3MultiassetAssetInstance, StagingXcmV3MultiassetFungibility, StagingXcmV3MultiassetMultiAssetFilter, StagingXcmV3MultiassetMultiAssets, StagingXcmV3MultiassetWildFungibility, StagingXcmV3MultiassetWildMultiAsset, StagingXcmV3PalletInfo, StagingXcmV3QueryResponseInfo, StagingXcmV3Response, StagingXcmV3TraitsError, StagingXcmV3TraitsOutcome, StagingXcmV3WeightLimit, StagingXcmV3Xcm, StagingXcmVersionedAssetId, StagingXcmVersionedMultiAsset, StagingXcmVersionedMultiAssets, StagingXcmVersionedMultiLocation, StagingXcmVersionedResponse, StagingXcmVersionedXcm, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmPrimitivesEthereumXcmEthereumXcmTransactionV1, XcmPrimitivesEthereumXcmEthereumXcmTransactionV2, XcmPrimitivesEthereumXcmManualEthereumXcmFee } from "@polkadot/types/lookup"; | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin, MoonbaseRuntimeOriginCaller, MoonbaseRuntimeProxyType, MoonbaseRuntimeRuntime, MoonbaseRuntimeRuntimeHoldReason, MoonbaseRuntimeXcmConfigAssetType, MoonbaseRuntimeXcmConfigCurrencyId, MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletConvictionVotingCall, PalletConvictionVotingConviction, PalletConvictionVotingDelegations, PalletConvictionVotingError, PalletConvictionVotingEvent, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletConvictionVotingVoteCasting, PalletConvictionVotingVoteDelegating, PalletConvictionVotingVotePriorLock, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, PalletEthereumXcmError, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletIdentitySimpleIdentityField, PalletIdentitySimpleIdentityInfo, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, PalletParachainStakingCapacityStatus, PalletParachainStakingCollatorSnapshot, PalletParachainStakingCollatorStatus, PalletParachainStakingDelayedPayout, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegationRequestsDelegationAction, PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, PalletParachainStakingDelegatorAdded, PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, PalletParachainStakingInflationInflationInfo, PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageHoldReason, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRandomnessCall, PalletRandomnessError, PalletRandomnessEvent, PalletRandomnessRandomnessResult, PalletRandomnessRequest, PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, PalletReferendaCall, PalletReferendaCurve, PalletReferendaDecidingStatus, PalletReferendaDeposit, PalletReferendaError, PalletReferendaEvent, PalletReferendaReferendumInfo, PalletReferendaReferendumStatus, PalletReferendaTrackInfo, PalletRootTestingCall, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduled, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryPaymentState, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletWhitelistCall, PalletWhitelistError, PalletWhitelistEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmTransactorCall, PalletXcmTransactorCurrency, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorError, PalletXcmTransactorEvent, PalletXcmTransactorHrmpInitParams, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRelayIndicesRelayChainIndices, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat, PolkadotPrimitivesV6AbridgedHostConfiguration, PolkadotPrimitivesV6AbridgedHrmpChannel, PolkadotPrimitivesV6AsyncBackingAsyncBackingParams, PolkadotPrimitivesV6PersistedValidationData, PolkadotPrimitivesV6UpgradeGoAhead, PolkadotPrimitivesV6UpgradeRestriction, SessionKeysPrimitivesVrfVrfCryptoPublic, SpArithmeticArithmeticError, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, StagingXcmV3MultiLocation, XcmDoubleEncoded, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmPrimitivesEthereumXcmEthereumXcmTransactionV1, XcmPrimitivesEthereumXcmEthereumXcmTransactionV2, XcmPrimitivesEthereumXcmManualEthereumXcmFee, XcmV2BodyId, XcmV2BodyPart, XcmV2Instruction, XcmV2Junction, XcmV2MultiAsset, XcmV2MultiLocation, XcmV2MultiassetAssetId, XcmV2MultiassetAssetInstance, XcmV2MultiassetFungibility, XcmV2MultiassetMultiAssetFilter, XcmV2MultiassetMultiAssets, XcmV2MultiassetWildFungibility, XcmV2MultiassetWildMultiAsset, XcmV2MultilocationJunctions, XcmV2NetworkId, XcmV2OriginKind, XcmV2Response, XcmV2TraitsError, XcmV2WeightLimit, XcmV2Xcm, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3WeightLimit, XcmV3Xcm, XcmVersionedAssetId, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from "@polkadot/types/lookup"; | ||
declare module "@polkadot/types/types/registry" { | ||
@@ -172,7 +172,7 @@ interface InterfaceTypes { | ||
PalletIdentityEvent: PalletIdentityEvent; | ||
PalletIdentityIdentityField: PalletIdentityIdentityField; | ||
PalletIdentityIdentityInfo: PalletIdentityIdentityInfo; | ||
PalletIdentityJudgement: PalletIdentityJudgement; | ||
PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo; | ||
PalletIdentityRegistration: PalletIdentityRegistration; | ||
PalletIdentitySimpleIdentityField: PalletIdentitySimpleIdentityField; | ||
PalletIdentitySimpleIdentityInfo: PalletIdentitySimpleIdentityInfo; | ||
PalletMaintenanceModeCall: PalletMaintenanceModeCall; | ||
@@ -220,2 +220,4 @@ PalletMaintenanceModeError: PalletMaintenanceModeError; | ||
PalletPreimageEvent: PalletPreimageEvent; | ||
PalletPreimageHoldReason: PalletPreimageHoldReason; | ||
PalletPreimageOldRequestStatus: PalletPreimageOldRequestStatus; | ||
PalletPreimageRequestStatus: PalletPreimageRequestStatus; | ||
@@ -259,3 +261,5 @@ PalletProxyAnnouncement: PalletProxyAnnouncement; | ||
PalletTreasuryEvent: PalletTreasuryEvent; | ||
PalletTreasuryPaymentState: PalletTreasuryPaymentState; | ||
PalletTreasuryProposal: PalletTreasuryProposal; | ||
PalletTreasurySpendStatus: PalletTreasurySpendStatus; | ||
PalletUtilityCall: PalletUtilityCall; | ||
@@ -289,8 +293,8 @@ PalletUtilityError: PalletUtilityError; | ||
PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat; | ||
PolkadotPrimitivesV5AbridgedHostConfiguration: PolkadotPrimitivesV5AbridgedHostConfiguration; | ||
PolkadotPrimitivesV5AbridgedHrmpChannel: PolkadotPrimitivesV5AbridgedHrmpChannel; | ||
PolkadotPrimitivesV5PersistedValidationData: PolkadotPrimitivesV5PersistedValidationData; | ||
PolkadotPrimitivesV5UpgradeGoAhead: PolkadotPrimitivesV5UpgradeGoAhead; | ||
PolkadotPrimitivesV5UpgradeRestriction: PolkadotPrimitivesV5UpgradeRestriction; | ||
PolkadotPrimitivesVstagingAsyncBackingParams: PolkadotPrimitivesVstagingAsyncBackingParams; | ||
PolkadotPrimitivesV6AbridgedHostConfiguration: PolkadotPrimitivesV6AbridgedHostConfiguration; | ||
PolkadotPrimitivesV6AbridgedHrmpChannel: PolkadotPrimitivesV6AbridgedHrmpChannel; | ||
PolkadotPrimitivesV6AsyncBackingAsyncBackingParams: PolkadotPrimitivesV6AsyncBackingAsyncBackingParams; | ||
PolkadotPrimitivesV6PersistedValidationData: PolkadotPrimitivesV6PersistedValidationData; | ||
PolkadotPrimitivesV6UpgradeGoAhead: PolkadotPrimitivesV6UpgradeGoAhead; | ||
PolkadotPrimitivesV6UpgradeRestriction: PolkadotPrimitivesV6UpgradeRestriction; | ||
SessionKeysPrimitivesVrfVrfCryptoPublic: SessionKeysPrimitivesVrfVrfCryptoPublic; | ||
@@ -303,2 +307,3 @@ SpArithmeticArithmeticError: SpArithmeticArithmeticError; | ||
SpCoreVoid: SpCoreVoid; | ||
SpRuntimeBlakeTwo256: SpRuntimeBlakeTwo256; | ||
SpRuntimeDigest: SpRuntimeDigest; | ||
@@ -316,52 +321,4 @@ SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem; | ||
SpWeightsWeightV2Weight: SpWeightsWeightV2Weight; | ||
StagingXcmDoubleEncoded: StagingXcmDoubleEncoded; | ||
StagingXcmV2BodyId: StagingXcmV2BodyId; | ||
StagingXcmV2BodyPart: StagingXcmV2BodyPart; | ||
StagingXcmV2Instruction: StagingXcmV2Instruction; | ||
StagingXcmV2Junction: StagingXcmV2Junction; | ||
StagingXcmV2MultiAsset: StagingXcmV2MultiAsset; | ||
StagingXcmV2MultiLocation: StagingXcmV2MultiLocation; | ||
StagingXcmV2MultiassetAssetId: StagingXcmV2MultiassetAssetId; | ||
StagingXcmV2MultiassetAssetInstance: StagingXcmV2MultiassetAssetInstance; | ||
StagingXcmV2MultiassetFungibility: StagingXcmV2MultiassetFungibility; | ||
StagingXcmV2MultiassetMultiAssetFilter: StagingXcmV2MultiassetMultiAssetFilter; | ||
StagingXcmV2MultiassetMultiAssets: StagingXcmV2MultiassetMultiAssets; | ||
StagingXcmV2MultiassetWildFungibility: StagingXcmV2MultiassetWildFungibility; | ||
StagingXcmV2MultiassetWildMultiAsset: StagingXcmV2MultiassetWildMultiAsset; | ||
StagingXcmV2MultilocationJunctions: StagingXcmV2MultilocationJunctions; | ||
StagingXcmV2NetworkId: StagingXcmV2NetworkId; | ||
StagingXcmV2OriginKind: StagingXcmV2OriginKind; | ||
StagingXcmV2Response: StagingXcmV2Response; | ||
StagingXcmV2TraitsError: StagingXcmV2TraitsError; | ||
StagingXcmV2WeightLimit: StagingXcmV2WeightLimit; | ||
StagingXcmV2Xcm: StagingXcmV2Xcm; | ||
StagingXcmV3Instruction: StagingXcmV3Instruction; | ||
StagingXcmV3Junction: StagingXcmV3Junction; | ||
StagingXcmV3JunctionBodyId: StagingXcmV3JunctionBodyId; | ||
StagingXcmV3JunctionBodyPart: StagingXcmV3JunctionBodyPart; | ||
StagingXcmV3JunctionNetworkId: StagingXcmV3JunctionNetworkId; | ||
StagingXcmV3Junctions: StagingXcmV3Junctions; | ||
StagingXcmV3MaybeErrorCode: StagingXcmV3MaybeErrorCode; | ||
StagingXcmV3MultiAsset: StagingXcmV3MultiAsset; | ||
StagingXcmV3MultiLocation: StagingXcmV3MultiLocation; | ||
StagingXcmV3MultiassetAssetId: StagingXcmV3MultiassetAssetId; | ||
StagingXcmV3MultiassetAssetInstance: StagingXcmV3MultiassetAssetInstance; | ||
StagingXcmV3MultiassetFungibility: StagingXcmV3MultiassetFungibility; | ||
StagingXcmV3MultiassetMultiAssetFilter: StagingXcmV3MultiassetMultiAssetFilter; | ||
StagingXcmV3MultiassetMultiAssets: StagingXcmV3MultiassetMultiAssets; | ||
StagingXcmV3MultiassetWildFungibility: StagingXcmV3MultiassetWildFungibility; | ||
StagingXcmV3MultiassetWildMultiAsset: StagingXcmV3MultiassetWildMultiAsset; | ||
StagingXcmV3PalletInfo: StagingXcmV3PalletInfo; | ||
StagingXcmV3QueryResponseInfo: StagingXcmV3QueryResponseInfo; | ||
StagingXcmV3Response: StagingXcmV3Response; | ||
StagingXcmV3TraitsError: StagingXcmV3TraitsError; | ||
StagingXcmV3TraitsOutcome: StagingXcmV3TraitsOutcome; | ||
StagingXcmV3WeightLimit: StagingXcmV3WeightLimit; | ||
StagingXcmV3Xcm: StagingXcmV3Xcm; | ||
StagingXcmVersionedAssetId: StagingXcmVersionedAssetId; | ||
StagingXcmVersionedMultiAsset: StagingXcmVersionedMultiAsset; | ||
StagingXcmVersionedMultiAssets: StagingXcmVersionedMultiAssets; | ||
StagingXcmVersionedMultiLocation: StagingXcmVersionedMultiLocation; | ||
StagingXcmVersionedResponse: StagingXcmVersionedResponse; | ||
StagingXcmVersionedXcm: StagingXcmVersionedXcm; | ||
XcmDoubleEncoded: XcmDoubleEncoded; | ||
XcmPrimitivesEthereumXcmEthereumXcmFee: XcmPrimitivesEthereumXcmEthereumXcmFee; | ||
@@ -372,3 +329,51 @@ XcmPrimitivesEthereumXcmEthereumXcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; | ||
XcmPrimitivesEthereumXcmManualEthereumXcmFee: XcmPrimitivesEthereumXcmManualEthereumXcmFee; | ||
XcmV2BodyId: XcmV2BodyId; | ||
XcmV2BodyPart: XcmV2BodyPart; | ||
XcmV2Instruction: XcmV2Instruction; | ||
XcmV2Junction: XcmV2Junction; | ||
XcmV2MultiAsset: XcmV2MultiAsset; | ||
XcmV2MultiLocation: XcmV2MultiLocation; | ||
XcmV2MultiassetAssetId: XcmV2MultiassetAssetId; | ||
XcmV2MultiassetAssetInstance: XcmV2MultiassetAssetInstance; | ||
XcmV2MultiassetFungibility: XcmV2MultiassetFungibility; | ||
XcmV2MultiassetMultiAssetFilter: XcmV2MultiassetMultiAssetFilter; | ||
XcmV2MultiassetMultiAssets: XcmV2MultiassetMultiAssets; | ||
XcmV2MultiassetWildFungibility: XcmV2MultiassetWildFungibility; | ||
XcmV2MultiassetWildMultiAsset: XcmV2MultiassetWildMultiAsset; | ||
XcmV2MultilocationJunctions: XcmV2MultilocationJunctions; | ||
XcmV2NetworkId: XcmV2NetworkId; | ||
XcmV2OriginKind: XcmV2OriginKind; | ||
XcmV2Response: XcmV2Response; | ||
XcmV2TraitsError: XcmV2TraitsError; | ||
XcmV2WeightLimit: XcmV2WeightLimit; | ||
XcmV2Xcm: XcmV2Xcm; | ||
XcmV3Instruction: XcmV3Instruction; | ||
XcmV3Junction: XcmV3Junction; | ||
XcmV3JunctionBodyId: XcmV3JunctionBodyId; | ||
XcmV3JunctionBodyPart: XcmV3JunctionBodyPart; | ||
XcmV3JunctionNetworkId: XcmV3JunctionNetworkId; | ||
XcmV3Junctions: XcmV3Junctions; | ||
XcmV3MaybeErrorCode: XcmV3MaybeErrorCode; | ||
XcmV3MultiAsset: XcmV3MultiAsset; | ||
XcmV3MultiassetAssetId: XcmV3MultiassetAssetId; | ||
XcmV3MultiassetAssetInstance: XcmV3MultiassetAssetInstance; | ||
XcmV3MultiassetFungibility: XcmV3MultiassetFungibility; | ||
XcmV3MultiassetMultiAssetFilter: XcmV3MultiassetMultiAssetFilter; | ||
XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; | ||
XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; | ||
XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; | ||
XcmV3PalletInfo: XcmV3PalletInfo; | ||
XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; | ||
XcmV3Response: XcmV3Response; | ||
XcmV3TraitsError: XcmV3TraitsError; | ||
XcmV3TraitsOutcome: XcmV3TraitsOutcome; | ||
XcmV3WeightLimit: XcmV3WeightLimit; | ||
XcmV3Xcm: XcmV3Xcm; | ||
XcmVersionedAssetId: XcmVersionedAssetId; | ||
XcmVersionedMultiAsset: XcmVersionedMultiAsset; | ||
XcmVersionedMultiAssets: XcmVersionedMultiAssets; | ||
XcmVersionedMultiLocation: XcmVersionedMultiLocation; | ||
XcmVersionedResponse: XcmVersionedResponse; | ||
XcmVersionedXcm: XcmVersionedXcm; | ||
} | ||
} |
@@ -401,6 +401,8 @@ import "@polkadot/api-base/types/consts"; | ||
/** | ||
* The minimum period between blocks. Beware that this is different to the _expected_ period | ||
* that the block production apparatus provides. Your chosen consensus system will generally | ||
* work with this to determine a sensible block time. e.g. For Aura, it will be double this | ||
* period on default settings. | ||
* The minimum period between blocks. | ||
* | ||
* Be aware that this is different to the _expected_ period that the block production | ||
* apparatus provides. Your chosen consensus system will generally work with this to determine | ||
* a sensible block time. For example, in the Aura pallet it will be double this period on | ||
* default settings. | ||
*/ | ||
@@ -448,2 +450,4 @@ minimumPeriod: u64 & AugmentedConst<ApiType>; | ||
palletId: FrameSupportPalletId & AugmentedConst<ApiType>; | ||
/** The period during which an approved treasury spend has to be claimed. */ | ||
payoutPeriod: u32 & AugmentedConst<ApiType>; | ||
/** | ||
@@ -450,0 +454,0 @@ * Fraction of a proposal's value that should be bonded in order to place the proposal. An |
@@ -319,4 +319,8 @@ import "@polkadot/api-base/types/errors"; | ||
GasPriceTooLow: AugmentedError<ApiType>; | ||
/** The chain id is invalid. */ | ||
InvalidChainId: AugmentedError<ApiType>; | ||
/** Nonce is invalid */ | ||
InvalidNonce: AugmentedError<ApiType>; | ||
/** The signature is invalid. */ | ||
InvalidSignature: AugmentedError<ApiType>; | ||
/** Calculating total payment overflowed */ | ||
@@ -671,2 +675,6 @@ PaymentOverflow: AugmentedError<ApiType>; | ||
TooBig: AugmentedError<ApiType>; | ||
/** Too few hashes were requested to be upgraded (i.e. zero). */ | ||
TooFew: AugmentedError<ApiType>; | ||
/** More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. */ | ||
TooMany: AugmentedError<ApiType>; | ||
/** Generic error */ | ||
@@ -802,2 +810,10 @@ [key: string]: AugmentedError<ApiType>; | ||
treasury: { | ||
/** The payment has already been attempted. */ | ||
AlreadyAttempted: AugmentedError<ApiType>; | ||
/** The spend is not yet eligible for payout. */ | ||
EarlyPayout: AugmentedError<ApiType>; | ||
/** The balance of the asset kind is not convertible to the balance of the native asset. */ | ||
FailedToConvertBalance: AugmentedError<ApiType>; | ||
/** The payment has neither failed nor succeeded yet. */ | ||
Inconclusive: AugmentedError<ApiType>; | ||
/** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ | ||
@@ -807,6 +823,12 @@ InsufficientPermission: AugmentedError<ApiType>; | ||
InsufficientProposersBalance: AugmentedError<ApiType>; | ||
/** No proposal or bounty at that index. */ | ||
/** No proposal, bounty or spend at that index. */ | ||
InvalidIndex: AugmentedError<ApiType>; | ||
/** The payout was not yet attempted/claimed. */ | ||
NotAttempted: AugmentedError<ApiType>; | ||
/** There was some issue with the mechanism of payment. */ | ||
PayoutError: AugmentedError<ApiType>; | ||
/** Proposal has not been approved. */ | ||
ProposalNotApproved: AugmentedError<ApiType>; | ||
/** The spend has expired and cannot be claimed. */ | ||
SpendExpired: AugmentedError<ApiType>; | ||
/** Too many approvals in the queue. */ | ||
@@ -813,0 +835,0 @@ TooManyApprovals: AugmentedError<ApiType>; |
@@ -8,3 +8,3 @@ import "@polkadot/rpc-core/types/jsonrpc"; | ||
import type { EpochAuthorship } from "@polkadot/types/interfaces/babe"; | ||
import type { BeefySignedCommitment } from "@polkadot/types/interfaces/beefy"; | ||
import type { BeefyVersionedFinalityProof } from "@polkadot/types/interfaces/beefy"; | ||
import type { BlockHash } from "@polkadot/types/interfaces/chain"; | ||
@@ -62,4 +62,4 @@ import type { PrefixedStorageKey } from "@polkadot/types/interfaces/childstate"; | ||
getFinalizedHead: AugmentedRpc<() => Observable<H256>>; | ||
/** Returns the block most recently finalized by BEEFY, alongside side its justification. */ | ||
subscribeJustifications: AugmentedRpc<() => Observable<BeefySignedCommitment>>; | ||
/** Returns the block most recently finalized by BEEFY, alongside its justification. */ | ||
subscribeJustifications: AugmentedRpc<() => Observable<BeefyVersionedFinalityProof>>; | ||
}; | ||
@@ -66,0 +66,0 @@ chain: { |
import "@polkadot/types/types/registry"; | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin, MoonriverRuntimeOriginCaller, MoonriverRuntimeProxyType, MoonriverRuntimeRuntime, MoonriverRuntimeRuntimeHoldReason, MoonriverRuntimeXcmConfigAssetType, MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletConvictionVotingCall, PalletConvictionVotingConviction, PalletConvictionVotingDelegations, PalletConvictionVotingError, PalletConvictionVotingEvent, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletConvictionVotingVoteCasting, PalletConvictionVotingVoteDelegating, PalletConvictionVotingVotePriorLock, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, PalletEthereumXcmError, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, PalletParachainStakingCapacityStatus, PalletParachainStakingCollatorSnapshot, PalletParachainStakingCollatorStatus, PalletParachainStakingDelayedPayout, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegationRequestsDelegationAction, PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, PalletParachainStakingDelegatorAdded, PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, PalletParachainStakingInflationInflationInfo, PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRandomnessCall, PalletRandomnessError, PalletRandomnessEvent, PalletRandomnessRandomnessResult, PalletRandomnessRequest, PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, PalletReferendaCall, PalletReferendaCurve, PalletReferendaDecidingStatus, PalletReferendaDeposit, PalletReferendaError, PalletReferendaEvent, PalletReferendaReferendumInfo, PalletReferendaReferendumStatus, PalletReferendaTrackInfo, PalletRootTestingCall, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduled, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletWhitelistCall, PalletWhitelistError, PalletWhitelistEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmTransactorCall, PalletXcmTransactorCurrency, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorError, PalletXcmTransactorEvent, PalletXcmTransactorHrmpInitParams, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRelayIndicesRelayChainIndices, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat, PolkadotPrimitivesV5AbridgedHostConfiguration, PolkadotPrimitivesV5AbridgedHrmpChannel, PolkadotPrimitivesV5PersistedValidationData, PolkadotPrimitivesV5UpgradeGoAhead, PolkadotPrimitivesV5UpgradeRestriction, PolkadotPrimitivesVstagingAsyncBackingParams, SessionKeysPrimitivesVrfVrfCryptoPublic, SpArithmeticArithmeticError, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, StagingXcmDoubleEncoded, StagingXcmV2BodyId, StagingXcmV2BodyPart, StagingXcmV2Instruction, StagingXcmV2Junction, StagingXcmV2MultiAsset, StagingXcmV2MultiLocation, StagingXcmV2MultiassetAssetId, StagingXcmV2MultiassetAssetInstance, StagingXcmV2MultiassetFungibility, StagingXcmV2MultiassetMultiAssetFilter, StagingXcmV2MultiassetMultiAssets, StagingXcmV2MultiassetWildFungibility, StagingXcmV2MultiassetWildMultiAsset, StagingXcmV2MultilocationJunctions, StagingXcmV2NetworkId, StagingXcmV2OriginKind, StagingXcmV2Response, StagingXcmV2TraitsError, StagingXcmV2WeightLimit, StagingXcmV2Xcm, StagingXcmV3Instruction, StagingXcmV3Junction, StagingXcmV3JunctionBodyId, StagingXcmV3JunctionBodyPart, StagingXcmV3JunctionNetworkId, StagingXcmV3Junctions, StagingXcmV3MaybeErrorCode, StagingXcmV3MultiAsset, StagingXcmV3MultiLocation, StagingXcmV3MultiassetAssetId, StagingXcmV3MultiassetAssetInstance, StagingXcmV3MultiassetFungibility, StagingXcmV3MultiassetMultiAssetFilter, StagingXcmV3MultiassetMultiAssets, StagingXcmV3MultiassetWildFungibility, StagingXcmV3MultiassetWildMultiAsset, StagingXcmV3PalletInfo, StagingXcmV3QueryResponseInfo, StagingXcmV3Response, StagingXcmV3TraitsError, StagingXcmV3TraitsOutcome, StagingXcmV3WeightLimit, StagingXcmV3Xcm, StagingXcmVersionedAssetId, StagingXcmVersionedMultiAsset, StagingXcmVersionedMultiAssets, StagingXcmVersionedMultiLocation, StagingXcmVersionedResponse, StagingXcmVersionedXcm, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmPrimitivesEthereumXcmEthereumXcmTransactionV1, XcmPrimitivesEthereumXcmEthereumXcmTransactionV2, XcmPrimitivesEthereumXcmManualEthereumXcmFee } from "@polkadot/types/lookup"; | ||
import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin, MoonriverRuntimeOriginCaller, MoonriverRuntimeProxyType, MoonriverRuntimeRuntime, MoonriverRuntimeRuntimeHoldReason, MoonriverRuntimeXcmConfigAssetType, MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAssetManagerAssetInfo, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAuthorInherentCall, PalletAuthorInherentError, PalletAuthorMappingCall, PalletAuthorMappingError, PalletAuthorMappingEvent, PalletAuthorMappingRegistrationInfo, PalletAuthorSlotFilterCall, PalletAuthorSlotFilterEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletConvictionVotingCall, PalletConvictionVotingConviction, PalletConvictionVotingDelegations, PalletConvictionVotingError, PalletConvictionVotingEvent, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletConvictionVotingVoteCasting, PalletConvictionVotingVoteDelegating, PalletConvictionVotingVotePriorLock, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, PalletEthereumXcmError, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletIdentitySimpleIdentityField, PalletIdentitySimpleIdentityInfo, PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, PalletParachainStakingCapacityStatus, PalletParachainStakingCollatorSnapshot, PalletParachainStakingCollatorStatus, PalletParachainStakingDelayedPayout, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegationRequestsDelegationAction, PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, PalletParachainStakingDelegatorAdded, PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, PalletParachainStakingInflationInflationInfo, PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageHoldReason, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRandomnessCall, PalletRandomnessError, PalletRandomnessEvent, PalletRandomnessRandomnessResult, PalletRandomnessRequest, PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, PalletReferendaCall, PalletReferendaCurve, PalletReferendaDecidingStatus, PalletReferendaDeposit, PalletReferendaError, PalletReferendaEvent, PalletReferendaReferendumInfo, PalletReferendaReferendumStatus, PalletReferendaTrackInfo, PalletRootTestingCall, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduled, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryPaymentState, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletWhitelistCall, PalletWhitelistError, PalletWhitelistEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmTransactorCall, PalletXcmTransactorCurrency, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorError, PalletXcmTransactorEvent, PalletXcmTransactorHrmpInitParams, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRelayIndicesRelayChainIndices, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat, PolkadotPrimitivesV6AbridgedHostConfiguration, PolkadotPrimitivesV6AbridgedHrmpChannel, PolkadotPrimitivesV6AsyncBackingAsyncBackingParams, PolkadotPrimitivesV6PersistedValidationData, PolkadotPrimitivesV6UpgradeGoAhead, PolkadotPrimitivesV6UpgradeRestriction, SessionKeysPrimitivesVrfVrfCryptoPublic, SpArithmeticArithmeticError, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, StagingXcmV3MultiLocation, XcmDoubleEncoded, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmPrimitivesEthereumXcmEthereumXcmTransactionV1, XcmPrimitivesEthereumXcmEthereumXcmTransactionV2, XcmPrimitivesEthereumXcmManualEthereumXcmFee, XcmV2BodyId, XcmV2BodyPart, XcmV2Instruction, XcmV2Junction, XcmV2MultiAsset, XcmV2MultiLocation, XcmV2MultiassetAssetId, XcmV2MultiassetAssetInstance, XcmV2MultiassetFungibility, XcmV2MultiassetMultiAssetFilter, XcmV2MultiassetMultiAssets, XcmV2MultiassetWildFungibility, XcmV2MultiassetWildMultiAsset, XcmV2MultilocationJunctions, XcmV2NetworkId, XcmV2OriginKind, XcmV2Response, XcmV2TraitsError, XcmV2WeightLimit, XcmV2Xcm, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3WeightLimit, XcmV3Xcm, XcmVersionedAssetId, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from "@polkadot/types/lookup"; | ||
declare module "@polkadot/types/types/registry" { | ||
@@ -171,7 +171,7 @@ interface InterfaceTypes { | ||
PalletIdentityEvent: PalletIdentityEvent; | ||
PalletIdentityIdentityField: PalletIdentityIdentityField; | ||
PalletIdentityIdentityInfo: PalletIdentityIdentityInfo; | ||
PalletIdentityJudgement: PalletIdentityJudgement; | ||
PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo; | ||
PalletIdentityRegistration: PalletIdentityRegistration; | ||
PalletIdentitySimpleIdentityField: PalletIdentitySimpleIdentityField; | ||
PalletIdentitySimpleIdentityInfo: PalletIdentitySimpleIdentityInfo; | ||
PalletMaintenanceModeCall: PalletMaintenanceModeCall; | ||
@@ -219,2 +219,4 @@ PalletMaintenanceModeError: PalletMaintenanceModeError; | ||
PalletPreimageEvent: PalletPreimageEvent; | ||
PalletPreimageHoldReason: PalletPreimageHoldReason; | ||
PalletPreimageOldRequestStatus: PalletPreimageOldRequestStatus; | ||
PalletPreimageRequestStatus: PalletPreimageRequestStatus; | ||
@@ -255,3 +257,5 @@ PalletProxyAnnouncement: PalletProxyAnnouncement; | ||
PalletTreasuryEvent: PalletTreasuryEvent; | ||
PalletTreasuryPaymentState: PalletTreasuryPaymentState; | ||
PalletTreasuryProposal: PalletTreasuryProposal; | ||
PalletTreasurySpendStatus: PalletTreasurySpendStatus; | ||
PalletUtilityCall: PalletUtilityCall; | ||
@@ -285,8 +289,8 @@ PalletUtilityError: PalletUtilityError; | ||
PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesPrimitivesXcmpMessageFormat; | ||
PolkadotPrimitivesV5AbridgedHostConfiguration: PolkadotPrimitivesV5AbridgedHostConfiguration; | ||
PolkadotPrimitivesV5AbridgedHrmpChannel: PolkadotPrimitivesV5AbridgedHrmpChannel; | ||
PolkadotPrimitivesV5PersistedValidationData: PolkadotPrimitivesV5PersistedValidationData; | ||
PolkadotPrimitivesV5UpgradeGoAhead: PolkadotPrimitivesV5UpgradeGoAhead; | ||
PolkadotPrimitivesV5UpgradeRestriction: PolkadotPrimitivesV5UpgradeRestriction; | ||
PolkadotPrimitivesVstagingAsyncBackingParams: PolkadotPrimitivesVstagingAsyncBackingParams; | ||
PolkadotPrimitivesV6AbridgedHostConfiguration: PolkadotPrimitivesV6AbridgedHostConfiguration; | ||
PolkadotPrimitivesV6AbridgedHrmpChannel: PolkadotPrimitivesV6AbridgedHrmpChannel; | ||
PolkadotPrimitivesV6AsyncBackingAsyncBackingParams: PolkadotPrimitivesV6AsyncBackingAsyncBackingParams; | ||
PolkadotPrimitivesV6PersistedValidationData: PolkadotPrimitivesV6PersistedValidationData; | ||
PolkadotPrimitivesV6UpgradeGoAhead: PolkadotPrimitivesV6UpgradeGoAhead; | ||
PolkadotPrimitivesV6UpgradeRestriction: PolkadotPrimitivesV6UpgradeRestriction; | ||
SessionKeysPrimitivesVrfVrfCryptoPublic: SessionKeysPrimitivesVrfVrfCryptoPublic; | ||
@@ -299,2 +303,3 @@ SpArithmeticArithmeticError: SpArithmeticArithmeticError; | ||
SpCoreVoid: SpCoreVoid; | ||
SpRuntimeBlakeTwo256: SpRuntimeBlakeTwo256; | ||
SpRuntimeDigest: SpRuntimeDigest; | ||
@@ -312,52 +317,4 @@ SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem; | ||
SpWeightsWeightV2Weight: SpWeightsWeightV2Weight; | ||
StagingXcmDoubleEncoded: StagingXcmDoubleEncoded; | ||
StagingXcmV2BodyId: StagingXcmV2BodyId; | ||
StagingXcmV2BodyPart: StagingXcmV2BodyPart; | ||
StagingXcmV2Instruction: StagingXcmV2Instruction; | ||
StagingXcmV2Junction: StagingXcmV2Junction; | ||
StagingXcmV2MultiAsset: StagingXcmV2MultiAsset; | ||
StagingXcmV2MultiLocation: StagingXcmV2MultiLocation; | ||
StagingXcmV2MultiassetAssetId: StagingXcmV2MultiassetAssetId; | ||
StagingXcmV2MultiassetAssetInstance: StagingXcmV2MultiassetAssetInstance; | ||
StagingXcmV2MultiassetFungibility: StagingXcmV2MultiassetFungibility; | ||
StagingXcmV2MultiassetMultiAssetFilter: StagingXcmV2MultiassetMultiAssetFilter; | ||
StagingXcmV2MultiassetMultiAssets: StagingXcmV2MultiassetMultiAssets; | ||
StagingXcmV2MultiassetWildFungibility: StagingXcmV2MultiassetWildFungibility; | ||
StagingXcmV2MultiassetWildMultiAsset: StagingXcmV2MultiassetWildMultiAsset; | ||
StagingXcmV2MultilocationJunctions: StagingXcmV2MultilocationJunctions; | ||
StagingXcmV2NetworkId: StagingXcmV2NetworkId; | ||
StagingXcmV2OriginKind: StagingXcmV2OriginKind; | ||
StagingXcmV2Response: StagingXcmV2Response; | ||
StagingXcmV2TraitsError: StagingXcmV2TraitsError; | ||
StagingXcmV2WeightLimit: StagingXcmV2WeightLimit; | ||
StagingXcmV2Xcm: StagingXcmV2Xcm; | ||
StagingXcmV3Instruction: StagingXcmV3Instruction; | ||
StagingXcmV3Junction: StagingXcmV3Junction; | ||
StagingXcmV3JunctionBodyId: StagingXcmV3JunctionBodyId; | ||
StagingXcmV3JunctionBodyPart: StagingXcmV3JunctionBodyPart; | ||
StagingXcmV3JunctionNetworkId: StagingXcmV3JunctionNetworkId; | ||
StagingXcmV3Junctions: StagingXcmV3Junctions; | ||
StagingXcmV3MaybeErrorCode: StagingXcmV3MaybeErrorCode; | ||
StagingXcmV3MultiAsset: StagingXcmV3MultiAsset; | ||
StagingXcmV3MultiLocation: StagingXcmV3MultiLocation; | ||
StagingXcmV3MultiassetAssetId: StagingXcmV3MultiassetAssetId; | ||
StagingXcmV3MultiassetAssetInstance: StagingXcmV3MultiassetAssetInstance; | ||
StagingXcmV3MultiassetFungibility: StagingXcmV3MultiassetFungibility; | ||
StagingXcmV3MultiassetMultiAssetFilter: StagingXcmV3MultiassetMultiAssetFilter; | ||
StagingXcmV3MultiassetMultiAssets: StagingXcmV3MultiassetMultiAssets; | ||
StagingXcmV3MultiassetWildFungibility: StagingXcmV3MultiassetWildFungibility; | ||
StagingXcmV3MultiassetWildMultiAsset: StagingXcmV3MultiassetWildMultiAsset; | ||
StagingXcmV3PalletInfo: StagingXcmV3PalletInfo; | ||
StagingXcmV3QueryResponseInfo: StagingXcmV3QueryResponseInfo; | ||
StagingXcmV3Response: StagingXcmV3Response; | ||
StagingXcmV3TraitsError: StagingXcmV3TraitsError; | ||
StagingXcmV3TraitsOutcome: StagingXcmV3TraitsOutcome; | ||
StagingXcmV3WeightLimit: StagingXcmV3WeightLimit; | ||
StagingXcmV3Xcm: StagingXcmV3Xcm; | ||
StagingXcmVersionedAssetId: StagingXcmVersionedAssetId; | ||
StagingXcmVersionedMultiAsset: StagingXcmVersionedMultiAsset; | ||
StagingXcmVersionedMultiAssets: StagingXcmVersionedMultiAssets; | ||
StagingXcmVersionedMultiLocation: StagingXcmVersionedMultiLocation; | ||
StagingXcmVersionedResponse: StagingXcmVersionedResponse; | ||
StagingXcmVersionedXcm: StagingXcmVersionedXcm; | ||
XcmDoubleEncoded: XcmDoubleEncoded; | ||
XcmPrimitivesEthereumXcmEthereumXcmFee: XcmPrimitivesEthereumXcmEthereumXcmFee; | ||
@@ -368,3 +325,51 @@ XcmPrimitivesEthereumXcmEthereumXcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; | ||
XcmPrimitivesEthereumXcmManualEthereumXcmFee: XcmPrimitivesEthereumXcmManualEthereumXcmFee; | ||
XcmV2BodyId: XcmV2BodyId; | ||
XcmV2BodyPart: XcmV2BodyPart; | ||
XcmV2Instruction: XcmV2Instruction; | ||
XcmV2Junction: XcmV2Junction; | ||
XcmV2MultiAsset: XcmV2MultiAsset; | ||
XcmV2MultiLocation: XcmV2MultiLocation; | ||
XcmV2MultiassetAssetId: XcmV2MultiassetAssetId; | ||
XcmV2MultiassetAssetInstance: XcmV2MultiassetAssetInstance; | ||
XcmV2MultiassetFungibility: XcmV2MultiassetFungibility; | ||
XcmV2MultiassetMultiAssetFilter: XcmV2MultiassetMultiAssetFilter; | ||
XcmV2MultiassetMultiAssets: XcmV2MultiassetMultiAssets; | ||
XcmV2MultiassetWildFungibility: XcmV2MultiassetWildFungibility; | ||
XcmV2MultiassetWildMultiAsset: XcmV2MultiassetWildMultiAsset; | ||
XcmV2MultilocationJunctions: XcmV2MultilocationJunctions; | ||
XcmV2NetworkId: XcmV2NetworkId; | ||
XcmV2OriginKind: XcmV2OriginKind; | ||
XcmV2Response: XcmV2Response; | ||
XcmV2TraitsError: XcmV2TraitsError; | ||
XcmV2WeightLimit: XcmV2WeightLimit; | ||
XcmV2Xcm: XcmV2Xcm; | ||
XcmV3Instruction: XcmV3Instruction; | ||
XcmV3Junction: XcmV3Junction; | ||
XcmV3JunctionBodyId: XcmV3JunctionBodyId; | ||
XcmV3JunctionBodyPart: XcmV3JunctionBodyPart; | ||
XcmV3JunctionNetworkId: XcmV3JunctionNetworkId; | ||
XcmV3Junctions: XcmV3Junctions; | ||
XcmV3MaybeErrorCode: XcmV3MaybeErrorCode; | ||
XcmV3MultiAsset: XcmV3MultiAsset; | ||
XcmV3MultiassetAssetId: XcmV3MultiassetAssetId; | ||
XcmV3MultiassetAssetInstance: XcmV3MultiassetAssetInstance; | ||
XcmV3MultiassetFungibility: XcmV3MultiassetFungibility; | ||
XcmV3MultiassetMultiAssetFilter: XcmV3MultiassetMultiAssetFilter; | ||
XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; | ||
XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; | ||
XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; | ||
XcmV3PalletInfo: XcmV3PalletInfo; | ||
XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; | ||
XcmV3Response: XcmV3Response; | ||
XcmV3TraitsError: XcmV3TraitsError; | ||
XcmV3TraitsOutcome: XcmV3TraitsOutcome; | ||
XcmV3WeightLimit: XcmV3WeightLimit; | ||
XcmV3Xcm: XcmV3Xcm; | ||
XcmVersionedAssetId: XcmVersionedAssetId; | ||
XcmVersionedMultiAsset: XcmVersionedMultiAsset; | ||
XcmVersionedMultiAssets: XcmVersionedMultiAssets; | ||
XcmVersionedMultiLocation: XcmVersionedMultiLocation; | ||
XcmVersionedResponse: XcmVersionedResponse; | ||
XcmVersionedXcm: XcmVersionedXcm; | ||
} | ||
} |
{ | ||
"name": "@moonbeam-network/api-augment", | ||
"version": "0.2600.0", | ||
"version": "0.2700.0", | ||
"type": "module", | ||
@@ -65,4 +65,4 @@ "private": false, | ||
"devDependencies": { | ||
"@polkadot/api": "^10.10.1", | ||
"@polkadot/typegen": "^10.10.1", | ||
"@polkadot/api": "^10.11.2", | ||
"@polkadot/typegen": "^10.11.2", | ||
"prettier": "^2.7.1", | ||
@@ -69,0 +69,0 @@ "prettier-plugin-jsdoc": "^0.3.38", |
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
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3441509
80963