@@ -6,7 +6,7 @@ import type { ApiTypes, AugmentedEvent } from 'https://deno.land/x/polkadot/api-
6
6
import type { Bytes , Null , Option , Result , U8aFixed , Vec , bool , u128 , u16 , u32 , u64 , u8 } from 'https://deno.land/x/polkadot/types-codec/mod.ts' ;
7
7
import type { ITuple } from 'https://deno.land/x/polkadot/types-codec/types/index.ts' ;
8
8
import type { AccountId32 , H256 , Perbill , Permill , Perquintill } from 'https://deno.land/x/polkadot/types/interfaces/runtime/index.ts' ;
9
- import type { FrameSupportDispatchDispatchInfo , FrameSupportDispatchPostDispatchInfo , FrameSupportMessagesProcessMessageError , FrameSupportPreimagesBounded , FrameSupportTokensFungibleUnionOfNativeOrWithId , FrameSupportTokensMiscBalanceStatus , KitchensinkRuntimeProxyType , KitchensinkRuntimeRuntimeParametersKey , KitchensinkRuntimeRuntimeParametersValue , PalletAllianceCid , PalletAllianceUnscrupulousItem , PalletBrokerCoretimeInterfaceCoreAssignment , PalletBrokerRegionId , PalletBrokerScheduleItem , PalletContractsOrigin , PalletConvictionVotingTally , PalletCoreFellowshipParamsType , PalletCoreFellowshipWish , PalletDemocracyMetadataOwner , PalletDemocracyVoteAccountVote , PalletDemocracyVoteThreshold , PalletElectionProviderMultiPhaseElectionCompute , PalletElectionProviderMultiPhasePhase , PalletImOnlineSr25519AppSr25519Public , PalletMultisigTimepoint , PalletNftsAttributeNamespace , PalletNftsPalletAttributes , PalletNftsPriceWithDirection , PalletNominationPoolsCommissionChangeRate , PalletNominationPoolsCommissionClaimPermission , PalletNominationPoolsPoolState , PalletRankedCollectiveTally , PalletRankedCollectiveVoteRecord , PalletSafeModeExitReason , PalletSocietyGroupParams , PalletStakingForcing , PalletStakingRewardDestination , PalletStakingValidatorPrefs , PalletStateTrieMigrationError , PalletStateTrieMigrationMigrationCompute , SpConsensusGrandpaAppPublic , SpNposElectionsElectionScore , SpRuntimeDispatchError , SpRuntimeDispatchErrorWithPostInfo , SpStakingExposure , SpStatementStoreStatement , SpWeightsWeightV2Weight } from 'https://deno.land/x/polkadot/types/lookup.ts' ;
9
+ import type { FrameSupportDispatchDispatchInfo , FrameSupportDispatchPostDispatchInfo , FrameSupportMessagesProcessMessageError , FrameSupportPreimagesBounded , FrameSupportTokensFungibleUnionOfNativeOrWithId , FrameSupportTokensMiscBalanceStatus , KitchensinkRuntimeProxyType , KitchensinkRuntimeRuntimeParametersKey , KitchensinkRuntimeRuntimeParametersValue , PalletAllianceCid , PalletAllianceUnscrupulousItem , PalletBrokerCoretimeInterfaceCoreAssignment , PalletBrokerRegionId , PalletBrokerScheduleItem , PalletContractsOrigin , PalletConvictionVotingTally , PalletCoreFellowshipParamsTypeU128 , PalletCoreFellowshipWish , PalletDemocracyMetadataOwner , PalletDemocracyVoteAccountVote , PalletDemocracyVoteThreshold , PalletElectionProviderMultiPhaseElectionCompute , PalletElectionProviderMultiPhasePhase , PalletImOnlineSr25519AppSr25519Public , PalletMultisigTimepoint , PalletNftsAttributeNamespace , PalletNftsPalletAttributes , PalletNftsPriceWithDirection , PalletNominationPoolsCommissionChangeRate , PalletNominationPoolsCommissionClaimPermission , PalletNominationPoolsPoolState , PalletRankedCollectiveTally , PalletRankedCollectiveVoteRecord , PalletSafeModeExitReason , PalletSocietyGroupParams , PalletStakingForcing , PalletStakingRewardDestination , PalletStakingValidatorPrefs , PalletStateTrieMigrationError , PalletStateTrieMigrationMigrationCompute , SpConsensusGrandpaAppPublic , SpNposElectionsElectionScore , SpRuntimeDispatchError , SpRuntimeDispatchErrorWithPostInfo , SpStakingExposure , SpStatementStoreStatement , SpWeightsWeightV2Weight } from 'https://deno.land/x/polkadot/types/lookup.ts' ;
10
10
11
11
export type __AugmentedEvent < ApiType extends ApiTypes > = AugmentedEvent < ApiType > ;
12
12
@@ -687,7 +687,7 @@ declare module 'https://deno.land/x/polkadot/api-base/types/events.ts' {
687
687
/**
688
688
* Parameters for the pallet have changed.
689
689
**/
690
- ParamsChanged : AugmentedEvent < ApiType , [ params : PalletCoreFellowshipParamsType ] , { params : PalletCoreFellowshipParamsType } > ;
690
+ ParamsChanged : AugmentedEvent < ApiType , [ params : PalletCoreFellowshipParamsTypeU128 ] , { params : PalletCoreFellowshipParamsTypeU128 } > ;
691
691
/**
692
692
* Member has been promoted to the given rank.
693
693
**/
@@ -930,6 +930,10 @@ declare module 'https://deno.land/x/polkadot/api-base/types/events.ts' {
930
930
[ key : string ] : AugmentedEvent < ApiType > ;
931
931
} ;
932
932
glutton : {
933
+ /**
934
+ * The block length limit has been updated.
935
+ **/
936
+ BlockLengthLimitSet : AugmentedEvent < ApiType , [ blockLength : u64 ] , { blockLength : u64 } > ;
933
937
/**
934
938
* The computation limit has been updated.
935
939
**/
@@ -2419,14 +2423,6 @@ declare module 'https://deno.land/x/polkadot/api-base/types/events.ts' {
2419
2423
* A payment failed and can be retried.
2420
2424
**/
2421
2425
PaymentFailed : AugmentedEvent < ApiType , [ index : u32 , paymentId : Null ] , { index : u32 , paymentId : Null } > ;
2422
- /**
2423
- * New proposal.
2424
- **/
2425
- Proposed : AugmentedEvent < ApiType , [ proposalIndex : u32 ] , { proposalIndex : u32 } > ;
2426
- /**
2427
- * A proposal was rejected; funds were slashed.
2428
- **/
2429
- Rejected : AugmentedEvent < ApiType , [ proposalIndex : u32 , slashed : u128 ] , { proposalIndex : u32 , slashed : u128 } > ;
2430
2426
/**
2431
2427
* Spending has finished; this is the amount that rolls over until next spend.
2432
2428
**/
0 commit comments