Trait phron_finality::data_io::legacy::PhronNetworkMessage
source · pub trait PhronNetworkMessage: Clone + Debug {
// Required method
fn included_data(&self) -> Vec<PhronData>;
}
Expand description
A trait allowing to check the data contained in an PhronBFT network message, for the purpose of data availability checks.
Required Methods§
fn included_data(&self) -> Vec<PhronData>
Object Safety§
This trait is not object safe.