pub trait BeefyDataProvider<ExtraData> {
    fn extra_data() -> ExtraData;
}
Expand description

A provider for extra data that gets added to the Mmr leaf

Required Methods§

Return a vector of bytes, ideally should be a merkle root hash

Implementations on Foreign Types§

A default implementation for runtimes.

Implementors§