Trait noble_offences::Config[][src]

Offences trait

Associated Types

type Event: From<Event> + Into<Self::Event>[src]

The overarching event type.

type IdentificationTuple: Parameter + Ord[src]

Full identification of the validator.

type OnOffenceHandler: OnOffenceHandler<Self::AccountId, Self::IdentificationTuple, Weight>[src]

A handler called for every offence report.

type WeightSoftLimit: Get<Weight>[src]

The a soft limit on maximum weight that may be consumed while dispatching deferred offences in on_initialize. Note it’s going to be exceeded before we stop adding to it, so it has to be set conservatively.

Loading content...

Implementors

Loading content...