Function ibc_core::client::handler::create_client::execute

source ·
pub fn execute<Ctx>(
    ctx: &mut Ctx,
    msg: MsgCreateClient
) -> Result<(), ContextError>
where Ctx: ExecutionContext,