dispatch

Function dispatch 

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

Entrypoint which performs both validation and message execution