Struct cosmos_sdk_proto::ibc::lightclients::solomachine::v1::Misbehaviour[][src]

pub struct Misbehaviour {
    pub client_id: String,
    pub sequence: u64,
    pub signature_one: Option<SignatureAndData>,
    pub signature_two: Option<SignatureAndData>,
}

Misbehaviour defines misbehaviour for a solo machine which consists of a sequence and two signatures over different messages at that sequence.

Fields

client_id: Stringsequence: u64signature_one: Option<SignatureAndData>signature_two: Option<SignatureAndData>

Trait Implementations

impl Clone for Misbehaviour[src]

impl Debug for Misbehaviour[src]

impl Default for Misbehaviour[src]

impl Message for Misbehaviour[src]

impl PartialEq<Misbehaviour> for Misbehaviour[src]

impl StructuralPartialEq for Misbehaviour[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]