Skip to content

Commit 4601300

Browse files
[CI Skip] deno.land/x/polkadot@0.2.42
1 parent 448183c commit 4601300

File tree

707 files changed

+1757
-1757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

707 files changed

+1757
-1757
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Access is to be done via the `https://deno.land/x/polkadot[@<version>]/<module>/
99
For example, to access `polkadot/util` & `polkadot/api` interfaces -
1010

1111
```js
12-
import { ApiPromise, WsProvider } from 'https://deno.land/x/polkadot@0.2.41/api/mod.ts';
13-
import { stringToU8a } from 'https://deno.land/x/polkadot@0.2.41/util/mod.ts';
12+
import { ApiPromise, WsProvider } from 'https://deno.land/x/polkadot@0.2.42/api/mod.ts';
13+
import { stringToU8a } from 'https://deno.land/x/polkadot@0.2.42/util/mod.ts';
1414

1515
const api = await ApiPromise.create({ provider: new WsProvider() });
1616

api-augment/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
import 'https://deno.land/x/polkadot@0.2.41/rpc-augment/mod.ts';
3-
import 'https://deno.land/x/polkadot@0.2.41/types-augment/mod.ts';
2+
import 'https://deno.land/x/polkadot@0.2.42/rpc-augment/mod.ts';
3+
import 'https://deno.land/x/polkadot@0.2.42/types-augment/mod.ts';

api-augment/detectOther.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
import { packageInfo as baseInfo } from 'https://deno.land/x/polkadot@0.2.41/api-base/packageInfo.ts';
3-
import { packageInfo as typesInfo } from 'https://deno.land/x/polkadot@0.2.41/types/packageInfo.ts';
4-
import { packageInfo as codecInfo } from 'https://deno.land/x/polkadot@0.2.41/types-codec/packageInfo.ts';
2+
import { packageInfo as baseInfo } from 'https://deno.land/x/polkadot@0.2.42/api-base/packageInfo.ts';
3+
import { packageInfo as typesInfo } from 'https://deno.land/x/polkadot@0.2.42/types/packageInfo.ts';
4+
import { packageInfo as codecInfo } from 'https://deno.land/x/polkadot@0.2.42/types-codec/packageInfo.ts';
55

66
export default [baseInfo, typesInfo, codecInfo];

api-augment/detectPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
import { detectPackage } from 'https://deno.land/x/polkadot@0.2.41/util/mod.ts';
3+
import { detectPackage } from 'https://deno.land/x/polkadot@0.2.42/util/mod.ts';
44

55
import others from './detectOther.ts';
66
import { packageInfo } from './packageInfo.ts';

api-augment/kusama/consts.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/* eslint-disable */
22

3-
import 'https://deno.land/x/polkadot@0.2.41/api-base/types/consts.ts';
3+
import 'https://deno.land/x/polkadot@0.2.42/api-base/types/consts.ts';
44

5-
import type { ApiTypes, AugmentedConst } from 'https://deno.land/x/polkadot@0.2.41/api-base/types/index.ts';
6-
import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from 'https://deno.land/x/polkadot@0.2.41/types-codec/mod.ts';
7-
import type { Codec, ITuple } from 'https://deno.land/x/polkadot@0.2.41/types-codec/types/index.ts';
8-
import type { Perbill, Permill, Perquintill } from 'https://deno.land/x/polkadot@0.2.41/types/interfaces/runtime/index.ts';
9-
import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, PalletReferendaTrackInfo, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight } from 'https://deno.land/x/polkadot@0.2.41/types/lookup.ts';
5+
import type { ApiTypes, AugmentedConst } from 'https://deno.land/x/polkadot@0.2.42/api-base/types/index.ts';
6+
import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from 'https://deno.land/x/polkadot@0.2.42/types-codec/mod.ts';
7+
import type { Codec, ITuple } from 'https://deno.land/x/polkadot@0.2.42/types-codec/types/index.ts';
8+
import type { Perbill, Permill, Perquintill } from 'https://deno.land/x/polkadot@0.2.42/types/interfaces/runtime/index.ts';
9+
import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, PalletReferendaTrackInfo, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight } from 'https://deno.land/x/polkadot@0.2.42/types/lookup.ts';
1010

1111
export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
1212

