Trait pallet_finality_tracker::Trait[][src]

pub trait Trait: SystemTrait {
    type OnFinalizationStalled: OnFinalizationStalled<Self::BlockNumber>;
    type WindowSize: Get<Self::BlockNumber>;
    type ReportLatency: Get<Self::BlockNumber>;
}

Associated Types

type OnFinalizationStalled: OnFinalizationStalled<Self::BlockNumber>[src]

Something which can be notified when the timestamp is set. Set this to () if not needed.

type WindowSize: Get<Self::BlockNumber>[src]

The number of recent samples to keep from this chain. Default is 101.

type ReportLatency: Get<Self::BlockNumber>[src]

The delay after which point things become suspicious. Default is 1000.

Loading content...

Implementors

Loading content...