Struct sc_basic_authorship::Proposer
source · pub struct Proposer<B, Block: BlockT, C, A: TransactionPool, PR> { /* private fields */ }Expand description
The proposer logic.
Trait Implementations§
source§impl<A, B, Block, C, PR> Proposer<Block> for Proposer<B, Block, C, A, PR>where
A: TransactionPool<Block = Block> + 'static,
B: Backend<Block> + Send + Sync + 'static,
Block: BlockT,
C: BlockBuilderProvider<B, Block, C> + HeaderBackend<Block> + ProvideRuntimeApi<Block> + Send + Sync + 'static,
C::Api: ApiExt<Block> + BlockBuilderApi<Block>,
PR: ProofRecording,
impl<A, B, Block, C, PR> Proposer<Block> for Proposer<B, Block, C, A, PR>where A: TransactionPool<Block = Block> + 'static, B: Backend<Block> + Send + Sync + 'static, Block: BlockT, C: BlockBuilderProvider<B, Block, C> + HeaderBackend<Block> + ProvideRuntimeApi<Block> + Send + Sync + 'static, C::Api: ApiExt<Block> + BlockBuilderApi<Block>, PR: ProofRecording,
§type Proposal = Pin<Box<dyn Future<Output = Result<Proposal<Block, <PR as ProofRecording>::Proof>, <Proposer<B, Block, C, A, PR> as Proposer<Block>>::Error>> + Send + 'static, Global>>
type Proposal = Pin<Box<dyn Future<Output = Result<Proposal<Block, <PR as ProofRecording>::Proof>, <Proposer<B, Block, C, A, PR> as Proposer<Block>>::Error>> + Send + 'static, Global>>
Future that resolves to a committed proposal with an optional proof.
§type ProofRecording = PR
type ProofRecording = PR
The supported proof recording by the implementator of this trait. See [
ProofRecording]
for more information.Auto Trait Implementations§
impl<B, Block, C, A, PR> !RefUnwindSafe for Proposer<B, Block, C, A, PR>
impl<B, Block, C, A, PR> Send for Proposer<B, Block, C, A, PR>where B: Send, C: Send + Sync, PR: Send,
impl<B, Block, C, A, PR> Sync for Proposer<B, Block, C, A, PR>where B: Sync, C: Send + Sync, PR: Sync,
impl<B, Block, C, A, PR> Unpin for Proposer<B, Block, C, A, PR>where B: Unpin, PR: Unpin, <Block as Block>::Hash: Unpin, <<Block as Block>::Header as Header>::Number: Unpin,
impl<B, Block, C, A, PR> !UnwindSafe for Proposer<B, Block, C, A, PR>
Blanket Implementations§
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, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
§impl<T> Pointable for T
impl<T> Pointable 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 Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T.