Trait pallet_finality_tracker::Trait [−][src]
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.