Trait sc_network::config::FinalityProofRequestBuilder[][src]

pub trait FinalityProofRequestBuilder<B: BlockT>: Send {
    fn build_request_data(&mut self, hash: &B::Hash) -> Vec<u8>;
}

Finality proof request builder.

Required methods

fn build_request_data(&mut self, hash: &B::Hash) -> Vec<u8>[src]

Build data blob, associated with the request.

Loading content...

Implementors

impl<B: BlockT> FinalityProofRequestBuilder<B> for DummyFinalityProofRequestBuilder[src]

Loading content...