Struct pallet_grandpa::EquivocationHandler [−][src]
pub struct EquivocationHandler<I, R, L, O = GrandpaEquivocationOffence<I>> { /* fields omitted */ }
Generic equivocation handler. This type implements HandleEquivocation
using existing subsystems that are part of frame (type bounds described
below) and will dispatch to them directly, it’s only purpose is to wire all
subsystems together.
Trait Implementations
impl<I, R, L, O> Default for EquivocationHandler<I, R, L, O>
[src]
impl<I, R, L, O> Default for EquivocationHandler<I, R, L, O>
[src]impl<T, R, L, O> HandleEquivocation<T> for EquivocationHandler<T::KeyOwnerIdentification, R, L, O> where
T: Config + Config + SendTransactionTypes<Call<T>>,
R: ReportOffence<T::AccountId, T::KeyOwnerIdentification, O>,
L: Get<u64>,
O: GrandpaOffence<T::KeyOwnerIdentification>,
[src]
impl<T, R, L, O> HandleEquivocation<T> for EquivocationHandler<T::KeyOwnerIdentification, R, L, O> where
T: Config + Config + SendTransactionTypes<Call<T>>,
R: ReportOffence<T::AccountId, T::KeyOwnerIdentification, O>,
L: Get<u64>,
O: GrandpaOffence<T::KeyOwnerIdentification>,
[src]type Offence = O
The offence type used for reporting offences on valid equivocation reports.
type ReportLongevity = L
The longevity, in blocks, that the equivocation report is valid for. When using the staking pallet this should be equal to the bonding duration (in blocks, not eras). Read more
fn report_offence(
reporters: Vec<T::AccountId>,
offence: O
) -> Result<(), OffenceError>
[src]
reporters: Vec<T::AccountId>,
offence: O
) -> Result<(), OffenceError>
fn is_known_offence(
offenders: &[T::KeyOwnerIdentification],
time_slot: &O::TimeSlot
) -> bool
[src]
offenders: &[T::KeyOwnerIdentification],
time_slot: &O::TimeSlot
) -> bool
fn submit_unsigned_equivocation_report(
equivocation_proof: EquivocationProof<T::Hash, T::BlockNumber>,
key_owner_proof: T::KeyOwnerProof
) -> DispatchResult
[src]
equivocation_proof: EquivocationProof<T::Hash, T::BlockNumber>,
key_owner_proof: T::KeyOwnerProof
) -> DispatchResult
fn block_author() -> Option<T::AccountId>
[src]
Auto Trait Implementations
impl<I, R, L, O> RefUnwindSafe for EquivocationHandler<I, R, L, O> where
I: RefUnwindSafe,
L: RefUnwindSafe,
O: RefUnwindSafe,
R: RefUnwindSafe,
I: RefUnwindSafe,
L: RefUnwindSafe,
O: RefUnwindSafe,
R: RefUnwindSafe,
impl<I, R, L, O> Send for EquivocationHandler<I, R, L, O> where
I: Send,
L: Send,
O: Send,
R: Send,
I: Send,
L: Send,
O: Send,
R: Send,
impl<I, R, L, O> Sync for EquivocationHandler<I, R, L, O> where
I: Sync,
L: Sync,
O: Sync,
R: Sync,
I: Sync,
L: Sync,
O: Sync,
R: Sync,
impl<I, R, L, O> Unpin for EquivocationHandler<I, R, L, O> where
I: Unpin,
L: Unpin,
O: Unpin,
R: Unpin,
I: Unpin,
L: Unpin,
O: Unpin,
R: Unpin,
impl<I, R, L, O> UnwindSafe for EquivocationHandler<I, R, L, O> where
I: UnwindSafe,
L: UnwindSafe,
O: UnwindSafe,
R: UnwindSafe,
I: UnwindSafe,
L: UnwindSafe,
O: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> CheckedConversion for T
[src]
impl<T> CheckedConversion for T
[src]pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>,
[src]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>,
[src]
Self: TryInto<T>,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<T> SaturatedConversion for T
[src]
impl<T> SaturatedConversion for T
[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
[src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
[src]
Self: UniqueSaturatedInto<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]pub fn unique_saturated_into(self) -> T
[src]
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,