pub trait TypedGet {
    type Type;

    fn get() -> Self::Type;
}
Expand description

A trait for querying a single value from a type defined in the trait.

It is not required that the value is constant.

Required Associated Types§

The type which is returned.

Required Methods§

Return the current value.

Implementations on Foreign Types§

Implementors§

impl TypedGet for BlockHashCount

impl TypedGet for Version

impl TypedGet for RuntimeBlockLength

impl TypedGet for SS58Prefix

impl TypedGet for RuntimeBlockWeights

impl TypedGet for CollectionDeposit

impl TypedGet for ItemDeposit

impl TypedGet for KeyLimit

impl TypedGet for ValueLimit

impl TypedGet for MetadataDepositBase

impl TypedGet for DepositPerByte

impl TypedGet for AttributeDepositBase

impl TypedGet for BasicDeposit

impl TypedGet for FieldDeposit

impl TypedGet for SubAccountDeposit

impl TypedGet for MaxAdditionalFields

impl TypedGet for MaxRegistrars

impl TypedGet for MaxSubAccounts

impl TypedGet for MaxMembers

impl TypedGet for MinContribution

impl TypedGet for FundThreshold

impl TypedGet for MaxFundContribution

impl TypedGet for MaxInvestorPerHouse

impl TypedGet for HousingFundPalletId

impl TypedGet for ReserveCollectionIdUpTo

impl TypedGet for Delay

impl TypedGet for CheckDelay

impl TypedGet for InvestorVoteAmount

impl TypedGet for CheckPeriod

impl TypedGet for CouncilMotionDuration

impl TypedGet for CouncilMaxProposals

impl TypedGet for CouncilMaxMembers

impl TypedGet for ProposalBond

impl TypedGet for ProposalBondMinimum

impl TypedGet for SpendPeriod

impl TypedGet for Burn

impl TypedGet for TipCountdown

impl TypedGet for TipFindersFee

impl TypedGet for TipReportDepositBase

impl TypedGet for DataDepositPerByte

impl TypedGet for TreasuryPalletId

impl TypedGet for MaximumReasonLength

impl TypedGet for MaxApprovals

impl TypedGet for PreimageMaxSize

impl TypedGet for PreimageBaseDeposit

impl TypedGet for PreimageByteDeposit

impl TypedGet for MaximumSchedulerWeight

impl TypedGet for NoPreimagePostponement

impl TypedGet for LaunchPeriod

impl TypedGet for VotingPeriod

impl TypedGet for FastTrackVotingPeriod

impl TypedGet for MinimumDeposit

impl TypedGet for EnactmentPeriod

impl TypedGet for CooloffPeriod

impl TypedGet for MaxProposals

impl TypedGet for ProposalFee

impl TypedGet for SlashedFee

impl TypedGet for FeesAccount

impl TypedGet for AssetsFees

impl TypedGet for AssetDeposit

impl TypedGet for ApprovalDeposit

impl TypedGet for MetadataDepositPerByte

impl TypedGet for StringLimit

impl TypedGet for SimultaneousAssetBidder

impl TypedGet for MaxTriesBid

impl TypedGet for MaxTriesAseemblingInvestor

impl TypedGet for MaximumSharePerInvestor

impl TypedGet for MinimumSharePerInvestor

impl TypedGet for NewAssetScanPeriod

impl TypedGet for JudgementFee

impl TypedGet for GuarantyCoefficient

impl TypedGet for RoR

impl TypedGet for RentCheckPeriod

impl TypedGet for ContractLength

impl TypedGet for Lease

impl TypedGet for Maintenance

impl TypedGet for IncentivePercentage

impl TypedGet for MaxRemarkLength

impl TypedGet for CancelBufferBlockLength

impl TypedGet for MaxScheduledTaskListLength