Type Alias FullBackendFor

Source
pub type FullBackendFor<C> = TFullBackend<<C as ChainInfo>::Block>;
Expand description

Type alias for sc_service::TFullBackend

Aliased Typeยง

pub struct FullBackendFor<C> { /* private fields */ }