Trait bp_runtime::UnderlyingChainProvider
source · pub trait UnderlyingChainProvider {
type Chain: Chain;
}
Expand description
A trait that provides the type of the underlying chain.
pub trait UnderlyingChainProvider {
type Chain: Chain;
}
A trait that provides the type of the underlying chain.