Type Alias cumulus_test_service::AnnounceBlockFn
source · pub type AnnounceBlockFn = Arc<dyn Fn(Hash, Option<Vec<u8>>) + Send + Sync>;
Expand description
The signature of the announce block fn.
Aliased Type§
struct AnnounceBlockFn { /* private fields */ }