Function ibc::ics02_client::handler::dispatch[][src]

pub fn dispatch<Ctx>(
    ctx: &Ctx,
    msg: ClientMsg
) -> Result<HandlerOutput<ClientResult>, Error> where
    Ctx: ClientReader

General entry point for processing any message related to ICS2 (client functions) protocols.