penumbra_mock_consensus

Type Alias OnBlockFn

Source
pub type OnBlockFn = Box<dyn FnMut(Block) + Send + Sync + 'static>;
Expand description

A type alias for the TestNode::on_block callback.

Aliased Typeยง

struct OnBlockFn(/* private fields */);