[][src]Trait ibc::ics04_channel::exported::ChannelCounterparty

pub trait ChannelCounterparty {
    type ValidationError: Error;
    fn port_id(&self) -> String;
fn channel_id(&self) -> String;
fn validate_basic(&self) -> Result<(), Self::ValidationError>; }

Associated Types

Loading content...

Required methods

fn port_id(&self) -> String

fn channel_id(&self) -> String

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

Loading content...

Implementors

impl ChannelCounterparty for Counterparty[src]

Loading content...