Function ibc::ics04_channel::handler::channel_dispatch[][src]

pub fn channel_dispatch<Ctx>(
    ctx: &Ctx,
    msg: ChannelMsg
) -> Result<HandlerOutput<ChannelResult>, Error> where
    Ctx: ChannelReader

General entry point for processing any type of message related to the ICS4 channel open and channel close handshake protocols.