Trait ibc::ics02_client::header::Header[][src]

pub trait Header: DynClone + Debug + Send + Sync {
    fn client_type(&self) -> ClientType;
fn height(&self) -> Height;
fn wrap_any(self) -> AnyHeader; }

Abstract of consensus state update information

Required methods

fn client_type(&self) -> ClientType[src]

The type of client (eg. Tendermint)

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

The height of the consensus state

fn wrap_any(self) -> AnyHeader[src]

Wrap into an AnyHeader

Loading content...

Implementors

Loading content...