Type Alias cumulus_client_network::BlockAnnounceValidator
source · pub type BlockAnnounceValidator<Block, RCInterface> = RequireSecondedInBlockAnnounce<Block, RCInterface>;
👎Deprecated: This has been renamed to RequireSecondedInBlockAnnounce
Expand description
A type alias for the RequireSecondedInBlockAnnounce
validator.
Aliased Type§
struct BlockAnnounceValidator<Block, RCInterface> { /* private fields */ }