Trait pallet_mmr_primitives::OnNewRoot[][src]

pub trait OnNewRoot<Hash> {
    fn on_new_root(root: &Hash);
}
Expand description

New MMR root notification hook.

Required methods

Function called by the pallet in case new MMR root has been computed.

Implementations on Foreign Types

No-op implementation of OnNewRoot.

Implementors