Function ibc::core::handler::entrypoint::dispatch

source ยท
pub fn dispatch<Ctx>(
    ctx: &mut Ctx,
    router: &mut impl Router,
    msg: MsgEnvelope
) -> Result<(), ContextError>
Expand description

Entrypoint which performs both validation and message execution