pub trait RelayToRelayEquivocationDetectionCliBridgeBase: CliBridgeBase {
type BoundedSource: ChainWithTransactions;
}
Expand description
Convenience trait that adds bounds to CliBridgeBase
.
Required Associated Types§
sourcetype BoundedSource: ChainWithTransactions
type BoundedSource: ChainWithTransactions
The source chain with extra bounds.
Object Safety§
This trait is not object safe.