pub trait UnderlyingChainProvider: Send + Sync + 'static { type Chain: Chain; }
A trait that provides the type of the underlying chain.
Underlying chain type.