Struct gtest_runtime::Runtime 
source · pub struct Runtime;Implementations§
source§impl Runtime
 
impl Runtime
pub(crate) fn metadata_ir() -> MetadataIR
pub fn metadata() -> RuntimeMetadataPrefixed
pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>
pub fn metadata_versions() -> Vec<u32>
Trait Implementations§
source§impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime
 
impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime
source§fn account_nonce(account: AccountId) -> Index
 
fn account_nonce(account: AccountId) -> Index
AccountId.source§impl AuthorityDiscoveryApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl AuthorityDiscoveryApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§impl BabeApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl BabeApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§fn configuration() -> BabeConfiguration
 
fn configuration() -> BabeConfiguration
source§fn current_epoch_start() -> Slot
 
fn current_epoch_start() -> Slot
source§fn current_epoch() -> Epoch
 
fn current_epoch() -> Epoch
source§fn next_epoch() -> Epoch
 
fn next_epoch() -> Epoch
source§fn generate_key_ownership_proof(
    _slot: Slot,
    authority_id: AuthorityId,
) -> Option<OpaqueKeyOwnershipProof>
 
fn generate_key_ownership_proof( _slot: Slot, authority_id: AuthorityId, ) -> Option<OpaqueKeyOwnershipProof>
slot as parameter the current
implementations ignores this parameter and instead relies on this
method being called at the correct block height, i.e. any point at
which the epoch for the given slot is live on-chain. Future
implementations will instead use indexed data through an offchain
worker, not requiring older states to be available.source§fn submit_report_equivocation_unsigned_extrinsic(
    equivocation_proof: EquivocationProof<<Block as BlockT>::Header>,
    key_owner_proof: OpaqueKeyOwnershipProof,
) -> Option<()>
 
fn submit_report_equivocation_unsigned_extrinsic( equivocation_proof: EquivocationProof<<Block as BlockT>::Header>, key_owner_proof: OpaqueKeyOwnershipProof, ) -> Option<()>
generate_key_ownership_proof). The
extrinsic will be unsigned and should only be accepted for local
authorship (not to be broadcast to the network). This method returns
None when creation of the extrinsic fails, e.g. if equivocation
reporting is disabled for the given runtime (i.e. this method is
hardcoded to return None). Only useful in an offchain context.source§impl BenchmarkV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl BenchmarkV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§impl BlockBuilderV6<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl BlockBuilderV6<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§fn apply_extrinsic(
    extrinsic: <Block as BlockT>::Extrinsic,
) -> ApplyExtrinsicResult
 
fn apply_extrinsic( extrinsic: <Block as BlockT>::Extrinsic, ) -> ApplyExtrinsicResult
source§fn finalize_block() -> <Block as BlockT>::Header
 
fn finalize_block() -> <Block as BlockT>::Header
source§fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>
 
fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>
source§fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult
 
fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult
source§impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller
 
impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller
source§fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>
 
fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>
Signed origin.source§fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>
 
fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>
RawOrigin if it is that.§fn as_signed(&self) -> Option<&AccountId>
 
fn as_signed(&self) -> Option<&AccountId>
Signed origin, None otherwise.source§impl Config for Runtime
 
impl Config for Runtime
§type FirstIssuableOn = WotFirstCertIssuableOn
 
type FirstIssuableOn = WotFirstCertIssuableOn
§type MinCertForCreateIdtyRight = WotMinCertForCreateIdtyRight
 
type MinCertForCreateIdtyRight = WotMinCertForCreateIdtyRight
§type MinCertForMembership = WotMinCertForMembership
 
type MinCertForMembership = WotMinCertForMembership
source§impl Config for Runtime
 
impl Config for Runtime
§type AuthorityId = Public
 
type AuthorityId = Public
§type MaxPeerInHeartbeats = MaxPeerInHeartbeats
 
type MaxPeerInHeartbeats = MaxPeerInHeartbeats
ReceivedHeartbeats§type NextSessionRotation = Pallet<Runtime>
 
type NextSessionRotation = Pallet<Runtime>
§type ReportUnresponsiveness = Pallet<Runtime>
 
type ReportUnresponsiveness = Pallet<Runtime>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type UnsignedPriority = ImOnlineUnsignedPriority
 
type UnsignedPriority = ImOnlineUnsignedPriority
§type ValidatorSet = Pallet<Runtime>
 
type ValidatorSet = Pallet<Runtime>
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type DisabledValidators = Pallet<Runtime>
 
type DisabledValidators = Pallet<Runtime>
§type EpochChangeTrigger = ExternalTrigger
 
type EpochChangeTrigger = ExternalTrigger
§type EpochDuration = EpochDuration
 
type EpochDuration = EpochDuration
§type EquivocationReportSystem = EquivocationReportSystem<Runtime, Pallet<Runtime>, Pallet<Runtime>, ReportLongevity>
 
