Struct sc_client_api::client::BlockImportNotification [−][src]
pub struct BlockImportNotification<Block: BlockT> { pub hash: Block::Hash, pub origin: BlockOrigin, pub header: Block::Header, pub is_new_best: bool, pub tree_route: Option<Arc<TreeRoute<Block>>>, }
Summary of an imported block
Fields
hash: Block::Hash
Imported block header hash.
origin: BlockOrigin
Imported block origin.
header: Block::Header
Imported block header.
is_new_best: bool
Is this the new best block.
tree_route: Option<Arc<TreeRoute<Block>>>
Tree route from old best to new best parent.
If None
, there was no re-org while importing.
Trait Implementations
impl<Block: Clone + BlockT> Clone for BlockImportNotification<Block> where
Block::Hash: Clone,
Block::Header: Clone,
[src]
impl<Block: Clone + BlockT> Clone for BlockImportNotification<Block> where
Block::Hash: Clone,
Block::Header: Clone,
[src]fn clone(&self) -> BlockImportNotification<Block>
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl<Block: Debug + BlockT> Debug for BlockImportNotification<Block> where
Block::Hash: Debug,
Block::Header: Debug,
[src]
impl<Block: Debug + BlockT> Debug for BlockImportNotification<Block> where
Block::Hash: Debug,
Block::Header: Debug,
[src]impl<B: BlockT> TryFrom<BlockImportNotification<B>> for ChainEvent<B>
[src]
impl<B: BlockT> TryFrom<BlockImportNotification<B>> for ChainEvent<B>
[src]Auto Trait Implementations
impl<Block> RefUnwindSafe for BlockImportNotification<Block> where
<Block as Block>::Hash: RefUnwindSafe,
<Block as Block>::Header: RefUnwindSafe,
<<Block as Block>::Header as Header>::Number: RefUnwindSafe,
<Block as Block>::Hash: RefUnwindSafe,
<Block as Block>::Header: RefUnwindSafe,
<<Block as Block>::Header as Header>::Number: RefUnwindSafe,
impl<Block> Send for BlockImportNotification<Block>
impl<Block> Sync for BlockImportNotification<Block>
impl<Block> Unpin for BlockImportNotification<Block> where
<Block as Block>::Hash: Unpin,
<Block as Block>::Header: Unpin,
<Block as Block>::Hash: Unpin,
<Block as Block>::Header: Unpin,
impl<Block> UnwindSafe for BlockImportNotification<Block> where
<Block as Block>::Hash: RefUnwindSafe + UnwindSafe,
<Block as Block>::Header: UnwindSafe,
<<Block as Block>::Header as Header>::Number: RefUnwindSafe,
<Block as Block>::Hash: RefUnwindSafe + UnwindSafe,
<Block as Block>::Header: UnwindSafe,
<<Block as Block>::Header as Header>::Number: RefUnwindSafe,
Blanket Implementations
impl<T> CheckedConversion for T
[src]
impl<T> CheckedConversion for T
[src]pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>,
[src][−]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>,
[src][−]
Self: TryInto<T>,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src][−]
pub fn in_current_span(self) -> Instrumented<Self>
[src][−]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src][−]
pub fn in_current_span(self) -> Instrumented<Self>
[src][−]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<T> SaturatedConversion for T
[src]
impl<T> SaturatedConversion for T
[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
[src][−]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
[src][−]
Self: UniqueSaturatedInto<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src][−]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]pub fn unique_saturated_into(self) -> T
[src][−]
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src][−]
S: Into<Dispatch>,
pub fn with_current_subscriber(self) -> WithDispatch<Self>
[src][−]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,