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