type EquivocationReportSystem = EquivocationReportSystem<Runtime, Pallet<Runtime>, Pallet<Runtime>, ReportLongevity>
§type ExpectedBlockTime = ExpectedBlockTime
 
type ExpectedBlockTime = ExpectedBlockTime
c (where 1 - c represents
the probability of a slot being empty).§type KeyOwnerProof = <Pallet<Runtime> as KeyOwnerProofSystem<(KeyTypeId, Public)>>::Proof
 
type KeyOwnerProof = <Pallet<Runtime> as KeyOwnerProofSystem<(KeyTypeId, Public)>>::Proof
§type MaxAuthorities = MaxAuthorities
 
type MaxAuthorities = MaxAuthorities
§type MaxNominators = MaxNominators
 
type MaxNominators = MaxNominators
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type FeeMultiplierUpdate = FeeMultiplier<Runtime, Target, MaxMultiplier>
 
type FeeMultiplierUpdate = FeeMultiplier<Runtime, Target, MaxMultiplier>
§type LengthToFee = LengthToFeeImpl<u64, Runtime, Target>
 
type LengthToFee = LengthToFeeImpl<u64, Runtime, Target>
§type OnChargeTransaction = Pallet<Runtime>
 
type OnChargeTransaction = Pallet<Runtime>
§type OperationalFeeMultiplier = ConstU8<5>
 
type OperationalFeeMultiplier = ConstU8<5>
Operational extrinsics to compute “virtual tip” to boost their
priority Read more§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightToFee = WeightToFeeImpl<u64, Runtime, Target>
 
type WeightToFee = WeightToFeeImpl<u64, Runtime, Target>
source§impl Config for Runtime
 
impl Config for Runtime
§type CheckRequestDistanceEvaluation = Pallet<Runtime>
 
type CheckRequestDistanceEvaluation = Pallet<Runtime>
§type EvaluationPeriod = ConstU32<7>
 
type EvaluationPeriod = ConstU32<7>
§type EvaluationPrice = ConstU64<1000>
 
type EvaluationPrice = ConstU64<1000>
§type MaxRefereeDistance = MaxRefereeDistance
 
type MaxRefereeDistance = MaxRefereeDistance
§type MinAccessibleReferees = MinAccessibleReferees
 
type MinAccessibleReferees = MinAccessibleReferees
§type OnUnbalanced = HandleFees<TreasuryAccount, Pallet<Runtime>>
 
type OnUnbalanced = HandleFees<TreasuryAccount, Pallet<Runtime>>
§type OnValidDistanceStatus = Pallet<Runtime>
 
type OnValidDistanceStatus = Pallet<Runtime>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type RuntimeHoldReason = RuntimeHoldReason
 
type RuntimeHoldReason = RuntimeHoldReason
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§fn prepare_set_code_data() -> Vec<u8> ⓘ
 
fn prepare_set_code_data() -> Vec<u8> ⓘ
§fn setup_set_code_requirements(_code: &Vec<u8>) -> Result<(), BenchmarkError>
 
fn setup_set_code_requirements(_code: &Vec<u8>) -> Result<(), BenchmarkError>
set_code.§fn verify_set_code()
 
fn verify_set_code()
source§impl Config for Runtime
 
impl Config for Runtime
§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type EquivocationReportSystem = EquivocationReportSystem<Runtime, Pallet<Runtime>, Pallet<Runtime>, ReportLongevity>
 
type EquivocationReportSystem = EquivocationReportSystem<Runtime, Pallet<Runtime>, Pallet<Runtime>, ReportLongevity>
§type KeyOwnerProof = <Pallet<Runtime> as KeyOwnerProofSystem<(KeyTypeId, Public)>>::Proof
 
type KeyOwnerProof = <Pallet<Runtime> as KeyOwnerProofSystem<(KeyTypeId, Public)>>::Proof
§type MaxAuthorities = MaxAuthorities
 
type MaxAuthorities = MaxAuthorities
§type MaxNominators = ConstU32<64>
 
type MaxNominators = ConstU32<64>
§type MaxSetIdSessionEntries = MaxSetIdSessionEntries
 
type MaxSetIdSessionEntries = MaxSetIdSessionEntries
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type BalanceConverter = UnityAssetBalanceConversion
 
type BalanceConverter = UnityAssetBalanceConversion
Self::SpendOrigin.§type BenchmarkHelper = ()
 
type BenchmarkHelper = ()
§type Beneficiary = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
 
type Beneficiary = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
§type BeneficiaryLookup = AccountIdLookup<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>
 
type BeneficiaryLookup = AccountIdLookup<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>
Self::Beneficiary.§type BurnDestination = ()
 
type BurnDestination = ()
§type MaxApprovals = ConstU32<100>
 
