Struct sc_client_db::BlockImportOperation [−][src]
pub struct BlockImportOperation<Block: BlockT> { /* fields omitted */ }
Database transaction
Trait Implementations
impl<Block: BlockT> BlockImportOperation<Block> for BlockImportOperation<Block>
[src]
impl<Block: BlockT> BlockImportOperation<Block> for BlockImportOperation<Block>
[src]type State = SyncingCachingState<RefTrackingState<Block>, Block>
Associated state backend type.
fn state(&self) -> ClientResult<Option<&Self::State>>
[src]
fn set_block_data(
&mut self,
header: Block::Header,
body: Option<Vec<Block::Extrinsic>>,
justification: Option<Justification>,
leaf_state: NewBlockState
) -> ClientResult<()>
[src]
&mut self,
header: Block::Header,
body: Option<Vec<Block::Extrinsic>>,
justification: Option<Justification>,
leaf_state: NewBlockState
) -> ClientResult<()>
fn update_cache(&mut self, _cache: HashMap<Id, Vec<u8>>)
[src]
fn update_db_storage(
&mut self,
update: PrefixedMemoryDB<HashFor<Block>>
) -> ClientResult<()>
[src]
&mut self,
update: PrefixedMemoryDB<HashFor<Block>>
) -> ClientResult<()>
fn reset_storage(&mut self, storage: Storage) -> ClientResult<Block::Hash>
[src]
fn update_changes_trie(
&mut self,
update: ChangesTrieTransaction<HashFor<Block>, NumberFor<Block>>
) -> ClientResult<()>
[src]
&mut self,
update: ChangesTrieTransaction<HashFor<Block>, NumberFor<Block>>
) -> ClientResult<()>
fn insert_aux<I>(&mut self, ops: I) -> ClientResult<()> where
I: IntoIterator<Item = (Vec<u8>, Option<Vec<u8>>)>,
[src]
I: IntoIterator<Item = (Vec<u8>, Option<Vec<u8>>)>,
fn update_storage(
&mut self,
update: StorageCollection,
child_update: ChildStorageCollection
) -> ClientResult<()>
[src]
&mut self,
update: StorageCollection,
child_update: ChildStorageCollection
) -> ClientResult<()>
fn update_offchain_storage(
&mut self,
offchain_update: OffchainChangesCollection
) -> ClientResult<()>
[src]
&mut self,
offchain_update: OffchainChangesCollection
) -> ClientResult<()>
fn mark_finalized(
&mut self,
block: BlockId<Block>,
justification: Option<Justification>
) -> ClientResult<()>
[src]
&mut self,
block: BlockId<Block>,
justification: Option<Justification>
) -> ClientResult<()>
fn mark_head(&mut self, block: BlockId<Block>) -> ClientResult<()>
[src]
Auto Trait Implementations
impl<Block> !RefUnwindSafe for BlockImportOperation<Block>
impl<Block> Send for BlockImportOperation<Block>
impl<Block> !Sync for BlockImportOperation<Block>
impl<Block> Unpin for BlockImportOperation<Block> where
<Block as Block>::Extrinsic: Unpin,
<Block as Block>::Hash: Unpin,
<<Block as Block>::Header as Header>::Hashing: Unpin,
<Block as Block>::Header: Unpin,
<<Block as Block>::Header as Header>::Number: Unpin,
<Block as Block>::Extrinsic: Unpin,
<Block as Block>::Hash: Unpin,
<<Block as Block>::Header as Header>::Hashing: Unpin,
<Block as Block>::Header: Unpin,
<<Block as Block>::Header as Header>::Number: Unpin,
impl<Block> !UnwindSafe for BlockImportOperation<Block>
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>,