Trait frame_support::traits::PostInherents
source · pub trait PostInherents {
// Provided method
fn post_inherents() { ... }
}
Expand description
Provides a callback to execute logic after the all inherents.
Provided Methods§
sourcefn post_inherents()
fn post_inherents()
Called after all inherents were applied.
Object Safety§
This trait is not object safe.