type MaxApprovals = ConstU32<100>
§type PalletId = TreasuryPalletId
 
type PalletId = TreasuryPalletId
§type Paymaster = PayFromAccount<Pallet<Runtime>, TreasuryAccount>
 
type Paymaster = PayFromAccount<Pallet<Runtime>, TreasuryAccount>
Self::Beneficiary.§type PayoutPeriod = ConstU32<10>
 
type PayoutPeriod = ConstU32<10>
§type RejectOrigin = EnsureProportionMoreThan<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Instance2, 1, 3>
 
type RejectOrigin = EnsureProportionMoreThan<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Instance2, 1, 3>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type SpendFunds = TreasurySpendFunds<Runtime>
 
type SpendFunds = TreasurySpendFunds<Runtime>
§type SpendOrigin = NeverEnsureOrigin<u64>
 
type SpendOrigin = NeverEnsureOrigin<u64>
Success value is the maximum amount in a native asset that this origin
is allowed to spend at a time.§type SpendPeriod = SpendPeriod
 
type SpendPeriod = SpendPeriod
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type Call = RuntimeCall
 
type Call = RuntimeCall
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type UpgradableOrigin = EnsureProportionAtLeast<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Instance2, 2, 3>
 
type UpgradableOrigin = EnsureProportionAtLeast<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Instance2, 2, 3>
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
§type WorstCaseOrigin = WorstCaseOrigin
 
type WorstCaseOrigin = WorstCaseOrigin
§type WorstCaseOriginType = RawOrigin<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Instance2>
 
type WorstCaseOriginType = RawOrigin<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Instance2>
source§impl Config for Runtime
 
impl Config for Runtime
§type InnerOnChargeTransaction = Pallet<Runtime>
 
type InnerOnChargeTransaction = Pallet<Runtime>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type MaxAuthorities = MaxAuthorities
 
type MaxAuthorities = MaxAuthorities
source§impl Config for Runtime
 
impl Config for Runtime
§type AccountData = AccountData<u64, u32>
 
type AccountData = AccountData<u64, u32>
The data to be stored in an account.
§type AccountId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
 
type AccountId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
The identifier used to distinguish between accounts.
§type BaseCallFilter = BaseCallFilter
 
type BaseCallFilter = BaseCallFilter
The basic call filter to use in dispatchable.
§type Block = Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>
 
type Block = Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>
The block type for the runtime.
§type BlockHashCount = BlockHashCount
 
type BlockHashCount = BlockHashCount
Maximum number of block number to block hash mappings to keep (oldest pruned first).
§type BlockLength = BlockLength
 
type BlockLength = BlockLength
The maximum length of a block (in bytes).
§type BlockWeights = BlockWeights
 
type BlockWeights = BlockWeights
Block & extrinsics weights: base values and limits.
§type DbWeight = ParityDbWeight
 
type DbWeight = ParityDbWeight
The weight of database operations that the runtime can invoke.
§type Lookup = AccountIdLookup<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>
 
type Lookup = AccountIdLookup<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>
The lookup mechanism to get account ID from whatever is passed in dispatchers.
§type OnKilledAccount = ()
 
type OnKilledAccount = ()
What to do if an account is fully reaped from the system.
§type OnNewAccount = ()
 
type OnNewAccount = ()
What to do if a new account is created.
§type PalletInfo = PalletInfo
 
type PalletInfo = PalletInfo
Converts a module to the index of the module in construct_runtime!.
This type is being generated by construct_runtime!.
§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
The aggregated dispatch type that is available for extrinsics.
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
The ubiquitous event type.
§type RuntimeOrigin = RuntimeOrigin
 
type RuntimeOrigin = RuntimeOrigin
The ubiquitous origin type.
§type SS58Prefix = SS58Prefix
 
type SS58Prefix = SS58Prefix
This is used as an identifier of the chain. 42 is the generic substrate prefix.
§type SystemWeightInfo = WeightInfo<Runtime>
 
type SystemWeightInfo = WeightInfo<Runtime>
Weight information for the extrinsics of this pallet.
§type MaxConsumers = ConstU32<16>
 
type MaxConsumers = ConstU32<16>
§type MultiBlockMigrator = ()
 
type MultiBlockMigrator = ()
§type PostInherents = ()
 
type PostInherents = ()
§type PostTransactions = ()
 
type PostTransactions = ()
§type PreInherents = ()
 
type PreInherents = ()
§type RuntimeTask = ()
 
type RuntimeTask = ()
RuntimeTask type.§type SingleBlockMigrations = ()
 
type SingleBlockMigrations = ()
source§impl Config for Runtime
 
impl Config for Runtime
§type AccountLinker = Pallet<Runtime>
 
type AccountLinker = Pallet<Runtime>
§type AutorevocationPeriod = AutorevocationPeriod
 
