pub struct SubstrateWeight<T>(/* private fields */);
Expand description
Weights for pallet_emission0
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 set_weights() -> Weight
fn set_weights() -> Weight
Storage: Governance::Allocators
(r:1 w:0)
Proof: Governance::Allocators
(max_values
: None, max_size
: Some(32), added: 2507, mode: MaxEncodedLen
)
Storage: Emission0::WeightControlDelegation
(r:1 w:0)
Proof: Emission0::WeightControlDelegation
(max_values
: None, max_size
: Some(64), added: 2539, mode: MaxEncodedLen
)
Storage: Torus0::Agents
(r:2 w:0)
Proof: Torus0::Agents
(max_values
: None, max_size
: Some(857), added: 3332, mode: MaxEncodedLen
)
Storage: Governance::Whitelist
(r:2 w:0)
Proof: Governance::Whitelist
(max_values
: None, max_size
: Some(32), added: 2507, mode: MaxEncodedLen
)
Storage: Torus0::StakedBy
(r:2 w:0)
Proof: Torus0::StakedBy
(max_values
: None, max_size
: Some(80), added: 2555, mode: MaxEncodedLen
)
Storage: Torus0::MinValidatorStake
(r:1 w:0)
Proof: Torus0::MinValidatorStake
(max_values
: Some(1), max_size
: Some(16), added: 511, mode: MaxEncodedLen
)
Storage: Emission0::ConsensusMembers
(r:1 w:1)
Proof: Emission0::ConsensusMembers
(max_values
: None, max_size
: Some(4294967295), added: 2474, mode: MaxEncodedLen
)
Source§fn delegate_weight_control() -> Weight
fn delegate_weight_control() -> Weight
Storage: Torus0::Agents
(r:2 w:0)
Proof: Torus0::Agents
(max_values
: None, max_size
: Some(857), added: 3332, mode: MaxEncodedLen
)
Storage: Governance::Whitelist
(r:2 w:0)
Proof: Governance::Whitelist
(max_values
: None, max_size
: Some(32), added: 2507, mode: MaxEncodedLen
)
Storage: Governance::Allocators
(r:1 w:0)
Proof: Governance::Allocators
(max_values
: None, max_size
: Some(32), added: 2507, mode: MaxEncodedLen
)
Storage: Emission0::WeightControlDelegation
(r:0 w:1)
Proof: Emission0::WeightControlDelegation
(max_values
: None, max_size
: Some(64), added: 2539, mode: MaxEncodedLen
)
Source§fn regain_weight_control() -> Weight
fn regain_weight_control() -> Weight
Storage: Governance::Allocators
(r:1 w:0)
Proof: Governance::Allocators
(max_values
: None, max_size
: Some(32), added: 2507, mode: MaxEncodedLen
)
Storage: Emission0::WeightControlDelegation
(r:1 w:1)
Proof: Emission0::WeightControlDelegation
(max_values
: None, max_size
: Some(64), added: 2539, mode: MaxEncodedLen
)
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§
§impl<T> AnySync for T
impl<T> AnySync for T
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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<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, 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
.