referrerpolicy=no-referrer-when-downgrade
pub trait RelayToRelayEquivocationDetectionCliBridgeBase: CliBridgeBase {
    type BoundedSource: ChainWithTransactions;
}
Expand description

Convenience trait that adds bounds to CliBridgeBase.

Required Associated Types§

source

type BoundedSource: ChainWithTransactions

The source chain with extra bounds.

Object Safety§

This trait is not object safe.

Implementors§