pub fn validate<Ctx>(
    ctx: &Ctx,
    msg: MsgCreateClient
) -> Result<(), ContextError>
where Ctx: ValidationContext,