type AutorevocationPeriod = AutorevocationPeriod
§type ChangeOwnerKeyPeriod = ChangeOwnerKeyPeriod
 
type ChangeOwnerKeyPeriod = ChangeOwnerKeyPeriod
§type CheckAccountWorthiness = Pallet<Runtime>
 
type CheckAccountWorthiness = Pallet<Runtime>
§type CheckIdtyCallAllowed = Pallet<Runtime>
 
type CheckIdtyCallAllowed = Pallet<Runtime>
§type ConfirmPeriod = ConfirmPeriod
 
type ConfirmPeriod = ConfirmPeriod
§type DeletionPeriod = DeletionPeriod
 
type DeletionPeriod = DeletionPeriod
§type IdtyCreationPeriod = IdtyCreationPeriod
 
type IdtyCreationPeriod = IdtyCreationPeriod
§type IdtyNameValidator = IdtyNameValidatorImpl
 
type IdtyNameValidator = IdtyNameValidatorImpl
§type OnNewIdty = OnNewIdtyHandler<Runtime>
 
type OnNewIdty = OnNewIdtyHandler<Runtime>
§type OnRemoveIdty = OnRemoveIdtyHandler<Runtime>
 
type OnRemoveIdty = OnRemoveIdtyHandler<Runtime>
§type OwnerKeyChangePermission = OwnerKeyChangePermissionHandler<Runtime>
 
type OwnerKeyChangePermission = OwnerKeyChangePermissionHandler<Runtime>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type ValidationPeriod = ValidationPeriod
 
type ValidationPeriod = ValidationPeriod
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type RefundAccount = TreasuryAccount
 
type RefundAccount = TreasuryAccount
§type ReloadRate = ReloadRate
 
type ReloadRate = ReloadRate
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type CertPeriod = CertPeriod
 
type CertPeriod = CertPeriod
§type CheckCertAllowed = Pallet<Runtime>
 
type CheckCertAllowed = Pallet<Runtime>
§type IdtyAttr = Pallet<Runtime>
 
type IdtyAttr = Pallet<Runtime>
§type MaxByIssuer = MaxByIssuer
 
type MaxByIssuer = MaxByIssuer
§type MinReceivedCertToBeAbleToIssueCert = MinReceivedCertToBeAbleToIssueCert
 
type MinReceivedCertToBeAbleToIssueCert = MinReceivedCertToBeAbleToIssueCert
§type OnNewcert = Pallet<Runtime>
 
type OnNewcert = Pallet<Runtime>
NewCert) occurs.§type OnRemovedCert = Pallet<Runtime>
 
type OnRemovedCert = Pallet<Runtime>
RemovedCert).§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type ValidityPeriod = ValidityPeriod
 
type ValidityPeriod = ValidityPeriod
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type MinimumPeriod = MinimumPeriod
 
type MinimumPeriod = MinimumPeriod
§type OnTimestampSet = (Pallet<Runtime>, Pallet<Runtime>)
 
type OnTimestampSet = (Pallet<Runtime>, Pallet<Runtime>)
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type MaxScheduledPerBlock = MaxScheduledPerBlock
 
type MaxScheduledPerBlock = MaxScheduledPerBlock
§type MaximumWeight = MaximumSchedulerWeight
 
type MaximumWeight = MaximumSchedulerWeight
§type OriginPrivilegeCmp = EqualPrivilegeOnly
 
type OriginPrivilegeCmp = EqualPrivilegeOnly
§type PalletsOrigin = OriginCaller
 
type PalletsOrigin = OriginCaller
§type Preimages = Pallet<Runtime>
 
type Preimages = Pallet<Runtime>
§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type RuntimeOrigin = RuntimeOrigin
 
type RuntimeOrigin = RuntimeOrigin
§type ScheduleOrigin = EnsureRoot<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>
 
type ScheduleOrigin = EnsureRoot<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type AnnouncementDepositBase = AnnouncementDepositBase
 
type AnnouncementDepositBase = AnnouncementDepositBase
§type AnnouncementDepositFactor = AnnouncementDepositFactor
 
type AnnouncementDepositFactor = AnnouncementDepositFactor
§type CallHasher = BlakeTwo256
 
type CallHasher = BlakeTwo256
§type MaxPending = ConstU32<32>
 
type MaxPending = ConstU32<32>
§type MaxProxies = ConstU32<32>
 
type MaxProxies = ConstU32<32>
§type ProxyDepositBase = ProxyDepositBase
 
type ProxyDepositBase = ProxyDepositBase
§type ProxyDepositFactor = ProxyDepositFactor
 
type ProxyDepositFactor = ProxyDepositFactor
§type ProxyType = ProxyType
 
type ProxyType = ProxyType
IsProxyable filter.
The instance filter determines whether a given call may be proxied under this type. Read more§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type EventHandler = Pallet<Runtime>
 
