pub fn execute<Ctx>(
ctx: &mut Ctx,
router: &mut impl Router,
msg: MsgEnvelope,
) -> Result<(), HandlerError>where
Ctx: ExecutionContext,
<<Ctx::E as ClientExecutionContext>::ClientStateMut as TryFrom<Any>>::Error: Into<ClientError>,
Expand description
Entrypoint which only performs message execution