Trait ibc::ics02_client::misbehaviour::Misbehaviour[][src]

pub trait Misbehaviour: DynClone + Debug + Send + Sync {
    fn client_id(&self) -> &ClientId;
fn height(&self) -> Height;
fn wrap_any(self) -> AnyMisbehaviour; }

Required methods

fn client_id(&self) -> &ClientId[src]

The type of client (eg. Tendermint)

fn height(&self) -> Height[src]

The height of the consensus state

fn wrap_any(self) -> AnyMisbehaviour[src]

Loading content...

Implementors

Loading content...