type EventHandler = Pallet<Runtime>
§type FindAuthor = FindAccountFromAuthorIndex<Runtime, Pallet<Runtime>>
 
type FindAuthor = FindAccountFromAuthorIndex<Runtime, Pallet<Runtime>>
source§impl Config for Runtime
 
impl Config for Runtime
§type PalletsOrigin = OriginCaller
 
type PalletsOrigin = OriginCaller
§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type InnerOnChargeTransaction = FungibleAdapter<Pallet<Runtime>, HandleFees<TreasuryAccount, Pallet<Runtime>>>
 
type InnerOnChargeTransaction = FungibleAdapter<Pallet<Runtime>, HandleFees<TreasuryAccount, Pallet<Runtime>>>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type IdentificationTuple = (<Runtime as Config>::ValidatorId, <Runtime as Config>::FullIdentification)
 
type IdentificationTuple = (<Runtime as Config>::ValidatorId, <Runtime as Config>::FullIdentification)
§type OnOffenceHandler = Pallet<Runtime>
 
type OnOffenceHandler = Pallet<Runtime>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
source§impl Config for Runtime
 
impl Config for Runtime
§type DepositBase = DepositBase
 
type DepositBase = DepositBase
§type DepositFactor = DepositFactor
 
type DepositFactor = DepositFactor
§type MaxSignatories = MaxSignatories
 
type MaxSignatories = MaxSignatories
§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type ProofLimit = ConstU32<1024>
 
type ProofLimit = ConstU32<1024>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type SwapAction = BalanceSwapAction<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Pallet<Runtime>>
 
type SwapAction = BalanceSwapAction<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, Pallet<Runtime>>
source§impl Config for Runtime
 
impl Config for Runtime
§type Keys = SessionKeys
 
type Keys = SessionKeys
§type NextSessionRotation = Pallet<Runtime>
 
type NextSessionRotation = Pallet<Runtime>
ShouldEndSession, yet, it gives a best effort
estimate. It is helpful to implement [EstimateNextNewSession].§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type SessionHandler = <SessionKeys as OpaqueKeys>::KeyTypeIdProviders
 
type SessionHandler = <SessionKeys as OpaqueKeys>::KeyTypeIdProviders
§type SessionManager = NoteHistoricalRoot<Runtime, Pallet<Runtime>>
 
type SessionManager = NoteHistoricalRoot<Runtime, Pallet<Runtime>>
§type ShouldEndSession = Pallet<Runtime>
 
type ShouldEndSession = Pallet<Runtime>
§type ValidatorId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
 
type ValidatorId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
§type ValidatorIdOf = ConvertInto
 
type ValidatorIdOf = ConvertInto
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type IdtyAttr = Pallet<Runtime>
 
type IdtyAttr = Pallet<Runtime>
§type MaxPastReeval = ConstU32<160>
 
type MaxPastReeval = ConstU32<160>
§type MembersCount = MembersCount<Pallet<Runtime>>
 
type MembersCount = MembersCount<Pallet<Runtime>>
§type MembersStorage = UdMembersStorage<Runtime>
 
type MembersStorage = UdMembersStorage<Runtime>
§type MomentIntoBalance = ConvertInto
 
type MomentIntoBalance = ConvertInto
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type SquareMoneyGrowthRate = SquareMoneyGrowthRate
 
type SquareMoneyGrowthRate = SquareMoneyGrowthRate
§type UdCreationPeriod = UdCreationPeriod
 
type UdCreationPeriod = UdCreationPeriod
§type UdReevalPeriod = UdReevalPeriod
 
type UdReevalPeriod = UdReevalPeriod
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type MaxAuthorities = MaxAuthorities
 
type MaxAuthorities = MaxAuthorities
§type MemberIdOf = IdentityIndexOf<Runtime>
 
type MemberIdOf = IdentityIndexOf<Runtime>
AccountId to an optional MemberId.§type OnIncomingMember = Pallet<Runtime>
 
type OnIncomingMember = Pallet<Runtime>
§type OnNewSession = OnNewSessionHandler<Runtime>
 
type OnNewSession = OnNewSessionHandler<Runtime>
§type OnOutgoingMember = Pallet<Runtime>
 
type OnOutgoingMember = Pallet<Runtime>
§type RemoveMemberOrigin = EnsureRoot<<Runtime as Config>::AccountId>
 
type RemoveMemberOrigin = EnsureRoot<<Runtime as Config>::AccountId>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type AccountStore = Pallet<Runtime>
 
type AccountStore = Pallet<Runtime>
§type DustRemoval = HandleFees<TreasuryAccount, Pallet<Runtime>>
 
type DustRemoval = HandleFees<TreasuryAccount, Pallet<Runtime>>
§type ExistentialDeposit = ExistentialDeposit
 
