referrerpolicy=no-referrer-when-downgrade

Trait polkadot_service::runtime_traits::TypedGet

pub trait TypedGet {
    type Type;

    // Required method
    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§

type Type

The type which is returned.

Required Methods§

fn get() -> Self::Type

Return the current value.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TypedGet for BlockExecutionWeight

source§

impl TypedGet for ExtrinsicBaseWeight

source§

impl TypedGet for ParityDbWeight

source§

impl TypedGet for RocksDbWeight

source§

impl TypedGet for BagThresholds

§

type Type = &'static [u64]

source§

fn get() -> &'static [u64]

source§

impl TypedGet for NextVoteWeight

§

type Type = u64

source§

fn get() -> u64

source§

impl TypedGet for NextVoteWeightMap

source§

impl TypedGet for TestMaxServiceWeight

source§

impl TypedGet for Admin

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for BondedBalanceMap

source§

impl TypedGet for BondingDuration

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for CheckLevel

§

type Type = u8

source§

fn get() -> u8

source§

impl TypedGet for CurrentEra

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for ExistentialDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for MaxMetadataLen

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxUnbonding

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MinJoinBondConfig

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for Nominations

source§

impl TypedGet for PoolsPalletId

source§

impl TypedGet for PostUnbondingPoolsWindow

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for StakingMinBond

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for UnbondingBalanceMap

source§

impl TypedGet for BondingDuration

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for SessionsPerEra

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for CurrentXcmVersion

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for AdjustmentVariable

source§

impl TypedGet for BlockHashCount

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BlockLength

source§

impl TypedGet for MaximumMultiplier

source§

impl TypedGet for MinimumMultiplier

source§

impl TypedGet for TargetBlockFullness

source§

impl TypedGet for AlarmInterval

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxBalance

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for SubmissionDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for UndecidingTimeout

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for VoteLockingPeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BalanceTransferAllowDeath

source§

impl TypedGet for BalanceUnreserveWeight

source§

impl TypedGet for CouncilPalletName

§

type Type = &'static str

source§

fn get() -> &'static str

source§

impl TypedGet for DemocracyPalletName

§

type Type = &'static str

source§

fn get() -> &'static str

source§

impl TypedGet for PhragmenElectionPalletId

§

type Type = [u8; 8]

source§

fn get() -> [u8; 8]

source§

impl TypedGet for PhragmenElectionPalletName

§

type Type = &'static str

source§

fn get() -> &'static str

source§

impl TypedGet for TechnicalCommitteePalletName

§

type Type = &'static str

source§

fn get() -> &'static str

source§

impl TypedGet for TechnicalMembershipPalletName

§

type Type = &'static str

source§

fn get() -> &'static str

source§

impl TypedGet for TipsPalletName

§

type Type = &'static str

source§

fn get() -> &'static str

source§

impl TypedGet for AnnouncementDepositBase

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for AnnouncementDepositFactor

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for BasicDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for BeefySetIdSessionEntries

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BlockWeights

source§

impl TypedGet for BondingDuration

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BountyDepositBase

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for BountyDepositPayoutDelay

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BountyUpdatePeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BountyValueMinimum

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for BrokerId

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BrokerPalletId

source§

impl TypedGet for Burn

source§

impl TypedGet for ByteDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for ChildBountyValueMinimum

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for ConfigDepositBase

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for CrowdloanId

source§

impl TypedGet for CuratorDepositMax

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for CuratorDepositMin

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for CuratorDepositMultiplier

source§

impl TypedGet for DataDepositPerByte

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for DepositBase

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for DepositFactor

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for EndingPeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for ExistentialDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for ExpectedBlockTime

§

type Type = u64

source§

fn get() -> u64

source§

impl TypedGet for FriendDepositFactor

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for HrmpChannelSizeAndCapacityWithSystemRatio

source§

impl TypedGet for IndexDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for IntakePeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for LeafVersion

source§

impl TypedGet for LeasePeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxActiveChildBountyCount

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxAdditionalFields

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxApprovals

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxAuthorities

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxBalance

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for MaxFriends

§

type Type = u16

source§

fn get() -> u16

source§

impl TypedGet for MaxHistoricalRevenue

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxIntakeWeight

source§

impl TypedGet for MaxKeys

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxLocks

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxMemoLength

§

type Type = u8

source§

fn get() -> u8

source§

impl TypedGet for MaxPeerInHeartbeats

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxPending

§

type Type = u16

source§

fn get() -> u16

source§

impl TypedGet for MaxProxies

§

type Type = u16

source§

fn get() -> u16

source§

impl TypedGet for MaxRegistrars

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxReserves

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxScheduledPerBlock

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxSetIdSessionEntries

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxSignatories

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxSubAccounts

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxTemporarySlotPerLeasePeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaximumReasonLength

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaximumSchedulerWeight

source§

impl TypedGet for MbmServiceWeight

source§

impl TypedGet for MessageQueueHeapSize

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MessageQueueMaxStale

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MessageQueueServiceWeight

source§

impl TypedGet for MigController

source§

impl TypedGet for MigrationMaxKeyLen

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MigrationSignedDepositBase

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for MigrationSignedDepositPerItem

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for MinContribution

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for MinReceipt

source§

impl TypedGet for MinVestedTransfer

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for MinimumPeriod

§

type Type = u64

source§

fn get() -> u64

source§

impl TypedGet for NisBasePeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for NisPalletId

source§

impl TypedGet for NoPreimagePostponement

source§

impl TypedGet for OffchainSolutionLengthLimit

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for OffchainSolutionWeightLimit

source§

impl TypedGet for OnDemandPalletId

source§

impl TypedGet for OnDemandTrafficDefaultValue

source§

impl TypedGet for OperationalFeeMultiplier

§

type Type = u8

source§

fn get() -> u8

source§

impl TypedGet for ParaDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for ParasUnsignedPriority

§

type Type = u64

source§

fn get() -> u64

source§

impl TypedGet for PayoutSpendPeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for PermanentSlotLeasePeriodLength

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for Prefix

§

type Type = &'static [u8]

source§

fn get() -> &'static [u8]

source§

impl TypedGet for PreimageHoldReason

source§

impl TypedGet for ProxyDepositBase

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for ProxyDepositFactor

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for RecoveryDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for RemoveKeysLimit

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for ReportLongevity

§

type Type = u64

source§

fn get() -> u64

source§

impl TypedGet for SS58Prefix

§

type Type = u8

source§

fn get() -> u8

source§

impl TypedGet for SampleLength

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for SessionsPerEra

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for SocietyPalletId

source§

impl TypedGet for SpendPeriod

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for SubAccountDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for SubmissionDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for TemporarySlotLeasePeriodLength

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for ThawThrottle

source§

impl TypedGet for TipCountdown

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for TipFindersFee

source§

impl TypedGet for TipReportDepositBase

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for TransactionByteFee

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for TreasuryInteriorLocation

source§

impl TypedGet for TreasuryPalletId

source§

impl TypedGet for UnvestedFundsAllowedWithdrawReasons

source§

impl TypedGet for UsernameDeposit

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for Version

source§

impl TypedGet for AssetHub

source§

impl TypedGet for BaseDeliveryFee

§

type Type = u128

source§

fn get() -> u128

source§

impl TypedGet for BaseXcmWeight

source§

impl TypedGet for BridgeHub

source§

impl TypedGet for Broker

source§

impl TypedGet for CheckAccount

source§

impl TypedGet for CollectiveBodyId

source§

impl TypedGet for Contracts

source§

impl TypedGet for Encointer

source§

impl TypedGet for FeeAssetId

source§

impl TypedGet for FellowsBodyId

source§

impl TypedGet for LocalCheckAccount

source§

impl TypedGet for MaxAssetsIntoHolding

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxInstructions

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for People

source§

impl TypedGet for Roc

source§

impl TypedGet for RocForAssetHub

source§

impl TypedGet for RocForBridgeHub

source§

impl TypedGet for RocForBroker

source§

impl TypedGet for RocForContracts

source§

impl TypedGet for RocForEncointer

source§

impl TypedGet for RocForPeople

source§

impl TypedGet for RocForTick

source§

impl TypedGet for RocForTrack

source§

impl TypedGet for RocForTrick

source§

impl TypedGet for RootLocation

source§

impl TypedGet for StakingAdminBodyId

source§

impl TypedGet for ThisNetwork

source§

impl TypedGet for Tick

source§

impl TypedGet for TokenLocation

source§

impl TypedGet for Track

source§

impl TypedGet for TreasuryAccount

source§

impl TypedGet for Trick

source§

impl TypedGet for UniversalLocation

source§

impl TypedGet for EpochDurationInBlocks

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for BlockExecutionWeight

source§

impl TypedGet for ExtrinsicBaseWeight

source§

impl TypedGet for ParityDbWeight

source§

impl TypedGet for RocksDbWeight

source§

impl TypedGet for MaxDispatchErrorLen

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxPalletNameLen

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxPalletsInfo

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxPalletNameLen

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxPalletsInfo

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxPalletNameLen

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for MaxPalletsInfo

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for LockedAssets

source§

impl TypedGet for MaxAssetsIntoHolding

§

type Type = u32

source§

fn get() -> u32

source§

impl TypedGet for SubscriptionRequests

source§

impl TypedGet for TrappedAssets

source§

impl TypedGet for BlockExecutionWeight

source§

impl TypedGet for ExtrinsicBaseWeight

source§

impl TypedGet for ParityDbWeight

source§

impl TypedGet for RocksDbWeight

§

impl TypedGet for AlarmInterval

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for AnnouncementDepositBase

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for AnnouncementDepositFactor

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for AssetHub

§

impl TypedGet for BagThresholds

§

type Type = &'static [u64]

§

fn get() -> &'static [u64]

§

impl TypedGet for BaseDeliveryFee

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for BasicDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for BeefySetIdSessionEntries

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for BlockWeights

§

impl TypedGet for BondingDuration

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for BridgeHub

§

impl TypedGet for Broker

§

impl TypedGet for BrokerId

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for BrokerPalletId

§

impl TypedGet for Burn

§

type Type = Permill

§

fn get() -> Permill

§

impl TypedGet for ByteDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for CheckAccount

§

impl TypedGet for Collectives

§

impl TypedGet for ConfigDepositBase

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for CrowdloanId

§

impl TypedGet for DataDepositPerByte

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for DelegatedStakingPalletId

§

impl TypedGet for DepositBase

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for DepositFactor

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for ElectionBounds

§

impl TypedGet for Encointer

§

impl TypedGet for EndingPeriod

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for EpochDuration

§

type Type = u64

§

fn get() -> u64

§

impl TypedGet for ExistentialDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for ExpectedBlockTime

§

type Type = u64

§

fn get() -> u64

§

impl TypedGet for FeeAssetId

§

type Type = AssetId

§

fn get() -> AssetId

§

impl TypedGet for FellowsBodyId

§

type Type = BodyId

§

fn get() -> BodyId

§

impl TypedGet for FellowshipAdminBodyId

§

type Type = BodyId

§

fn get() -> BodyId

§

impl TypedGet for FriendDepositFactor

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for GeneralAdminBodyId

§

type Type = BodyId

§

fn get() -> BodyId

§

impl TypedGet for HrmpChannelSizeAndCapacityWithSystemRatio

§

type Type = Percent

§

fn get() -> Percent

§

impl TypedGet for IndexDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for LeafVersion

§

impl TypedGet for LeasePeriod

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for LocalCheckAccount

§

impl TypedGet for MaxActiveValidators

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxAdditionalFields

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxAgentsToMigrate

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxApprovals

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxAssetsIntoHolding

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxAuthorities

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxBalance

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for MaxBalance

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for MaxControllersInDeprecationBatch

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxElectingVoters

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxExposurePageSize

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxFriends

§

type Type = u16

§

fn get() -> u16

§

impl TypedGet for MaxHistoricalRevenue

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxInstructions

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxKeys

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxLocks

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxMemoLength

§

type Type = u8

§

fn get() -> u8

§

impl TypedGet for MaxNominations

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxNominators

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxPeerInHeartbeats

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxPending

§

type Type = u16

§

fn get() -> u16

§

impl TypedGet for MaxPointsToBalance

§

type Type = u8

§

fn get() -> u8

§

impl TypedGet for MaxProxies

§

type Type = u16

§

fn get() -> u16

§

impl TypedGet for MaxRegistrars

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxReserves

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxScheduledPerBlock

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxSetIdSessionEntries

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxSignatories

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxSubAccounts

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaxTemporarySlotPerLeasePeriod

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MaximumSchedulerWeight

§

type Type = Weight

§

fn get() -> Weight

§

impl TypedGet for MbmServiceWeight

§

type Type = Weight

§

fn get() -> Weight

§

impl TypedGet for MessageQueueHeapSize

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MessageQueueMaxStale

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MessageQueueServiceWeight

§

type Type = Weight

§

fn get() -> Weight

§

impl TypedGet for MigrationMaxKeyLen

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for MigrationSignedDepositBase

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for MigrationSignedDepositPerItem

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for MinContribution

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for MinVestedTransfer

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for MinimumPeriod

§

type Type = u64

§

fn get() -> u64

§

impl TypedGet for NoPreimagePostponement

§

type Type = Option<u32>

§

fn get() -> Option<u32>

§

impl TypedGet for NposSolutionPriority

§

type Type = u64

§

fn get() -> u64

§

impl TypedGet for OffchainRepeat

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for OffchainSolutionLengthLimit

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for OffchainSolutionWeightLimit

§

type Type = Weight

§

fn get() -> Weight

§

impl TypedGet for Offset

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for OnDemandPalletId

§

impl TypedGet for OnDemandTrafficDefaultValue

§

impl TypedGet for OperationalFeeMultiplier

§

type Type = u8

§

fn get() -> u8

§

impl TypedGet for ParaDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for ParasUnsignedPriority

§

type Type = u64

§

fn get() -> u64

§

impl TypedGet for PayoutSpendPeriod

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for People

§

impl TypedGet for Period

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for PermanentSlotLeasePeriodLength

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for PoolsPalletId

§

impl TypedGet for PreimageBaseDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for PreimageByteDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for PreimageHoldReason

§

type Type = RuntimeHoldReason

§

fn get() -> RuntimeHoldReason

§

impl TypedGet for ProxyDepositBase

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for ProxyDepositFactor

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for RecoveryDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for RegistrarDataDepositPerByte

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for RemoveKeysLimit

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for ReportLongevity

§

type Type = u64

§

fn get() -> u64

§

impl TypedGet for RootLocation

§

impl TypedGet for SS58Prefix

§

type Type = u8

§

fn get() -> u8

§

impl TypedGet for SampleLength

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for SessionsPerEra

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for SignedDepositByte

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for SignedDepositIncreaseFactor

§

type Type = Percent

§

fn get() -> Percent

§

impl TypedGet for SignedFixedDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for SignedMaxRefunds

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for SignedMaxSubmissions

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for SignedPhase

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for SignedRewardBase

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for SlashDeferDuration

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for SlashRewardFraction

§

type Type = Perbill

§

fn get() -> Perbill

§

impl TypedGet for SpendPeriod

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for StakingAdminBodyId

§

type Type = BodyId

§

fn get() -> BodyId

§

impl TypedGet for SubAccountDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for SubmissionDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for SubmissionDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for TemporarySlotLeasePeriodLength

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for ThisNetwork

§

impl TypedGet for TipCountdown

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for TipFindersFee

§

type Type = Percent

§

fn get() -> Percent

§

impl TypedGet for TipReportDepositBase

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for TokenLocation

§

impl TypedGet for TransactionByteFee

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for TreasurerBodyId

§

type Type = BodyId

§

fn get() -> BodyId

§

impl TypedGet for TreasuryAccount

§

impl TypedGet for TreasuryInteriorLocation

§

impl TypedGet for TreasuryPalletId

§

impl TypedGet for UndecidingTimeout

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for UniversalLocation

§

impl TypedGet for UnsignedPhase

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for UnvestedFundsAllowedWithdrawReasons

§

impl TypedGet for UsernameDeposit

§

type Type = u128

§

fn get() -> u128

§

impl TypedGet for Version

§

impl TypedGet for VoteLockingPeriod

§

type Type = u32

§

fn get() -> u32

§

impl TypedGet for Wnd

§

impl TypedGet for WndForAssetHub

§

impl TypedGet for WndForBridgeHub

§

impl TypedGet for WndForBroker

§

impl TypedGet for WndForCollectives

§

impl TypedGet for WndForEncointer

§

impl TypedGet for WndForPeople

source§

impl<R> TypedGet for TreasuryAccountId<R>
where R: Config,

Implementors§

§

impl<const N: i128> TypedGet for ConstInt<N>

§

type Type = i128

§

impl<const N: u128> TypedGet for ConstUint<N>

§

type Type = u128

§

impl<const T: bool> TypedGet for ConstBool<T>

§

type Type = bool

§

impl<const T: i8> TypedGet for ConstI8<T>

§

type Type = i8

§

impl<const T: i16> TypedGet for ConstI16<T>

§

type Type = i16

§

impl<const T: i32> TypedGet for ConstI32<T>

§

type Type = i32

§

impl<const T: i64> TypedGet for ConstI64<T>

§

type Type = i64

§

impl<const T: i128> TypedGet for ConstI128<T>

§

type Type = i128

§

impl<const T: u8> TypedGet for ConstU8<T>

§

type Type = u8

§

impl<const T: u16> TypedGet for ConstU16<T>

§

type Type = u16

§

impl<const T: u32> TypedGet for ConstU32<T>

§

type Type = u32

§

impl<const T: u64> TypedGet for ConstU64<T>

§

type Type = u64

§

impl<const T: u128> TypedGet for ConstU128<T>

§

type Type = u128