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