type ExistentialDeposit = ExistentialDeposit
§type FreezeIdentifier = ()
 
type FreezeIdentifier = ()
§type MaxFreezes = ConstU32<0>
 
type MaxFreezes = ConstU32<0>
§type MaxLocks = MaxLocks
 
type MaxLocks = MaxLocks
§type MaxReserves = ConstU32<5>
 
type MaxReserves = ConstU32<5>
§type ReserveIdentifier = [u8; 8]
 
type ReserveIdentifier = [u8; 8]
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type RuntimeFreezeReason = ()
 
type RuntimeFreezeReason = ()
§type RuntimeHoldReason = RuntimeHoldReason
 
type RuntimeHoldReason = RuntimeHoldReason
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type FullIdentification = ValidatorFullIdentification
 
type FullIdentification = ValidatorFullIdentification
§type FullIdentificationOf = FullIdentificationOfImpl
 
type FullIdentificationOf = FullIdentificationOfImpl
source§impl Config for Runtime
 
impl Config for Runtime
type Currency = Pallet<Runtime>
§type GetCurrentEpochIndex = GetCurrentEpochIndex<Runtime>
 
type GetCurrentEpochIndex = GetCurrentEpochIndex<Runtime>
§type MaxRequests = ConstU32<100>
 
type MaxRequests = ConstU32<100>
§type OnFilledRandomness = ()
 
type OnFilledRandomness = ()
§type OnUnbalanced = HandleFees<TreasuryAccount, Pallet<Runtime>>
 
type OnUnbalanced = HandleFees<TreasuryAccount, Pallet<Runtime>>
§type ParentBlockRandomness = ParentBlockRandomness<Runtime>
 
type ParentBlockRandomness = ParentBlockRandomness<Runtime>
§type RandomnessFromOneEpochAgo = RandomnessFromOneEpochAgo<Runtime>
 
type RandomnessFromOneEpochAgo = RandomnessFromOneEpochAgo<Runtime>
§type RequestPrice = ConstU64<2000>
 
type RequestPrice = ConstU64<2000>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type BenchmarkSetupHandler = BenchmarkSetupHandler<Runtime>
 
type BenchmarkSetupHandler = BenchmarkSetupHandler<Runtime>
§type CheckMembershipOpAllowed = Pallet<Runtime>
 
type CheckMembershipOpAllowed = Pallet<Runtime>
§type MembershipPeriod = MembershipPeriod
 
type MembershipPeriod = MembershipPeriod
§type MembershipRenewalPeriod = MembershipRenewalPeriod
 
type MembershipRenewalPeriod = MembershipRenewalPeriod
§type OnNewMembership = OnNewMembershipHandler<Runtime>
 
type OnNewMembership = OnNewMembershipHandler<Runtime>
§type OnRemoveMembership = OnRemoveMembershipHandler<Runtime>
 
type OnRemoveMembership = OnRemoveMembershipHandler<Runtime>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type IdtyIdOfAuthorityId = ConvertInto
 
type IdtyIdOfAuthorityId = ConvertInto
§type IsWoTMember = IsWoTMemberProvider<Runtime>
 
type IsWoTMember = IsWoTMemberProvider<Runtime>
§type MaxByIssuer = SmithMaxByIssuer
 
type MaxByIssuer = SmithMaxByIssuer
§type MinCertForMembership = SmithWotMinCertForMembership
 
type MinCertForMembership = SmithWotMinCertForMembership
type OnSmithDelete = OnSmithDeletedHandler<Runtime>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type SmithInactivityMaxDuration = SmithInactivityMaxDuration
 
type SmithInactivityMaxDuration = SmithInactivityMaxDuration
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl Config for Runtime
 
impl Config for Runtime
§type Consideration = ()
 
type Consideration = ()
§type ManagerOrigin = EnsureRoot<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>
 
type ManagerOrigin = EnsureRoot<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>
§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
§type WeightInfo = WeightInfo<Runtime>
 
type WeightInfo = WeightInfo<Runtime>
source§impl CoreV5<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl CoreV5<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§fn execute_block(block: Block)
 
fn execute_block(block: Block)
source§fn initialize_block(
    header: &<Block as BlockT>::Header,
) -> ExtrinsicInclusionMode
 
fn initialize_block( header: &<Block as BlockT>::Header, ) -> ExtrinsicInclusionMode
source§impl GenesisBuilderV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl GenesisBuilderV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§fn build_state(config: Vec<u8>) -> Result
 
fn build_state(config: Vec<u8>) -> Result
RuntimeGenesisConfig from a JSON blob not using any defaults and store it in the
storage. Read moresource§fn preset_names() -> Vec<PresetId>
 
fn preset_names() -> Vec<PresetId>
RuntimeGenesisConfig presets. Read moresource§impl GetRuntimeBlockType for Runtime
 
