pub type AnnounceBlockFn = Arc<dyn Fn(Hash, Option<Vec<u8>>) + Send + Sync>;
The signature of the announce block fn.
struct AnnounceBlockFn { /* private fields */ }