[][src]Trait ibc::ics03_connection::exported::ConnectionCounterparty

pub trait ConnectionCounterparty {
    type ValidationError: Error;
    fn client_id(&self) -> String;
fn connection_id(&self) -> String;
fn prefix(&self) -> &CommitmentPrefix;
fn validate_basic(&self) -> Result<(), Self::ValidationError>; }

Associated Types

Loading content...

Required methods

fn client_id(&self) -> String

fn connection_id(&self) -> String

fn prefix(&self) -> &CommitmentPrefix

fn validate_basic(&self) -> Result<(), Self::ValidationError>

Loading content...

Implementors

impl ConnectionCounterparty for Counterparty[src]

Loading content...