impl GetRuntimeBlockType for Runtime
§type RuntimeBlock = <Runtime as Config>::Block
 
type RuntimeBlock = <Runtime as Config>::Block
RuntimeBlock type.source§impl GrandpaApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl GrandpaApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§fn current_set_id() -> SetId
 
fn current_set_id() -> SetId
source§fn submit_report_equivocation_unsigned_extrinsic(
    _equivocation_proof: EquivocationProof<<Block as BlockT>::Hash, NumberFor<Block>>,
    _key_owner_proof: OpaqueKeyOwnershipProof,
) -> Option<()>
 
fn submit_report_equivocation_unsigned_extrinsic( _equivocation_proof: EquivocationProof<<Block as BlockT>::Hash, NumberFor<Block>>, _key_owner_proof: OpaqueKeyOwnershipProof, ) -> Option<()>
generate_key_ownership_proof). The
extrinsic will be unsigned and should only be accepted for local
authorship (not to be broadcast to the network). This method returns
None when creation of the extrinsic fails, e.g. if equivocation
reporting is disabled for the given runtime (i.e. this method is
hardcoded to return None). Only useful in an offchain context.source§fn generate_key_ownership_proof(
    _set_id: SetId,
    _authority_id: GrandpaId,
) -> Option<OpaqueKeyOwnershipProof>
 
fn generate_key_ownership_proof( _set_id: SetId, _authority_id: GrandpaId, ) -> Option<OpaqueKeyOwnershipProof>
set_id as parameter the current
implementations ignore this parameter and instead rely on this
method being called at the correct block height, i.e. any point at
which the given set id is live on-chain. Future implementations will
instead use indexed data through an offchain worker, not requiring
older states to be available.source§impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime
 
impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime
source§fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool
 
fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool
source§impl MetadataV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl MetadataV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§impl OffchainWorkerApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl OffchainWorkerApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§fn offchain_worker(header: &<Block as BlockT>::Header)
 
fn offchain_worker(header: &<Block as BlockT>::Header)
source§impl PartialEq for Runtime
 
impl PartialEq for Runtime
source§impl<C> SendTransactionTypes<C> for Runtimewhere
    RuntimeCall: From<C>,
 
impl<C> SendTransactionTypes<C> for Runtimewhere
    RuntimeCall: From<C>,
§type Extrinsic = UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>
 
type Extrinsic = UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>
§type OverarchingCall = RuntimeCall
 
type OverarchingCall = RuntimeCall
source§impl SessionKeysV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl SessionKeysV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§impl TaggedTransactionQueueV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
 
impl TaggedTransactionQueueV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>> for Runtime
source§impl TransactionPaymentApiV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u64> for Runtime
 
impl TransactionPaymentApiV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u64> for Runtime
fn query_info( uxt: <Block as BlockT>::Extrinsic, len: u32, ) -> RuntimeDispatchInfo<Balance>
fn query_fee_details( uxt: <Block as BlockT>::Extrinsic, len: u32, ) -> FeeDetails<Balance>
fn query_weight_to_fee(weight: Weight) -> Balance
fn query_length_to_fee(length: u32) -> Balance
source§impl ValidateUnsigned for Runtime
 
impl ValidateUnsigned for Runtime
§type Call = RuntimeCall
 
type Call = RuntimeCall
source§fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>
 
fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>
source§fn validate_unsigned(
    source: TransactionSource,
    call: &Self::Call,
) -> TransactionValidity
 
fn validate_unsigned( source: TransactionSource, call: &Self::Call, ) -> TransactionValidity
impl Config for Runtime
impl Config for Runtime
impl Copy for Runtime
impl Eq for Runtime
impl StructuralPartialEq for Runtime
Auto Trait Implementations§
impl Freeze for Runtime
impl RefUnwindSafe for Runtime
impl Send for Runtime
impl Sync for Runtime
impl Unpin for Runtime
impl UnwindSafe for Runtime
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
§impl<T> CheckedConversion for T
 
impl<T> CheckedConversion for T
§fn checked_from<T>(t: T) -> Option<Self>where
    Self: TryFrom<T>,
 
fn checked_from<T>(t: T) -> Option<Self>where
    Self: TryFrom<T>,
§fn checked_into<T>(self) -> Option<T>where
    Self: TryInto<T>,
 
fn checked_into<T>(self) -> Option<T>where
    Self: TryInto<T>,
source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)§impl<T> Conv for T
 
impl<T> Conv for T
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
§impl<T> FmtForward for T
 
impl<T> FmtForward for T
§fn fmt_binary(self) -> FmtBinary<Self>where
    Self: Binary,
 
fn fmt_binary(self) -> FmtBinary<Self>where
    Self: Binary,
self to use its Binary implementation when Debug-formatted.§fn fmt_display(self) -> FmtDisplay<Self>where
    Self: Display,
 
