@@ -11,7 +11,7 @@ import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64,
1111import type { AnyNumber , IMethod , ITuple } from '@polkadot/types-codec/types' ;
1212import type { EthereumAddress } from '@polkadot/types/interfaces/eth' ;
1313import type { AccountId32 , Call , H256 , MultiAddress , Perbill , Percent , Perquintill } from '@polkadot/types/interfaces/runtime' ;
14- import type { FrameSupportPreimagesBounded , FrameSupportScheduleDispatchTime , KusamaRuntimeOriginCaller , KusamaRuntimeProxyType , KusamaRuntimeSessionKeys , PalletConvictionVotingConviction , PalletConvictionVotingVoteAccountVote , PalletDemocracyConviction , PalletDemocracyMetadataOwner , PalletDemocracyVoteAccountVote , PalletElectionProviderMultiPhaseRawSolution , PalletElectionProviderMultiPhaseSolutionOrSnapshotSize , PalletElectionsPhragmenRenouncing , PalletIdentityBitFlags , PalletIdentityIdentityInfo , PalletIdentityJudgement , PalletImOnlineHeartbeat , PalletImOnlineSr25519AppSr25519Signature , PalletMultisigTimepoint , PalletNominationPoolsBondExtra , PalletNominationPoolsClaimPermission , PalletNominationPoolsConfigOpAccountId32 , PalletNominationPoolsConfigOpU128 , PalletNominationPoolsConfigOpU32 , PalletNominationPoolsPoolState , PalletSocietyJudgement , PalletStakingPalletConfigOpPerbill , PalletStakingPalletConfigOpPercent , PalletStakingPalletConfigOpU128 , PalletStakingPalletConfigOpU32 , PalletStakingRewardDestination , PalletStakingValidatorPrefs , PalletVestingVestingInfo , PolkadotParachainPrimitivesHrmpChannelId , PolkadotPrimitivesV2InherentData , PolkadotPrimitivesV2PvfCheckStatement , PolkadotPrimitivesV2ValidatorAppSignature , PolkadotRuntimeCommonClaimsEcdsaSignature , PolkadotRuntimeCommonClaimsStatementKind , SpConsensusBabeDigestsNextConfigDescriptor , SpConsensusSlotsEquivocationProof , SpFinalityGrandpaEquivocationProof , SpNposElectionsElectionScore , SpNposElectionsSupport , SpRuntimeMultiSignature , SpRuntimeMultiSigner , SpSessionMembershipProof , SpWeightsWeightV2Weight , XcmV3MultiLocation , XcmV3WeightLimit , XcmVersionedMultiAssets , XcmVersionedMultiLocation , XcmVersionedXcm } from '@polkadot/types/lookup' ;
14+ import type { FrameSupportPreimagesBounded , FrameSupportScheduleDispatchTime , KusamaRuntimeOriginCaller , KusamaRuntimeProxyType , KusamaRuntimeSessionKeys , PalletConvictionVotingConviction , PalletConvictionVotingVoteAccountVote , PalletDemocracyConviction , PalletDemocracyMetadataOwner , PalletDemocracyVoteAccountVote , PalletElectionProviderMultiPhaseRawSolution , PalletElectionProviderMultiPhaseSolutionOrSnapshotSize , PalletElectionsPhragmenRenouncing , PalletIdentityBitFlags , PalletIdentityIdentityInfo , PalletIdentityJudgement , PalletImOnlineHeartbeat , PalletImOnlineSr25519AppSr25519Signature , PalletMultisigTimepoint , PalletNominationPoolsBondExtra , PalletNominationPoolsClaimPermission , PalletNominationPoolsConfigOpAccountId32 , PalletNominationPoolsConfigOpU128 , PalletNominationPoolsConfigOpU32 , PalletNominationPoolsPoolState , PalletSocietyJudgement , PalletStakingPalletConfigOpPerbill , PalletStakingPalletConfigOpPercent , PalletStakingPalletConfigOpU128 , PalletStakingPalletConfigOpU32 , PalletStakingRewardDestination , PalletStakingValidatorPrefs , PalletVestingVestingInfo , PolkadotParachainPrimitivesHrmpChannelId , PolkadotPrimitivesV2InherentData , PolkadotPrimitivesV2PvfCheckStatement , PolkadotPrimitivesV2ValidatorAppSignature , PolkadotRuntimeCommonClaimsEcdsaSignature , PolkadotRuntimeCommonClaimsStatementKind , SpConsensusBabeDigestsNextConfigDescriptor , SpConsensusGrandpaEquivocationProof , SpConsensusSlotsEquivocationProof , SpNposElectionsElectionScore , SpNposElectionsSupport , SpRuntimeMultiSignature , SpRuntimeMultiSigner , SpSessionMembershipProof , SpWeightsWeightV2Weight , XcmV3MultiLocation , XcmV3WeightLimit , XcmVersionedMultiAssets , XcmVersionedMultiLocation , XcmVersionedXcm } from '@polkadot/types/lookup' ;
1515
1616export type __AugmentedSubmittable = AugmentedSubmittable < ( ) => unknown > ;
1717export type __SubmittableExtrinsic < ApiType extends ApiTypes > = SubmittableExtrinsic < ApiType > ;
@@ -1663,7 +1663,7 @@ declare module '@polkadot/api-base/types/submittable' {
16631663 * against the extracted offender. If both are valid, the offence
16641664 * will be reported.
16651665 **/
1666- reportEquivocation : AugmentedSubmittable < ( equivocationProof : SpFinalityGrandpaEquivocationProof | { setId ?: any ; equivocation ?: any } | string | Uint8Array , keyOwnerProof : SpSessionMembershipProof | { session ?: any ; trieNodes ?: any ; validatorCount ?: any } | string | Uint8Array ) => SubmittableExtrinsic < ApiType > , [ SpFinalityGrandpaEquivocationProof , SpSessionMembershipProof ] > ;
1666+ reportEquivocation : AugmentedSubmittable < ( equivocationProof : SpConsensusGrandpaEquivocationProof | { setId ?: any ; equivocation ?: any } | string | Uint8Array , keyOwnerProof : SpSessionMembershipProof | { session ?: any ; trieNodes ?: any ; validatorCount ?: any } | string | Uint8Array ) => SubmittableExtrinsic < ApiType > , [ SpConsensusGrandpaEquivocationProof , SpSessionMembershipProof ] > ;
16671667 /**
16681668 * Report voter equivocation/misbehavior. This method will verify the
16691669 * equivocation proof and validate the given key ownership proof
@@ -1675,7 +1675,7 @@ declare module '@polkadot/api-base/types/submittable' {
16751675 * if the block author is defined it will be defined as the equivocation
16761676 * reporter.
16771677 **/
1678- reportEquivocationUnsigned : AugmentedSubmittable < ( equivocationProof : SpFinalityGrandpaEquivocationProof | { setId ?: any ; equivocation ?: any } | string | Uint8Array , keyOwnerProof : SpSessionMembershipProof | { session ?: any ; trieNodes ?: any ; validatorCount ?: any } | string | Uint8Array ) => SubmittableExtrinsic < ApiType > , [ SpFinalityGrandpaEquivocationProof , SpSessionMembershipProof ] > ;
1678+ reportEquivocationUnsigned : AugmentedSubmittable < ( equivocationProof : SpConsensusGrandpaEquivocationProof | { setId ?: any ; equivocation ?: any } | string | Uint8Array , keyOwnerProof : SpSessionMembershipProof | { session ?: any ; trieNodes ?: any ; validatorCount ?: any } | string | Uint8Array ) => SubmittableExtrinsic < ApiType > , [ SpConsensusGrandpaEquivocationProof , SpSessionMembershipProof ] > ;
16791679 /**
16801680 * Generic tx
16811681 **/
0 commit comments