pub struct SubstrateWeight<T>(/* private fields */);
Expand description
Weights for pallet_subspace using the Substrate node and recommended hardware.
Trait Implementations§
source§impl<T: Config> WeightInfo for SubstrateWeight<T>
impl<T: Config> WeightInfo for SubstrateWeight<T>
source§fn store_segment_headers(x: u32) -> Weight
fn store_segment_headers(x: u32) -> Weight
Storage: Subspace::DidProcessSegmentHeaders
(r:1 w:1)
Proof: Subspace::DidProcessSegmentHeaders
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: Subspace::SegmentCommitment
(r:20 w:20)
Proof: Subspace::SegmentCommitment
(max_values
: None, max_size
: None, mode: Measured
)
Storage: Subspace::CounterForSegmentCommitment
(r:1 w:1)
Proof: Subspace::CounterForSegmentCommitment
(max_values
: Some(1), max_size
: Some(4), added: 499, mode: MaxEncodedLen
)
Storage: System::Digest
(r:1 w:1)
Proof: System::Digest
(max_values
: Some(1), max_size
: None, mode: Measured
)
The range of component x
is [1, 20]
.
source§fn enable_solution_range_adjustment() -> Weight
fn enable_solution_range_adjustment() -> Weight
Storage: Subspace::ShouldAdjustSolutionRange
(r:1 w:1)
Proof: Subspace::ShouldAdjustSolutionRange
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: Subspace::SolutionRanges
(r:1 w:1)
Proof: Subspace::SolutionRanges
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: System::Digest
(r:1 w:1)
Proof: System::Digest
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: Subspace::NextSolutionRangeOverride
(r:0 w:1)
Proof: Subspace::NextSolutionRangeOverride
(max_values
: Some(1), max_size
: None, mode: Measured
)
source§fn vote() -> Weight
fn vote() -> Weight
Storage: Subspace::BlockList
(r:1 w:0)
Proof: Subspace::BlockList
(max_values
: None, max_size
: None, mode: Measured
)
source§fn enable_rewards_at() -> Weight
fn enable_rewards_at() -> Weight
Storage: Subspace::EnableRewards
(r:1 w:1)
Proof: Subspace::EnableRewards
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: Subspace::RootPlotPublicKey
(r:1 w:0)
Proof: Subspace::RootPlotPublicKey
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: System::Digest
(r:1 w:1)
Proof: System::Digest
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: Subspace::AllowAuthoringByAnyone
(r:0 w:1)
Proof: Subspace::AllowAuthoringByAnyone
(max_values
: Some(1), max_size
: None, mode: Measured
)
source§fn set_pot_slot_iterations() -> Weight
fn set_pot_slot_iterations() -> Weight
Storage: Subspace::PotSlotIterations
(r:1 w:0)
Proof: Subspace::PotSlotIterations
(max_values
: Some(1), max_size
: None, mode: Measured
)
Storage: Subspace::PotSlotIterationsUpdate
(r:1 w:1)
Proof: Subspace::PotSlotIterationsUpdate
(max_values
: Some(1), max_size
: None, mode: Measured
)
Auto Trait Implementations§
impl<T> Freeze for SubstrateWeight<T>
impl<T> RefUnwindSafe for SubstrateWeight<T>where
T: RefUnwindSafe,
impl<T> Send for SubstrateWeight<T>where
T: Send,
impl<T> Sync for SubstrateWeight<T>where
T: Sync,
impl<T> Unpin for SubstrateWeight<T>where
T: Unpin,
impl<T> UnwindSafe for SubstrateWeight<T>where
T: UnwindSafe,
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>,
§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> 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<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
.