Trait frame_support::traits::EstimateNextNewSession [−][src]
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
fn estimate_next_new_session(now: BlockNumber) -> Option<BlockNumber>
[src]
Return the block number at which the next new session is estimated to happen.
fn weight(now: BlockNumber) -> Weight
[src]
Return the weight of calling estimate_next_new_session