Function ibc_core::entrypoint::execute
source · pub fn execute<Ctx>(
ctx: &mut Ctx,
router: &mut impl Router,
msg: MsgEnvelope
) -> Result<(), ContextError>where
Ctx: ExecutionContext,
Expand description
Entrypoint which only performs message execution