[−][src]Trait frame_support::traits::EstimateNextNewSession
Something that can estimate at which block the next new_session will be triggered. This must
always be implemented by the session module.
Required methods
pub fn estimate_next_new_session(now: BlockNumber) -> Option<BlockNumber>[src]
Return the block number at which the next new session is estimated to happen.
pub fn weight(now: BlockNumber) -> Weight[src]
Return the weight of calling estimate_next_new_session