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§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl PhronNetworkMessage for NetworkData<HashWrapper<BlakeTwo256>, PhronData, Signature, SignatureSet<Signature>>

Implementors§