1
2
3
4
5
6
7
8
use massa_storage::Storage;

#[derive(Clone)]
pub enum OperationHandlerPropagationCommand {
    Stop,
    /// operations ids
    PropagateOperations(Storage),
}