13-
declare module 'https://deno.land/x/polkadot@0.2.41/api-base/types/consts.ts' {
13+
declare module 'https://deno.land/x/polkadot@0.2.42/api-base/types/consts.ts' {
1414
interface AugmentedConsts<ApiType extends ApiTypes> {
1515
auctions: {
1616
/**

api-augment/kusama/errors.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* eslint-disable */
22

3-
import 'https://deno.land/x/polkadot@0.2.41/api-base/types/errors.ts';
3+
import 'https://deno.land/x/polkadot@0.2.42/api-base/types/errors.ts';
44

5-
import type { ApiTypes, AugmentedError } from 'https://deno.land/x/polkadot@0.2.41/api-base/types/index.ts';
5+
import type { ApiTypes, AugmentedError } from 'https://deno.land/x/polkadot@0.2.42/api-base/types/index.ts';
66

77
export type __AugmentedError<ApiType extends ApiTypes> = AugmentedError<ApiType>;
88

9-
declare module 'https://deno.land/x/polkadot@0.2.41/api-base/types/errors.ts' {
9+
declare module 'https://deno.land/x/polkadot@0.2.42/api-base/types/errors.ts' {
1010
interface AugmentedErrors<ApiType extends ApiTypes> {
1111
auctions: {
1212
/**

api-augment/kusama/events.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* eslint-disable */
22

3-
import 'https://deno.land/x/polkadot@0.2.41/api-base/types/events.ts';
3+
import 'https://deno.land/x/polkadot@0.2.42/api-base/types/events.ts';
44

5-
import type { ApiTypes, AugmentedEvent } from 'https://deno.land/x/polkadot@0.2.41/api-base/types/index.ts';
6-
import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from 'https://deno.land/x/polkadot@0.2.41/types-codec/mod.ts';
7-
import type { ITuple } from 'https://deno.land/x/polkadot@0.2.41/types-codec/types/index.ts';
8-
import type { EthereumAddress } from 'https://deno.land/x/polkadot@0.2.41/types/interfaces/eth/index.ts';
9-
import type { AccountId32, H256, Perbill, Perquintill } from 'https://deno.land/x/polkadot@0.2.41/types/interfaces/runtime/index.ts';
10-
import type { FrameSupportDispatchDispatchInfo, FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, KusamaRuntimeProxyType, PalletConvictionVotingTally, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsPoolState, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletStakingExposure, PalletStakingForcing, PalletStakingValidatorPrefs, PolkadotParachainPrimitivesHrmpChannelId, PolkadotPrimitivesV4CandidateReceipt, PolkadotRuntimeParachainsDisputesDisputeLocation, PolkadotRuntimeParachainsDisputesDisputeResult, PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, XcmV3MultiLocation, XcmV3MultiassetMultiAssets, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from 'https://deno.land/x/polkadot@0.2.41/types/lookup.ts';
5+
import type { ApiTypes, AugmentedEvent } from 'https://deno.land/x/polkadot@0.2.42/api-base/types/index.ts';
6+
import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from 'https://deno.land/x/polkadot@0.2.42/types-codec/mod.ts';
7+
import type { ITuple } from 'https://deno.land/x/polkadot@0.2.42/types-codec/types/index.ts';
8+
import type { EthereumAddress } from 'https://deno.land/x/polkadot@0.2.42/types/interfaces/eth/index.ts';
9+
import type { AccountId32, H256, Perbill, Perquintill } from 'https://deno.land/x/polkadot@0.2.42/types/interfaces/runtime/index.ts';
10+
import type { FrameSupportDispatchDispatchInfo, FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, KusamaRuntimeProxyType, PalletConvictionVotingTally, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsPoolState, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletStakingExposure, PalletStakingForcing, PalletStakingValidatorPrefs, PolkadotParachainPrimitivesHrmpChannelId, PolkadotPrimitivesV4CandidateReceipt, PolkadotRuntimeParachainsDisputesDisputeLocation, PolkadotRuntimeParachainsDisputesDisputeResult, PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, XcmV3MultiLocation, XcmV3MultiassetMultiAssets, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from 'https://deno.land/x/polkadot@0.2.42/types/lookup.ts';
1111

1212
export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
1313

14-
declare module 'https://deno.land/x/polkadot@0.2.41/api-base/types/events.ts' {
14+
declare module 'https://deno.land/x/polkadot@0.2.42/api-base/types/events.ts' {
1515
interface AugmentedEvents<ApiType extends ApiTypes> {
1616
auctions: {
1717
/**

api-augment/kusama/query.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
/* eslint-disable */
22

3-
import 'https://deno.land/x/polkadot@0.2.41/api-base/types/storage.ts';
3+
import 'https://deno.land/x/polkadot@0.2.42/api-base/types/storage.ts';
44

5-
import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from 'https://deno.land/x/polkadot@0.2.41/api-base/types/index.ts';
6-
import type { Data } from 'https://deno.land/x/polkadot@0.2.41/types/mod.ts';
7-
import type { BTreeSet, Bytes, Null, Option, Struct, U8aFixed, Vec, WrapperOpaque, bool, u128, u16, u32, u64 } from 'https://deno.land/x/polkadot@0.2.41/types-codec/mod.ts';
8-
import type { AnyNumber, ITuple } from 'https://deno.land/x/polkadot@0.2.41/types-codec/types/index.ts';
9-
import type { EthereumAddress } from 'https://deno.land/x/polkadot@0.2.41/types/interfaces/eth/index.ts';
10-
import type { AccountId32, H256, Perbill, Percent } from 'https://deno.land/x/polkadot@0.2.41/types/interfaces/runtime/index.ts';
11-
import type { FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, KusamaRuntimeRuntimeHoldReason, KusamaRuntimeSessionKeys, PalletBagsListListBag, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesIdAmount, PalletBalancesReserveData, PalletBountiesBounty, PalletChildBountiesChildBounty, PalletConvictionVotingVoteVoting, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletFastUnstakeUnstakeRequest, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletImOnlineBoundedOpaqueNetworkState, PalletImOnlineSr25519AppSr25519Public, PalletMessageQueueBookState, PalletMessageQueuePage, PalletMultisigMultisig, PalletNisBid, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsClaimPermission, PalletNominationPoolsPoolMember, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryRecoveryConfig, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletSchedulerScheduled, PalletSocietyBid, PalletSocietyBidKind, PalletSocietyVote, PalletSocietyVouchingStatus, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingExposure, PalletStakingForcing, PalletStakingNominations, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingValidatorPrefs, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletVestingReleases, PalletVestingVestingInfo, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotParachainPrimitivesHrmpChannelId, PolkadotPrimitivesV4AssignmentAppPublic, PolkadotPrimitivesV4CandidateCommitments, PolkadotPrimitivesV4CoreOccupied, PolkadotPrimitivesV4DisputeState, PolkadotPrimitivesV4ExecutorParams, PolkadotPrimitivesV4ScrapedOnChainVotes, PolkadotPrimitivesV4SessionInfo, PolkadotPrimitivesV4UpgradeGoAhead, PolkadotPrimitivesV4UpgradeRestriction, PolkadotPrimitivesV4ValidatorAppPublic, PolkadotPrimitivesVstagingSlashingPendingSlashes, PolkadotRuntimeCommonClaimsStatementKind, PolkadotRuntimeCommonCrowdloanFundInfo, PolkadotRuntimeCommonParasRegistrarParaInfo, PolkadotRuntimeParachainsConfigurationHostConfiguration, PolkadotRuntimeParachainsHrmpHrmpChannel, PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest, PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, PolkadotRuntimeParachainsInclusionAvailabilityBitfieldRecord, PolkadotRuntimeParachainsInclusionCandidatePendingAvailability, PolkadotRuntimeParachainsInitializerBufferedSessionChange, PolkadotRuntimeParachainsParasParaGenesisArgs, PolkadotRuntimeParachainsParasParaLifecycle, PolkadotRuntimeParachainsParasParaPastCodeMeta, PolkadotRuntimeParachainsParasPvfCheckActiveVoteState, PolkadotRuntimeParachainsSchedulerCoreAssignment, PolkadotRuntimeParachainsSchedulerParathreadClaimQueue, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpCoreCryptoKeyTypeId, SpNposElectionsElectionScore, SpRuntimeDigest, SpStakingOffenceOffenceDetails, SpWeightsWeightV2Weight, XcmVersionedAssetId, XcmVersionedMultiLocation } from 'https://deno.land/x/polkadot@0.2.41/types/lookup.ts';
12-
import type { Observable } from 'https://deno.land/x/polkadot@0.2.41/types/types/index.ts';
5+
import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from 'https://deno.land/x/polkadot@0.2.42/api-base/types/index.ts';
6+
import type { Data } from 'https://deno.land/x/polkadot@0.2.42/types/mod.ts';
7+
import type { BTreeSet, Bytes, Null, Option, Struct, U8aFixed, Vec, WrapperOpaque, bool, u128, u16, u32, u64 } from 'https://deno.land/x/polkadot@0.2.42/types-codec/mod.ts';
8+
import type { AnyNumber, ITuple } from 'https://deno.land/x/polkadot@0.2.42/types-codec/types/index.ts';
9+
import type { EthereumAddress } from 'https://deno.land/x/polkadot@0.2.42/types/interfaces/eth/index.ts';
10+
import type { AccountId32, H256, Perbill, Percent } from 'https://deno.land/x/polkadot@0.2.42/types/interfaces/runtime/index.ts';
11+
import type { FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, KusamaRuntimeRuntimeHoldReason, KusamaRuntimeSessionKeys, PalletBagsListListBag, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesIdAmount, PalletBalancesReserveData, PalletBountiesBounty, PalletChildBountiesChildBounty, PalletConvictionVotingVoteVoting, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletFastUnstakeUnstakeRequest, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletImOnlineBoundedOpaqueNetworkState, PalletImOnlineSr25519AppSr25519Public, PalletMessageQueueBookState, PalletMessageQueuePage, PalletMultisigMultisig, PalletNisBid, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsClaimPermission, PalletNominationPoolsPoolMember, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryRecoveryConfig, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletSchedulerScheduled, PalletSocietyBid, PalletSocietyBidKind, PalletSocietyVote, PalletSocietyVouchingStatus, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingExposure, PalletStakingForcing, PalletStakingNominations, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingValidatorPrefs, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletVestingReleases, PalletVestingVestingInfo, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotParachainPrimitivesHrmpChannelId, PolkadotPrimitivesV4AssignmentAppPublic, PolkadotPrimitivesV4CandidateCommitments, PolkadotPrimitivesV4CoreOccupied, PolkadotPrimitivesV4DisputeState, PolkadotPrimitivesV4ExecutorParams, PolkadotPrimitivesV4ScrapedOnChainVotes, PolkadotPrimitivesV4SessionInfo, PolkadotPrimitivesV4UpgradeGoAhead, PolkadotPrimitivesV4UpgradeRestriction, PolkadotPrimitivesV4ValidatorAppPublic, PolkadotPrimitivesVstagingSlashingPendingSlashes, PolkadotRuntimeCommonClaimsStatementKind, PolkadotRuntimeCommonCrowdloanFundInfo, PolkadotRuntimeCommonParasRegistrarParaInfo, PolkadotRuntimeParachainsConfigurationHostConfiguration, PolkadotRuntimeParachainsHrmpHrmpChannel, PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest, PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, PolkadotRuntimeParachainsInclusionAvailabilityBitfieldRecord, PolkadotRuntimeParachainsInclusionCandidatePendingAvailability, PolkadotRuntimeParachainsInitializerBufferedSessionChange, PolkadotRuntimeParachainsParasParaGenesisArgs, PolkadotRuntimeParachainsParasParaLifecycle, PolkadotRuntimeParachainsParasParaPastCodeMeta, PolkadotRuntimeParachainsParasPvfCheckActiveVoteState, PolkadotRuntimeParachainsSchedulerCoreAssignment, PolkadotRuntimeParachainsSchedulerParathreadClaimQueue, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpCoreCryptoKeyTypeId, SpNposElectionsElectionScore, SpRuntimeDigest, SpStakingOffenceOffenceDetails, SpWeightsWeightV2Weight, XcmVersionedAssetId, XcmVersionedMultiLocation } from 'https://deno.land/x/polkadot@0.2.42/types/lookup.ts';
12+
import type { Observable } from 'https://deno.land/x/polkadot@0.2.42/types/types/index.ts';
1313

1414
export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
1515
export type __QueryableStorageEntry<ApiType extends ApiTypes> = QueryableStorageEntry<ApiType>;
1616

17-
declare module 'https://deno.land/x/polkadot@0.2.41/api-base/types/storage.ts' {
17+
declare module 'https://deno.land/x/polkadot@0.2.42/api-base/types/storage.ts' {
1818
interface AugmentedQueries<ApiType extends ApiTypes> {
1919
auctions: {
2020
/**

api-augment/kusama/registry.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
import 'https://deno.land/x/polkadot@0.2.41/types-augment/registry/substrate.ts';
3-
import 'https://deno.land/x/polkadot@0.2.41/types-augment/registry/polkadot.ts';
4-
import 'https://deno.land/x/polkadot@0.2.41/types-augment/registry/kusama.ts';
2+
import 'https://deno.land/x/polkadot@0.2.42/types-augment/registry/substrate.ts';
3+
import 'https://deno.land/x/polkadot@0.2.42/types-augment/registry/polkadot.ts';
4+
import 'https://deno.land/x/polkadot@0.2.42/types-augment/registry/kusama.ts';

0 commit comments

Comments
 (0)