ibc_core::handler::entrypoint

Function execute

Source
pub fn execute<Ctx>(
    ctx: &mut Ctx,
    router: &mut impl Router,
    msg: MsgEnvelope,
) -> Result<(), HandlerError>
Expand description

Entrypoint which only performs message execution