pub trait BlockProducer: PrepareOpenBlock + ReopenBlock { }
Expand description

Provides methods used for sealing new state

Implementors