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, StateBackend = StateBackendFor<B, 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, StateBackend = StateBackendFor<B, Block>> + BlockBuilderApi<Block>, PR: ProofRecording,
§type Transaction = <<B as Backend<Block>>::State as Backend<<<Block as Block>::Header as Header>::Hashing>>::Transaction
type Transaction = <<B as Backend<Block>>::State as Backend<<<Block as Block>::Header as Header>::Hashing>>::Transaction
The transaction type used by the backend.
§type Proposal = Pin<Box<dyn Future<Output = Result<Proposal<Block, <Proposer<B, Block, C, A, PR> as Proposer<Block>>::Transaction, <PR as ProofRecording>::Proof>, <Proposer<B, Block, C, A, PR> as Proposer<Block>>::Error>> + Send, Global>>
type Proposal = Pin<Box<dyn Future<Output = Result<Proposal<Block, <Proposer<B, Block, C, A, PR> as Proposer<Block>>::Transaction, <PR as ProofRecording>::Proof>, <Proposer<B, Block, C, A, PR> as Proposer<Block>>::Error>> + Send, 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.§type Proof = <PR as ProofRecording>::Proof
type Proof = <PR as ProofRecording>::Proof
The proof type used by
Self::ProofRecording.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> 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, 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
§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>,
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.§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T.