fn fmt_display(self) -> FmtDisplay<Self>where
    Self: Display,
self to use its Display implementation when
Debug-formatted.§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
    Self: LowerExp,
 
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
    Self: LowerExp,
self to use its LowerExp implementation when
Debug-formatted.§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
    Self: LowerHex,
 
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
    Self: LowerHex,
self to use its LowerHex implementation when
Debug-formatted.§fn fmt_octal(self) -> FmtOctal<Self>where
    Self: Octal,
 
fn fmt_octal(self) -> FmtOctal<Self>where
    Self: Octal,
self to use its Octal implementation when Debug-formatted.§fn fmt_pointer(self) -> FmtPointer<Self>where
    Self: Pointer,
 
fn fmt_pointer(self) -> FmtPointer<Self>where
    Self: Pointer,
self to use its Pointer implementation when
Debug-formatted.§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
    Self: UpperExp,
 
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
    Self: UpperExp,
self to use its UpperExp implementation when
Debug-formatted.§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
    Self: UpperHex,
 
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
    Self: UpperHex,
self to use its UpperHex implementation when
Debug-formatted.§fn fmt_list(self) -> FmtList<Self>where
    &'a Self: for<'a> IntoIterator,
 
fn fmt_list(self) -> FmtList<Self>where
    &'a Self: for<'a> IntoIterator,
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> IsType<T> for T
 
impl<T> IsType<T> for T
§impl<T, Outer> IsWrappedBy<Outer> for T
 
impl<T, Outer> IsWrappedBy<Outer> for T
§impl<T> Pipe for Twhere
    T: ?Sized,
 
impl<T> Pipe for Twhere
    T: ?Sized,
§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
    Self: Sized,
 
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
    Self: Sized,
§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
    R: 'a,
 
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
    R: 'a,
self and passes that borrow into the pipe function. Read more§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
    R: 'a,
 
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
    R: 'a,
self and passes that borrow into the pipe function. Read more§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
 
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
§fn pipe_borrow_mut<'a, B, R>(
    &'a mut self,
    func: impl FnOnce(&'a mut B) -> R,
) -> R
 
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
 
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self, then passes self.as_ref() into the pipe function.§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
 
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self, then passes self.as_mut() into the pipe
function.§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
 
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self, then passes self.deref() into the pipe function.§impl<T> Pointable for T
 
impl<T> Pointable for T
§impl<T> SaturatedConversion for T
 
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
    Self: UniqueSaturatedFrom<T>,
 
fn saturated_from<T>(t: T) -> Selfwhere
    Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
    Self: UniqueSaturatedInto<T>,
 
fn saturated_into<T>(self) -> Twhere
    Self: UniqueSaturatedInto<T>,
T. Read more§impl<SS, SP> SupersetOf<SS> for SPwhere
    SS: SubsetOf<SP>,
 
impl<SS, SP> SupersetOf<SS> for SPwhere
    SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
 
fn to_subset(&self) -> Option<SS>
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
 
fn is_in_subset(&self) -> bool
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
 
fn to_subset_unchecked(&self) -> SS
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
 
fn from_subset(element: &SS) -> SP
self to the equivalent element of its superset.§impl<T> Tap for T
 
impl<T> Tap for T
§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
 
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B> of a value. Read more§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
 
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B> of a value. Read more§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
 
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R> view of a value. Read more§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
 
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R> view of a value. Read more§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
 
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target of a value. Read more§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
 
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target of a value. Read more§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
 
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap() only in debug builds, and is erased in release builds.§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
 
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut() only in debug builds, and is erased in release
builds.§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
 
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow() only in debug builds, and is erased in release
builds.§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
 
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut() only in debug builds, and is erased in release
builds.§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
 
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref() only in debug builds, and is erased in release
builds.§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
 
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut() only in debug builds, and is erased in release
builds.§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
 
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref() only in debug builds, and is erased in release
builds.§impl<T> TryConv for T
 
impl<T> TryConv for T
§impl<T, U> TryIntoKey<U> for Twhere
    U: TryFromKey<T>,
 
impl<T, U> TryIntoKey<U> for Twhere
    U: TryFromKey<T>,
type Error = <U as TryFromKey<T>>::Error
fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>
§impl<S, T> UncheckedInto<T> for Swhere
    T: UncheckedFrom<S>,
 
impl<S, T> UncheckedInto<T> for Swhere
    T: UncheckedFrom<S>,
§fn unchecked_into(self) -> T
 
fn unchecked_into(self) -> T
unchecked_from.§impl<T, S> UniqueSaturatedInto<T> for S
 
impl<T, S> UniqueSaturatedInto<T> for S
§fn unique_saturated_into(self) -> T
 
fn unique_saturated_into(self) -> T
T.