pub struct InherentDataProvider { /* private fields */ }Expand description
Provides the slot duration inherent data for BABE.
Implementations§
Source§impl InherentDataProvider
impl InherentDataProvider
Sourcepub fn new(slot: InherentType) -> Self
pub fn new(slot: InherentType) -> Self
Create new inherent data provider from the given slot.
Sourcepub fn from_timestamp_and_slot_duration(
timestamp: Timestamp,
slot_duration: SlotDuration,
) -> Self
pub fn from_timestamp_and_slot_duration( timestamp: Timestamp, slot_duration: SlotDuration, ) -> Self
Creates the inherent data provider by calculating the slot from the given
timestamp and duration.
Sourcepub fn slot(&self) -> InherentType
pub fn slot(&self) -> InherentType
Returns the slot of this inherent data provider.
Methods from Deref<Target = InherentType>§
Sourcepub fn timestamp(&self, slot_duration: SlotDuration) -> Option<Timestamp>
pub fn timestamp(&self, slot_duration: SlotDuration) -> Option<Timestamp>
Timestamp of the start of the slot.
Returns None if would overflow for given SlotDuration.
Trait Implementations§
Source§impl Deref for InherentDataProvider
Available on crate feature std only.
impl Deref for InherentDataProvider
Available on crate feature
std only.Source§impl InherentDataProvider for InherentDataProvider
impl InherentDataProvider for InherentDataProvider
Source§fn provide_inherent_data<'life0, 'life1, 'async_trait>(
&'life0 self,
inherent_data: &'life1 mut InherentData,
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn provide_inherent_data<'life0, 'life1, 'async_trait>(
&'life0 self,
inherent_data: &'life1 mut InherentData,
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Provide inherent data that should be included in a block. Read more
Source§fn try_handle_error<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
_: &'life1 InherentIdentifier,
_: &'life2 [u8],
) -> Pin<Box<dyn Future<Output = Option<Result<(), Error>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
fn try_handle_error<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
_: &'life1 InherentIdentifier,
_: &'life2 [u8],
) -> Pin<Box<dyn Future<Output = Option<Result<(), Error>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Convert the given encoded error to a string. Read more
Source§fn create_inherent_data<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<InherentData, Error>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
fn create_inherent_data<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<InherentData, Error>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
Convenience function for creating
InherentData. Read moreAuto Trait Implementations§
impl Freeze for InherentDataProvider
impl RefUnwindSafe for InherentDataProvider
impl Send for InherentDataProvider
impl Sync for InherentDataProvider
impl Unpin for InherentDataProvider
impl UnsafeUnpin for InherentDataProvider
impl UnwindSafe for InherentDataProvider
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
Mutably borrows from an owned value. Read more
Source§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
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>
Converts
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>
Converts
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 moreSource§impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
fn into_tuple(self) -> Dest
Source§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
Source§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
Source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
Source§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T. Read moreSource§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
Source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from.Source§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
Source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T.